88 lines
3.5 KiB
Plaintext
88 lines
3.5 KiB
Plaintext
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||
|
Upstream-Name: Cyrus SASL
|
||
|
Source: ftp://ftp.cyrusimap.org/cyrus-sasl/
|
||
|
Files-Excluded: dlcompat-20010505
|
||
|
doc/rfc*
|
||
|
doc/draft*
|
||
|
|
||
|
Files: *
|
||
|
Copyright: 1998-2003, Carnegie Mellon University
|
||
|
License: BSD-4-clause
|
||
|
|
||
|
Files: debian/*
|
||
|
Copyright: 2002-2004, Dima Barsky <dima@debian.org>
|
||
|
2006-2009, Fabian Fagerholm <fabbe@debian.org>
|
||
|
2006-2011, 2014, Roberto C. Sanchez <roberto@connexer.com>
|
||
|
2015-2016 Ondřej Surý <ondrej@debian.org>
|
||
|
License: GPL-3+
|
||
|
|
||
|
Files: debian/saslfinger/*
|
||
|
Copyright: 2004, Patrick Koetter <p@state-of-mind.de>
|
||
|
License: GPL-3+
|
||
|
Comment: The saslfinger utility was downloaded from
|
||
|
http://postfix.state-of-mind.de/patrick.koetter/saslfinger/
|
||
|
|
||
|
Files: debian/gen-auth/*
|
||
|
Copyright: 2002-2006, John Jetmore <jj33@pobox.com>
|
||
|
License: GPL-3+
|
||
|
Comment: The gen-auth utility was downloaded from
|
||
|
http://jetmore.org/john/code/gen-auth
|
||
|
|
||
|
License: GPL-3+
|
||
|
This program is free software: you can redistribute it and/or modify
|
||
|
it under the terms of the GNU General Public License as published by
|
||
|
the Free Software Foundation, either version 3 of the License, or
|
||
|
(at your option) any later version.
|
||
|
.
|
||
|
This program is distributed in the hope that it will be useful, but
|
||
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
|
General Public License for more details.
|
||
|
.
|
||
|
You should have received a copy of the GNU General Public License
|
||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
|
.
|
||
|
On Debian systems, the full text of the GNU General Public License
|
||
|
version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
|
||
|
|
||
|
License: BSD-4-clause
|
||
|
/*
|
||
|
* Copyright (c) 1998-2003 Carnegie Mellon University. All rights reserved.
|
||
|
*
|
||
|
* Redistribution and use in source and binary forms, with or without
|
||
|
* modification, are permitted provided that the following conditions
|
||
|
* are met:
|
||
|
*
|
||
|
* 1. Redistributions of source code must retain the above copyright
|
||
|
* notice, this list of conditions and the following disclaimer.
|
||
|
*
|
||
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||
|
* notice, this list of conditions and the following disclaimer in
|
||
|
* the documentation and/or other materials provided with the
|
||
|
* distribution.
|
||
|
*
|
||
|
* 3. The name "Carnegie Mellon University" must not be used to
|
||
|
* endorse or promote products derived from this software without
|
||
|
* prior written permission. For permission or any other legal
|
||
|
* details, please contact
|
||
|
* Office of Technology Transfer
|
||
|
* Carnegie Mellon University
|
||
|
* 5000 Forbes Avenue
|
||
|
* Pittsburgh, PA 15213-3890
|
||
|
* (412) 268-4387, fax: (412) 268-7395
|
||
|
* tech-transfer@andrew.cmu.edu
|
||
|
*
|
||
|
* 4. Redistributions of any form whatsoever must retain the following
|
||
|
* acknowledgment:
|
||
|
* "This product includes software developed by Computing Services
|
||
|
* at Carnegie Mellon University (http://www.cmu.edu/computing/)."
|
||
|
*
|
||
|
* CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
||
|
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||
|
* AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
|
||
|
* FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||
|
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
||
|
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
||
|
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||
|
*/
|