Changeset 7869e48 for COPYING


Ignore:
Timestamp:
Jan 12, 2013, 1:43:13 PM (11 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
e3a0d71, 4485285
Parents:
4626016
git-author:
Jason Gross <jgross@mit.edu> (01/12/13 13:13:18)
git-committer:
Jason Gross <jgross@mit.edu> (01/12/13 13:43:13)
Message:
Remove trailing whitespace

This commit was made with the command sequence

    for i in $(git ls-files | tr '\n' ' ');
    do
      echo $i; sed -i s'/\s\+$//g' "$(readlink -f $i)";
    done
File:
1 edited

Legend:

Unmodified
Added
Removed
  • COPYING

    rccc182c r7869e48  
    113113the original authors' reputations.
    114114
    115 
    116115  Finally, any free program is threatened constantly by software
    117116patents.  We wish to avoid the danger that companies distributing free
     
    161160General Public License rather than by this special one.
    162161
    163 
    164162                  GNU LIBRARY GENERAL PUBLIC LICENSE
    165163   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
     
    196194writing it).  Whether that is true depends on what the Library does
    197195and what the program that uses the Library does.
    198  
     196
    199197  1. You may copy and distribute verbatim copies of the Library's
    200198complete source code as you receive it, in any medium, provided that
     
    208206and you may at your option offer warranty protection in exchange for a
    209207fee.
    210 
    211208
    212209  2. You may modify your copy or copies of the Library or any portion
     
    268265these notices.
    269266
    270 
    271267  Once this change is made in a given copy, it is irreversible for
    272268that copy, so the ordinary GNU General Public License applies to all
     
    319315Any executables containing that work also fall under Section 6,
    320316whether or not they are linked directly with the Library itself.
    321 
    322317
    323318  6. As an exception to the Sections above, you may also compile or
     
    375370distribute.
    376371
    377 
    378372  7. You may place library facilities that are a work based on the
    379373Library side-by-side in a single library together with other library
     
    416410You are not responsible for enforcing compliance by third parties to
    417411this License.
    418 
    419412
    420413  11. If, as a consequence of a court judgment or allegation of patent
     
    470463the Free Software Foundation.
    471464
    472 
    473465  14. If you wish to incorporate parts of the Library into other free
    474466programs whose distribution conditions are incompatible with these,
     
    505497                     END OF TERMS AND CONDITIONS
    506498
    507 
    508499           How to Apply These Terms to Your New Libraries
    509500
     
    849840  - "Package" refers to the collection of files distributed by the Copyright
    850841    Holder, and derivatives of that collection of files created through
    851     textual modification. 
     842    textual modification.
    852843  - "Standard Version" refers to such a Package if it has not been modified,
    853844    or has been modified in accordance with the wishes of the Copyright
    854     Holder. 
     845    Holder.
    855846  - "Copyright Holder" is whoever is named in the copyright or copyrights for
    856     the package. 
     847    the package.
    857848  - "You" is you, if you're thinking about copying or distributing this Package.
    858849  - "Reasonable copying fee" is whatever you can justify on the basis of media
    859850    cost, duplication charges, time of people involved, and so on. (You will
    860851    not be required to justify it to the Copyright Holder, but only to the
    861     computing community at large as a market that must bear the fee.) 
     852    computing community at large as a market that must bear the fee.)
    862853  - "Freely Available" means that no fee is charged for the item itself, though
    863854    there may be fees involved in handling the item. It also means that
    864855    recipients of the item may redistribute it under the same conditions they
    865     received it. 
     856    received it.
    866857
    8678581. You may make and give away verbatim copies of the source form of the
Note: See TracChangeset for help on using the changeset viewer.