File: copyright

package info (click to toggle)
premail 0.46-10
  • links: PTS
  • area: contrib
  • in suites: stretch
  • size: 496 kB
  • ctags: 204
  • sloc: perl: 5,222; makefile: 4
file content (72 lines) | stat: -rw-r--r-- 3,279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
This is the Debian Linux prepackaged version of premail.

This package was put together by Brent Fulgham <bfulgham@debian.org>,
from sources obtained from:

	A patch to Raph Levien's latest build v. 0.46
	ftp://ftp.hacktic.nl/pub/replay/pub/remailer/premail-0.45.tar.gz
	ftp://ftp.hacktic.nl/pub/replay/pub/remailer/premail/premail.patch

For more information see:

	http://www.c2.net/~raph/premail.html
	http://www.c2.net/~raph/premail/

premail is covered under the following copyright:

# Copyright 1996 Raph Levien <raph@c2.net>
# All rights reserved.
# 
# This program is free for commercial and non-commercial use as long as
# the following conditions are adhered to.
# 
# Copyright remains Raph Levien's, and as such any Copyright notices in
# the code are not to be removed. If this package is used in a product,
# Raph Levien should be given attribution as the author of the parts of
# the program used. This can be in the form of a textual message at
# program startup or in documentation (online or textual) provided with
# the package.
# 
# 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 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. All advertising materials mentioning features or use of this
#    software must display the following acknowledgement: This product
#    includes software developed by Raph Levien <raph@c2.net>. If more
#    than one author is so cited, the list may be combined into one
#    sentence.
# 
# 4. Use and adaptation of small, specific components of this software
#    is actively encouraged, and is exempt from the requirements above.
# 
# This software is provided by Raph Levien ``as is'' and any express or
# implied warranties, including, but not limited to, the implied
# warranties of merchantability and fitness for a particular purpose are
# disclaimed. In no event shall the author or contributors be liable for
# any direct, indirect, incidental, special, exemplary, or consequential
# damages (including, but not limited to, procurement of substitute
# goods or services; loss of use, data, or profits; or business
# interruption) however caused and on any theory of liability, whether
# in contract, strict liability, or tort (including negligence or
# otherwise) arising in any way out of the use of this software, even if
# advised of the possibility of such damage.
# 
# The license and distribution terms for any publically available
# version or derivative of this code cannot be changed. i.e. this code
# cannot simply be copied and put under another distribution license
# [including the GNU General Public License.]
# 
# The reason behind this being stated in this direct manner is (Eric
# Young's) past experience in code simply being copied and the
# attribution removed from it and then being distributed as part of
# other packages. This implementation was a non-trivial and unpaid
# effort.