diff --git a/COPYING.LIB b/COPYING.LIB index e259e284e..ec47efc06 100644 --- a/COPYING.LIB +++ b/COPYING.LIB @@ -1,166 +1,504 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. + Preamble - 0. Additional Definitions. + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. - 1. Exception to Section 3 of the GNU GPL. + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. - 2. Conveying Modified Versions. + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. - 3. Object Code Incorporating Material from Library Header Files. + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. - b) Accompany the object code with a copy of the GNU GPL and this license - document. + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) - 4. Combined Works. + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + diff --git a/ChangeLog b/ChangeLog index 383909f7d..49bd83837 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-08 Adam Fedor + + * Revert library license version to 2 until applications + can be converted. + 2008-06-09 Fred Kiefer * Source/NSWindow.m (-sendEvent:): Make the implemenation of the diff --git a/ColorPickers/GNUmakefile b/ColorPickers/GNUmakefile index 14c7fe455..8d8b5325c 100644 --- a/ColorPickers/GNUmakefile +++ b/ColorPickers/GNUmakefile @@ -12,7 +12,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSCMYKColorPicker.h b/ColorPickers/GSCMYKColorPicker.h index 3d5266584..cdb50ef43 100644 --- a/ColorPickers/GSCMYKColorPicker.h +++ b/ColorPickers/GSCMYKColorPicker.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSCMYKColorPicker.m b/ColorPickers/GSCMYKColorPicker.m index a228c00a2..3a35f8fb3 100644 --- a/ColorPickers/GSCMYKColorPicker.m +++ b/ColorPickers/GSCMYKColorPicker.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSColorSliderCell.h b/ColorPickers/GSColorSliderCell.h index 0f8050f6c..fe439ee7b 100644 --- a/ColorPickers/GSColorSliderCell.h +++ b/ColorPickers/GSColorSliderCell.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSColorSliderCell.m b/ColorPickers/GSColorSliderCell.m index 375f1e103..b3107bbce 100644 --- a/ColorPickers/GSColorSliderCell.m +++ b/ColorPickers/GSColorSliderCell.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSGrayColorPicker.h b/ColorPickers/GSGrayColorPicker.h index 90aec8991..ab9c2b503 100644 --- a/ColorPickers/GSGrayColorPicker.h +++ b/ColorPickers/GSGrayColorPicker.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSGrayColorPicker.m b/ColorPickers/GSGrayColorPicker.m index c31e3379d..be7aaadab 100644 --- a/ColorPickers/GSGrayColorPicker.m +++ b/ColorPickers/GSGrayColorPicker.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSHSBColorPicker.h b/ColorPickers/GSHSBColorPicker.h index a355f6ed1..78177822d 100644 --- a/ColorPickers/GSHSBColorPicker.h +++ b/ColorPickers/GSHSBColorPicker.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSHSBColorPicker.m b/ColorPickers/GSHSBColorPicker.m index 668557243..10a92c185 100644 --- a/ColorPickers/GSHSBColorPicker.m +++ b/ColorPickers/GSHSBColorPicker.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSNamedColorPicker.m b/ColorPickers/GSNamedColorPicker.m index c4f72c762..cf7b031f3 100644 --- a/ColorPickers/GSNamedColorPicker.m +++ b/ColorPickers/GSNamedColorPicker.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSRGBColorPicker.h b/ColorPickers/GSRGBColorPicker.h index 9ab5ee629..0809e063f 100644 --- a/ColorPickers/GSRGBColorPicker.h +++ b/ColorPickers/GSRGBColorPicker.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSRGBColorPicker.m b/ColorPickers/GSRGBColorPicker.m index 99a5f9a2e..6863c935f 100644 --- a/ColorPickers/GSRGBColorPicker.m +++ b/ColorPickers/GSRGBColorPicker.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSStandardColorPicker.h b/ColorPickers/GSStandardColorPicker.h index 0b0ddfa0d..196949469 100644 --- a/ColorPickers/GSStandardColorPicker.h +++ b/ColorPickers/GSStandardColorPicker.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSStandardColorPicker.m b/ColorPickers/GSStandardColorPicker.m index 77ebd7dd6..4f186b381 100644 --- a/ColorPickers/GSStandardColorPicker.m +++ b/ColorPickers/GSStandardColorPicker.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/ColorPickers/GSWheelColorPicker.m b/ColorPickers/GSWheelColorPicker.m index 3d72989c9..e9eab39ed 100644 --- a/ColorPickers/GSWheelColorPicker.m +++ b/ColorPickers/GSWheelColorPicker.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 80262e515..563611632 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -9,7 +9,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Documentation/GNUmakefile.postamble b/Documentation/GNUmakefile.postamble index 6ce3871de..15467c503 100644 --- a/Documentation/GNUmakefile.postamble +++ b/Documentation/GNUmakefile.postamble @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Documentation/General/GNUmakefile b/Documentation/General/GNUmakefile index da9481321..0841802f2 100644 --- a/Documentation/General/GNUmakefile +++ b/Documentation/General/GNUmakefile @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Documentation/GuiUser/GNUmakefile b/Documentation/GuiUser/GNUmakefile index ad04fb56c..9dfc357b0 100644 --- a/Documentation/GuiUser/GNUmakefile +++ b/Documentation/GuiUser/GNUmakefile @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/GNUmakefile b/GNUmakefile index 8daa42597..dcfc55706 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/GNUmakefile.postamble b/GNUmakefile.postamble index e5f04ae2f..11ceb8428 100644 --- a/GNUmakefile.postamble +++ b/GNUmakefile.postamble @@ -12,7 +12,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GMAppKit.h b/Headers/Additions/GNUstepGUI/GMAppKit.h index 2a8160234..1a36defb3 100644 --- a/Headers/Additions/GNUstepGUI/GMAppKit.h +++ b/Headers/Additions/GNUstepGUI/GMAppKit.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GMArchiver.h b/Headers/Additions/GNUstepGUI/GMArchiver.h index c0793bb02..9aed1d23c 100644 --- a/Headers/Additions/GNUstepGUI/GMArchiver.h +++ b/Headers/Additions/GNUstepGUI/GMArchiver.h @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSAnimator.h b/Headers/Additions/GNUstepGUI/GSAnimator.h index 9dcce9507..9a0dcf81e 100644 --- a/Headers/Additions/GNUstepGUI/GSAnimator.h +++ b/Headers/Additions/GNUstepGUI/GSAnimator.h @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSDisplayServer.h b/Headers/Additions/GNUstepGUI/GSDisplayServer.h index 0e1b47073..e7b6e7ead 100644 --- a/Headers/Additions/GNUstepGUI/GSDisplayServer.h +++ b/Headers/Additions/GNUstepGUI/GSDisplayServer.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSDragView.h b/Headers/Additions/GNUstepGUI/GSDragView.h index ecbba26c4..b444843b5 100644 --- a/Headers/Additions/GNUstepGUI/GSDragView.h +++ b/Headers/Additions/GNUstepGUI/GSDragView.h @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSEPSPrintOperation.h b/Headers/Additions/GNUstepGUI/GSEPSPrintOperation.h index 247b1a964..0e99d54b3 100644 --- a/Headers/Additions/GNUstepGUI/GSEPSPrintOperation.h +++ b/Headers/Additions/GNUstepGUI/GSEPSPrintOperation.h @@ -20,7 +20,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSFontInfo.h b/Headers/Additions/GNUstepGUI/GSFontInfo.h index cf1e463de..a12387920 100644 --- a/Headers/Additions/GNUstepGUI/GSFontInfo.h +++ b/Headers/Additions/GNUstepGUI/GSFontInfo.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSFusedSilica.h b/Headers/Additions/GNUstepGUI/GSFusedSilica.h index cbbc4882c..39d0ba06c 100644 --- a/Headers/Additions/GNUstepGUI/GSFusedSilica.h +++ b/Headers/Additions/GNUstepGUI/GSFusedSilica.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSHbox.h b/Headers/Additions/GNUstepGUI/GSHbox.h index 32d82f6f9..a32a12043 100644 --- a/Headers/Additions/GNUstepGUI/GSHbox.h +++ b/Headers/Additions/GNUstepGUI/GSHbox.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSHelpManagerPanel.h b/Headers/Additions/GNUstepGUI/GSHelpManagerPanel.h index 12224cb91..9061fdb2c 100644 --- a/Headers/Additions/GNUstepGUI/GSHelpManagerPanel.h +++ b/Headers/Additions/GNUstepGUI/GSHelpManagerPanel.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSHorizontalTypesetter.h b/Headers/Additions/GNUstepGUI/GSHorizontalTypesetter.h index d6cca1a14..9d4d22ab1 100644 --- a/Headers/Additions/GNUstepGUI/GSHorizontalTypesetter.h +++ b/Headers/Additions/GNUstepGUI/GSHorizontalTypesetter.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSInfoPanel.h b/Headers/Additions/GNUstepGUI/GSInfoPanel.h index 05616ae31..c9de638b2 100644 --- a/Headers/Additions/GNUstepGUI/GSInfoPanel.h +++ b/Headers/Additions/GNUstepGUI/GSInfoPanel.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSInstantiator.h b/Headers/Additions/GNUstepGUI/GSInstantiator.h index 25aac42b1..89986b31e 100644 --- a/Headers/Additions/GNUstepGUI/GSInstantiator.h +++ b/Headers/Additions/GNUstepGUI/GSInstantiator.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSLayoutManager.h b/Headers/Additions/GNUstepGUI/GSLayoutManager.h index e6d1a629a..d432d5060 100644 --- a/Headers/Additions/GNUstepGUI/GSLayoutManager.h +++ b/Headers/Additions/GNUstepGUI/GSLayoutManager.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSLayoutManager_internal.h b/Headers/Additions/GNUstepGUI/GSLayoutManager_internal.h index 923febd51..74a562455 100644 --- a/Headers/Additions/GNUstepGUI/GSLayoutManager_internal.h +++ b/Headers/Additions/GNUstepGUI/GSLayoutManager_internal.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSMemoryPanel.h b/Headers/Additions/GNUstepGUI/GSMemoryPanel.h index b32b1ff75..7636fe35d 100644 --- a/Headers/Additions/GNUstepGUI/GSMemoryPanel.h +++ b/Headers/Additions/GNUstepGUI/GSMemoryPanel.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSMethodTable.h b/Headers/Additions/GNUstepGUI/GSMethodTable.h index 7d3c0fa84..1178bccad 100644 --- a/Headers/Additions/GNUstepGUI/GSMethodTable.h +++ b/Headers/Additions/GNUstepGUI/GSMethodTable.h @@ -8,7 +8,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSModelLoaderFactory.h b/Headers/Additions/GNUstepGUI/GSModelLoaderFactory.h index a5b56bbd1..658bb535a 100644 --- a/Headers/Additions/GNUstepGUI/GSModelLoaderFactory.h +++ b/Headers/Additions/GNUstepGUI/GSModelLoaderFactory.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSNibCompatibility.h b/Headers/Additions/GNUstepGUI/GSNibCompatibility.h index d17f8b009..6c3397a06 100644 --- a/Headers/Additions/GNUstepGUI/GSNibCompatibility.h +++ b/Headers/Additions/GNUstepGUI/GSNibCompatibility.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSNibContainer.h b/Headers/Additions/GNUstepGUI/GSNibContainer.h index 49a4b6048..b4d1fcd15 100644 --- a/Headers/Additions/GNUstepGUI/GSNibContainer.h +++ b/Headers/Additions/GNUstepGUI/GSNibContainer.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSNibTemplates.h b/Headers/Additions/GNUstepGUI/GSNibTemplates.h index fc61c3cab..081bb4933 100644 --- a/Headers/Additions/GNUstepGUI/GSNibTemplates.h +++ b/Headers/Additions/GNUstepGUI/GSNibTemplates.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSPDFPrintOperation.h b/Headers/Additions/GNUstepGUI/GSPDFPrintOperation.h index bf850ebe3..5be5e45be 100644 --- a/Headers/Additions/GNUstepGUI/GSPDFPrintOperation.h +++ b/Headers/Additions/GNUstepGUI/GSPDFPrintOperation.h @@ -20,7 +20,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSPasteboardServer.h b/Headers/Additions/GNUstepGUI/GSPasteboardServer.h index 5905cb7e2..81ec8e898 100644 --- a/Headers/Additions/GNUstepGUI/GSPasteboardServer.h +++ b/Headers/Additions/GNUstepGUI/GSPasteboardServer.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSPrintOperation.h b/Headers/Additions/GNUstepGUI/GSPrintOperation.h index cff4e43cf..512d41633 100644 --- a/Headers/Additions/GNUstepGUI/GSPrintOperation.h +++ b/Headers/Additions/GNUstepGUI/GSPrintOperation.h @@ -21,7 +21,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSPrinting.h b/Headers/Additions/GNUstepGUI/GSPrinting.h index 3d8d6f866..58e867cb8 100644 --- a/Headers/Additions/GNUstepGUI/GSPrinting.h +++ b/Headers/Additions/GNUstepGUI/GSPrinting.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSServicesManager.h b/Headers/Additions/GNUstepGUI/GSServicesManager.h index bb0c60ea7..8e45fed74 100644 --- a/Headers/Additions/GNUstepGUI/GSServicesManager.h +++ b/Headers/Additions/GNUstepGUI/GSServicesManager.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSTable.h b/Headers/Additions/GNUstepGUI/GSTable.h index 5f9e6ccf5..2feaed464 100644 --- a/Headers/Additions/GNUstepGUI/GSTable.h +++ b/Headers/Additions/GNUstepGUI/GSTable.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSTextConverter.h b/Headers/Additions/GNUstepGUI/GSTextConverter.h index 888837207..a39933c54 100644 --- a/Headers/Additions/GNUstepGUI/GSTextConverter.h +++ b/Headers/Additions/GNUstepGUI/GSTextConverter.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSTheme.h b/Headers/Additions/GNUstepGUI/GSTheme.h index c43d4e8b8..8720780e5 100644 --- a/Headers/Additions/GNUstepGUI/GSTheme.h +++ b/Headers/Additions/GNUstepGUI/GSTheme.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSTitleView.h b/Headers/Additions/GNUstepGUI/GSTitleView.h index 2666c48c2..be9230a38 100644 --- a/Headers/Additions/GNUstepGUI/GSTitleView.h +++ b/Headers/Additions/GNUstepGUI/GSTitleView.h @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSToolbar.h b/Headers/Additions/GNUstepGUI/GSToolbar.h index da928d2b0..a621b7a2f 100644 --- a/Headers/Additions/GNUstepGUI/GSToolbar.h +++ b/Headers/Additions/GNUstepGUI/GSToolbar.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSToolbarView.h b/Headers/Additions/GNUstepGUI/GSToolbarView.h index 3bc941a5a..3b2cacb93 100644 --- a/Headers/Additions/GNUstepGUI/GSToolbarView.h +++ b/Headers/Additions/GNUstepGUI/GSToolbarView.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSTrackingRect.h b/Headers/Additions/GNUstepGUI/GSTrackingRect.h index 381038735..70dd268cc 100644 --- a/Headers/Additions/GNUstepGUI/GSTrackingRect.h +++ b/Headers/Additions/GNUstepGUI/GSTrackingRect.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSTypesetter.h b/Headers/Additions/GNUstepGUI/GSTypesetter.h index cc4b73a5e..8f7abc065 100644 --- a/Headers/Additions/GNUstepGUI/GSTypesetter.h +++ b/Headers/Additions/GNUstepGUI/GSTypesetter.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/GSVbox.h b/Headers/Additions/GNUstepGUI/GSVbox.h index f99ce4ec0..6f4f0428d 100644 --- a/Headers/Additions/GNUstepGUI/GSVbox.h +++ b/Headers/Additions/GNUstepGUI/GSVbox.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/IMConnectors.h b/Headers/Additions/GNUstepGUI/IMConnectors.h index 63ace2513..67f78a99d 100644 --- a/Headers/Additions/GNUstepGUI/IMConnectors.h +++ b/Headers/Additions/GNUstepGUI/IMConnectors.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/IMCustomObject.h b/Headers/Additions/GNUstepGUI/IMCustomObject.h index d34d2bcf4..0f51695b2 100644 --- a/Headers/Additions/GNUstepGUI/IMCustomObject.h +++ b/Headers/Additions/GNUstepGUI/IMCustomObject.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Additions/GNUstepGUI/IMLoading.h b/Headers/Additions/GNUstepGUI/IMLoading.h index ec55dd4b0..2aa3e9558 100644 --- a/Headers/Additions/GNUstepGUI/IMLoading.h +++ b/Headers/Additions/GNUstepGUI/IMLoading.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/AppKit.h b/Headers/AppKit/AppKit.h index 44e567a95..7af807197 100644 --- a/Headers/AppKit/AppKit.h +++ b/Headers/AppKit/AppKit.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/AppKitDefines.h b/Headers/AppKit/AppKitDefines.h index ae810bcb2..6e8f00862 100644 --- a/Headers/AppKit/AppKitDefines.h +++ b/Headers/AppKit/AppKitDefines.h @@ -9,7 +9,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/AppKitExceptions.h b/Headers/AppKit/AppKitExceptions.h index ecc92de20..018224116 100644 --- a/Headers/AppKit/AppKitExceptions.h +++ b/Headers/AppKit/AppKitExceptions.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/DPSOperators.h b/Headers/AppKit/DPSOperators.h index 7f44ff0db..26ee6160f 100644 --- a/Headers/AppKit/DPSOperators.h +++ b/Headers/AppKit/DPSOperators.h @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSActionCell.h b/Headers/AppKit/NSActionCell.h index 311332b84..825b5f412 100644 --- a/Headers/AppKit/NSActionCell.h +++ b/Headers/AppKit/NSActionCell.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSAffineTransform.h b/Headers/AppKit/NSAffineTransform.h index 4fb76c9a2..252d0cf47 100644 --- a/Headers/AppKit/NSAffineTransform.h +++ b/Headers/AppKit/NSAffineTransform.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSAlert.h b/Headers/AppKit/NSAlert.h index 7bba9bd78..13df7d02c 100644 --- a/Headers/AppKit/NSAlert.h +++ b/Headers/AppKit/NSAlert.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSAnimation.h b/Headers/AppKit/NSAnimation.h index 23c6d3502..12daff0eb 100644 --- a/Headers/AppKit/NSAnimation.h +++ b/Headers/AppKit/NSAnimation.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSApplication.h b/Headers/AppKit/NSApplication.h index 3e0e8618e..8747f8b48 100644 --- a/Headers/AppKit/NSApplication.h +++ b/Headers/AppKit/NSApplication.h @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSArrayController.h b/Headers/AppKit/NSArrayController.h index b19b6cd20..895e12349 100644 --- a/Headers/AppKit/NSArrayController.h +++ b/Headers/AppKit/NSArrayController.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSAttributedString.h b/Headers/AppKit/NSAttributedString.h index 20d7b6190..5c70c4282 100644 --- a/Headers/AppKit/NSAttributedString.h +++ b/Headers/AppKit/NSAttributedString.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSBezierPath.h b/Headers/AppKit/NSBezierPath.h index e37c3b475..ff4a97bf4 100644 --- a/Headers/AppKit/NSBezierPath.h +++ b/Headers/AppKit/NSBezierPath.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSBitmapImageRep.h b/Headers/AppKit/NSBitmapImageRep.h index f7a030c47..212ce108e 100644 --- a/Headers/AppKit/NSBitmapImageRep.h +++ b/Headers/AppKit/NSBitmapImageRep.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSBox.h b/Headers/AppKit/NSBox.h index b4e915f57..81f81887e 100644 --- a/Headers/AppKit/NSBox.h +++ b/Headers/AppKit/NSBox.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSBrowser.h b/Headers/AppKit/NSBrowser.h index dafd764cf..5298e4a95 100644 --- a/Headers/AppKit/NSBrowser.h +++ b/Headers/AppKit/NSBrowser.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSBrowserCell.h b/Headers/AppKit/NSBrowserCell.h index b747e94cf..02ef766f3 100644 --- a/Headers/AppKit/NSBrowserCell.h +++ b/Headers/AppKit/NSBrowserCell.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSButton.h b/Headers/AppKit/NSButton.h index fd0d9412f..e328319ef 100644 --- a/Headers/AppKit/NSButton.h +++ b/Headers/AppKit/NSButton.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSButtonCell.h b/Headers/AppKit/NSButtonCell.h index 112268c8e..d6c854a8f 100644 --- a/Headers/AppKit/NSButtonCell.h +++ b/Headers/AppKit/NSButtonCell.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSCachedImageRep.h b/Headers/AppKit/NSCachedImageRep.h index fa119c264..489374c8f 100644 --- a/Headers/AppKit/NSCachedImageRep.h +++ b/Headers/AppKit/NSCachedImageRep.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSCell.h b/Headers/AppKit/NSCell.h index 3fe7a96ef..7386c8ba2 100644 --- a/Headers/AppKit/NSCell.h +++ b/Headers/AppKit/NSCell.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSClipView.h b/Headers/AppKit/NSClipView.h index e5c347b75..5c508d3be 100644 --- a/Headers/AppKit/NSClipView.h +++ b/Headers/AppKit/NSClipView.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSColor.h b/Headers/AppKit/NSColor.h index 089dd0f20..3810bd9ac 100644 --- a/Headers/AppKit/NSColor.h +++ b/Headers/AppKit/NSColor.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSColorList.h b/Headers/AppKit/NSColorList.h index 7783ba185..c040b9c0f 100644 --- a/Headers/AppKit/NSColorList.h +++ b/Headers/AppKit/NSColorList.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSColorPanel.h b/Headers/AppKit/NSColorPanel.h index b434f5500..80b660885 100644 --- a/Headers/AppKit/NSColorPanel.h +++ b/Headers/AppKit/NSColorPanel.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSColorPicker.h b/Headers/AppKit/NSColorPicker.h index d6d91e40f..b5a817afe 100644 --- a/Headers/AppKit/NSColorPicker.h +++ b/Headers/AppKit/NSColorPicker.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSColorPicking.h b/Headers/AppKit/NSColorPicking.h index 8b1f73979..c15ff89e8 100644 --- a/Headers/AppKit/NSColorPicking.h +++ b/Headers/AppKit/NSColorPicking.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSColorSpace.h b/Headers/AppKit/NSColorSpace.h index c91489181..c9e2b84e6 100644 --- a/Headers/AppKit/NSColorSpace.h +++ b/Headers/AppKit/NSColorSpace.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSColorWell.h b/Headers/AppKit/NSColorWell.h index 7fa7091cd..62cf03613 100644 --- a/Headers/AppKit/NSColorWell.h +++ b/Headers/AppKit/NSColorWell.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSDataLink.h b/Headers/AppKit/NSDataLink.h index 9bb597dff..cb85d67e6 100644 --- a/Headers/AppKit/NSDataLink.h +++ b/Headers/AppKit/NSDataLink.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSDataLinkManager.h b/Headers/AppKit/NSDataLinkManager.h index 5e0e52cae..2635df280 100644 --- a/Headers/AppKit/NSDataLinkManager.h +++ b/Headers/AppKit/NSDataLinkManager.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSDataLinkPanel.h b/Headers/AppKit/NSDataLinkPanel.h index 4046f78cd..dc1ec943c 100644 --- a/Headers/AppKit/NSDataLinkPanel.h +++ b/Headers/AppKit/NSDataLinkPanel.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSDocument.h b/Headers/AppKit/NSDocument.h index ffea0c778..c406049e3 100644 --- a/Headers/AppKit/NSDocument.h +++ b/Headers/AppKit/NSDocument.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSDocumentController.h b/Headers/AppKit/NSDocumentController.h index 5d6a3ffde..1a595b3ec 100644 --- a/Headers/AppKit/NSDocumentController.h +++ b/Headers/AppKit/NSDocumentController.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSDragging.h b/Headers/AppKit/NSDragging.h index ae731ab77..fdbea0771 100644 --- a/Headers/AppKit/NSDragging.h +++ b/Headers/AppKit/NSDragging.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSDrawer.h b/Headers/AppKit/NSDrawer.h index e1ade5d90..c4bbccb13 100644 --- a/Headers/AppKit/NSDrawer.h +++ b/Headers/AppKit/NSDrawer.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSEPSImageRep.h b/Headers/AppKit/NSEPSImageRep.h index 2d14eb024..e0321f341 100644 --- a/Headers/AppKit/NSEPSImageRep.h +++ b/Headers/AppKit/NSEPSImageRep.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSEvent.h b/Headers/AppKit/NSEvent.h index 21743de7f..f59cf29a1 100644 --- a/Headers/AppKit/NSEvent.h +++ b/Headers/AppKit/NSEvent.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSFileWrapper.h b/Headers/AppKit/NSFileWrapper.h index 26dc8c63d..6de31a3a0 100644 --- a/Headers/AppKit/NSFileWrapper.h +++ b/Headers/AppKit/NSFileWrapper.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSFont.h b/Headers/AppKit/NSFont.h index 3a1384390..a71cf4851 100644 --- a/Headers/AppKit/NSFont.h +++ b/Headers/AppKit/NSFont.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSFontDescriptor.h b/Headers/AppKit/NSFontDescriptor.h index f582b0dc2..363b537e5 100644 --- a/Headers/AppKit/NSFontDescriptor.h +++ b/Headers/AppKit/NSFontDescriptor.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSFontManager.h b/Headers/AppKit/NSFontManager.h index a82abc513..439beb2ab 100644 --- a/Headers/AppKit/NSFontManager.h +++ b/Headers/AppKit/NSFontManager.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSFontPanel.h b/Headers/AppKit/NSFontPanel.h index a1017929f..661d1acff 100644 --- a/Headers/AppKit/NSFontPanel.h +++ b/Headers/AppKit/NSFontPanel.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSForm.h b/Headers/AppKit/NSForm.h index aeb0cf9ab..9447c5665 100644 --- a/Headers/AppKit/NSForm.h +++ b/Headers/AppKit/NSForm.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSFormCell.h b/Headers/AppKit/NSFormCell.h index 60dc49e50..e89464a5e 100644 --- a/Headers/AppKit/NSFormCell.h +++ b/Headers/AppKit/NSFormCell.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSGlyphGenerator.h b/Headers/AppKit/NSGlyphGenerator.h index 33a9a6772..6d925d3f3 100644 --- a/Headers/AppKit/NSGlyphGenerator.h +++ b/Headers/AppKit/NSGlyphGenerator.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSGraphics.h b/Headers/AppKit/NSGraphics.h index 65c444736..08010456b 100644 --- a/Headers/AppKit/NSGraphics.h +++ b/Headers/AppKit/NSGraphics.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSGraphicsContext.h b/Headers/AppKit/NSGraphicsContext.h index 8dff65fed..d55ffc81a 100644 --- a/Headers/AppKit/NSGraphicsContext.h +++ b/Headers/AppKit/NSGraphicsContext.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSHelpManager.h b/Headers/AppKit/NSHelpManager.h index bd53734ce..6a51cf9eb 100644 --- a/Headers/AppKit/NSHelpManager.h +++ b/Headers/AppKit/NSHelpManager.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSHelpPanel.h b/Headers/AppKit/NSHelpPanel.h index f1037568f..64c3f0569 100644 --- a/Headers/AppKit/NSHelpPanel.h +++ b/Headers/AppKit/NSHelpPanel.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSImage.h b/Headers/AppKit/NSImage.h index 9298832ff..8badfba9c 100644 --- a/Headers/AppKit/NSImage.h +++ b/Headers/AppKit/NSImage.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSImageCell.h b/Headers/AppKit/NSImageCell.h index 3a76d15cf..9f6969513 100644 --- a/Headers/AppKit/NSImageCell.h +++ b/Headers/AppKit/NSImageCell.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSImageRep.h b/Headers/AppKit/NSImageRep.h index 0138181df..6391c3277 100644 --- a/Headers/AppKit/NSImageRep.h +++ b/Headers/AppKit/NSImageRep.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSImageView.h b/Headers/AppKit/NSImageView.h index deb1c1fd1..e277b7862 100644 --- a/Headers/AppKit/NSImageView.h +++ b/Headers/AppKit/NSImageView.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSInputManager.h b/Headers/AppKit/NSInputManager.h index deb0ca117..7136740db 100644 --- a/Headers/AppKit/NSInputManager.h +++ b/Headers/AppKit/NSInputManager.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSInputServer.h b/Headers/AppKit/NSInputServer.h index a20a62dfd..326b97c5f 100644 --- a/Headers/AppKit/NSInputServer.h +++ b/Headers/AppKit/NSInputServer.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSInterfaceStyle.h b/Headers/AppKit/NSInterfaceStyle.h index 5afc18a20..fdb7c4fd4 100644 --- a/Headers/AppKit/NSInterfaceStyle.h +++ b/Headers/AppKit/NSInterfaceStyle.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSKeyValueBinding.h b/Headers/AppKit/NSKeyValueBinding.h index a060da91e..14dec4528 100644 --- a/Headers/AppKit/NSKeyValueBinding.h +++ b/Headers/AppKit/NSKeyValueBinding.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSLayoutManager.h b/Headers/AppKit/NSLayoutManager.h index 22b11abc2..f55c79df3 100644 --- a/Headers/AppKit/NSLayoutManager.h +++ b/Headers/AppKit/NSLayoutManager.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSLevelIndicator.h b/Headers/AppKit/NSLevelIndicator.h index 253b91cb3..df52ea236 100644 --- a/Headers/AppKit/NSLevelIndicator.h +++ b/Headers/AppKit/NSLevelIndicator.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSLevelIndicatorCell.h b/Headers/AppKit/NSLevelIndicatorCell.h index 43ad85c41..4983c7c3a 100644 --- a/Headers/AppKit/NSLevelIndicatorCell.h +++ b/Headers/AppKit/NSLevelIndicatorCell.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSMatrix.h b/Headers/AppKit/NSMatrix.h index 24530d34c..d81f73234 100644 --- a/Headers/AppKit/NSMatrix.h +++ b/Headers/AppKit/NSMatrix.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSMenu.h b/Headers/AppKit/NSMenu.h index f9709245a..a6740c2f9 100644 --- a/Headers/AppKit/NSMenu.h +++ b/Headers/AppKit/NSMenu.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSMenuItem.h b/Headers/AppKit/NSMenuItem.h index d39e2ff85..b5609e2dd 100644 --- a/Headers/AppKit/NSMenuItem.h +++ b/Headers/AppKit/NSMenuItem.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSMenuItemCell.h b/Headers/AppKit/NSMenuItemCell.h index 1eb3b9dd2..7c3260689 100644 --- a/Headers/AppKit/NSMenuItemCell.h +++ b/Headers/AppKit/NSMenuItemCell.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSMenuView.h b/Headers/AppKit/NSMenuView.h index 3f6764a62..15cd33219 100644 --- a/Headers/AppKit/NSMenuView.h +++ b/Headers/AppKit/NSMenuView.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSMovie.h b/Headers/AppKit/NSMovie.h index 92d5657a1..b44479766 100644 --- a/Headers/AppKit/NSMovie.h +++ b/Headers/AppKit/NSMovie.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSMovieView.h b/Headers/AppKit/NSMovieView.h index 6384a97cf..ce9c64709 100644 --- a/Headers/AppKit/NSMovieView.h +++ b/Headers/AppKit/NSMovieView.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSNib.h b/Headers/AppKit/NSNib.h index 41bc798da..184cb4752 100644 --- a/Headers/AppKit/NSNib.h +++ b/Headers/AppKit/NSNib.h @@ -25,7 +25,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSNibConnector.h b/Headers/AppKit/NSNibConnector.h index 9bab5d90c..1927a3031 100644 --- a/Headers/AppKit/NSNibConnector.h +++ b/Headers/AppKit/NSNibConnector.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSNibDeclarations.h b/Headers/AppKit/NSNibDeclarations.h index 5ba016ba4..a1876233e 100644 --- a/Headers/AppKit/NSNibDeclarations.h +++ b/Headers/AppKit/NSNibDeclarations.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSNibLoading.h b/Headers/AppKit/NSNibLoading.h index 4b1bb1201..37245ac3f 100644 --- a/Headers/AppKit/NSNibLoading.h +++ b/Headers/AppKit/NSNibLoading.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSObjectController.h b/Headers/AppKit/NSObjectController.h index b834389e5..d8c09887f 100644 --- a/Headers/AppKit/NSObjectController.h +++ b/Headers/AppKit/NSObjectController.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSOpenGL.h b/Headers/AppKit/NSOpenGL.h index 5efa7610d..3f9893d45 100644 --- a/Headers/AppKit/NSOpenGL.h +++ b/Headers/AppKit/NSOpenGL.h @@ -9,7 +9,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSOpenGLView.h b/Headers/AppKit/NSOpenGLView.h index 981503cf8..b39cd875a 100644 --- a/Headers/AppKit/NSOpenGLView.h +++ b/Headers/AppKit/NSOpenGLView.h @@ -9,7 +9,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSOpenPanel.h b/Headers/AppKit/NSOpenPanel.h index 11027fde6..ccc9c3e97 100644 --- a/Headers/AppKit/NSOpenPanel.h +++ b/Headers/AppKit/NSOpenPanel.h @@ -20,7 +20,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSOutlineView.h b/Headers/AppKit/NSOutlineView.h index 8e3eaf5cd..37b5e7a83 100644 --- a/Headers/AppKit/NSOutlineView.h +++ b/Headers/AppKit/NSOutlineView.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSPageLayout.h b/Headers/AppKit/NSPageLayout.h index 98f3bbddc..12b661de7 100644 --- a/Headers/AppKit/NSPageLayout.h +++ b/Headers/AppKit/NSPageLayout.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSPanel.h b/Headers/AppKit/NSPanel.h index 410241844..1a88314b4 100644 --- a/Headers/AppKit/NSPanel.h +++ b/Headers/AppKit/NSPanel.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSParagraphStyle.h b/Headers/AppKit/NSParagraphStyle.h index 28e0ba9e9..2b01e3ed6 100644 --- a/Headers/AppKit/NSParagraphStyle.h +++ b/Headers/AppKit/NSParagraphStyle.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSPasteboard.h b/Headers/AppKit/NSPasteboard.h index 385e23856..cfdf231e7 100644 --- a/Headers/AppKit/NSPasteboard.h +++ b/Headers/AppKit/NSPasteboard.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSPopUpButton.h b/Headers/AppKit/NSPopUpButton.h index 5fd2d8db5..6f24ea690 100644 --- a/Headers/AppKit/NSPopUpButton.h +++ b/Headers/AppKit/NSPopUpButton.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSPopUpButtonCell.h b/Headers/AppKit/NSPopUpButtonCell.h index a1c121aaa..ad5792302 100644 --- a/Headers/AppKit/NSPopUpButtonCell.h +++ b/Headers/AppKit/NSPopUpButtonCell.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSPrintInfo.h b/Headers/AppKit/NSPrintInfo.h index a7ddd12c9..7ee70c44d 100644 --- a/Headers/AppKit/NSPrintInfo.h +++ b/Headers/AppKit/NSPrintInfo.h @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSPrintOperation.h b/Headers/AppKit/NSPrintOperation.h index 1959faf83..c35507cfd 100644 --- a/Headers/AppKit/NSPrintOperation.h +++ b/Headers/AppKit/NSPrintOperation.h @@ -20,7 +20,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSPrintPanel.h b/Headers/AppKit/NSPrintPanel.h index b904df855..a27dad62a 100644 --- a/Headers/AppKit/NSPrintPanel.h +++ b/Headers/AppKit/NSPrintPanel.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSPrinter.h b/Headers/AppKit/NSPrinter.h index 1cfcbc9ee..d00b9f1ea 100644 --- a/Headers/AppKit/NSPrinter.h +++ b/Headers/AppKit/NSPrinter.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSProgressIndicator.h b/Headers/AppKit/NSProgressIndicator.h index fdd62f939..f44b64178 100644 --- a/Headers/AppKit/NSProgressIndicator.h +++ b/Headers/AppKit/NSProgressIndicator.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSResponder.h b/Headers/AppKit/NSResponder.h index d7ededa88..6464f6612 100644 --- a/Headers/AppKit/NSResponder.h +++ b/Headers/AppKit/NSResponder.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSRulerMarker.h b/Headers/AppKit/NSRulerMarker.h index 0b9841d43..74c8e2c90 100644 --- a/Headers/AppKit/NSRulerMarker.h +++ b/Headers/AppKit/NSRulerMarker.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSRulerView.h b/Headers/AppKit/NSRulerView.h index eef9a75d2..50d4a3004 100644 --- a/Headers/AppKit/NSRulerView.h +++ b/Headers/AppKit/NSRulerView.h @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSSavePanel.h b/Headers/AppKit/NSSavePanel.h index a9e4f4142..0721a9a56 100644 --- a/Headers/AppKit/NSSavePanel.h +++ b/Headers/AppKit/NSSavePanel.h @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSScreen.h b/Headers/AppKit/NSScreen.h index 5edb2f2c4..f7b2fbd8f 100644 --- a/Headers/AppKit/NSScreen.h +++ b/Headers/AppKit/NSScreen.h @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSScrollView.h b/Headers/AppKit/NSScrollView.h index be12309cc..6cf150a99 100644 --- a/Headers/AppKit/NSScrollView.h +++ b/Headers/AppKit/NSScrollView.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSScroller.h b/Headers/AppKit/NSScroller.h index dba77db15..446fea054 100644 --- a/Headers/AppKit/NSScroller.h +++ b/Headers/AppKit/NSScroller.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSSearchField.h b/Headers/AppKit/NSSearchField.h index 1a12fe48f..c97324971 100644 --- a/Headers/AppKit/NSSearchField.h +++ b/Headers/AppKit/NSSearchField.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSSearchFieldCell.h b/Headers/AppKit/NSSearchFieldCell.h index 40cc0c8f4..d8154efdd 100644 --- a/Headers/AppKit/NSSearchFieldCell.h +++ b/Headers/AppKit/NSSearchFieldCell.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSSecureTextField.h b/Headers/AppKit/NSSecureTextField.h index 5ffa90111..c3b97d94f 100644 --- a/Headers/AppKit/NSSecureTextField.h +++ b/Headers/AppKit/NSSecureTextField.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSSegmentedCell.h b/Headers/AppKit/NSSegmentedCell.h index 31030d133..7c513e51d 100644 --- a/Headers/AppKit/NSSegmentedCell.h +++ b/Headers/AppKit/NSSegmentedCell.h @@ -9,7 +9,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/Headers/AppKit/NSSegmentedControl.h b/Headers/AppKit/NSSegmentedControl.h index d544662a1..39afce9e1 100644 --- a/Headers/AppKit/NSSegmentedControl.h +++ b/Headers/AppKit/NSSegmentedControl.h @@ -9,7 +9,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/Headers/AppKit/NSSelection.h b/Headers/AppKit/NSSelection.h index 72fdab238..3058a3c02 100644 --- a/Headers/AppKit/NSSelection.h +++ b/Headers/AppKit/NSSelection.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSSlider.h b/Headers/AppKit/NSSlider.h index 577b9cfe5..1c5c28c4e 100644 --- a/Headers/AppKit/NSSlider.h +++ b/Headers/AppKit/NSSlider.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSSliderCell.h b/Headers/AppKit/NSSliderCell.h index e954b85ae..991067635 100644 --- a/Headers/AppKit/NSSliderCell.h +++ b/Headers/AppKit/NSSliderCell.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSSound.h b/Headers/AppKit/NSSound.h index 78bd5fcf3..16b1bcc19 100644 --- a/Headers/AppKit/NSSound.h +++ b/Headers/AppKit/NSSound.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSSpellChecker.h b/Headers/AppKit/NSSpellChecker.h index 7ce701c80..4e12762cc 100644 --- a/Headers/AppKit/NSSpellChecker.h +++ b/Headers/AppKit/NSSpellChecker.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSSpellProtocol.h b/Headers/AppKit/NSSpellProtocol.h index 5baba11b2..4fc387f02 100644 --- a/Headers/AppKit/NSSpellProtocol.h +++ b/Headers/AppKit/NSSpellProtocol.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSSpellServer.h b/Headers/AppKit/NSSpellServer.h index ccfa91602..9196aa7ae 100644 --- a/Headers/AppKit/NSSpellServer.h +++ b/Headers/AppKit/NSSpellServer.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSSplitView.h b/Headers/AppKit/NSSplitView.h index 0ddee3551..be224fd39 100644 --- a/Headers/AppKit/NSSplitView.h +++ b/Headers/AppKit/NSSplitView.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSStepper.h b/Headers/AppKit/NSStepper.h index af6008728..fb2dcbc62 100644 --- a/Headers/AppKit/NSStepper.h +++ b/Headers/AppKit/NSStepper.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSStepperCell.h b/Headers/AppKit/NSStepperCell.h index b639b5bc9..3803d92ba 100644 --- a/Headers/AppKit/NSStepperCell.h +++ b/Headers/AppKit/NSStepperCell.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSStringDrawing.h b/Headers/AppKit/NSStringDrawing.h index a514d481c..26e594935 100644 --- a/Headers/AppKit/NSStringDrawing.h +++ b/Headers/AppKit/NSStringDrawing.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTabView.h b/Headers/AppKit/NSTabView.h index 78181be0e..0f18ab32a 100644 --- a/Headers/AppKit/NSTabView.h +++ b/Headers/AppKit/NSTabView.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTabViewItem.h b/Headers/AppKit/NSTabViewItem.h index 3ea796830..e2c1be482 100644 --- a/Headers/AppKit/NSTabViewItem.h +++ b/Headers/AppKit/NSTabViewItem.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTableColumn.h b/Headers/AppKit/NSTableColumn.h index b2399c319..01f5f98f0 100644 --- a/Headers/AppKit/NSTableColumn.h +++ b/Headers/AppKit/NSTableColumn.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTableHeaderCell.h b/Headers/AppKit/NSTableHeaderCell.h index 0d9a3e247..33a28787a 100644 --- a/Headers/AppKit/NSTableHeaderCell.h +++ b/Headers/AppKit/NSTableHeaderCell.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTableHeaderView.h b/Headers/AppKit/NSTableHeaderView.h index 046d4667b..9471ff68a 100644 --- a/Headers/AppKit/NSTableHeaderView.h +++ b/Headers/AppKit/NSTableHeaderView.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTableView.h b/Headers/AppKit/NSTableView.h index 213aa4383..01389d936 100644 --- a/Headers/AppKit/NSTableView.h +++ b/Headers/AppKit/NSTableView.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSText.h b/Headers/AppKit/NSText.h index f50a84e59..a6c384850 100644 --- a/Headers/AppKit/NSText.h +++ b/Headers/AppKit/NSText.h @@ -19,7 +19,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTextAttachment.h b/Headers/AppKit/NSTextAttachment.h index f661990a9..2b8f30472 100644 --- a/Headers/AppKit/NSTextAttachment.h +++ b/Headers/AppKit/NSTextAttachment.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTextContainer.h b/Headers/AppKit/NSTextContainer.h index 74321e6d8..3fa8aca33 100644 --- a/Headers/AppKit/NSTextContainer.h +++ b/Headers/AppKit/NSTextContainer.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTextField.h b/Headers/AppKit/NSTextField.h index c80dc4515..986a9b2b7 100644 --- a/Headers/AppKit/NSTextField.h +++ b/Headers/AppKit/NSTextField.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTextFieldCell.h b/Headers/AppKit/NSTextFieldCell.h index 7bba6b859..51a0c9ca5 100644 --- a/Headers/AppKit/NSTextFieldCell.h +++ b/Headers/AppKit/NSTextFieldCell.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTextList.h b/Headers/AppKit/NSTextList.h index a607726c5..e9fb6acbc 100644 --- a/Headers/AppKit/NSTextList.h +++ b/Headers/AppKit/NSTextList.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTextStorage.h b/Headers/AppKit/NSTextStorage.h index 88ff09d82..f51aaa621 100644 --- a/Headers/AppKit/NSTextStorage.h +++ b/Headers/AppKit/NSTextStorage.h @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTextTable.h b/Headers/AppKit/NSTextTable.h index 9bf7ce9af..852b9bfc7 100644 --- a/Headers/AppKit/NSTextTable.h +++ b/Headers/AppKit/NSTextTable.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSTextView.h b/Headers/AppKit/NSTextView.h index c5db2fd76..d4b4483b4 100644 --- a/Headers/AppKit/NSTextView.h +++ b/Headers/AppKit/NSTextView.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSToolbar.h b/Headers/AppKit/NSToolbar.h index 80423ab0a..5f992ece1 100644 --- a/Headers/AppKit/NSToolbar.h +++ b/Headers/AppKit/NSToolbar.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSToolbarItem.h b/Headers/AppKit/NSToolbarItem.h index 4a66f04e0..2ff67b064 100644 --- a/Headers/AppKit/NSToolbarItem.h +++ b/Headers/AppKit/NSToolbarItem.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSUserDefaultsController.h b/Headers/AppKit/NSUserDefaultsController.h index 00e940c90..162c9a046 100644 --- a/Headers/AppKit/NSUserDefaultsController.h +++ b/Headers/AppKit/NSUserDefaultsController.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSUserInterfaceValidation.h b/Headers/AppKit/NSUserInterfaceValidation.h index 4865b4f9b..341365e48 100644 --- a/Headers/AppKit/NSUserInterfaceValidation.h +++ b/Headers/AppKit/NSUserInterfaceValidation.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSView.h b/Headers/AppKit/NSView.h index 3cff4edc6..f43a658f1 100644 --- a/Headers/AppKit/NSView.h +++ b/Headers/AppKit/NSView.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSWindow+Toolbar.h b/Headers/AppKit/NSWindow+Toolbar.h index 966975387..672a46a74 100644 --- a/Headers/AppKit/NSWindow+Toolbar.h +++ b/Headers/AppKit/NSWindow+Toolbar.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSWindow.h b/Headers/AppKit/NSWindow.h index a53273160..e3bcb1c14 100644 --- a/Headers/AppKit/NSWindow.h +++ b/Headers/AppKit/NSWindow.h @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSWindowController.h b/Headers/AppKit/NSWindowController.h index ded9355da..5a45d5c27 100644 --- a/Headers/AppKit/NSWindowController.h +++ b/Headers/AppKit/NSWindowController.h @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/NSWorkspace.h b/Headers/AppKit/NSWorkspace.h index c2e48cc9e..d9f2fc772 100644 --- a/Headers/AppKit/NSWorkspace.h +++ b/Headers/AppKit/NSWorkspace.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/AppKit/PSOperators.h b/Headers/AppKit/PSOperators.h index eba94563f..a103b0396 100644 --- a/Headers/AppKit/PSOperators.h +++ b/Headers/AppKit/PSOperators.h @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Headers/Cocoa/Cocoa.h b/Headers/Cocoa/Cocoa.h index 6255162c9..6992dccef 100644 --- a/Headers/Cocoa/Cocoa.h +++ b/Headers/Cocoa/Cocoa.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Images/GNUmakefile b/Images/GNUmakefile index 82bdb8bef..46b6d0fef 100644 --- a/Images/GNUmakefile +++ b/Images/GNUmakefile @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Images/GNUmakefile.postamble b/Images/GNUmakefile.postamble index 196f02ad8..170aa1239 100644 --- a/Images/GNUmakefile.postamble +++ b/Images/GNUmakefile.postamble @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/KeyBindings/GNUmakefile b/KeyBindings/GNUmakefile index b704e47d3..a0ba0cfba 100644 --- a/KeyBindings/GNUmakefile +++ b/KeyBindings/GNUmakefile @@ -8,7 +8,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/Controller.h b/Model/Controller.h index 11e20056e..394fc8cd5 100644 --- a/Model/Controller.h +++ b/Model/Controller.h @@ -7,7 +7,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/Controller.m b/Model/Controller.m index ddbd8a524..d1191f6f3 100644 --- a/Model/Controller.m +++ b/Model/Controller.m @@ -7,7 +7,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/GMAppKit.m b/Model/GMAppKit.m index a2cbbf32b..e5f5bb1fc 100644 --- a/Model/GMAppKit.m +++ b/Model/GMAppKit.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/GMArchiveObjects.m b/Model/GMArchiveObjects.m index 49424e45a..b3de32244 100644 --- a/Model/GMArchiveObjects.m +++ b/Model/GMArchiveObjects.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/GMArchiver.m b/Model/GMArchiver.m index 273638bcf..ac7eb8ab3 100644 --- a/Model/GMArchiver.m +++ b/Model/GMArchiver.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/GNUmakefile b/Model/GNUmakefile index 6c2fc738b..120f5df42 100644 --- a/Model/GNUmakefile +++ b/Model/GNUmakefile @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/GNUmakefile.postamble b/Model/GNUmakefile.postamble index 4a981ecb5..19017b661 100644 --- a/Model/GNUmakefile.postamble +++ b/Model/GNUmakefile.postamble @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/IBClasses.h b/Model/IBClasses.h index 879bd1378..bbd0ba5f8 100644 --- a/Model/IBClasses.h +++ b/Model/IBClasses.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/IBClasses.m b/Model/IBClasses.m index a278e5b25..e7a9b4c71 100644 --- a/Model/IBClasses.m +++ b/Model/IBClasses.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/IMConnectors.h b/Model/IMConnectors.h index 63ace2513..67f78a99d 100644 --- a/Model/IMConnectors.h +++ b/Model/IMConnectors.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/IMConnectors.m b/Model/IMConnectors.m index 81d574e2c..9c50fb3f3 100644 --- a/Model/IMConnectors.m +++ b/Model/IMConnectors.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/IMCustomObject.m b/Model/IMCustomObject.m index 43252eaa2..69790f8f3 100644 --- a/Model/IMCustomObject.m +++ b/Model/IMCustomObject.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/IMLoading.m b/Model/IMLoading.m index 03374c6c1..c1cd834db 100644 --- a/Model/IMLoading.m +++ b/Model/IMLoading.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/Translator.h b/Model/Translator.h index 5b3f3e304..82623828a 100644 --- a/Model/Translator.h +++ b/Model/Translator.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/Translator.m b/Model/Translator.m index f43103eef..940805135 100644 --- a/Model/Translator.m +++ b/Model/Translator.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/nib2gmodel.m b/Model/nib2gmodel.m index 3053c150d..12c348445 100644 --- a/Model/nib2gmodel.m +++ b/Model/nib2gmodel.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Model/test.m b/Model/test.m index 0f5ad0b78..04807c1ee 100644 --- a/Model/test.m +++ b/Model/test.m @@ -7,7 +7,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Panels/GNUmakefile b/Panels/GNUmakefile index e8fbd3906..e2990bea9 100644 --- a/Panels/GNUmakefile +++ b/Panels/GNUmakefile @@ -11,7 +11,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Panels/GNUmakefile.postamble b/Panels/GNUmakefile.postamble index 447f7c03d..ab37a4ca8 100644 --- a/Panels/GNUmakefile.postamble +++ b/Panels/GNUmakefile.postamble @@ -11,7 +11,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/PrinterTypes/GNUmakefile b/PrinterTypes/GNUmakefile index ab08f4f50..e3e8a0651 100644 --- a/PrinterTypes/GNUmakefile +++ b/PrinterTypes/GNUmakefile @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/PrinterTypes/GNUmakefile.postamble b/PrinterTypes/GNUmakefile.postamble index 66262f476..738942c46 100644 --- a/PrinterTypes/GNUmakefile.postamble +++ b/PrinterTypes/GNUmakefile.postamble @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GNUmakefile b/Printing/GNUmakefile index a36afe43a..5e9be8c98 100644 --- a/Printing/GNUmakefile +++ b/Printing/GNUmakefile @@ -11,7 +11,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GNUmakefile b/Printing/GSCUPS/GNUmakefile index 3e18573a3..764333ca7 100644 --- a/Printing/GSCUPS/GNUmakefile +++ b/Printing/GSCUPS/GNUmakefile @@ -12,7 +12,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GSCUPSPageLayout.h b/Printing/GSCUPS/GSCUPSPageLayout.h index b6328a953..b3dd7b615 100644 --- a/Printing/GSCUPS/GSCUPSPageLayout.h +++ b/Printing/GSCUPS/GSCUPSPageLayout.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GSCUPSPageLayout.m b/Printing/GSCUPS/GSCUPSPageLayout.m index 34b0160c5..f33b7f3c9 100644 --- a/Printing/GSCUPS/GSCUPSPageLayout.m +++ b/Printing/GSCUPS/GSCUPSPageLayout.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GSCUPSPrincipalClass.h b/Printing/GSCUPS/GSCUPSPrincipalClass.h index f18414bc2..9df861936 100644 --- a/Printing/GSCUPS/GSCUPSPrincipalClass.h +++ b/Printing/GSCUPS/GSCUPSPrincipalClass.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GSCUPSPrincipalClass.m b/Printing/GSCUPS/GSCUPSPrincipalClass.m index acc156476..a0b2e20ab 100644 --- a/Printing/GSCUPS/GSCUPSPrincipalClass.m +++ b/Printing/GSCUPS/GSCUPSPrincipalClass.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GSCUPSPrintInfo.h b/Printing/GSCUPS/GSCUPSPrintInfo.h index 282beddf9..8d9d29306 100644 --- a/Printing/GSCUPS/GSCUPSPrintInfo.h +++ b/Printing/GSCUPS/GSCUPSPrintInfo.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GSCUPSPrintInfo.m b/Printing/GSCUPS/GSCUPSPrintInfo.m index 06f9e33a6..0ab948d20 100644 --- a/Printing/GSCUPS/GSCUPSPrintInfo.m +++ b/Printing/GSCUPS/GSCUPSPrintInfo.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GSCUPSPrintOperation.h b/Printing/GSCUPS/GSCUPSPrintOperation.h index 2dc324edb..f248f2dc8 100644 --- a/Printing/GSCUPS/GSCUPSPrintOperation.h +++ b/Printing/GSCUPS/GSCUPSPrintOperation.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GSCUPSPrintOperation.m b/Printing/GSCUPS/GSCUPSPrintOperation.m index c6bcb9b2f..04ba39e54 100644 --- a/Printing/GSCUPS/GSCUPSPrintOperation.m +++ b/Printing/GSCUPS/GSCUPSPrintOperation.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GSCUPSPrintPanel.h b/Printing/GSCUPS/GSCUPSPrintPanel.h index 9e5e2c66e..4fd46ccb2 100644 --- a/Printing/GSCUPS/GSCUPSPrintPanel.h +++ b/Printing/GSCUPS/GSCUPSPrintPanel.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GSCUPSPrintPanel.m b/Printing/GSCUPS/GSCUPSPrintPanel.m index e463208c5..1357759d6 100644 --- a/Printing/GSCUPS/GSCUPSPrintPanel.m +++ b/Printing/GSCUPS/GSCUPSPrintPanel.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GSCUPSPrinter.h b/Printing/GSCUPS/GSCUPSPrinter.h index b737da67d..0b2b00503 100644 --- a/Printing/GSCUPS/GSCUPSPrinter.h +++ b/Printing/GSCUPS/GSCUPSPrinter.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSCUPS/GSCUPSPrinter.m b/Printing/GSCUPS/GSCUPSPrinter.m index 21059452d..a067ab6fa 100644 --- a/Printing/GSCUPS/GSCUPSPrinter.m +++ b/Printing/GSCUPS/GSCUPSPrinter.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GNUmakefile b/Printing/GSLPR/GNUmakefile index 204a79fed..8a2ed03ca 100644 --- a/Printing/GSLPR/GNUmakefile +++ b/Printing/GSLPR/GNUmakefile @@ -12,7 +12,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GSLPRPageLayout.h b/Printing/GSLPR/GSLPRPageLayout.h index ace441c8a..f5dd1d8a3 100644 --- a/Printing/GSLPR/GSLPRPageLayout.h +++ b/Printing/GSLPR/GSLPRPageLayout.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GSLPRPageLayout.m b/Printing/GSLPR/GSLPRPageLayout.m index e64526baa..1daf0d091 100644 --- a/Printing/GSLPR/GSLPRPageLayout.m +++ b/Printing/GSLPR/GSLPRPageLayout.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GSLPRPrincipalClass.h b/Printing/GSLPR/GSLPRPrincipalClass.h index acbe66dfd..2516cdebb 100644 --- a/Printing/GSLPR/GSLPRPrincipalClass.h +++ b/Printing/GSLPR/GSLPRPrincipalClass.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GSLPRPrincipalClass.m b/Printing/GSLPR/GSLPRPrincipalClass.m index 92a314526..17942a602 100644 --- a/Printing/GSLPR/GSLPRPrincipalClass.m +++ b/Printing/GSLPR/GSLPRPrincipalClass.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GSLPRPrintInfo.h b/Printing/GSLPR/GSLPRPrintInfo.h index bacd68e91..8c03a3bbc 100644 --- a/Printing/GSLPR/GSLPRPrintInfo.h +++ b/Printing/GSLPR/GSLPRPrintInfo.h @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GSLPRPrintInfo.m b/Printing/GSLPR/GSLPRPrintInfo.m index 54cede3d1..970a93f77 100644 --- a/Printing/GSLPR/GSLPRPrintInfo.m +++ b/Printing/GSLPR/GSLPRPrintInfo.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GSLPRPrintOperation.h b/Printing/GSLPR/GSLPRPrintOperation.h index 0e894cf5e..0280f08fc 100644 --- a/Printing/GSLPR/GSLPRPrintOperation.h +++ b/Printing/GSLPR/GSLPRPrintOperation.h @@ -20,7 +20,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GSLPRPrintOperation.m b/Printing/GSLPR/GSLPRPrintOperation.m index d1096dc43..1c7b7ffc3 100644 --- a/Printing/GSLPR/GSLPRPrintOperation.m +++ b/Printing/GSLPR/GSLPRPrintOperation.m @@ -19,7 +19,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GSLPRPrintPanel.h b/Printing/GSLPR/GSLPRPrintPanel.h index decac4aac..eb4b2b23d 100644 --- a/Printing/GSLPR/GSLPRPrintPanel.h +++ b/Printing/GSLPR/GSLPRPrintPanel.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GSLPRPrintPanel.m b/Printing/GSLPR/GSLPRPrintPanel.m index 57e71d42a..8008b7788 100644 --- a/Printing/GSLPR/GSLPRPrintPanel.m +++ b/Printing/GSLPR/GSLPRPrintPanel.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GSLPRPrinter.h b/Printing/GSLPR/GSLPRPrinter.h index 0adeff679..8a29c5c1a 100644 --- a/Printing/GSLPR/GSLPRPrinter.h +++ b/Printing/GSLPR/GSLPRPrinter.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Printing/GSLPR/GSLPRPrinter.m b/Printing/GSLPR/GSLPRPrinter.m index c6eb5eb5e..7ab477421 100644 --- a/Printing/GSLPR/GSLPRPrinter.m +++ b/Printing/GSLPR/GSLPRPrinter.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Resources/GNUmakefile b/Resources/GNUmakefile index b5ea50d6d..fec0b533a 100644 --- a/Resources/GNUmakefile +++ b/Resources/GNUmakefile @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/CompatibilityHeaders.make b/Source/CompatibilityHeaders.make index 7bbff16a8..ac0ad5b05 100644 --- a/Source/CompatibilityHeaders.make +++ b/Source/CompatibilityHeaders.make @@ -14,7 +14,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/DocMakefile b/Source/DocMakefile index 0a65b5210..af53fb132 100644 --- a/Source/DocMakefile +++ b/Source/DocMakefile @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/Functions.m b/Source/Functions.m index 5d8ae245a..fb365ae83 100644 --- a/Source/Functions.m +++ b/Source/Functions.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GNUmakefile b/Source/GNUmakefile index 76131b699..14fd71d94 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -9,7 +9,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GNUmakefile.postamble b/Source/GNUmakefile.postamble index da9e1901b..8763b649b 100644 --- a/Source/GNUmakefile.postamble +++ b/Source/GNUmakefile.postamble @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GNUmakefile.preamble b/Source/GNUmakefile.preamble index dc038c7b5..a3f868a34 100644 --- a/Source/GNUmakefile.preamble +++ b/Source/GNUmakefile.preamble @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSAnimator.m b/Source/GSAnimator.m index c42af3cb2..4ebd869b3 100644 --- a/Source/GSAnimator.m +++ b/Source/GSAnimator.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSBindingHelpers.h b/Source/GSBindingHelpers.h index 30286333d..b6b2e34ac 100644 --- a/Source/GSBindingHelpers.h +++ b/Source/GSBindingHelpers.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSDisplayServer.m b/Source/GSDisplayServer.m index ca18aeba7..c57fa9a3a 100644 --- a/Source/GSDisplayServer.m +++ b/Source/GSDisplayServer.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSDragView.m b/Source/GSDragView.m index 0b5f30bab..9ec38b128 100644 --- a/Source/GSDragView.m +++ b/Source/GSDragView.m @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSEPSPrintOperation.m b/Source/GSEPSPrintOperation.m index ddd390f51..fbceaaaf9 100644 --- a/Source/GSEPSPrintOperation.m +++ b/Source/GSEPSPrintOperation.m @@ -19,7 +19,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSFontInfo.m b/Source/GSFontInfo.m index e0a55670f..9928541dd 100644 --- a/Source/GSFontInfo.m +++ b/Source/GSFontInfo.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSFusedSilica.m b/Source/GSFusedSilica.m index 4732c2bc7..8e31d2414 100644 --- a/Source/GSFusedSilica.m +++ b/Source/GSFusedSilica.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSFusedSilicaContext.h b/Source/GSFusedSilicaContext.h index 456830116..056ca6e6c 100644 --- a/Source/GSFusedSilicaContext.h +++ b/Source/GSFusedSilicaContext.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSFusedSilicaContext.m b/Source/GSFusedSilicaContext.m index 81fb49d1b..4852300df 100644 --- a/Source/GSFusedSilicaContext.m +++ b/Source/GSFusedSilicaContext.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSGModelLoader.m b/Source/GSGModelLoader.m index 47cb94c29..5fd18b82b 100644 --- a/Source/GSGModelLoader.m +++ b/Source/GSGModelLoader.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSGormLoader.m b/Source/GSGormLoader.m index 867b0ed0b..a3a5ac0c5 100644 --- a/Source/GSGormLoader.m +++ b/Source/GSGormLoader.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSGuiPrivate.h b/Source/GSGuiPrivate.h index 677d4fb76..bbc6abeec 100644 --- a/Source/GSGuiPrivate.h +++ b/Source/GSGuiPrivate.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSHbox.m b/Source/GSHbox.m index 8e179ef43..ef3c971b1 100644 --- a/Source/GSHbox.m +++ b/Source/GSHbox.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSHelpManagerPanel.m b/Source/GSHelpManagerPanel.m index a4207915a..1e0fbbace 100644 --- a/Source/GSHelpManagerPanel.m +++ b/Source/GSHelpManagerPanel.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSHorizontalTypesetter.m b/Source/GSHorizontalTypesetter.m index 3537810d0..a0c644cd7 100644 --- a/Source/GSHorizontalTypesetter.m +++ b/Source/GSHorizontalTypesetter.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSInfoPanel.m b/Source/GSInfoPanel.m index a2cd53d39..a2d8ef703 100644 --- a/Source/GSInfoPanel.m +++ b/Source/GSInfoPanel.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSKeyBindingAction.h b/Source/GSKeyBindingAction.h index bf363acdb..c783ce397 100644 --- a/Source/GSKeyBindingAction.h +++ b/Source/GSKeyBindingAction.h @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSKeyBindingAction.m b/Source/GSKeyBindingAction.m index b9ba13ec1..47e9098dd 100644 --- a/Source/GSKeyBindingAction.m +++ b/Source/GSKeyBindingAction.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSKeyBindingTable.h b/Source/GSKeyBindingTable.h index f40e35639..b08fdf575 100644 --- a/Source/GSKeyBindingTable.h +++ b/Source/GSKeyBindingTable.h @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSKeyBindingTable.m b/Source/GSKeyBindingTable.m index 74a28e1bb..cd5193620 100644 --- a/Source/GSKeyBindingTable.m +++ b/Source/GSKeyBindingTable.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSLayoutManager.m b/Source/GSLayoutManager.m index 47d14d807..c0f008d11 100644 --- a/Source/GSLayoutManager.m +++ b/Source/GSLayoutManager.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSMemoryPanel.m b/Source/GSMemoryPanel.m index f739c1933..acfbf5aa5 100644 --- a/Source/GSMemoryPanel.m +++ b/Source/GSMemoryPanel.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSModelLoaderFactory.m b/Source/GSModelLoaderFactory.m index de6989d9f..3ba32f0ed 100644 --- a/Source/GSModelLoaderFactory.m +++ b/Source/GSModelLoaderFactory.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSNibCompatibility.m b/Source/GSNibCompatibility.m index 47a9f51b6..14c59ee30 100644 --- a/Source/GSNibCompatibility.m +++ b/Source/GSNibCompatibility.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSNibLoader.m b/Source/GSNibLoader.m index 49d82e0f6..cd294e4fe 100644 --- a/Source/GSNibLoader.m +++ b/Source/GSNibLoader.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSNibTemplates.m b/Source/GSNibTemplates.m index cc018bd86..7a251f5d4 100644 --- a/Source/GSNibTemplates.m +++ b/Source/GSNibTemplates.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSPDFPrintOperation.m b/Source/GSPDFPrintOperation.m index 204a4f4a1..5cba4f16e 100644 --- a/Source/GSPDFPrintOperation.m +++ b/Source/GSPDFPrintOperation.m @@ -18,7 +18,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSPrintOperation.m b/Source/GSPrintOperation.m index 5eb4fbdfc..af8cbb8b2 100644 --- a/Source/GSPrintOperation.m +++ b/Source/GSPrintOperation.m @@ -19,7 +19,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSPrinting.m b/Source/GSPrinting.m index a91ab5e84..5df967d10 100644 --- a/Source/GSPrinting.m +++ b/Source/GSPrinting.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSServicesManager.m b/Source/GSServicesManager.m index b55962d98..8eabfe23d 100644 --- a/Source/GSServicesManager.m +++ b/Source/GSServicesManager.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSSimpleLayoutManager.m b/Source/GSSimpleLayoutManager.m index bc69edd6d..fa01fedb9 100644 --- a/Source/GSSimpleLayoutManager.m +++ b/Source/GSSimpleLayoutManager.m @@ -23,7 +23,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSSlideView.h b/Source/GSSlideView.h index 91ed57e9c..56e8c62a0 100644 --- a/Source/GSSlideView.h +++ b/Source/GSSlideView.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSSlideView.m b/Source/GSSlideView.m index bf292ec68..add8156e3 100644 --- a/Source/GSSlideView.m +++ b/Source/GSSlideView.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSStandardWindowDecorationView.m b/Source/GSStandardWindowDecorationView.m index c47238990..742e44d4d 100644 --- a/Source/GSStandardWindowDecorationView.m +++ b/Source/GSStandardWindowDecorationView.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSTable.m b/Source/GSTable.m index 93af99b31..01d006324 100644 --- a/Source/GSTable.m +++ b/Source/GSTable.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSTextStorage.h b/Source/GSTextStorage.h index 5c4c3e670..fee85926e 100644 --- a/Source/GSTextStorage.h +++ b/Source/GSTextStorage.h @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSTextStorage.m b/Source/GSTextStorage.m index cb3de710b..9444f49cf 100644 --- a/Source/GSTextStorage.m +++ b/Source/GSTextStorage.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSTheme.m b/Source/GSTheme.m index 965a75ceb..49f6d09d3 100644 --- a/Source/GSTheme.m +++ b/Source/GSTheme.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSTitleView.m b/Source/GSTitleView.m index c337612cb..e9c2d0a8f 100644 --- a/Source/GSTitleView.m +++ b/Source/GSTitleView.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSToolTips.h b/Source/GSToolTips.h index 4bc073a1c..09e96859c 100644 --- a/Source/GSToolTips.h +++ b/Source/GSToolTips.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSToolTips.m b/Source/GSToolTips.m index 225c7d136..2180cf14c 100644 --- a/Source/GSToolTips.m +++ b/Source/GSToolTips.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSToolbar.m b/Source/GSToolbar.m index 22ecd7f2d..66a42c894 100644 --- a/Source/GSToolbar.m +++ b/Source/GSToolbar.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSToolbarView.m b/Source/GSToolbarView.m index d2f40ff39..eabe0a8dd 100644 --- a/Source/GSToolbarView.m +++ b/Source/GSToolbarView.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSTrackingRect.m b/Source/GSTrackingRect.m index 176b7f829..3c75bd9d7 100644 --- a/Source/GSTrackingRect.m +++ b/Source/GSTrackingRect.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSTypesetter.m b/Source/GSTypesetter.m index 3457adb5d..8856923d1 100644 --- a/Source/GSTypesetter.m +++ b/Source/GSTypesetter.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSVbox.m b/Source/GSVbox.m index c4b5fb1af..d649f6512 100644 --- a/Source/GSVbox.m +++ b/Source/GSVbox.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSWindowDecorationView.h b/Source/GSWindowDecorationView.h index 2d0774283..a6b06ca63 100644 --- a/Source/GSWindowDecorationView.h +++ b/Source/GSWindowDecorationView.h @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/GSWindowDecorationView.m b/Source/GSWindowDecorationView.m index 97d6a34e8..89125babe 100644 --- a/Source/GSWindowDecorationView.m +++ b/Source/GSWindowDecorationView.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSActionCell.m b/Source/NSActionCell.m index 591324026..41ea3feb2 100644 --- a/Source/NSActionCell.m +++ b/Source/NSActionCell.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSAffineTransform.m b/Source/NSAffineTransform.m index 51fe27c88..53fc8cd9c 100644 --- a/Source/NSAffineTransform.m +++ b/Source/NSAffineTransform.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSAlert.m b/Source/NSAlert.m index f42b5ca1e..986b21963 100644 --- a/Source/NSAlert.m +++ b/Source/NSAlert.m @@ -20,7 +20,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSAnimation.m b/Source/NSAnimation.m index 419961cff..1bb099921 100644 --- a/Source/NSAnimation.m +++ b/Source/NSAnimation.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSApplication.m b/Source/NSApplication.m index 98d563292..e7b7a5b67 100644 --- a/Source/NSApplication.m +++ b/Source/NSApplication.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSArrayController.m b/Source/NSArrayController.m index 5db70667c..af9ff6b2d 100644 --- a/Source/NSArrayController.m +++ b/Source/NSArrayController.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSAttributedString.m b/Source/NSAttributedString.m index 70105735f..06545cb55 100644 --- a/Source/NSAttributedString.m +++ b/Source/NSAttributedString.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBezierPath.m b/Source/NSBezierPath.m index 0341c6f9c..2cd9f6238 100644 --- a/Source/NSBezierPath.m +++ b/Source/NSBezierPath.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBitmapImageRep+GIF.h b/Source/NSBitmapImageRep+GIF.h index 9ec3d7d21..c5943c25e 100644 --- a/Source/NSBitmapImageRep+GIF.h +++ b/Source/NSBitmapImageRep+GIF.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBitmapImageRep+GIF.m b/Source/NSBitmapImageRep+GIF.m index dd5540bf9..863439236 100644 --- a/Source/NSBitmapImageRep+GIF.m +++ b/Source/NSBitmapImageRep+GIF.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBitmapImageRep+JPEG.h b/Source/NSBitmapImageRep+JPEG.h index 6dab1274f..598236a1e 100644 --- a/Source/NSBitmapImageRep+JPEG.h +++ b/Source/NSBitmapImageRep+JPEG.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBitmapImageRep+JPEG.m b/Source/NSBitmapImageRep+JPEG.m index 85fd27e45..145354a40 100644 --- a/Source/NSBitmapImageRep+JPEG.m +++ b/Source/NSBitmapImageRep+JPEG.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBitmapImageRep+PNG.h b/Source/NSBitmapImageRep+PNG.h index d6f02d3af..1db6280bd 100644 --- a/Source/NSBitmapImageRep+PNG.h +++ b/Source/NSBitmapImageRep+PNG.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBitmapImageRep+PNG.m b/Source/NSBitmapImageRep+PNG.m index e1a299769..59e6761ed 100644 --- a/Source/NSBitmapImageRep+PNG.m +++ b/Source/NSBitmapImageRep+PNG.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBitmapImageRep+PNM.h b/Source/NSBitmapImageRep+PNM.h index e8e41fcda..05d7f0ee1 100644 --- a/Source/NSBitmapImageRep+PNM.h +++ b/Source/NSBitmapImageRep+PNM.h @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBitmapImageRep+PNM.m b/Source/NSBitmapImageRep+PNM.m index 3597bb2a3..a4285a5d6 100644 --- a/Source/NSBitmapImageRep+PNM.m +++ b/Source/NSBitmapImageRep+PNM.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBitmapImageRep.m b/Source/NSBitmapImageRep.m index 9122bc9cd..f3c551e73 100644 --- a/Source/NSBitmapImageRep.m +++ b/Source/NSBitmapImageRep.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBox.m b/Source/NSBox.m index a5de90088..fd9a405cf 100644 --- a/Source/NSBox.m +++ b/Source/NSBox.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBrowser.m b/Source/NSBrowser.m index e479903ca..066f6d937 100644 --- a/Source/NSBrowser.m +++ b/Source/NSBrowser.m @@ -20,7 +20,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBrowserCell.m b/Source/NSBrowserCell.m index 6734fea60..2b99da05f 100644 --- a/Source/NSBrowserCell.m +++ b/Source/NSBrowserCell.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSBundleAdditions.m b/Source/NSBundleAdditions.m index 81cdd901a..b67dadc58 100644 --- a/Source/NSBundleAdditions.m +++ b/Source/NSBundleAdditions.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSButton.m b/Source/NSButton.m index 26382554c..424ad7c23 100644 --- a/Source/NSButton.m +++ b/Source/NSButton.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSButtonCell.m b/Source/NSButtonCell.m index a2fd913ee..71cfe9a73 100644 --- a/Source/NSButtonCell.m +++ b/Source/NSButtonCell.m @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSButtonImageSource.h b/Source/NSButtonImageSource.h index cc2965126..093c47565 100644 --- a/Source/NSButtonImageSource.h +++ b/Source/NSButtonImageSource.h @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSButtonImageSource.m b/Source/NSButtonImageSource.m index 44b2ef14f..48719e52a 100644 --- a/Source/NSButtonImageSource.m +++ b/Source/NSButtonImageSource.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSCachedImageRep.m b/Source/NSCachedImageRep.m index 6ec983d19..0613bd5f5 100644 --- a/Source/NSCachedImageRep.m +++ b/Source/NSCachedImageRep.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -64,6 +64,12 @@ - (void) setViewsNeedDisplay: (BOOL)f { } + +- (id) retain +{ + NSLog(@"GSCacheW retained"); + return [super retain]; +} @end /**

Todo Description

diff --git a/Source/NSCell.m b/Source/NSCell.m index 01e57f797..03411506d 100644 --- a/Source/NSCell.m +++ b/Source/NSCell.m @@ -18,7 +18,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSClipView.m b/Source/NSClipView.m index 8185e2028..837330225 100644 --- a/Source/NSClipView.m +++ b/Source/NSClipView.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSColor.m b/Source/NSColor.m index ca6a1e8e2..e0732de86 100644 --- a/Source/NSColor.m +++ b/Source/NSColor.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSColorList.m b/Source/NSColorList.m index 92ea766ee..5aea20e0c 100644 --- a/Source/NSColorList.m +++ b/Source/NSColorList.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSColorPanel.m b/Source/NSColorPanel.m index d7f9da938..be7e6c045 100644 --- a/Source/NSColorPanel.m +++ b/Source/NSColorPanel.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSColorPicker.m b/Source/NSColorPicker.m index d8e965ef6..24d4380d0 100644 --- a/Source/NSColorPicker.m +++ b/Source/NSColorPicker.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSColorSpace.m b/Source/NSColorSpace.m index 09b776108..21fe81160 100644 --- a/Source/NSColorSpace.m +++ b/Source/NSColorSpace.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSColorWell.m b/Source/NSColorWell.m index f8737cb1b..8c0d7e759 100644 --- a/Source/NSColorWell.m +++ b/Source/NSColorWell.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSComboBox.m b/Source/NSComboBox.m index fe2043411..9b8486366 100644 --- a/Source/NSComboBox.m +++ b/Source/NSComboBox.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSComboBoxCell.m b/Source/NSComboBoxCell.m index 729f4176f..cce43a1b6 100644 --- a/Source/NSComboBoxCell.m +++ b/Source/NSComboBoxCell.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSControl.m b/Source/NSControl.m index 263c002da..691809b5c 100644 --- a/Source/NSControl.m +++ b/Source/NSControl.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSController.m b/Source/NSController.m index 30b855e2f..6ad025fff 100644 --- a/Source/NSController.m +++ b/Source/NSController.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSCursor.m b/Source/NSCursor.m index 551d561be..eee4c3c09 100644 --- a/Source/NSCursor.m +++ b/Source/NSCursor.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSCustomImageRep.m b/Source/NSCustomImageRep.m index bbfbb1f86..1ede4ba4d 100644 --- a/Source/NSCustomImageRep.m +++ b/Source/NSCustomImageRep.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSDataLink.m b/Source/NSDataLink.m index 5b8702a4f..9c6a37294 100644 --- a/Source/NSDataLink.m +++ b/Source/NSDataLink.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSDataLinkManager.m b/Source/NSDataLinkManager.m index 91197005f..141323bee 100644 --- a/Source/NSDataLinkManager.m +++ b/Source/NSDataLinkManager.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSDataLinkPanel.m b/Source/NSDataLinkPanel.m index 6fcca9d56..4582994bd 100644 --- a/Source/NSDataLinkPanel.m +++ b/Source/NSDataLinkPanel.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSDocument.m b/Source/NSDocument.m index 5925198d8..eeb2b7ba3 100644 --- a/Source/NSDocument.m +++ b/Source/NSDocument.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSDocumentController.m b/Source/NSDocumentController.m index 6440dcdd4..7431e0e0f 100644 --- a/Source/NSDocumentController.m +++ b/Source/NSDocumentController.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSDocumentFrameworkPrivate.h b/Source/NSDocumentFrameworkPrivate.h index d10b1b36f..387e796e7 100644 --- a/Source/NSDocumentFrameworkPrivate.h +++ b/Source/NSDocumentFrameworkPrivate.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSDrawer.m b/Source/NSDrawer.m index 017b734f0..593f3a311 100644 --- a/Source/NSDrawer.m +++ b/Source/NSDrawer.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSEPSImageRep.m b/Source/NSEPSImageRep.m index b1f54f46e..9cb89224d 100644 --- a/Source/NSEPSImageRep.m +++ b/Source/NSEPSImageRep.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSEvent.m b/Source/NSEvent.m index 255c646ed..88646fcaf 100644 --- a/Source/NSEvent.m +++ b/Source/NSEvent.m @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSFileWrapper.m b/Source/NSFileWrapper.m index e07ec2c6b..b6a3f9247 100644 --- a/Source/NSFileWrapper.m +++ b/Source/NSFileWrapper.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSFont.m b/Source/NSFont.m index 099f6b287..82709a387 100644 --- a/Source/NSFont.m +++ b/Source/NSFont.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSFontDescriptor.m b/Source/NSFontDescriptor.m index 633491fa5..e8614744e 100644 --- a/Source/NSFontDescriptor.m +++ b/Source/NSFontDescriptor.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSFontManager.m b/Source/NSFontManager.m index 443f3f58c..b8e70d4a8 100644 --- a/Source/NSFontManager.m +++ b/Source/NSFontManager.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSFontPanel.m b/Source/NSFontPanel.m index 1698a0429..a88f6bcb7 100644 --- a/Source/NSFontPanel.m +++ b/Source/NSFontPanel.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSForm.m b/Source/NSForm.m index 5c11caf1e..e0c0d07d3 100644 --- a/Source/NSForm.m +++ b/Source/NSForm.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSFormCell.m b/Source/NSFormCell.m index 50417bab9..5dadec7c5 100644 --- a/Source/NSFormCell.m +++ b/Source/NSFormCell.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSGlyphGenerator.m b/Source/NSGlyphGenerator.m index 4fd91b95d..0ac057b70 100644 --- a/Source/NSGlyphGenerator.m +++ b/Source/NSGlyphGenerator.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSGraphicsContext.m b/Source/NSGraphicsContext.m index 4b8d4b93b..b9ee2142f 100644 --- a/Source/NSGraphicsContext.m +++ b/Source/NSGraphicsContext.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSHelpManager.m b/Source/NSHelpManager.m index f07964384..b6f74e850 100644 --- a/Source/NSHelpManager.m +++ b/Source/NSHelpManager.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSHelpPanel.m b/Source/NSHelpPanel.m index 50ec574d8..cdfcaf46c 100644 --- a/Source/NSHelpPanel.m +++ b/Source/NSHelpPanel.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSImage.m b/Source/NSImage.m index 312ebc724..38267759b 100644 --- a/Source/NSImage.m +++ b/Source/NSImage.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSImageCell.m b/Source/NSImageCell.m index 1f8229cbc..4d9d8d9b2 100644 --- a/Source/NSImageCell.m +++ b/Source/NSImageCell.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSImageRep.m b/Source/NSImageRep.m index c21636fd8..47a5dc427 100644 --- a/Source/NSImageRep.m +++ b/Source/NSImageRep.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSImageView.m b/Source/NSImageView.m index 7942a8c84..b86c70d22 100644 --- a/Source/NSImageView.m +++ b/Source/NSImageView.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSInputManager.m b/Source/NSInputManager.m index 8587d23b7..4f96ec730 100644 --- a/Source/NSInputManager.m +++ b/Source/NSInputManager.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSInputServer.m b/Source/NSInputServer.m index 02f087c55..6a519d5a9 100644 --- a/Source/NSInputServer.m +++ b/Source/NSInputServer.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSInterfaceStyle.m b/Source/NSInterfaceStyle.m index b6b0022d5..8dec00bfc 100644 --- a/Source/NSInterfaceStyle.m +++ b/Source/NSInterfaceStyle.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSKeyValueBinding.m b/Source/NSKeyValueBinding.m index b610d98d2..460fe44f5 100644 --- a/Source/NSKeyValueBinding.m +++ b/Source/NSKeyValueBinding.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSLayoutManager.m b/Source/NSLayoutManager.m index d538667d6..782dde584 100644 --- a/Source/NSLayoutManager.m +++ b/Source/NSLayoutManager.m @@ -19,7 +19,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSLevelIndicator.m b/Source/NSLevelIndicator.m index 7de9f023a..1f181b961 100644 --- a/Source/NSLevelIndicator.m +++ b/Source/NSLevelIndicator.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSLevelIndicatorCell.m b/Source/NSLevelIndicatorCell.m index 1dfb50589..bb0f03715 100644 --- a/Source/NSLevelIndicatorCell.m +++ b/Source/NSLevelIndicatorCell.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSManagedObjectContext.h b/Source/NSManagedObjectContext.h index 40ea79849..8d51ef521 100644 --- a/Source/NSManagedObjectContext.h +++ b/Source/NSManagedObjectContext.h @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSManagedObjectContext.m b/Source/NSManagedObjectContext.m index d4c717702..f2413d442 100644 --- a/Source/NSManagedObjectContext.m +++ b/Source/NSManagedObjectContext.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSMatrix.m b/Source/NSMatrix.m index 2d9e329a5..99c710f2b 100644 --- a/Source/NSMatrix.m +++ b/Source/NSMatrix.m @@ -22,7 +22,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSMenu.m b/Source/NSMenu.m index 7f96336b9..43ed0a4fd 100644 --- a/Source/NSMenu.m +++ b/Source/NSMenu.m @@ -19,7 +19,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSMenuItem.m b/Source/NSMenuItem.m index df071b4c9..350b47161 100644 --- a/Source/NSMenuItem.m +++ b/Source/NSMenuItem.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -537,7 +537,7 @@ static Class imageClass; [aCoder encodeObject: _submenu]; [aCoder encodeConditionalObject: _target]; - // version 3 + // version 2 [aCoder encodeValueOfObjCType: @encode(BOOL) at: &_isAlternate]; [aCoder encodeValueOfObjCType: @encode(char) at: &_indentation]; [aCoder encodeObject: _toolTip]; diff --git a/Source/NSMenuItemCell.m b/Source/NSMenuItemCell.m index 74bdd6bad..44c5f6d77 100644 --- a/Source/NSMenuItemCell.m +++ b/Source/NSMenuItemCell.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSMenuView.m b/Source/NSMenuView.m index 3d65fb981..58b35314f 100644 --- a/Source/NSMenuView.m +++ b/Source/NSMenuView.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSMovie.m b/Source/NSMovie.m index a7629b5ca..bbf29fb31 100644 --- a/Source/NSMovie.m +++ b/Source/NSMovie.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSMovieView.m b/Source/NSMovieView.m index 677560d77..15c4adc5d 100644 --- a/Source/NSMovieView.m +++ b/Source/NSMovieView.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSNib.m b/Source/NSNib.m index 869fc7424..4827eea51 100644 --- a/Source/NSNib.m +++ b/Source/NSNib.m @@ -24,7 +24,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSNibAXAttributeConnector.m b/Source/NSNibAXAttributeConnector.m index 5c52a14b4..3e7aea40a 100644 --- a/Source/NSNibAXAttributeConnector.m +++ b/Source/NSNibAXAttributeConnector.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSNibAXRelationshipConnector.m b/Source/NSNibAXRelationshipConnector.m index e39d08fe9..f89ecec3c 100644 --- a/Source/NSNibAXRelationshipConnector.m +++ b/Source/NSNibAXRelationshipConnector.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSNibBindingConnector.m b/Source/NSNibBindingConnector.m index 4d33ebe68..0fb30c7a2 100644 --- a/Source/NSNibBindingConnector.m +++ b/Source/NSNibBindingConnector.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSObjectController.m b/Source/NSObjectController.m index 296babbc5..00b18ca9d 100644 --- a/Source/NSObjectController.m +++ b/Source/NSObjectController.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSOpenGLContext.m b/Source/NSOpenGLContext.m index 66f77c1e6..c0893990d 100644 --- a/Source/NSOpenGLContext.m +++ b/Source/NSOpenGLContext.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSOpenGLPixelFormat.m b/Source/NSOpenGLPixelFormat.m index 11afae524..6d7e6d3f9 100644 --- a/Source/NSOpenGLPixelFormat.m +++ b/Source/NSOpenGLPixelFormat.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSOpenGLView.m b/Source/NSOpenGLView.m index 6d939348a..51729a737 100644 --- a/Source/NSOpenGLView.m +++ b/Source/NSOpenGLView.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSOpenPanel.m b/Source/NSOpenPanel.m index ba3669e99..91cb0bd13 100644 --- a/Source/NSOpenPanel.m +++ b/Source/NSOpenPanel.m @@ -24,7 +24,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSOutlineView.m b/Source/NSOutlineView.m index 915b26bb2..115091e61 100644 --- a/Source/NSOutlineView.m +++ b/Source/NSOutlineView.m @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSPageLayout.m b/Source/NSPageLayout.m index 20c7d77c0..a86fc4d10 100644 --- a/Source/NSPageLayout.m +++ b/Source/NSPageLayout.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSPanel.m b/Source/NSPanel.m index 37da17688..c43f2b27c 100644 --- a/Source/NSPanel.m +++ b/Source/NSPanel.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSParagraphStyle.m b/Source/NSParagraphStyle.m index cb3bd2c2a..012bffd70 100644 --- a/Source/NSParagraphStyle.m +++ b/Source/NSParagraphStyle.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSPasteboard.m b/Source/NSPasteboard.m index 62ab1cd84..8b4816bef 100644 --- a/Source/NSPasteboard.m +++ b/Source/NSPasteboard.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSPopUpButton.m b/Source/NSPopUpButton.m index 1a366d2c9..ffaeebd9f 100644 --- a/Source/NSPopUpButton.m +++ b/Source/NSPopUpButton.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSPopUpButtonCell.m b/Source/NSPopUpButtonCell.m index 6398bc9d3..e8297fb94 100644 --- a/Source/NSPopUpButtonCell.m +++ b/Source/NSPopUpButtonCell.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSPrintInfo.m b/Source/NSPrintInfo.m index 89573b661..1acb1a6ff 100644 --- a/Source/NSPrintInfo.m +++ b/Source/NSPrintInfo.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSPrintOperation.m b/Source/NSPrintOperation.m index cf6b433ef..fa71a2374 100644 --- a/Source/NSPrintOperation.m +++ b/Source/NSPrintOperation.m @@ -19,7 +19,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSPrintPanel.m b/Source/NSPrintPanel.m index 39f56305b..de0ecd24c 100644 --- a/Source/NSPrintPanel.m +++ b/Source/NSPrintPanel.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSPrinter.m b/Source/NSPrinter.m index 193dd4ead..8d0059f16 100644 --- a/Source/NSPrinter.m +++ b/Source/NSPrinter.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSProgressIndicator.m b/Source/NSProgressIndicator.m index f8e9f4bd3..65b174a55 100644 --- a/Source/NSProgressIndicator.m +++ b/Source/NSProgressIndicator.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSResponder.m b/Source/NSResponder.m index 6023f3ab9..82be3d987 100644 --- a/Source/NSResponder.m +++ b/Source/NSResponder.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSRulerMarker.m b/Source/NSRulerMarker.m index 69ab95173..b1492ca5e 100644 --- a/Source/NSRulerMarker.m +++ b/Source/NSRulerMarker.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSRulerView.m b/Source/NSRulerView.m index 387da45fa..cf1a00a36 100644 --- a/Source/NSRulerView.m +++ b/Source/NSRulerView.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSSavePanel.m b/Source/NSSavePanel.m index c783091a6..def972470 100644 --- a/Source/NSSavePanel.m +++ b/Source/NSSavePanel.m @@ -18,7 +18,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSScreen.m b/Source/NSScreen.m index e50ae71e6..9ff69afc9 100644 --- a/Source/NSScreen.m +++ b/Source/NSScreen.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSScrollView.m b/Source/NSScrollView.m index 68e6c32bc..a66ba297d 100644 --- a/Source/NSScrollView.m +++ b/Source/NSScrollView.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSScroller.m b/Source/NSScroller.m index 3e70797ec..2011fc03d 100644 --- a/Source/NSScroller.m +++ b/Source/NSScroller.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSSearchField.m b/Source/NSSearchField.m index 9ea92290e..dcb7eb106 100644 --- a/Source/NSSearchField.m +++ b/Source/NSSearchField.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSSearchFieldCell.m b/Source/NSSearchFieldCell.m index fb273fe33..a17dfdfd0 100644 --- a/Source/NSSearchFieldCell.m +++ b/Source/NSSearchFieldCell.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSSecureTextField.m b/Source/NSSecureTextField.m index 591dd0feb..3cdf3fc32 100644 --- a/Source/NSSecureTextField.m +++ b/Source/NSSecureTextField.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSSegmentedCell.m b/Source/NSSegmentedCell.m index 665a01b55..74c200d16 100644 --- a/Source/NSSegmentedCell.m +++ b/Source/NSSegmentedCell.m @@ -9,7 +9,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/Source/NSSegmentedControl.m b/Source/NSSegmentedControl.m index 99669f61f..3d7112f2f 100644 --- a/Source/NSSegmentedControl.m +++ b/Source/NSSegmentedControl.m @@ -9,7 +9,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/Source/NSSelection.m b/Source/NSSelection.m index aa0cc6c91..585a1d1f3 100644 --- a/Source/NSSelection.m +++ b/Source/NSSelection.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSSlider.m b/Source/NSSlider.m index 1e04ba528..459b60a4c 100644 --- a/Source/NSSlider.m +++ b/Source/NSSlider.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSSliderCell.m b/Source/NSSliderCell.m index 95dfd136e..79348c452 100644 --- a/Source/NSSliderCell.m +++ b/Source/NSSliderCell.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSSound.m b/Source/NSSound.m index 2afa073ee..bfa6b720f 100644 --- a/Source/NSSound.m +++ b/Source/NSSound.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSSpellChecker.m b/Source/NSSpellChecker.m index eb4693c07..1e8373376 100644 --- a/Source/NSSpellChecker.m +++ b/Source/NSSpellChecker.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSSplitView.m b/Source/NSSplitView.m index 7b58a51c7..01344ea4a 100644 --- a/Source/NSSplitView.m +++ b/Source/NSSplitView.m @@ -18,7 +18,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSStepper.m b/Source/NSStepper.m index 0f8d5ffe6..8d6567849 100644 --- a/Source/NSStepper.m +++ b/Source/NSStepper.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSStepperCell.m b/Source/NSStepperCell.m index 08e8ee020..5a1fdebe4 100644 --- a/Source/NSStepperCell.m +++ b/Source/NSStepperCell.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSStringDrawing.m b/Source/NSStringDrawing.m index 7bdbb39b3..d3e3a42e4 100644 --- a/Source/NSStringDrawing.m +++ b/Source/NSStringDrawing.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTabView.m b/Source/NSTabView.m index 982ddd4ea..0d46bf6ef 100644 --- a/Source/NSTabView.m +++ b/Source/NSTabView.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTabViewItem.m b/Source/NSTabViewItem.m index 72c647ef8..cba7beb86 100644 --- a/Source/NSTabViewItem.m +++ b/Source/NSTabViewItem.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTableColumn.m b/Source/NSTableColumn.m index 321fcfe9b..13c719737 100644 --- a/Source/NSTableColumn.m +++ b/Source/NSTableColumn.m @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTableHeaderCell.m b/Source/NSTableHeaderCell.m index 782bd1ffd..e7c5385c9 100644 --- a/Source/NSTableHeaderCell.m +++ b/Source/NSTableHeaderCell.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTableHeaderView.m b/Source/NSTableHeaderView.m index e21f08464..71a8e36f0 100644 --- a/Source/NSTableHeaderView.m +++ b/Source/NSTableHeaderView.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTableView.m b/Source/NSTableView.m index 8b03e2c1f..d73411801 100644 --- a/Source/NSTableView.m +++ b/Source/NSTableView.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSText.m b/Source/NSText.m index 8d4a762ac..b707c9b30 100644 --- a/Source/NSText.m +++ b/Source/NSText.m @@ -22,7 +22,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTextAttachment.m b/Source/NSTextAttachment.m index e196f7023..f2b9ddb73 100644 --- a/Source/NSTextAttachment.m +++ b/Source/NSTextAttachment.m @@ -22,7 +22,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTextBlock.m b/Source/NSTextBlock.m index f91217ee7..ea45fd319 100644 --- a/Source/NSTextBlock.m +++ b/Source/NSTextBlock.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTextContainer.m b/Source/NSTextContainer.m index 17c6bf74c..812c6a5f2 100644 --- a/Source/NSTextContainer.m +++ b/Source/NSTextContainer.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTextField.m b/Source/NSTextField.m index 391d86baf..9c33d1d2b 100644 --- a/Source/NSTextField.m +++ b/Source/NSTextField.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTextFieldCell.m b/Source/NSTextFieldCell.m index 8ec84a1cd..1acbbce6e 100644 --- a/Source/NSTextFieldCell.m +++ b/Source/NSTextFieldCell.m @@ -14,7 +14,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTextList.m b/Source/NSTextList.m index 06b407e6c..4825bf85f 100644 --- a/Source/NSTextList.m +++ b/Source/NSTextList.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTextStorage.m b/Source/NSTextStorage.m index 92fc95f16..d5af23db2 100644 --- a/Source/NSTextStorage.m +++ b/Source/NSTextStorage.m @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTextTable.m b/Source/NSTextTable.m index a046b0e93..81d125695 100644 --- a/Source/NSTextTable.m +++ b/Source/NSTextTable.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTextTableBlock.m b/Source/NSTextTableBlock.m index 181f3f0d5..d9e65728d 100644 --- a/Source/NSTextTableBlock.m +++ b/Source/NSTextTableBlock.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTextView.m b/Source/NSTextView.m index a7050e1ea..d837d860c 100644 --- a/Source/NSTextView.m +++ b/Source/NSTextView.m @@ -31,7 +31,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSTextView_actions.m b/Source/NSTextView_actions.m index d369d1fcf..05096ae16 100644 --- a/Source/NSTextView_actions.m +++ b/Source/NSTextView_actions.m @@ -32,7 +32,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSToolbar.m b/Source/NSToolbar.m index 9ca5f49b6..ac39d3281 100644 --- a/Source/NSToolbar.m +++ b/Source/NSToolbar.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSToolbarItem.m b/Source/NSToolbarItem.m index a67380c89..0c13dd5a4 100644 --- a/Source/NSToolbarItem.m +++ b/Source/NSToolbarItem.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSUserDefaultsController.m b/Source/NSUserDefaultsController.m index 86908bc7c..a4e358350 100644 --- a/Source/NSUserDefaultsController.m +++ b/Source/NSUserDefaultsController.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSView.m b/Source/NSView.m index dc0ca59ff..897726a0d 100644 --- a/Source/NSView.m +++ b/Source/NSView.m @@ -18,7 +18,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSWindow+Toolbar.m b/Source/NSWindow+Toolbar.m index c88d8c1a9..949f08418 100644 --- a/Source/NSWindow+Toolbar.m +++ b/Source/NSWindow+Toolbar.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSWindow.m b/Source/NSWindow.m index a465cfa91..66fa5b1d9 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSWindowController.m b/Source/NSWindowController.m index 9d68de7b7..f38dd076e 100644 --- a/Source/NSWindowController.m +++ b/Source/NSWindowController.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/NSWorkspace.m b/Source/NSWorkspace.m index 80c0b4b94..5292fa776 100644 --- a/Source/NSWorkspace.m +++ b/Source/NSWorkspace.m @@ -16,7 +16,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/externs.m b/Source/externs.m index 4bbe3bbb7..6ea3a2d2d 100644 --- a/Source/externs.m +++ b/Source/externs.m @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/libgnustep-gui.def b/Source/libgnustep-gui.def index 6e58807e5..eae3e866e 100644 --- a/Source/libgnustep-gui.def +++ b/Source/libgnustep-gui.def @@ -11,7 +11,7 @@ ; This library is free software; you can redistribute it and/or ; modify it under the terms of the GNU Lesser General Public ; License as published by the Free Software Foundation; either -; version 3 of the License, or (at your option) any later version. +; version 2 of the License, or (at your option) any later version. ; ; This library is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/nsimage-tiff.h b/Source/nsimage-tiff.h index 90a60ed10..24a32c287 100644 --- a/Source/nsimage-tiff.h +++ b/Source/nsimage-tiff.h @@ -13,7 +13,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/tiff.m b/Source/tiff.m index 757dbbcee..4009da6da 100644 --- a/Source/tiff.m +++ b/Source/tiff.m @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -590,7 +590,7 @@ NSTiffGetColormap(TIFF* image) int NSTiffIsCodecConfigured(unsigned int codec) { #if (TIFFLIB_VERSION >= 20041016) - // starting with version 3.7.0 we can ask libtiff what it is configured to do + // starting with version 2.7.0 we can ask libtiff what it is configured to do return TIFFIsCODECConfigured(codec); #else // we check the tiffconf.h diff --git a/Source/win32-def.top b/Source/win32-def.top index 46e77a6dd..e7b88296e 100644 --- a/Source/win32-def.top +++ b/Source/win32-def.top @@ -11,7 +11,7 @@ ; This library is free software; you can redistribute it and/or ; modify it under the terms of the GNU Lesser General Public ; License as published by the Free Software Foundation; either -; version 3 of the License, or (at your option) any later version. +; version 2 of the License, or (at your option) any later version. ; ; This library is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Source/win32-entry.c b/Source/win32-entry.c index 781d2842a..e6d3bf0ce 100644 --- a/Source/win32-entry.c +++ b/Source/win32-entry.c @@ -11,7 +11,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/TextConverters/GNUmakefile b/TextConverters/GNUmakefile index e6cd977f4..14ab0fc0c 100644 --- a/TextConverters/GNUmakefile +++ b/TextConverters/GNUmakefile @@ -10,7 +10,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/TextConverters/RTF/GNUmakefile b/TextConverters/RTF/GNUmakefile index 1aa8e481e..08964df3a 100644 --- a/TextConverters/RTF/GNUmakefile +++ b/TextConverters/RTF/GNUmakefile @@ -9,7 +9,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/TextConverters/RTF/GNUmakefile.postamble b/TextConverters/RTF/GNUmakefile.postamble index 4a5c0b8af..ceb9db72f 100644 --- a/TextConverters/RTF/GNUmakefile.postamble +++ b/TextConverters/RTF/GNUmakefile.postamble @@ -9,7 +9,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/TextConverters/RTF/GNUmakefile.preamble b/TextConverters/RTF/GNUmakefile.preamble index e666a5ba3..574bb7f65 100644 --- a/TextConverters/RTF/GNUmakefile.preamble +++ b/TextConverters/RTF/GNUmakefile.preamble @@ -9,7 +9,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/TextConverters/RTF/RTFConsumer.h b/TextConverters/RTF/RTFConsumer.h index 739fc3820..298ab3f92 100644 --- a/TextConverters/RTF/RTFConsumer.h +++ b/TextConverters/RTF/RTFConsumer.h @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/TextConverters/RTF/RTFConsumer.m b/TextConverters/RTF/RTFConsumer.m index c1c134e4f..2792ef34e 100644 --- a/TextConverters/RTF/RTFConsumer.m +++ b/TextConverters/RTF/RTFConsumer.m @@ -12,7 +12,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/TextConverters/RTF/RTFConsumerFunctions.h b/TextConverters/RTF/RTFConsumerFunctions.h index 32acac0a7..e3b200bea 100644 --- a/TextConverters/RTF/RTFConsumerFunctions.h +++ b/TextConverters/RTF/RTFConsumerFunctions.h @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/TextConverters/RTF/RTFProducer.h b/TextConverters/RTF/RTFProducer.h index 5c41bb9be..09340d7d0 100644 --- a/TextConverters/RTF/RTFProducer.h +++ b/TextConverters/RTF/RTFProducer.h @@ -15,7 +15,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/TextConverters/RTF/RTFProducer.m b/TextConverters/RTF/RTFProducer.m index f8a4fa8f3..30347d631 100644 --- a/TextConverters/RTF/RTFProducer.m +++ b/TextConverters/RTF/RTFProducer.m @@ -17,7 +17,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/TextConverters/RTF/rtfGrammer.y b/TextConverters/RTF/rtfGrammer.y index 00f55ba2b..9d0eaff7c 100644 --- a/TextConverters/RTF/rtfGrammer.y +++ b/TextConverters/RTF/rtfGrammer.y @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/TextConverters/RTF/rtfScanner.c b/TextConverters/RTF/rtfScanner.c index 83f124cf4..d8b1d3c05 100644 --- a/TextConverters/RTF/rtfScanner.c +++ b/TextConverters/RTF/rtfScanner.c @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/TextConverters/RTF/rtfScanner.h b/TextConverters/RTF/rtfScanner.h index 78bc7adf3..51433f669 100644 --- a/TextConverters/RTF/rtfScanner.h +++ b/TextConverters/RTF/rtfScanner.h @@ -10,7 +10,7 @@ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. + version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Tools/GNUmakefile b/Tools/GNUmakefile index 06fd0ead4..8dc646944 100644 --- a/Tools/GNUmakefile +++ b/Tools/GNUmakefile @@ -8,7 +8,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Tools/gsnd/GNUmakefile b/Tools/gsnd/GNUmakefile index b8f6af1d2..dc7188e0a 100644 --- a/Tools/gsnd/GNUmakefile +++ b/Tools/gsnd/GNUmakefile @@ -8,7 +8,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/gui.make.in b/gui.make.in index 170c89ce3..eb03e523e 100644 --- a/gui.make.in +++ b/gui.make.in @@ -13,7 +13,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of