Mercurial > debian > masqmail-debian
comparison copyright @ 55:22f2c10c83b5
improved the copyright file
added the licenses of contributed code
this should have been done much earlier
upstream did also switch to better suited licensed contributed code
author | meillo@marmaro.de |
---|---|
date | Mon, 19 Jul 2010 12:24:02 +0200 |
parents | 4dababf86cfb |
children | 21667a2b9465 |
comparison
equal
deleted
inserted
replaced
54:733f8e64de02 | 55:22f2c10c83b5 |
---|---|
4 This package is maintained by markus schnalke <meillo@marmaro.de>. | 4 This package is maintained by markus schnalke <meillo@marmaro.de>. |
5 Its source can be obtained from | 5 Its source can be obtained from |
6 | 6 |
7 http://marmaro.de/prog/masqmail | 7 http://marmaro.de/prog/masqmail |
8 | 8 |
9 | |
9 Upstream authors: Oliver Kurth, Markus Schnalke | 10 Upstream authors: Oliver Kurth, Markus Schnalke |
10 | 11 |
11 | |
12 Copyright (C) 1999-2002 Oliver Kurth <oku@masqmail.cx> | 12 Copyright (C) 1999-2002 Oliver Kurth <oku@masqmail.cx> |
13 Copyright (C) 2008 2010 markus schnalke <meillo@marmaro.de> | 13 Copyright (C) 2008, 2010 markus schnalke <meillo@marmaro.de> |
14 | 14 |
15 This program is free software; you can redistribute it and/or modify | 15 This program is free software; you can redistribute it and/or modify |
16 it under the terms of the GNU General Public License as published by | 16 it under the terms of the GNU General Public License as published by |
17 the Free Software Foundation; either version 2 of the License, or | 17 the Free Software Foundation; either version 2 of the License, or |
18 (at your option) any later version. | 18 (at your option) any later version. |
28 | 28 |
29 On Debian GNU/Linux systems, the complete text of the GNU General | 29 On Debian GNU/Linux systems, the complete text of the GNU General |
30 Public License can be found in `/usr/share/common-licenses/GPL-2'. | 30 Public License can be found in `/usr/share/common-licenses/GPL-2'. |
31 | 31 |
32 | 32 |
33 Note: The file contrib/rmail was taken from postfix. Wietse Venema | 33 These files are licensed differently: |
34 said that no license would apply to that file. See: | 34 |
35 http://lists.debian.org/debian-legal/2010/02/msg00043.html | 35 src/md5/hmac_md5.* |
36 | |
37 Copyright 2010, markus schnalke <meillo@marmaro.de> | |
38 | |
39 Permission to use, copy, modify, and/or distribute this software for any | |
40 purpose with or without fee is hereby granted, provided that the above | |
41 copyright notice and this permission notice appear in all copies. | |
42 | |
43 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
44 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | |
45 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | |
46 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | |
47 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | |
48 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | |
49 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | |
50 | |
51 | |
52 src/md5/md5.* | |
53 | |
54 Written by Solar Designer <solar at openwall.com> in 2001, and placed | |
55 in the public domain. There's absolutely no warranty. | |
56 | |
57 | |
58 src/libident/* | |
59 | |
60 by Peter Eriksson | |
61 | |
62 This version of 'libident' is hereby released into the | |
63 Public Domain. It may be distributed for a fee or without | |
64 a fee. We only ask you not to pretend you wrote it. | |
65 | |
66 | |
67 contrib/rmail | |
68 | |
69 Was taken from postfix. Wietse Venema | |
70 said that no license would apply to that file. See: | |
71 http://lists.debian.org/debian-legal/2010/02/msg00043.html |