~adamblackburn/wicd/aqua

« back to all changes in this revision

Viewing changes to LICENSE

  • Committer: Adam Blackburn
  • Date: 2009-07-02 21:14:04 UTC
  • Revision ID: compwiz18@gmail.com-20090702211404-wc1q1ae3uowjbd9t
adding LICENSE and THISDOESNOTWORK

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Please see the header at the top of each file for more
 
2
information about LICENSING.
 
3
 
 
4
Most of the files in this project are licensed under either
 
5
the GPL version 2 or the GPL version 2 or above.
 
6
 
 
7
The full text of the GPL version 2 is reproduced below.
 
8
 
 
9
 
 
10
 
 
11
                    GNU GENERAL PUBLIC LICENSE
 
12
                       Version 2, June 1991
 
13
 
 
14
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
 
15
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
16
 Everyone is permitted to copy and distribute verbatim copies
 
17
 of this license document, but changing it is not allowed.
 
18
 
 
19
                            Preamble
 
20
 
 
21
  The licenses for most software are designed to take away your
 
22
freedom to share and change it.  By contrast, the GNU General Public
 
23
License is intended to guarantee your freedom to share and change free
 
24
software--to make sure the software is free for all its users.  This
 
25
General Public License applies to most of the Free Software
 
26
Foundation's software and to any other program whose authors commit to
 
27
using it.  (Some other Free Software Foundation software is covered by
 
28
the GNU Lesser General Public License instead.)  You can apply it to
 
29
your programs, too.
 
30
 
 
31
  When we speak of free software, we are referring to freedom, not
 
32
price.  Our General Public Licenses are designed to make sure that you
 
33
have the freedom to distribute copies of free software (and charge for
 
34
this service if you wish), that you receive source code or can get it
 
35
if you want it, that you can change the software or use pieces of it
 
36
in new free programs; and that you know you can do these things.
 
37
 
 
38
  To protect your rights, we need to make restrictions that forbid
 
39
anyone to deny you these rights or to ask you to surrender the rights.
 
40
These restrictions translate to certain responsibilities for you if you
 
41
distribute copies of the software, or if you modify it.
 
42
 
 
43
  For example, if you distribute copies of such a program, whether
 
44
gratis or for a fee, you must give the recipients all the rights that
 
45
you have.  You must make sure that they, too, receive or can get the
 
46
source code.  And you must show them these terms so they know their
 
47
rights.
 
48
 
 
49
  We protect your rights with two steps: (1) copyright the software, and
 
50
(2) offer you this license which gives you legal permission to copy,
 
51
distribute and/or modify the software.
 
52
 
 
53
  Also, for each author's protection and ours, we want to make certain
 
54
that everyone understands that there is no warranty for this free
 
55
software.  If the software is modified by someone else and passed on, we
 
56
want its recipients to know that what they have is not the original, so
 
57
that any problems introduced by others will not reflect on the original
 
58
authors' reputations.
 
59
 
 
60
  Finally, any free program is threatened constantly by software
 
61
patents.  We wish to avoid the danger that redistributors of a free
 
62
program will individually obtain patent licenses, in effect making the
 
63
program proprietary.  To prevent this, we have made it clear that any
 
64
patent must be licensed for everyone's free use or not licensed at all.
 
65
 
 
66
  The precise terms and conditions for copying, distribution and
 
67
modification follow.
 
68
 
 
69
                    GNU GENERAL PUBLIC LICENSE
 
70
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
71
 
 
72
  0. This License applies to any program or other work which contains
 
73
a notice placed by the copyright holder saying it may be distributed
 
74
under the terms of this General Public License.  The "Program", below,
 
75
refers to any such program or work, and a "work based on the Program"
 
76
means either the Program or any derivative work under copyright law:
 
77
that is to say, a work containing the Program or a portion of it,
 
78
either verbatim or with modifications and/or translated into another
 
79
language.  (Hereinafter, translation is included without limitation in
 
80
the term "modification".)  Each licensee is addressed as "you".
 
81
 
 
82
Activities other than copying, distribution and modification are not
 
83
covered by this License; they are outside its scope.  The act of
 
