author | Florian Pose <fp@igh-essen.com> |
Tue, 07 Aug 2007 07:54:51 +0000 | |
changeset 679 | 62fc387ec928 |
parent 667 | 9feff35c9617 |
permissions | -rw-r--r-- |
667
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
1 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
2 |
"This software program is licensed subject to the GNU General Public License |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
3 |
(GPL). Version 2, June 1991, available at |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
4 |
<http://www.fsf.org/copyleft/gpl.html>" |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
5 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
6 |
GNU General Public License |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
7 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
8 |
Version 2, June 1991 |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
9 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
10 |
Copyright (C) 1989, 1991 Free Software Foundation, Inc. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
11 |
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
12 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
13 |
Everyone is permitted to copy and distribute verbatim copies of this license |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
14 |
document, but changing it is not allowed. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
15 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
16 |
Preamble |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
17 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
18 |
The licenses for most software are designed to take away your freedom to |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
19 |
share and change it. By contrast, the GNU General Public License is intended |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
20 |
to guarantee your freedom to share and change free software--to make sure |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
21 |
the software is free for all its users. This General Public License applies |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
22 |
to most of the Free Software Foundation's software and to any other program |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
23 |
whose authors commit to using it. (Some other Free Software Foundation |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
24 |
software is covered by the GNU Library General Public License instead.) You |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
25 |
can apply it to your programs, too. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
26 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
27 |
When we speak of free software, we are referring to freedom, not price. Our |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
28 |
General Public Licenses are designed to make sure that you have the freedom |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
29 |
to distribute copies of free software (and charge for this service if you |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
30 |
wish), that you receive source code or can get it if you want it, that you |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
31 |
can change the software or use pieces of it in new free programs; and that |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
32 |
you know you can do these things. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
33 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
34 |
To protect your rights, we need to make restrictions that forbid anyone to |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
35 |
deny you these rights or to ask you to surrender the rights. These |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
36 |
restrictions translate to certain responsibilities for you if you distribute |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
37 |
copies of the software, or if you modify it. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
38 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
39 |
For example, if you distribute copies of such a program, whether gratis or |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
40 |
for a fee, you must give the recipients all the rights that you have. You |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
41 |
must make sure that they, too, receive or can get the source code. And you |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
42 |
must show them these terms so they know their rights. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
43 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
44 |
We protect your rights with two steps: (1) copyright the software, and (2) |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
45 |
offer you this license which gives you legal permission to copy, distribute |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
46 |
and/or modify the software. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
47 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
48 |
Also, for each author's protection and ours, we want to make certain that |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
49 |
everyone understands that there is no warranty for this free software. If |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
50 |
the software is modified by someone else and passed on, we want its |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
51 |
recipients to know that what they have is not the original, so that any |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
52 |
problems introduced by others will not reflect on the original authors' |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
53 |
reputations. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
54 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
55 |
Finally, any free program is threatened constantly by software patents. We |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
56 |
wish to avoid the danger that redistributors of a free program will |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
57 |
individually obtain patent licenses, in effect making the program |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
58 |
proprietary. To prevent this, we have made it clear that any patent must be |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
59 |
licensed for everyone's free use or not licensed at all. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
60 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
61 |
The precise terms and conditions for copying, distribution and modification |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
62 |
follow. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
63 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
64 |
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
65 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
66 |
0. This License applies to any program or other work which contains a notice |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
67 |
placed by the copyright holder saying it may be distributed under the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
68 |
terms of this General Public License. The "Program", below, refers to any |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
69 |
such program or work, and a "work based on the Program" means either the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
70 |
Program or any derivative work under copyright law: that is to say, a |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
71 |
work containing the Program or a portion of it, either verbatim or with |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
72 |
modifications and/or translated into another language. (Hereinafter, |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
73 |
translation is included without limitation in the term "modification".) |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
74 |
Each licensee is addressed as "you". |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
75 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
76 |
Activities other than copying, distribution and modification are not |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
77 |
covered by this License; they are outside its scope. The act of running |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
78 |
the Program is not restricted, and the output from the Program is covered |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
79 |
only if its contents constitute a work based on the Program (independent |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
80 |
of having been made by running the Program). Whether that is true depends |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
81 |
on what the Program does. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
82 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
83 |
1. You may copy and distribute verbatim copies of the Program's source code |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
84 |
as you receive it, in any medium, provided that you conspicuously and |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
85 |
appropriately publish on each copy an appropriate copyright notice and |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
86 |
disclaimer of warranty; keep intact all the notices that refer to this |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
87 |
License and to the absence of any warranty; and give any other recipients |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
88 |
of the Program a copy of this License along with the Program. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
89 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
90 |
You may charge a fee for the physical act of transferring a copy, and you |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
91 |
may at your option offer warranty protection in exchange for a fee. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
92 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
93 |
2. You may modify your copy or copies of the Program or any portion of it, |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
94 |
thus forming a work based on the Program, and copy and distribute such |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
95 |
modifications or work under the terms of Section 1 above, provided that |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
96 |
you also meet all of these conditions: |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
97 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
98 |
* a) You must cause the modified files to carry prominent notices stating |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
99 |
that you changed the files and the date of any change. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
100 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
101 |
* b) You must cause any work that you distribute or publish, that in |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
102 |
whole or in part contains or is derived from the Program or any part |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
103 |
thereof, to be licensed as a whole at no charge to all third parties |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
104 |
under the terms of this License. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
105 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
106 |
* c) If the modified program normally reads commands interactively when |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
107 |
run, you must cause it, when started running for such interactive |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
108 |
use in the most ordinary way, to print or display an announcement |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
109 |
including an appropriate copyright notice and a notice that there is |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
110 |
no warranty (or else, saying that you provide a warranty) and that |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
111 |
users may redistribute the program under these conditions, and |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
112 |
telling the user how to view a copy of this License. (Exception: if |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
113 |
the Program itself is interactive but does not normally print such |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
114 |
an announcement, your work based on the Program is not required to |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
115 |
print an announcement.) |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
116 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
117 |
These requirements apply to the modified work as a whole. If identifiable |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
118 |
sections of that work are not derived from the Program, and can be |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
119 |
reasonably considered independent and separate works in themselves, then |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
120 |
this License, and its terms, do not apply to those sections when you |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
121 |
distribute them as separate works. But when you distribute the same |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
122 |
sections as part of a whole which is a work based on the Program, the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
123 |
distribution of the whole must be on the terms of this License, whose |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
124 |
permissions for other licensees extend to the entire whole, and thus to |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
125 |
each and every part regardless of who wrote it. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
126 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
127 |
Thus, it is not the intent of this section to claim rights or contest |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
128 |
your rights to work written entirely by you; rather, the intent is to |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
129 |
exercise the right to control the distribution of derivative or |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
130 |
collective works based on the Program. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
131 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
132 |
In addition, mere aggregation of another work not based on the Program |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
133 |
with the Program (or with a work based on the Program) on a volume of a |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
134 |
storage or distribution medium does not bring the other work under the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
135 |
scope of this License. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
136 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
137 |
3. You may copy and distribute the Program (or a work based on it, under |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
138 |
Section 2) in object code or executable form under the terms of Sections |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
139 |
1 and 2 above provided that you also do one of the following: |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
140 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
141 |
* a) Accompany it with the complete corresponding machine-readable source |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
142 |
code, which must be distributed under the terms of Sections 1 and 2 |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
143 |
above on a medium customarily used for software interchange; or, |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
144 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
145 |
* b) Accompany it with a written offer, valid for at least three years, |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
146 |
to give any third party, for a charge no more than your cost of |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
147 |
physically performing source distribution, a complete machine- |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
148 |
readable copy of the corresponding source code, to be distributed |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
149 |
under the terms of Sections 1 and 2 above on a medium customarily |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
150 |
used for software interchange; or, |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
151 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
152 |
* c) Accompany it with the information you received as to the offer to |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
153 |
distribute corresponding source code. (This alternative is allowed |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
154 |
only for noncommercial distribution and only if you received the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
155 |
program in object code or executable form with such an offer, in |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
156 |
accord with Subsection b above.) |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
157 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
158 |
The source code for a work means the preferred form of the work for |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
159 |
making modifications to it. For an executable work, complete source code |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
160 |
means all the source code for all modules it contains, plus any |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
161 |
associated interface definition files, plus the scripts used to control |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
162 |
compilation and installation of the executable. However, as a special |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
163 |
exception, the source code distributed need not include anything that is |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
164 |
normally distributed (in either source or binary form) with the major |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
165 |
components (compiler, kernel, and so on) of the operating system on which |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
166 |
the executable runs, unless that component itself accompanies the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
167 |
executable. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
168 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
169 |
If distribution of executable or object code is made by offering access |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
170 |
to copy from a designated place, then offering equivalent access to copy |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
171 |
the source code from the same place counts as distribution of the source |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
172 |
code, even though third parties are not compelled to copy the source |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
173 |
along with the object code. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
174 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
175 |
4. You may not copy, modify, sublicense, or distribute the Program except as |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
176 |
expressly provided under this License. Any attempt otherwise to copy, |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
177 |
modify, sublicense or distribute the Program is void, and will |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
178 |
automatically terminate your rights under this License. However, parties |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
179 |
who have received copies, or rights, from you under this License will not |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
180 |
have their licenses terminated so long as such parties remain in full |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
181 |
compliance. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
182 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
183 |
5. You are not required to accept this License, since you have not signed |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
184 |
it. However, nothing else grants you permission to modify or distribute |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
185 |
the Program or its derivative works. These actions are prohibited by law |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
186 |
if you do not accept this License. Therefore, by modifying or |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
187 |
distributing the Program (or any work based on the Program), you |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
188 |
indicate your acceptance of this License to do so, and all its terms and |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
189 |
conditions for copying, distributing or modifying the Program or works |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
190 |
based on it. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
191 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
192 |
6. Each time you redistribute the Program (or any work based on the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
193 |
Program), the recipient automatically receives a license from the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
194 |
original licensor to copy, distribute or modify the Program subject to |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
195 |
these terms and conditions. You may not impose any further restrictions |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
196 |
on the recipients' exercise of the rights granted herein. You are not |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
197 |
responsible for enforcing compliance by third parties to this License. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
198 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
199 |
7. If, as a consequence of a court judgment or allegation of patent |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
200 |
infringement or for any other reason (not limited to patent issues), |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
201 |
conditions are imposed on you (whether by court order, agreement or |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
202 |
otherwise) that contradict the conditions of this License, they do not |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
203 |
excuse you from the conditions of this License. If you cannot distribute |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
204 |
so as to satisfy simultaneously your obligations under this License and |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
205 |
any other pertinent obligations, then as a consequence you may not |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
206 |
distribute the Program at all. For example, if a patent license would |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
207 |
not permit royalty-free redistribution of the Program by all those who |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
208 |
receive copies directly or indirectly through you, then the only way you |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
209 |
could satisfy both it and this License would be to refrain entirely from |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
210 |
distribution of the Program. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
211 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
212 |
If any portion of this section is held invalid or unenforceable under any |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
213 |
particular circumstance, the balance of the section is intended to apply |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
214 |
and the section as a whole is intended to apply in other circumstances. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
215 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
216 |
It is not the purpose of this section to induce you to infringe any |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
217 |
patents or other property right claims or to contest validity of any |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
218 |
such claims; this section has the sole purpose of protecting the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
219 |
integrity of the free software distribution system, which is implemented |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
220 |
by public license practices. Many people have made generous contributions |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
221 |
to the wide range of software distributed through that system in |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
222 |
reliance on consistent application of that system; it is up to the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
223 |
author/donor to decide if he or she is willing to distribute software |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
224 |
through any other system and a licensee cannot impose that choice. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
225 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
226 |
This section is intended to make thoroughly clear what is believed to be |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
227 |
a consequence of the rest of this License. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
228 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
229 |
8. If the distribution and/or use of the Program is restricted in certain |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
230 |
countries either by patents or by copyrighted interfaces, the original |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
231 |
copyright holder who places the Program under this License may add an |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
232 |
explicit geographical distribution limitation excluding those countries, |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
233 |
so that distribution is permitted only in or among countries not thus |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
234 |
excluded. In such case, this License incorporates the limitation as if |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
235 |
written in the body of this License. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
236 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
237 |
9. The Free Software Foundation may publish revised and/or new versions of |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
238 |
the General Public License from time to time. Such new versions will be |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
239 |
similar in spirit to the present version, but may differ in detail to |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
240 |
address new problems or concerns. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
241 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
242 |
Each version is given a distinguishing version number. If the Program |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
243 |
specifies a version number of this License which applies to it and "any |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
244 |
later version", you have the option of following the terms and |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
245 |
conditions either of that version or of any later version published by |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
246 |
the Free Software Foundation. If the Program does not specify a version |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
247 |
number of this License, you may choose any version ever published by the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
248 |
Free Software Foundation. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
249 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
250 |
10. If you wish to incorporate parts of the Program into other free programs |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
251 |
whose distribution conditions are different, write to the author to ask |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
252 |
for permission. For software which is copyrighted by the Free Software |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
253 |
Foundation, write to the Free Software Foundation; we sometimes make |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
254 |
exceptions for this. Our decision will be guided by the two goals of |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
255 |
preserving the free status of all derivatives of our free software and |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
256 |
of promoting the sharing and reuse of software generally. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
257 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
258 |
NO WARRANTY |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
259 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
260 |
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
261 |
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
262 |
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
263 |
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
264 |
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
265 |
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
266 |
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
267 |
YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
268 |
NECESSARY SERVICING, REPAIR OR CORRECTION. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
269 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
270 |
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
271 |
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
272 |
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
273 |
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
274 |
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
275 |
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
276 |
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
277 |
THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
278 |
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
279 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
280 |
END OF TERMS AND CONDITIONS |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
281 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
282 |
How to Apply These Terms to Your New Programs |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
283 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
284 |
If you develop a new program, and you want it to be of the greatest |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
285 |
possible use to the public, the best way to achieve this is to make it free |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
286 |
software which everyone can redistribute and change under these terms. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
287 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
288 |
To do so, attach the following notices to the program. It is safest to |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
289 |
attach them to the start of each source file to most effectively convey the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
290 |
exclusion of warranty; and each file should have at least the "copyright" |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
291 |
line and a pointer to where the full notice is found. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
292 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
293 |
one line to give the program's name and an idea of what it does. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
294 |
Copyright (C) yyyy name of author |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
295 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
296 |
This program is free software; you can redistribute it and/or modify it |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
297 |
under the terms of the GNU General Public License as published by the Free |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
298 |
Software Foundation; either version 2 of the License, or (at your option) |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
299 |
any later version. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
300 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
301 |
This program is distributed in the hope that it will be useful, but WITHOUT |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
302 |
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
303 |
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
304 |
more details. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
305 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
306 |
You should have received a copy of the GNU General Public License along with |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
307 |
this program; if not, write to the Free Software Foundation, Inc., 59 |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
308 |
Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
309 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
310 |
Also add information on how to contact you by electronic and paper mail. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
311 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
312 |
If the program is interactive, make it output a short notice like this when |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
313 |
it starts in an interactive mode: |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
314 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
315 |
Gnomovision version 69, Copyright (C) year name of author Gnomovision comes |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
316 |
with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
317 |
software, and you are welcome to redistribute it under certain conditions; |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
318 |
type 'show c' for details. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
319 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
320 |
The hypothetical commands 'show w' and 'show c' should show the appropriate |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
321 |
parts of the General Public License. Of course, the commands you use may be |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
322 |
called something other than 'show w' and 'show c'; they could even be |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
323 |
mouse-clicks or menu items--whatever suits your program. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
324 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
325 |
You should also get your employer (if you work as a programmer) or your |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
326 |
school, if any, to sign a "copyright disclaimer" for the program, if |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
327 |
necessary. Here is a sample; alter the names: |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
328 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
329 |
Yoyodyne, Inc., hereby disclaims all copyright interest in the program |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
330 |
'Gnomovision' (which makes passes at compilers) written by James Hacker. |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
331 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
332 |
signature of Ty Coon, 1 April 1989 |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
333 |
Ty Coon, President of Vice |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
334 |
|
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
335 |
This General Public License does not permit incorporating your program into |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
336 |
proprietary programs. If your program is a subroutine library, you may |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
337 |
consider it more useful to permit linking proprietary applications with the |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
338 |
library. If this is what you want to do, use the GNU Library General Public |
9feff35c9617
First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
339 |
License instead of this License. |