]> git.treefish.org Git - fex.git/blob - doc/Licence
Original release 20150120
[fex.git] / doc / Licence
1 F*EX (Frams' Fast File EXchange) is a service to send big (large, huge,
2 giant, ...) files from a user A to a user B via internet.
3
4 Copyright (C) 2006-2014 Ullrich Horlacher <framstag@rus.uni-stuttgart.de>
5
6 YOU ARE NOT ALLOWED TO USE THIS SOFTWARE FOR MILITARY PURPOSES OR WITHIN
7 MILITARY ORGANIZATIONS! THIS INCLUDES ALSO MILITARY RESEARCH AND
8 EDUCATION, PARAMILITARY AND TERRORISTIC ORGANIZATIONS!
9
10 This program is free software: you can redistribute it and/or modify it
11 under the terms of the Perl Artistic Licence:
12
13 "Package" refers to the collection of files distributed by the Copyright
14 Holder, and derivatives of that collection of files created through
15 textual modification.
16
17 "Standard Version" refers to such a Package if it has not been modified,
18 or has been modified in accordance with the wishes of the Copyright Holder
19 as specified below.
20
21 "Copyright Holder" is whoever is named in the copyright or copyrights for
22 the package.
23
24 "You" is you, if you're thinking about copying or distributing this
25 Package.
26
27 "Reasonable copying fee" is whatever you can justify on the basis of media
28 cost, duplication charges, time of people involved, and so on. (You will
29 not be required to justify it to the Copyright Holder, but only to the
30 computing community at large as a market that must bear the fee.)
31
32 "Freely Available" means that no fee is charged for the item itself,
33 though there may be fees involved in handling the item. It also means that
34 recipients of the item may redistribute it under the same conditions they
35 received it.
36
37 1. You may make and give away verbatim copies of the source form of the
38    Standard Version of this Package without restriction, provided that you
39    duplicate all of the original copyright notices and associated
40    disclaimers.
41
42 2. You may apply bug fixes, portability fixes and other modifications
43    derived from the Public Domain or from the Copyright Holder. A Package
44    modified in such a way shall still be considered the Standard Version.
45
46 3. You may otherwise modify your copy of this Package in any way, provided
47    that you insert a prominent notice in each changed file stating how and
48    when you changed that file, and provided that you do at least ONE of
49    the following:
50
51 a) place your modifications in the Public Domain or otherwise make them
52    Freely Available, such as by posting said modifications to Usenet or an
53    equivalent medium, or placing the modifications on a major archive site
54    such as uunet.uu.net, or by allowing the Copyright Holder to include
55    your modifications in the Standard Version of the Package.
56
57 b) use the modified Package only within your corporation or organization.
58
59 c) make other distribution arrangements with the Copyright Holder.
60
61 4. You may distribute the programs of this Package in object code or
62    executable form, provided that you do at least ONE of the following:
63
64 a) distribute a Standard Version of the executables and library files,
65    together with instructions (in the manual page or equivalent) on where
66    to get the Standard Version.
67
68 b) accompany the distribution with the machine-readable source of the
69    Package with your modifications.
70
71 c) give non-standard executables non-standard names, and clearly document
72    the differences in manual pages (or equivalent), together with
73    instructions on where to get the Standard Version.
74
75 d) make other distribution arrangements with the Copyright Holder.
76
77 5. You may charge a reasonable copying fee for any distribution of this
78    Package. You may charge any fee you choose for support of this Package.
79    You may not charge a fee for this Package itself. However, you may
80    distribute this Package in aggregate with other (possibly commercial)
81    programs as part of a larger (possibly commercial) software
82    distribution provided that you do not advertise this Package as a
83    product of your own. You may embed this Package's interpreter within an
84    executable of yours (by linking); this shall be construed as a mere
85    form of aggregation, provided that the complete Standard Version of the
86    interpreter is so embedded.
87
88 6. The scripts and library files supplied as input to or produced as
89    output from the programs of this Package do not automatically fall
90    under the copyright of this Package, but belong to whoever generated
91    them, and may be sold commercially, and may be aggregated with this
92    Package. If such scripts or library files are aggregated with this
93    Package via the so-called "undump" or "unexec" methods of producing a
94    binary executable image, then distribution of such an image shall
95    neither be construed as a distribution of this Package nor shall it
96    fall under the restrictions of Paragraphs 3 and 4, provided that you do
97    not represent such an executable image as a Standard Version of this
98    Package.
99
100 7. C subroutines (or comparably compiled subroutines in other languages)
101    supplied by you and linked into this Package in order to emulate
102    subroutines and variables of the language defined by this Package shall
103    not be considered part of this Package, but are the equivalent of input
104    as in Paragraph 6, provided these subroutines do not change the
105    language in any way that would cause it to fail the regression tests
106    for the language.
107
108 8. Aggregation of this Package with a commercial distribution is always
109    permitted provided that the use of this Package is embedded; that is,
110    when no overt attempt is made to make this Package's interfaces visible
111    to the end user of the commercial distribution. Such use shall not be
112    construed as a distribution of this Package.
113
114 9. The name of the Copyright Holder may not be used to endorse or promote
115    products derived from this software without specific prior written
116    permission.
117
118 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
119     WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
120     MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.