84
running the Program is not restricted, and the output from the Program
 
85
is covered only if its contents constitute a work based on the
 
86
Program (independent of having been made by running the Program).
 
87
Whether that is true depends on what the Program does.
 
88
 
 
89
  1. You may copy and distribute verbatim copies of the Program's
 
90
source code as you receive it, in any medium, provided that you
 
91
conspicuously and appropriately publish on each copy an appropriate
 
92
copyright notice and disclaimer of warranty; keep intact all the
 
93
notices that refer to this License and to the absence of any warranty;
 
94
and give any other recipients of the Program a copy of this License
 
95
along with the Program.
 
96
 
 
97
You may charge a fee for the physical act of transferring a copy, and
 
98
you may at your option offer warranty protection in exchange for a fee.
 
99
 
 
100
  2. You may modify your copy or copies of the Program or any portion
 
101
of it, thus forming a work based on the Program, and copy and
 
102
distribute such modifications or work under the terms of Section 1
 
103
above, provided that you also meet all of these conditions:
 
104
 
 
105
    a) You must cause the modified files to carry prominent notices
 
106
    stating that you changed the files and the date of any change.
 
107
 
 
108
    b) You must cause any work that you distribute or publish, that in
 
109
    whole or in part contains or is derived from the Program or any
 
110
    part thereof, to be licensed as a whole at no charge to all third
 
111
    parties under the terms of this License.
 
112
 
 
113
    c) If the modified program normally reads commands interactively
 
114
    when run, you must cause it, when started running for such
 
115
    interactive use in the most ordinary way, to print or display an
 
116
    announcement including an appropriate copyright notice and a
 
117
    notice that there is no warranty (or else, saying that you provide
 
118
    a warranty) and that users may redistribute the program under
 
119
    these conditions, and telling the user how to view a copy of this
 
120
    License.  (Exception: if the Program itself is interactive but
 
121
    does not normally print such an announcement, your work based on
 
122
    the Program is not required to print an announcement.)
 
123
 
 
124
These requirements apply to the modified work as a whole.  If
 
125
identifiable sections of that work are not derived from the Program,
 
126
and can be reasonably considered independent and separate works in
 
127
themselves, then this License, and its terms, do not apply to those
 
128
sections when you distribute them as separate works.  But when you
 
129
distribute the same sections as part of a whole which is a work based
 
130
on the Program, the distribution of the whole must be on the terms of
 
131
this License, whose permissions for other licensees extend to the
 
132
entire whole, and thus to each and every part regardless of who wrote it.
 
133
 
 
134
Thus, it is not the intent of this section to claim rights or contest
 
135
your rights to work written entirely by you; rather, the intent is to
 
136
exercise the right to control the distribution of derivative or
 
137
collective works based on the Program.
 
138
 
 
139
In addition, mere aggregation of another work not based on the Program
 
140
with the Program (or with a work based on the Program) on a volume of
 
141
a storage or distribution medium does not bring the other work under
 
142
the scope of this License.
 
143
 
 
144
  3. You may copy and distribute the Program (or a work based on it,
 
145
under Section 2) in object code or executable form under the terms of
 
146
Sections 1 and 2 above provided that you also do one of the following:
 
147
 
 
148
    a) Accompany it with the complete corresponding machine-readable
 
149
    source code, which must be distributed under the terms of Sections
 
150
    1 and 2 above on a medium customarily used for software interchange; or,
 
151
 
 
152
    b) Accompany it with a written offer, valid for at least three
 
153
    years, to give any third party, for a charge no more than your
 
154
    cost of physically performing source distribution, a complete
 
155
    machine-readable copy of the corresponding source code, to be
 
156
    distributed under the terms of Sections 1 and 2 above on a medium
 
157
    customarily used for software interchange; or,
 
158
 
 
159
    c) Accompany it with the information you received as to the offer
 
160
    to distribute corresponding source code.  (This alternative is
 
161
    allowed only for noncommercial distribution and only if you
 
162
    received the program in object code or executable form with such
 
163
    an offer, in accord with Subsection b above.)
 
164
 
 
165
The source code for a work means the preferred form of the work for
 
166
making modifications to it.  For an executabl