Skip to content

Commit e9289ae

Browse files
author
narboux
committed
fix pour install windows
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7545 85f007b7-540e-0410-9357-904b9bb8a0f7
1 parent 4ef19ea commit e9289ae

File tree

1 file changed

+8
-54
lines changed

1 file changed

+8
-54
lines changed

LICENSE

+8-54
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ modified by someone else and passed on, the recipients should know
5555
that what they have is not the original version, so that the original
5656
author's reputation will not be affected by problems that might be
5757
introduced by others.
58-
58+
5959
Finally, software patents pose a constant threat to the existence of
6060
any free program. We wish to make sure that a company cannot
6161
effectively restrict the users of a free program by obtaining a
@@ -111,7 +111,7 @@ modification follow. Pay close attention to the difference between a
111111
"work based on the library" and a "work that uses the library". The
112112
former contains code derived from the library, whereas the latter must
113113
be combined with the library in order to run.
114-
114+
115115
GNU LESSER GENERAL PUBLIC LICENSE
116116
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
117117

@@ -158,7 +158,7 @@ Library.
158158
You may charge a fee for the physical act of transferring a copy,
159159
and you may at your option offer warranty protection in exchange for a
160160
fee.
161-
161+
162162
2. You may modify your copy or copies of the Library or any portion
163163
of it, thus forming a work based on the Library, and copy and
164164
distribute such modifications or work under the terms of Section 1
@@ -216,7 +216,7 @@ instead of to this License. (If a newer version than version 2 of the
216216
ordinary GNU General Public License has appeared, then you can specify
217217
that version instead if you wish.) Do not make any other change in
218218
these notices.
219-
219+
220220
Once this change is made in a given copy, it is irreversible for
221221
that copy, so the ordinary GNU General Public License applies to all
222222
subsequent copies and derivative works made from that copy.
@@ -267,7 +267,7 @@ Library will still fall under Section 6.)
267267
distribute the object code for the work under the terms of Section 6.
268268
Any executables containing that work also fall under Section 6,
269269
whether or not they are linked directly with the Library itself.
270-
270+
271271
6. As an exception to the Sections above, you may also combine or
272272
link a "work that uses the Library" with the Library to produce a
273273
work containing portions of the Library, and distribute that work
@@ -329,7 +329,7 @@ restrictions of other proprietary libraries that do not normally
329329
accompany the operating system. Such a contradiction means you cannot
330330
use both them and the Library together in an executable that you
331331
distribute.
332-
332+
333333
7. You may place library facilities that are a work based on the
334334
Library side-by-side in a single library together with other library
335335
facilities not covered by this License, and distribute such a combined
@@ -370,7 +370,7 @@ subject to these terms and conditions. You may not impose any further
370370
restrictions on the recipients' exercise of the rights granted herein.
371371
You are not responsible for enforcing compliance by third parties with
372372
this License.
373-
373+
374374
11. If, as a consequence of a court judgment or allegation of patent
375375
infringement or for any other reason (not limited to patent issues),
376376
conditions are imposed on you (whether by court order, agreement or
@@ -422,7 +422,7 @@ conditions either of that version or of any later version published by
422422
the Free Software Foundation. If the Library does not specify a
423423
license version number, you may choose any version ever published by
424424
the Free Software Foundation.
425-
425+
426426
14. If you wish to incorporate parts of the Library into other free
427427
programs whose distribution conditions are incompatible with these,
428428
write to the author to ask for permission. For software which is
@@ -456,49 +456,3 @@ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
456456
DAMAGES.
457457

458458
END OF TERMS AND CONDITIONS
459-
460-
How to Apply These Terms to Your New Libraries
461-
462-
If you develop a new library, and you want it to be of the greatest
463-
possible use to the public, we recommend making it free software that
464-
everyone can redistribute and change. You can do so by permitting
465-
redistribution under these terms (or, alternatively, under the terms of the
466-
ordinary General Public License).
467-
468-
To apply these terms, attach the following notices to the library. It is
469-
safest to attach them to the start of each source file to most effectively
470-
convey the exclusion of warranty; and each file should have at least the
471-
"copyright" line and a pointer to where the full notice is found.
472-
473-
<one line to give the library's name and a brief idea of what it does.>
474-
Copyright (C) <year> <name of author>
475-
476-
This library is free software; you can redistribute it and/or
477-
modify it under the terms of the GNU Lesser General Public
478-
License as published by the Free Software Foundation; either
479-
version 2.1 of the License, or (at your option) any later version.
480-
481-
This library is distributed in the hope that it will be useful,
482-
but WITHOUT ANY WARRANTY; without even the implied warranty of
483-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
484-
Lesser General Public License for more details.
485-
486-
You should have received a copy of the GNU Lesser General Public
487-
License along with this library; if not, write to the Free Software
488-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
489-
490-
Also add information on how to contact you by electronic and paper mail.
491-
492-
You should also get your employer (if you work as a programmer) or your
493-
school, if any, to sign a "copyright disclaimer" for the library, if
494-
necessary. Here is a sample; alter the names:
495-
496-
Yoyodyne, Inc., hereby disclaims all copyright interest in the
497-
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
498-
499-
<signature of Ty Coon>, 1 April 1990
500-
Ty Coon, President of Vice
501-
502-
That's all there is to it!
503-
504-

0 commit comments

Comments
 (0)