Rev 10 | Rev 91 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10 | Rev 28 | ||
---|---|---|---|
1 | This package was debianized by Magnus Holmgren <magnus@kibibyte.se> on |
1 | This package was debianized by Magnus Holmgren <magnus@kibibyte.se> on |
2 | Tue, 24 Oct 2006 21:08:34 +0200. |
2 | Tue, 24 Oct 2006 21:08:34 +0200. |
3 | 3 | ||
4 | It was downloaded from http://www-uxsup.csx.cam.ac.uk/~dpc22/prayer/ |
4 | It was downloaded from ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer |
5 | 5 | ||
6 | Upstream author/maintainer: David Carter <dpc22@cam.ac.uk> et al. |
6 | Upstream author/maintainer: David Carter <dpc22@cam.ac.uk> et al. |
7 | 7 | ||
8 | The Debian packaging is © 2006-2008 Magnus Holmgren <holmgren@debian.org> |
8 | The Debian packaging is © 2006-2008 Magnus Holmgren <holmgren@debian.org> |
9 | and is licensed under the GPL. |
9 | and is licensed under the GPL. |
10 | 10 | ||
11 | The original licence is as follows (from the file NOTICE in the upstream |
11 | The original licence is as follows (from the file NOTICE in the upstream |
12 | distribution); the GPL should be in /usr/share/common-licenses/GPL on a debian |
12 | distribution); the GPL should be in /usr/share/common-licenses/GPL on a debian |
13 | system. |
13 | system. |
14 | 14 | ||
15 | 15 | ||
16 | The Prayer Webmail Interface |
16 | The Prayer Webmail Interface |
17 | ---------------------------- |
17 | ---------------------------- |
18 | 18 | ||
19 | Copyright (c) 2002 University of Cambridge |
19 | Copyright (c) 2002 University of Cambridge |
20 | 20 | ||
21 | This program is free software; you can redistribute it and/or modify |
21 | This program is free software; you can redistribute it and/or modify |
22 | it under the terms of the GNU General Public License as published by |
22 | it under the terms of the GNU General Public License as published by |
23 | the Free Software Foundation; either version 2 of the License, or |
23 | the Free Software Foundation; either version 2 of the License, or |
24 | (at your option) any later version. |
24 | (at your option) any later version. |
25 | 25 | ||
26 | In addition, for the avoidance of any doubt, permission is granted to |
26 | In addition, for the avoidance of any doubt, permission is granted to |
27 | link this program with OpenSSL or any other library package. |
27 | link this program with OpenSSL or any other library package. |
28 | 28 | ||
29 | This program is distributed in the hope that it will be useful, |
29 | This program is distributed in the hope that it will be useful, |
30 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
30 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
31 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
31 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
32 | GNU General Public License for more details. |
32 | GNU General Public License for more details. |
33 | 33 | ||
34 | You should have received a copy of the GNU General Public License |
34 | You should have received a copy of the GNU General Public License |
35 | along with this program; if not, write to the Free Software |
35 | along with this program; if not, write to the Free Software |
36 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, |
36 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, |
37 | USA |
37 | USA |
38 | 38 | ||
39 | INCORPORATED CODE |
39 | INCORPORATED CODE |
40 | ----------------- |
40 | ----------------- |
41 | 41 | ||
42 | Code implementing the SSL session cache has been adapted from code used by |
42 | Code implementing the SSL session cache has been adapted from code used by |
43 | the Cyrus IMAP server, which is distributed under the following copyright: |
43 | the Cyrus IMAP server, which is distributed under the following copyright: |
44 | 44 | ||
45 | /* Copyright (c) 2000 Carnegie Mellon University. All rights reserved. |
45 | /* Copyright (c) 2000 Carnegie Mellon University. All rights reserved. |
46 | * |
46 | * |
47 | * Redistribution and use in source and binary forms, with or without |
47 | * Redistribution and use in source and binary forms, with or without |
48 | * modification, are permitted provided that the following conditions |
48 | * modification, are permitted provided that the following conditions |
49 | * are met: |
49 | * are met: |
50 | * |
50 | * |
51 | * 1. Redistributions of source code must retain the above copyright |
51 | * 1. Redistributions of source code must retain the above copyright |
52 | * notice, this list of conditions and the following disclaimer. |
52 | * notice, this list of conditions and the following disclaimer. |
53 | * |
53 | * |
54 | * 2. Redistributions in binary form must reproduce the above copyright |
54 | * 2. Redistributions in binary form must reproduce the above copyright |
55 | * notice, this list of conditions and the following disclaimer in |
55 | * notice, this list of conditions and the following disclaimer in |
56 | * the documentation and/or other materials provided with the |
56 | * the documentation and/or other materials provided with the |
57 | * distribution. |
57 | * distribution. |
58 | * |
58 | * |
59 | * 3. The name "Carnegie Mellon University" must not be used to |
59 | * 3. The name "Carnegie Mellon University" must not be used to |
60 | * endorse or promote products derived from this software without |
60 | * endorse or promote products derived from this software without |
61 | * prior written permission. For permission or any other legal |
61 | * prior written permission. For permission or any other legal |
62 | * details, please contact |
62 | * details, please contact |
63 | * Office of Technology Transfer |
63 | * Office of Technology Transfer |
64 | * Carnegie Mellon University |
64 | * Carnegie Mellon University |
65 | * 5000 Forbes Avenue |
65 | * 5000 Forbes Avenue |
66 | * Pittsburgh, PA 15213-3890 |
66 | * Pittsburgh, PA 15213-3890 |
67 | * (412) 268-4387, fax: (412) 268-7395 |
67 | * (412) 268-4387, fax: (412) 268-7395 |
68 | * tech-transfer@andrew.cmu.edu |
68 | * tech-transfer@andrew.cmu.edu |
69 | * |
69 | * |
70 | * 4. Redistributions of any form whatsoever must retain the following |
70 | * 4. Redistributions of any form whatsoever must retain the following |
71 | * acknowledgment: |
71 | * acknowledgment: |
72 | * "This product includes software developed by Computing Services |
72 | * "This product includes software developed by Computing Services |
73 | * at Carnegie Mellon University (http://www.cmu.edu/computing/)." |
73 | * at Carnegie Mellon University (http://www.cmu.edu/computing/)." |
74 | * |
74 | * |
75 | * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO |
75 | * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO |
76 | * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
76 | * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
77 | * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE |
77 | * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE |
78 | * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
78 | * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
79 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN |
79 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN |
80 | * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING |
80 | * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING |
81 | * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
81 | * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
82 | */ |
82 | */ |
83 | 83 |