diff --git a/COPYING b/COPYING index 3912109b..5ab7695a 100644 --- a/COPYING +++ b/COPYING @@ -1,221 +1,397 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + 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.] + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. - When we speak of free software, we are referring to freedom, 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 or use pieces of it -in new free programs; and that you know you can do these things. + 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. + + 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. To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. +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. - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. + 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. - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. + 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. - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. + 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. - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. + 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. + + 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. + + 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. + + 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. + + 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. + + 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. The precise terms and conditions for copying, distribution and -modification follow. +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 GENERAL PUBLIC LICENSE + GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". + 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". -Activities other than copying, distribution and modification are not + 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. + + 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".) + + "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. + + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. +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. - 1. You may copy and distribute verbatim copies of the Program's -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 give any other recipients of the Program a copy of this License -along with the Program. - -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 Program or any portion -of it, thus forming a work based on the Program, and copy and + 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) You must cause the modified files to carry prominent notices + 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. - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. + 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.) - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, +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 Program, the distribution of the whole must be on the terms of +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. +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 Program. +collective works based on the Library. -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of +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 copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) 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; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, 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 executable. However, as a -special exception, the source code 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. - -If distribution of executable or 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 counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. + 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. - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program 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. + 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. - 5. You are not required to accept this License, since you have not + 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 Program or its derivative works. These actions are +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 Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and +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 Program or works based on it. +the Library or works based on it. - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further + 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 to +You are not responsible for enforcing compliance by third parties with this License. - - 7. If, as a consequence of a court judgment or allegation of patent + + 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 Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by +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 Program. +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. +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 +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 @@ -225,116 +401,104 @@ impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in + + 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 Program 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. +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. - 9. The Free Software Foundation may publish revised and/or new versions -of the 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. + 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 Program -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 Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, 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. +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 - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "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 PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. + 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. - 12. 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 PROGRAM 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 PROGRAM (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 PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. + 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 Programs + How to Apply These Terms to Your New Libraries - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. + 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 do so, attach the following notices to the program. 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. + 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 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 2 of the License, or - (at your option) any later version. + This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + 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. -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if +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 program - `Gnomovision' (which makes passes at compilers) written by James Hacker. + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. - , 1 April 1989 + , 1 April 1990 Ty Coon, President of Vice -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. +That's all there is to it! + + diff --git a/COPYING.GPL b/COPYING.GPL new file mode 100644 index 00000000..d511905c --- /dev/null +++ b/COPYING.GPL @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, 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 or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +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 give any other recipients of the Program a copy of this License +along with the Program. + +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 Program or any portion +of it, thus forming a work based on the Program, 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) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +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 Program, 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 Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) 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; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, 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 executable. However, as a +special exception, the source code 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. + +If distribution of executable or 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 counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. 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 Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program 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 to +this License. + + 7. 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 Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program 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 Program. + +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. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program 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. + + 9. The Free Software Foundation may publish revised and/or new versions +of the 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 Program +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 Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, 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 + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "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 PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. 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 PROGRAM 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 PROGRAM (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 PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), 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 Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. 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 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 2 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; 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. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/COPYING.lib b/COPYING.lib deleted file mode 100644 index 5ab7695a..00000000 --- a/COPYING.lib +++ /dev/null @@ -1,504 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - 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.] - - Preamble - - 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. - - 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. - - 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. - - 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. - - 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. - - 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. - - 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. - - 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. - - 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. - - 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. - - 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. - - 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. - - 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. - - 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 - - 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 "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. - - 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".) - - "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. - - 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.1 of the License, or (at your option) any 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/LICENSE b/LICENSE index e6ff4458..03856fca 100644 --- a/LICENSE +++ b/LICENSE @@ -1,19 +1,18 @@ medit is distributed under GPL licence, its text you can -find in COPYING file. +find in COPYING.GPL file. Nevertheless, everything but +several lang files (see list below) is under LGPL, see +COPYING file. Portions of code are written not by me, those are clearly marked as such (copyright headers in files copied from other projects, or comments in source). Below is the list of thrid-party files/code with their copyrights and licenses. -GPL is used simply because it happened so, and I am using -LGPL-ed sources, and I have no idea how I can use LGPL-ed -sources in a BSD-licensed program for instance (nor I really -want to learn about it). If you want to use my code and GPL -doesn't work for you because you have special clause in your -license which is not GPL-compatible, or other crap like that, -I will gladly release it under double license, or do something -like that. Just tell me what exactly is needed. +If you want to use my code and LGPL doesn't work for you +because you have special clause in your license which is not +LGPL-compatible, or other garbage like that, I will gladly +release it under double license, or do something like that. +Just tell me what exactly is needed. If you aren't too picky about legal stuff, then you can simply take code and use it in free software as you like, provided @@ -22,9 +21,89 @@ small portion of code of course, simple copy/paste must be free as in WTFL). This applies to all files (and only to those) which do have copyright notice inside; WTFL will work fine for the rest. -Please tell me if I violated someone's rights, or didn't give -proper credit to someone, I'll fix it (I haven't, to my best -knowledge). - Yevgen Muntyan +Third-party stuff, for debian/copyright. Everything below +is under LGPL unless noted otherwise. +moo/mooutils/moofontsel.h: +moo/mooutils/moofontsel.c: + GTK font selector modified to show monospace fonts + (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald + +moo/mooterm/pty.h: +moo/mooterm/pty.c: + VTE terminal code modified to work under BSD. + (C) 2001,2002 Red Hat, Inc. + +mooterm/mooterm-input.c, moo_term_key_press(): + VTE terminal code. + (C) 2001-2004 Red Hat, Inc. + +moo/mooutils/mooencodings-data.h: + (C) 2002 Red Hat, Inc. + (C) 2000-2002 Free Software Foundation, Inc. + +moo/mooapp/smclient/*: - eggsmclient library + (C) 2007 Novell, Inc. + +moo/mooutils/pcre/*: pcre library by by Philip Hazel + BSD-licensed, (C) 1997-2006 University of Cambridge + +moo/mooedit/gtksourceview/upstream/*: +moo/mooedit/language-specs/*: + gtksourceview library + Written over many years by many people, see the files. + + Among those, GPL'ed files: + moo/mooedit/language-specs/gtkrc.lang + moo/mooedit/language-specs/ini.lang + moo/mooedit/language-specs/lua.lang + moo/mooedit/language-specs/msil.lang + moo/mooedit/language-specs/nemerle.lang + moo/mooedit/language-specs/pascal.lang + moo/mooedit/language-specs/php.lang + moo/mooedit/language-specs/python.lang + moo/mooedit/language-specs/R.lang + moo/mooedit/language-specs/ruby.lang + +moo/moopython/codegen/*: pygtk codegen + (C) 2004 Gustavo Carneiro + (C) ???? James Henstridge + (C) ???? Johan Dahlin + +moo/moopython/pygtk/goocanvas/*: GooCanvas library + (C) 2005-2007 Damon Chaplin + +moo/moopython/pygtk/pygoocanvas/*: pygoocanvas + (C) 2006,2007 Gian Mario Tagliaretti + (C) 2006,2007 Gustavo J. A. M. Carneiro + +moo/mooutils/xdgmime/*: xdgmime library + (C) 2003,2004 Red Hat, Inc. + (C) 2003,2004 Jonathan Blandford + +moo/xdg-utils: + Looks like some sort of BSD license + (C) 2006 Kevin Krammer + (C) 2006 Jeremy White + +moo/mooutils/newgtk/gtkfontbutton.[ch]: +moo/mooutils/newgtk/gtkcolorbutton.[ch]: +moo/mooutils/newgtk/gmappedfile.[ch]: +moo/mooutils/newgtk/glib/gregex.[ch]: +moo/mooutils/moocompat.[ch]: + Gtk and Glib code for older systems + (C) 1998 David Abilleira Freijeiro + (C) 1998, 1999 Red Hat, Inc. + (C) 2005 Matthias Clasen + (C) 1999, 2000 Scott Wimer + (C) 2004, Matthias Clasen + (C) 2005 - 2007, Marco Barisione + (C) 2000-2001 Red Hat, Inc. + (C) 2000 Red Hat, Inc. + (C) 1995-1998 Peter Mattis, Spencer Kimball and Josh MacDonald + (C) 1998, 2001 Tim Janik + +moo/mooutils/pixmaps/medit.png: + xedit.png icon from Crystal Clear icon theme by Everaldo Coelho, + http://www.everaldo.com diff --git a/cygwin-configure b/cygwin-configure index c5480847..a588f906 100755 --- a/cygwin-configure +++ b/cygwin-configure @@ -1,5 +1,11 @@ #!/bin/sh +# +# cygwin-configure - configure for cross-compiling with cygwin +# Copyright (C) 2004-2007 Yevgen Muntyan +# Ditributed under the terms of WTFL license +# + # Prefix of cygwin tools. prefix + tool should make up full path # to the tool, e.g. prefix is '/usr/bin/i586-mingw32msvc-' on Debian # or '/usr/local/mingw32/bin/' on FreeBSD. diff --git a/medit/medit-app.opag b/medit/medit-app.opag index 9e14ac44..1a4b8b34 100644 --- a/medit/medit-app.opag +++ b/medit/medit-app.opag @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/mingw-configure b/mingw-configure index 9f036e82..32267ade 100755 --- a/mingw-configure +++ b/mingw-configure @@ -1,5 +1,11 @@ #!/bin/sh +# +# mignw-configure - configure for cross-compiling with mingw +# Copyright (C) 2004-2007 Yevgen Muntyan +# Ditributed under the terms of WTFL license +# + write_pkg_config() { rm -f $1 diff --git a/moo/moo.h b/moo/moo.h index 40c8da33..cb592cf7 100644 --- a/moo/moo.h +++ b/moo/moo.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooapp/mooapp-private.h b/moo/mooapp/mooapp-private.h index 52a3c921..81f09522 100644 --- a/moo/mooapp/mooapp-private.h +++ b/moo/mooapp/mooapp-private.h @@ -1,12 +1,12 @@ /* - * mooapp-private.h + * mooapp/mooapp-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooapp/mooapp.c b/moo/mooapp/mooapp.c index 51730285..24b9643b 100644 --- a/moo/mooapp/mooapp.c +++ b/moo/mooapp/mooapp.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooapp/mooapp.h b/moo/mooapp/mooapp.h index 58924adf..a7ac9a75 100644 --- a/moo/mooapp/mooapp.h +++ b/moo/mooapp/mooapp.h @@ -1,12 +1,12 @@ /* - * mooapp.h + * mooapp/mooapp.h * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooapp/mooappabout.c b/moo/mooapp/mooappabout.c index b366882f..4a5b8459 100644 --- a/moo/mooapp/mooappabout.c +++ b/moo/mooapp/mooappabout.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooapp/mooappabout.h b/moo/mooapp/mooappabout.h index 5437bea7..ae1fa1fa 100644 --- a/moo/mooapp/mooappabout.h +++ b/moo/mooapp/mooappabout.h @@ -1,12 +1,12 @@ /* * mooapp/mooappabout.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooapp/mooappinput.c b/moo/mooapp/mooappinput.c index c792aaba..6704b3b3 100644 --- a/moo/mooapp/mooappinput.c +++ b/moo/mooapp/mooappinput.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooapp/mooappinput.h b/moo/mooapp/mooappinput.h index fbb15dc1..d4f70161 100644 --- a/moo/mooapp/mooappinput.h +++ b/moo/mooapp/mooappinput.h @@ -1,12 +1,12 @@ /* - * mooappinput.h + * mooapp/mooappinput.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooapp/moohtml.c b/moo/mooapp/moohtml.c index ab8b8b2e..ae584b92 100644 --- a/moo/mooapp/moohtml.c +++ b/moo/mooapp/moohtml.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooapp/moohtml.h b/moo/mooapp/moohtml.h index 102504bc..52f7936c 100644 --- a/moo/mooapp/moohtml.h +++ b/moo/mooapp/moohtml.h @@ -1,12 +1,12 @@ /* * moohtml.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooapp/moolinklabel.c b/moo/mooapp/moolinklabel.c index 849044d5..d03aba03 100644 --- a/moo/mooapp/moolinklabel.c +++ b/moo/mooapp/moolinklabel.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooapp/moolinklabel.h b/moo/mooapp/moolinklabel.h index 0f46e2d9..3cb5c05e 100644 --- a/moo/mooapp/moolinklabel.h +++ b/moo/mooapp/moolinklabel.h @@ -1,12 +1,12 @@ /* * moolinklabel.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocmdview.c b/moo/mooedit/moocmdview.c index 6c75dc91..f749c3cb 100644 --- a/moo/mooedit/moocmdview.c +++ b/moo/mooedit/moocmdview.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocmdview.h b/moo/mooedit/moocmdview.h index 68a33aff..4734a5cf 100644 --- a/moo/mooedit/moocmdview.h +++ b/moo/mooedit/moocmdview.h @@ -1,12 +1,12 @@ /* * moocmdview.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocommand-exe-private.h b/moo/mooedit/moocommand-exe-private.h index 7922df20..5a78bff1 100644 --- a/moo/mooedit/moocommand-exe-private.h +++ b/moo/mooedit/moocommand-exe-private.h @@ -1,12 +1,12 @@ /* * moocommand-exe-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocommand-exe-unix.c b/moo/mooedit/moocommand-exe-unix.c index ead5cd75..b3f21ff3 100644 --- a/moo/mooedit/moocommand-exe-unix.c +++ b/moo/mooedit/moocommand-exe-unix.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocommand-exe.h b/moo/mooedit/moocommand-exe.h index ec42fbcb..078f471e 100644 --- a/moo/mooedit/moocommand-exe.h +++ b/moo/mooedit/moocommand-exe.h @@ -1,12 +1,12 @@ /* * moocommand-exe.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocommand-private.h b/moo/mooedit/moocommand-private.h index 463a59e0..b6a6a3b9 100644 --- a/moo/mooedit/moocommand-private.h +++ b/moo/mooedit/moocommand-private.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocommand-script.c b/moo/mooedit/moocommand-script.c index f68427a1..ebc1bb6e 100644 --- a/moo/mooedit/moocommand-script.c +++ b/moo/mooedit/moocommand-script.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocommand-script.h b/moo/mooedit/moocommand-script.h index c469d416..05e28510 100644 --- a/moo/mooedit/moocommand-script.h +++ b/moo/mooedit/moocommand-script.h @@ -1,12 +1,12 @@ /* * moocommand-script.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocommand.c b/moo/mooedit/moocommand.c index 3b5b0b23..c2324c34 100644 --- a/moo/mooedit/moocommand.c +++ b/moo/mooedit/moocommand.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocommand.h b/moo/mooedit/moocommand.h index 4e8821d0..9bde4d58 100644 --- a/moo/mooedit/moocommand.h +++ b/moo/mooedit/moocommand.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocommanddisplay.c b/moo/mooedit/moocommanddisplay.c index a83ad660..9f9ebbcb 100644 --- a/moo/mooedit/moocommanddisplay.c +++ b/moo/mooedit/moocommanddisplay.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocommanddisplay.h b/moo/mooedit/moocommanddisplay.h index 48856202..9d5ee777 100644 --- a/moo/mooedit/moocommanddisplay.h +++ b/moo/mooedit/moocommanddisplay.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocompletionsimple.c b/moo/mooedit/moocompletionsimple.c index 11d1687b..86dafc9c 100644 --- a/moo/mooedit/moocompletionsimple.c +++ b/moo/mooedit/moocompletionsimple.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moocompletionsimple.h b/moo/mooedit/moocompletionsimple.h index 07475958..3388abcc 100644 --- a/moo/mooedit/moocompletionsimple.h +++ b/moo/mooedit/moocompletionsimple.h @@ -1,12 +1,12 @@ /* * moocompletionsimple.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooedit-bookmarks.c b/moo/mooedit/mooedit-bookmarks.c index 3780bfc0..fd587542 100644 --- a/moo/mooedit/mooedit-bookmarks.c +++ b/moo/mooedit/mooedit-bookmarks.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooedit-bookmarks.h b/moo/mooedit/mooedit-bookmarks.h index cc1699d8..b0baa70f 100644 --- a/moo/mooedit/mooedit-bookmarks.h +++ b/moo/mooedit/mooedit-bookmarks.h @@ -1,12 +1,12 @@ /* * mooedit-bookmarks.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooedit-private.h b/moo/mooedit/mooedit-private.h index 416617d7..fe59bd3f 100644 --- a/moo/mooedit/mooedit-private.h +++ b/moo/mooedit/mooedit-private.h @@ -1,12 +1,12 @@ /* * mooedit-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooedit-script.c b/moo/mooedit/mooedit-script.c index 5ee16a4b..eb804292 100644 --- a/moo/mooedit/mooedit-script.c +++ b/moo/mooedit/mooedit-script.c @@ -1,12 +1,12 @@ /* * mooedit-script.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooedit-script.h b/moo/mooedit/mooedit-script.h index 29a03f9b..c88aa2cd 100644 --- a/moo/mooedit/mooedit-script.h +++ b/moo/mooedit/mooedit-script.h @@ -1,12 +1,12 @@ /* * mooedit-script.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooedit.c b/moo/mooedit/mooedit.c index a0f28c0f..884424c7 100644 --- a/moo/mooedit/mooedit.c +++ b/moo/mooedit/mooedit.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooedit.h b/moo/mooedit/mooedit.h index b478a129..531fc80b 100644 --- a/moo/mooedit/mooedit.h +++ b/moo/mooedit/mooedit.h @@ -1,12 +1,12 @@ /* * mooedit.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditaction-factory.c b/moo/mooedit/mooeditaction-factory.c index 102f1713..9899c531 100644 --- a/moo/mooedit/mooeditaction-factory.c +++ b/moo/mooedit/mooeditaction-factory.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditaction-factory.h b/moo/mooedit/mooeditaction-factory.h index b50c0ca9..c01fc00a 100644 --- a/moo/mooedit/mooeditaction-factory.h +++ b/moo/mooedit/mooeditaction-factory.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditaction.c b/moo/mooedit/mooeditaction.c index 02496898..ac0c1a73 100644 --- a/moo/mooedit/mooeditaction.c +++ b/moo/mooedit/mooeditaction.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditaction.h b/moo/mooedit/mooeditaction.h index ab8ae2df..c21dc705 100644 --- a/moo/mooedit/mooeditaction.h +++ b/moo/mooedit/mooeditaction.h @@ -1,12 +1,12 @@ /* * mooeditaction.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditconfig.c b/moo/mooedit/mooeditconfig.c index 93d3d045..ae789137 100644 --- a/moo/mooedit/mooeditconfig.c +++ b/moo/mooedit/mooeditconfig.c @@ -1,12 +1,12 @@ /* * mooeditconfig.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditconfig.h b/moo/mooedit/mooeditconfig.h index 2420faef..d4e2e279 100644 --- a/moo/mooedit/mooeditconfig.h +++ b/moo/mooedit/mooeditconfig.h @@ -1,12 +1,12 @@ /* * mooeditconfig.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditdialogs.c b/moo/mooedit/mooeditdialogs.c index 06584914..2627c467 100644 --- a/moo/mooedit/mooeditdialogs.c +++ b/moo/mooedit/mooeditdialogs.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditdialogs.h b/moo/mooedit/mooeditdialogs.h index a1d3a51c..5383397a 100644 --- a/moo/mooedit/mooeditdialogs.h +++ b/moo/mooedit/mooeditdialogs.h @@ -1,12 +1,12 @@ /* * mooeditdialogs.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditfileops.c b/moo/mooedit/mooeditfileops.c index f6d9dc12..08d1dcfc 100644 --- a/moo/mooedit/mooeditfileops.c +++ b/moo/mooedit/mooeditfileops.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditfileops.h b/moo/mooedit/mooeditfileops.h index 5e0beea0..79a581eb 100644 --- a/moo/mooedit/mooeditfileops.h +++ b/moo/mooedit/mooeditfileops.h @@ -1,12 +1,12 @@ /* * mooeditfileops.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditfiltersettings.c b/moo/mooedit/mooeditfiltersettings.c index 5947cebc..d558d627 100644 --- a/moo/mooedit/mooeditfiltersettings.c +++ b/moo/mooedit/mooeditfiltersettings.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditfiltersettings.h b/moo/mooedit/mooeditfiltersettings.h index 39ee6981..58d0d578 100644 --- a/moo/mooedit/mooeditfiltersettings.h +++ b/moo/mooedit/mooeditfiltersettings.h @@ -1,12 +1,12 @@ /* * mooeditfiltersettings.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditinput.c b/moo/mooedit/mooeditinput.c index 067fa669..4757b181 100644 --- a/moo/mooedit/mooeditinput.c +++ b/moo/mooedit/mooeditinput.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditor-private.h b/moo/mooedit/mooeditor-private.h index 1dce3261..84207664 100644 --- a/moo/mooedit/mooeditor-private.h +++ b/moo/mooedit/mooeditor-private.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditor.c b/moo/mooedit/mooeditor.c index 88dfb851..311e7682 100644 --- a/moo/mooedit/mooeditor.c +++ b/moo/mooedit/mooeditor.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditor.h b/moo/mooedit/mooeditor.h index e74e31ea..fcfb5c6c 100644 --- a/moo/mooedit/mooeditor.h +++ b/moo/mooedit/mooeditor.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditprefs.c b/moo/mooedit/mooeditprefs.c index eb0c854b..669a04ab 100644 --- a/moo/mooedit/mooeditprefs.c +++ b/moo/mooedit/mooeditprefs.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditprefs.h b/moo/mooedit/mooeditprefs.h index 6d61d696..33c0606d 100644 --- a/moo/mooedit/mooeditprefs.h +++ b/moo/mooedit/mooeditprefs.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditprefspage.c b/moo/mooedit/mooeditprefspage.c index f716073f..8bf9464b 100644 --- a/moo/mooedit/mooeditprefspage.c +++ b/moo/mooedit/mooeditprefspage.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditwindow.c b/moo/mooedit/mooeditwindow.c index 2333bd97..6a7e5312 100644 --- a/moo/mooedit/mooeditwindow.c +++ b/moo/mooedit/mooeditwindow.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooeditwindow.h b/moo/mooedit/mooeditwindow.h index eb3a9589..bc8c5e8e 100644 --- a/moo/mooedit/mooeditwindow.h +++ b/moo/mooedit/mooeditwindow.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moofold.c b/moo/mooedit/moofold.c index cdc02939..4ece5c8f 100644 --- a/moo/mooedit/moofold.c +++ b/moo/mooedit/moofold.c @@ -1,12 +1,12 @@ /* * moofold.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moofold.h b/moo/mooedit/moofold.h index 262e7068..9fc875b4 100644 --- a/moo/mooedit/moofold.h +++ b/moo/mooedit/moofold.h @@ -1,12 +1,12 @@ /* * moofold.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooindenter.c b/moo/mooedit/mooindenter.c index 7d0b8099..8a778c98 100644 --- a/moo/mooedit/mooindenter.c +++ b/moo/mooedit/mooindenter.c @@ -1,12 +1,12 @@ /* * mooindenter.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooindenter.h b/moo/mooedit/mooindenter.h index b5f225d7..5710cce4 100644 --- a/moo/mooedit/mooindenter.h +++ b/moo/mooedit/mooindenter.h @@ -1,12 +1,12 @@ /* * mooindenter.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mookeyfile.c b/moo/mooedit/mookeyfile.c index a1a3f52b..fe6f94c0 100644 --- a/moo/mooedit/mookeyfile.c +++ b/moo/mooedit/mookeyfile.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mookeyfile.h b/moo/mooedit/mookeyfile.h index 0eeba576..1c4441dc 100644 --- a/moo/mooedit/mookeyfile.h +++ b/moo/mooedit/mookeyfile.h @@ -1,12 +1,12 @@ /* * mookeyfile.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moolang-private.h b/moo/mooedit/moolang-private.h index 5f2903a5..8e8af4bc 100644 --- a/moo/mooedit/moolang-private.h +++ b/moo/mooedit/moolang-private.h @@ -1,12 +1,12 @@ /* * moolang-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moolang.c b/moo/mooedit/moolang.c index 43caa2dc..b3cb821f 100644 --- a/moo/mooedit/moolang.c +++ b/moo/mooedit/moolang.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moolang.h b/moo/mooedit/moolang.h index 94bf14b3..39eb7723 100644 --- a/moo/mooedit/moolang.h +++ b/moo/mooedit/moolang.h @@ -1,12 +1,12 @@ /* * moolang.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moolangmgr-private.h b/moo/mooedit/moolangmgr-private.h index 7854bcfb..23918edb 100644 --- a/moo/mooedit/moolangmgr-private.h +++ b/moo/mooedit/moolangmgr-private.h @@ -1,12 +1,12 @@ /* * moolangmgr-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moolangmgr.c b/moo/mooedit/moolangmgr.c index 58d0b9b3..73bc602d 100644 --- a/moo/mooedit/moolangmgr.c +++ b/moo/mooedit/moolangmgr.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moolangmgr.h b/moo/mooedit/moolangmgr.h index d8d75e5b..e8601c1b 100644 --- a/moo/mooedit/moolangmgr.h +++ b/moo/mooedit/moolangmgr.h @@ -1,12 +1,12 @@ /* * moolangmgr.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moolinebuffer.c b/moo/mooedit/moolinebuffer.c index c0771254..2ec2d0b5 100644 --- a/moo/mooedit/moolinebuffer.c +++ b/moo/mooedit/moolinebuffer.c @@ -1,12 +1,12 @@ /* * moolinebuffer.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moolinebuffer.h b/moo/mooedit/moolinebuffer.h index be638a4e..0a236aae 100644 --- a/moo/mooedit/moolinebuffer.h +++ b/moo/mooedit/moolinebuffer.h @@ -1,12 +1,12 @@ /* * moolinebuffer.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moolinemark.c b/moo/mooedit/moolinemark.c index 484d9a40..0c19f01b 100644 --- a/moo/mooedit/moolinemark.c +++ b/moo/mooedit/moolinemark.c @@ -1,12 +1,12 @@ /* * moolinemark.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moolinemark.h b/moo/mooedit/moolinemark.h index 5f30895b..04751857 100644 --- a/moo/mooedit/moolinemark.h +++ b/moo/mooedit/moolinemark.h @@ -1,12 +1,12 @@ /* * moolinemark.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moolineview.c b/moo/mooedit/moolineview.c index 507eb184..514b620a 100644 --- a/moo/mooedit/moolineview.c +++ b/moo/mooedit/moolineview.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moolineview.h b/moo/mooedit/moolineview.h index 04d184ae..3ee0b914 100644 --- a/moo/mooedit/moolineview.h +++ b/moo/mooedit/moolineview.h @@ -1,12 +1,12 @@ /* * moolineview.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moooutputfilter.c b/moo/mooedit/moooutputfilter.c index 94aeabca..e0a8edbb 100644 --- a/moo/mooedit/moooutputfilter.c +++ b/moo/mooedit/moooutputfilter.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moooutputfilter.h b/moo/mooedit/moooutputfilter.h index 9ec8c096..5788c672 100644 --- a/moo/mooedit/moooutputfilter.h +++ b/moo/mooedit/moooutputfilter.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moooutputfilterregex.c b/moo/mooedit/moooutputfilterregex.c index 6be574a1..05d4263e 100644 --- a/moo/mooedit/moooutputfilterregex.c +++ b/moo/mooedit/moooutputfilterregex.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moooutputfilterregex.h b/moo/mooedit/moooutputfilterregex.h index 31c8d5a2..8b24ae69 100644 --- a/moo/mooedit/moooutputfilterregex.h +++ b/moo/mooedit/moooutputfilterregex.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooplugin-loader.c b/moo/mooedit/mooplugin-loader.c index 88252d6a..f8b86a1e 100644 --- a/moo/mooedit/mooplugin-loader.c +++ b/moo/mooedit/mooplugin-loader.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooplugin-loader.h b/moo/mooedit/mooplugin-loader.h index f2764e08..d3bc68e5 100644 --- a/moo/mooedit/mooplugin-loader.h +++ b/moo/mooedit/mooplugin-loader.h @@ -1,12 +1,12 @@ /* * mooplugin-loader.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooplugin-macro.h b/moo/mooedit/mooplugin-macro.h index 81962a01..85b1b6f2 100644 --- a/moo/mooedit/mooplugin-macro.h +++ b/moo/mooedit/mooplugin-macro.h @@ -1,12 +1,12 @@ /* * mooplugin-macro.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooplugin.c b/moo/mooedit/mooplugin.c index 10a24eea..24046301 100644 --- a/moo/mooedit/mooplugin.c +++ b/moo/mooedit/mooplugin.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooplugin.h b/moo/mooedit/mooplugin.h index 649adfc5..9899079a 100644 --- a/moo/mooedit/mooplugin.h +++ b/moo/mooedit/mooplugin.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooprintpreview.c b/moo/mooedit/mooprintpreview.c index e65839e8..8aa6b7cb 100644 --- a/moo/mooedit/mooprintpreview.c +++ b/moo/mooedit/mooprintpreview.c @@ -1,12 +1,12 @@ /* * mooprintpreview.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mooprintpreview.h b/moo/mooedit/mooprintpreview.h index 6b530c65..f3bdd0a5 100644 --- a/moo/mooedit/mooprintpreview.h +++ b/moo/mooedit/mooprintpreview.h @@ -1,12 +1,12 @@ /* * mooprintpreview.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootext-private.h b/moo/mooedit/mootext-private.h index b3b5ae49..1a392ca3 100644 --- a/moo/mooedit/mootext-private.h +++ b/moo/mooedit/mootext-private.h @@ -1,12 +1,12 @@ /* * mootext-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextbox.c b/moo/mooedit/mootextbox.c index 4a8e585d..617534ba 100644 --- a/moo/mooedit/mootextbox.c +++ b/moo/mooedit/mootextbox.c @@ -1,12 +1,12 @@ /* * mootextbox.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextbox.h b/moo/mooedit/mootextbox.h index 95ea521c..8b121891 100644 --- a/moo/mooedit/mootextbox.h +++ b/moo/mooedit/mootextbox.h @@ -1,12 +1,12 @@ /* * mootextbox.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextbtree.c b/moo/mooedit/mootextbtree.c index 375e9162..34c7f9db 100644 --- a/moo/mooedit/mootextbtree.c +++ b/moo/mooedit/mootextbtree.c @@ -1,12 +1,12 @@ /* * mootextbtree.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextbtree.h b/moo/mooedit/mootextbtree.h index 30cf84ff..be5cf0e2 100644 --- a/moo/mooedit/mootextbtree.h +++ b/moo/mooedit/mootextbtree.h @@ -1,12 +1,12 @@ /* * mootextbtree.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextbuffer.c b/moo/mooedit/mootextbuffer.c index e07407c9..9c544dbd 100644 --- a/moo/mooedit/mootextbuffer.c +++ b/moo/mooedit/mootextbuffer.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextbuffer.h b/moo/mooedit/mootextbuffer.h index c46dce9b..3c027ad1 100644 --- a/moo/mooedit/mootextbuffer.h +++ b/moo/mooedit/mootextbuffer.h @@ -1,12 +1,12 @@ /* * mootextbuffer.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextcompletion.c b/moo/mooedit/mootextcompletion.c index b3b26098..5444af2c 100644 --- a/moo/mooedit/mootextcompletion.c +++ b/moo/mooedit/mootextcompletion.c @@ -1,12 +1,12 @@ /* * mootextcompletion.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextcompletion.h b/moo/mooedit/mootextcompletion.h index 0146e652..7d5fa13b 100644 --- a/moo/mooedit/mootextcompletion.h +++ b/moo/mooedit/mootextcompletion.h @@ -1,12 +1,12 @@ /* * mootextcompletion.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextfind.c b/moo/mooedit/mootextfind.c index 40a4a891..da328e92 100644 --- a/moo/mooedit/mootextfind.c +++ b/moo/mooedit/mootextfind.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextfind.h b/moo/mooedit/mootextfind.h index 29474c23..acd29d44 100644 --- a/moo/mooedit/mootextfind.h +++ b/moo/mooedit/mootextfind.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextiter.h b/moo/mooedit/mootextiter.h index f5ef8c7e..cf7cf15f 100644 --- a/moo/mooedit/mootextiter.h +++ b/moo/mooedit/mootextiter.h @@ -1,12 +1,12 @@ /* * mootextiter.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextpopup.c b/moo/mooedit/mootextpopup.c index 52581996..c8e5c737 100644 --- a/moo/mooedit/mootextpopup.c +++ b/moo/mooedit/mootextpopup.c @@ -1,12 +1,12 @@ /* * mootextpopup.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextpopup.h b/moo/mooedit/mootextpopup.h index e02f5906..87871ddc 100644 --- a/moo/mooedit/mootextpopup.h +++ b/moo/mooedit/mootextpopup.h @@ -1,12 +1,12 @@ /* * mootextpopup.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextprint-private.h b/moo/mooedit/mootextprint-private.h index 04f08b73..d6fca085 100644 --- a/moo/mooedit/mootextprint-private.h +++ b/moo/mooedit/mootextprint-private.h @@ -1,12 +1,12 @@ /* * mootextprint-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextprint.c b/moo/mooedit/mootextprint.c index 2f9243a5..1824124f 100644 --- a/moo/mooedit/mootextprint.c +++ b/moo/mooedit/mootextprint.c @@ -1,12 +1,12 @@ /* * mootextprint.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextprint.h b/moo/mooedit/mootextprint.h index 4a80ef8f..eefc4990 100644 --- a/moo/mooedit/mootextprint.h +++ b/moo/mooedit/mootextprint.h @@ -1,12 +1,12 @@ /* * mootextprint.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextsearch-private.h b/moo/mooedit/mootextsearch-private.h index d4684b1f..5207d689 100644 --- a/moo/mooedit/mootextsearch-private.h +++ b/moo/mooedit/mootextsearch-private.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextsearch.c b/moo/mooedit/mootextsearch.c index b7fdf498..d4b9501f 100644 --- a/moo/mooedit/mootextsearch.c +++ b/moo/mooedit/mootextsearch.c @@ -1,12 +1,12 @@ /* * mootextsearch.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextsearch.h b/moo/mooedit/mootextsearch.h index 03bd45c0..f1127022 100644 --- a/moo/mooedit/mootextsearch.h +++ b/moo/mooedit/mootextsearch.h @@ -1,12 +1,12 @@ /* * mootextsearch.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextstyle.h b/moo/mooedit/mootextstyle.h index 4418f596..10eda321 100644 --- a/moo/mooedit/mootextstyle.h +++ b/moo/mooedit/mootextstyle.h @@ -1,12 +1,12 @@ /* * mootextstyle.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextstylescheme.c b/moo/mooedit/mootextstylescheme.c index c328190c..76edb881 100644 --- a/moo/mooedit/mootextstylescheme.c +++ b/moo/mooedit/mootextstylescheme.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextstylescheme.h b/moo/mooedit/mootextstylescheme.h index 415d7062..10198dd1 100644 --- a/moo/mooedit/mootextstylescheme.h +++ b/moo/mooedit/mootextstylescheme.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextview-private.h b/moo/mooedit/mootextview-private.h index 91340b8c..d9e20bef 100644 --- a/moo/mooedit/mootextview-private.h +++ b/moo/mooedit/mootextview-private.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextview.c b/moo/mooedit/mootextview.c index 982f3c6a..0fa95853 100644 --- a/moo/mooedit/mootextview.c +++ b/moo/mooedit/mootextview.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/mootextview.h b/moo/mooedit/mootextview.h index 546dde2e..ab96a374 100644 --- a/moo/mooedit/mootextview.h +++ b/moo/mooedit/mootextview.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moousertools-prefs.c b/moo/mooedit/moousertools-prefs.c index 4e761324..5754ca15 100644 --- a/moo/mooedit/moousertools-prefs.c +++ b/moo/mooedit/moousertools-prefs.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moousertools-prefs.h b/moo/mooedit/moousertools-prefs.h index 3bf28306..779fce59 100644 --- a/moo/mooedit/moousertools-prefs.h +++ b/moo/mooedit/moousertools-prefs.h @@ -1,12 +1,12 @@ /* * moousertools-prefs.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moousertools.c b/moo/mooedit/moousertools.c index f29ca944..0093dfb1 100644 --- a/moo/mooedit/moousertools.c +++ b/moo/mooedit/moousertools.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/moousertools.h b/moo/mooedit/moousertools.h index 50a4aa5c..7437a5d9 100644 --- a/moo/mooedit/moousertools.h +++ b/moo/mooedit/moousertools.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/activestrings/as-plugin-prefs.c b/moo/mooedit/plugins/activestrings/as-plugin-prefs.c index 15fcbdad..d2bd12a9 100644 --- a/moo/mooedit/plugins/activestrings/as-plugin-prefs.c +++ b/moo/mooedit/plugins/activestrings/as-plugin-prefs.c @@ -1,12 +1,12 @@ /* * as-plugin-prefs.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/activestrings/as-plugin-script.c b/moo/mooedit/plugins/activestrings/as-plugin-script.c index 1d208bf4..78e338f6 100644 --- a/moo/mooedit/plugins/activestrings/as-plugin-script.c +++ b/moo/mooedit/plugins/activestrings/as-plugin-script.c @@ -1,12 +1,12 @@ /* * as-plugin-script.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/activestrings/as-plugin-script.h b/moo/mooedit/plugins/activestrings/as-plugin-script.h index 526df027..a8115068 100644 --- a/moo/mooedit/plugins/activestrings/as-plugin-script.h +++ b/moo/mooedit/plugins/activestrings/as-plugin-script.h @@ -1,12 +1,12 @@ /* * as-plugin-script.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/activestrings/as-plugin.c b/moo/mooedit/plugins/activestrings/as-plugin.c index b2092b83..daf8a920 100644 --- a/moo/mooedit/plugins/activestrings/as-plugin.c +++ b/moo/mooedit/plugins/activestrings/as-plugin.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/activestrings/as-plugin.h b/moo/mooedit/plugins/activestrings/as-plugin.h index c3ccc7f2..3dbe7803 100644 --- a/moo/mooedit/plugins/activestrings/as-plugin.h +++ b/moo/mooedit/plugins/activestrings/as-plugin.h @@ -1,12 +1,12 @@ /* * as-plugin.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/completion/completion-plugin.c b/moo/mooedit/plugins/completion/completion-plugin.c index 0eff596d..a50d161a 100644 --- a/moo/mooedit/plugins/completion/completion-plugin.c +++ b/moo/mooedit/plugins/completion/completion-plugin.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/completion/completion.c b/moo/mooedit/plugins/completion/completion.c index b12d47d2..13c4bf0f 100644 --- a/moo/mooedit/plugins/completion/completion.c +++ b/moo/mooedit/plugins/completion/completion.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/completion/completion.h b/moo/mooedit/plugins/completion/completion.h index 10789864..0df5aaa7 100644 --- a/moo/mooedit/plugins/completion/completion.h +++ b/moo/mooedit/plugins/completion/completion.h @@ -1,12 +1,12 @@ /* * completion.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/fileselector/moofileselector-prefs.c b/moo/mooedit/plugins/fileselector/moofileselector-prefs.c index f7fbd1f3..c2caf9dd 100644 --- a/moo/mooedit/plugins/fileselector/moofileselector-prefs.c +++ b/moo/mooedit/plugins/fileselector/moofileselector-prefs.c @@ -1,12 +1,12 @@ /* * moofileselector-prefs.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/fileselector/moofileselector.c b/moo/mooedit/plugins/fileselector/moofileselector.c index 5013199e..becc1e68 100644 --- a/moo/mooedit/plugins/fileselector/moofileselector.c +++ b/moo/mooedit/plugins/fileselector/moofileselector.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/fileselector/moofileselector.h b/moo/mooedit/plugins/fileselector/moofileselector.h index b2acdc6a..015f607b 100644 --- a/moo/mooedit/plugins/fileselector/moofileselector.h +++ b/moo/mooedit/plugins/fileselector/moofileselector.h @@ -1,12 +1,12 @@ /* * moofileselector.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/mooeditplugins.h b/moo/mooedit/plugins/mooeditplugins.h index a99d3356..511c9b54 100644 --- a/moo/mooedit/plugins/mooeditplugins.h +++ b/moo/mooedit/plugins/mooeditplugins.h @@ -1,12 +1,12 @@ /* * moogrep.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooedit/plugins/moofind.c b/moo/mooedit/plugins/moofind.c index 4178f57a..dedb07f8 100644 --- a/moo/mooedit/plugins/moofind.c +++ b/moo/mooedit/plugins/moofind.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moobookmarkmgr.c b/moo/moofileview/moobookmarkmgr.c index 6cee623a..4ffe2c22 100644 --- a/moo/moofileview/moobookmarkmgr.c +++ b/moo/moofileview/moobookmarkmgr.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moobookmarkmgr.h b/moo/moofileview/moobookmarkmgr.h index 91b0e899..207ec54e 100644 --- a/moo/moofileview/moobookmarkmgr.h +++ b/moo/moofileview/moobookmarkmgr.h @@ -1,12 +1,12 @@ /* * moobookmarkmgr.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moobookmarkview.c b/moo/moofileview/moobookmarkview.c index cddf4125..efe947e8 100644 --- a/moo/moofileview/moobookmarkview.c +++ b/moo/moofileview/moobookmarkview.c @@ -1,12 +1,12 @@ /* * moobookmarkview.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moobookmarkview.h b/moo/moofileview/moobookmarkview.h index e2130832..951f54eb 100644 --- a/moo/moofileview/moobookmarkview.h +++ b/moo/moofileview/moobookmarkview.h @@ -1,12 +1,12 @@ /* * moobookmarkview.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofile-private.h b/moo/moofileview/moofile-private.h index 195bc460..ade97500 100644 --- a/moo/moofileview/moofile-private.h +++ b/moo/moofileview/moofile-private.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofile.c b/moo/moofileview/moofile.c index 90e85367..7784366f 100644 --- a/moo/moofileview/moofile.c +++ b/moo/moofileview/moofile.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofile.h b/moo/moofileview/moofile.h index 4bdfd438..4ef9d9e0 100644 --- a/moo/moofileview/moofile.h +++ b/moo/moofileview/moofile.h @@ -1,12 +1,12 @@ /* * moofile.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofileentry.c b/moo/moofileview/moofileentry.c index 400d6127..13759991 100644 --- a/moo/moofileview/moofileentry.c +++ b/moo/moofileview/moofileentry.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofileentry.h b/moo/moofileview/moofileentry.h index 95b3c718..10441b64 100644 --- a/moo/moofileview/moofileentry.h +++ b/moo/moofileview/moofileentry.h @@ -1,12 +1,12 @@ /* * moofileentry.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofileicons.c b/moo/moofileview/moofileicons.c index 9148fa71..96e6d2f8 100644 --- a/moo/moofileview/moofileicons.c +++ b/moo/moofileview/moofileicons.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofileicons.h b/moo/moofileview/moofileicons.h index cf9ef8b3..7a835a06 100644 --- a/moo/moofileview/moofileicons.h +++ b/moo/moofileview/moofileicons.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofilesystem.c b/moo/moofileview/moofilesystem.c index 7f83026c..a284161f 100644 --- a/moo/moofileview/moofilesystem.c +++ b/moo/moofileview/moofilesystem.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofilesystem.h b/moo/moofileview/moofilesystem.h index 4264b2f9..3c14377d 100644 --- a/moo/moofileview/moofilesystem.h +++ b/moo/moofileview/moofilesystem.h @@ -1,12 +1,12 @@ /* * moofilesystem.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ @@ -14,7 +14,7 @@ /* * MooFile, MooFolder, and MooFileSystem are utility classes for loading/caching * folders and files, ala GtkFile* stuff (I guess, at least this header was copied - * from gtk/gtkfilesystem.h; I also borrowed icon code from there.). + * from gtk/gtkfilesystem.h). */ #ifndef MOO_FILE_VIEW_COMPILATION diff --git a/moo/moofileview/moofileview-aux.h b/moo/moofileview/moofileview-aux.h index 7c112773..f613b631 100644 --- a/moo/moofileview/moofileview-aux.h +++ b/moo/moofileview/moofileview-aux.h @@ -1,12 +1,12 @@ /* * moofileview-aux.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofileview-dialogs.c b/moo/moofileview/moofileview-dialogs.c index f4a88530..51201256 100644 --- a/moo/moofileview/moofileview-dialogs.c +++ b/moo/moofileview/moofileview-dialogs.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofileview-dialogs.h b/moo/moofileview/moofileview-dialogs.h index 6931065b..1dbf9200 100644 --- a/moo/moofileview/moofileview-dialogs.h +++ b/moo/moofileview/moofileview-dialogs.h @@ -1,12 +1,12 @@ /* * moofileview-dialogs.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofileview-impl.h b/moo/moofileview/moofileview-impl.h index 92e8c6b2..f5bedbca 100644 --- a/moo/moofileview/moofileview-impl.h +++ b/moo/moofileview/moofileview-impl.h @@ -1,12 +1,12 @@ /* * moofileview-impl.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofileview-private.h b/moo/moofileview/moofileview-private.h index f89bf6f4..4cfb39e4 100644 --- a/moo/moofileview/moofileview-private.h +++ b/moo/moofileview/moofileview-private.h @@ -1,12 +1,12 @@ /* * moofileview-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofileview-tools.c b/moo/moofileview/moofileview-tools.c index ad84794f..94d8f44e 100644 --- a/moo/moofileview/moofileview-tools.c +++ b/moo/moofileview/moofileview-tools.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofileview-tools.h b/moo/moofileview/moofileview-tools.h index 72fca871..9449be39 100644 --- a/moo/moofileview/moofileview-tools.h +++ b/moo/moofileview/moofileview-tools.h @@ -1,12 +1,12 @@ /* * moofileview-tools.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofileview.c b/moo/moofileview/moofileview.c index 7d0cd631..6fad4ec1 100644 --- a/moo/moofileview/moofileview.c +++ b/moo/moofileview/moofileview.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofileview.h b/moo/moofileview/moofileview.h index e267b65d..1004ddd6 100644 --- a/moo/moofileview/moofileview.h +++ b/moo/moofileview/moofileview.h @@ -1,12 +1,12 @@ /* * moofileview.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofolder-private.h b/moo/moofileview/moofolder-private.h index 7ec46783..ca066b9b 100644 --- a/moo/moofileview/moofolder-private.h +++ b/moo/moofileview/moofolder-private.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofolder.c b/moo/moofileview/moofolder.c index cbb7a189..88451826 100644 --- a/moo/moofileview/moofolder.c +++ b/moo/moofileview/moofolder.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofolder.h b/moo/moofileview/moofolder.h index cb0105cc..d43d5f2c 100644 --- a/moo/moofileview/moofolder.h +++ b/moo/moofileview/moofolder.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofoldermodel-private.h b/moo/moofileview/moofoldermodel-private.h index dc1c258d..509daae3 100644 --- a/moo/moofileview/moofoldermodel-private.h +++ b/moo/moofileview/moofoldermodel-private.h @@ -1,12 +1,12 @@ /* * moofoldermodel-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofoldermodel.c b/moo/moofileview/moofoldermodel.c index 517cd1cf..a2b4689a 100644 --- a/moo/moofileview/moofoldermodel.c +++ b/moo/moofileview/moofoldermodel.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/moofoldermodel.h b/moo/moofileview/moofoldermodel.h index 186b7157..83eaf9a4 100644 --- a/moo/moofileview/moofoldermodel.h +++ b/moo/moofileview/moofoldermodel.h @@ -1,12 +1,12 @@ /* * moofoldermodel.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/mooiconview.c b/moo/moofileview/mooiconview.c index e9577fe3..9f4c2681 100644 --- a/moo/moofileview/mooiconview.c +++ b/moo/moofileview/mooiconview.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/mooiconview.h b/moo/moofileview/mooiconview.h index 21918c58..9fc7b96f 100644 --- a/moo/moofileview/mooiconview.h +++ b/moo/moofileview/mooiconview.h @@ -1,12 +1,12 @@ /* * mooiconview.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/mootreeview.c b/moo/moofileview/mootreeview.c index 7d74a6b2..9e168757 100644 --- a/moo/moofileview/mootreeview.c +++ b/moo/moofileview/mootreeview.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moofileview/mootreeview.h b/moo/moofileview/mootreeview.h index 28781ca3..abed9192 100644 --- a/moo/moofileview/mootreeview.h +++ b/moo/moofileview/mootreeview.h @@ -1,12 +1,12 @@ /* * mootreeview.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/moo-mod.c b/moo/moopython/moo-mod.c index f855a254..7b27f0cb 100644 --- a/moo/moopython/moo-mod.c +++ b/moo/moopython/moo-mod.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/moopython-api.h b/moo/moopython/moopython-api.h index f7b78e83..6b2423e2 100644 --- a/moo/moopython/moopython-api.h +++ b/moo/moopython/moopython-api.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/moopython-builtin.c b/moo/moopython/moopython-builtin.c index fed74418..9c6266fb 100644 --- a/moo/moopython/moopython-builtin.c +++ b/moo/moopython/moopython-builtin.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/moopython-builtin.h b/moo/moopython/moopython-builtin.h index df7d7e86..b73d9b33 100644 --- a/moo/moopython/moopython-builtin.h +++ b/moo/moopython/moopython-builtin.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/moopython-loader.c b/moo/moopython/moopython-loader.c index bfc84ef8..a4e26e76 100644 --- a/moo/moopython/moopython-loader.c +++ b/moo/moopython/moopython-loader.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/moopython-loader.h b/moo/moopython/moopython-loader.h index 63af267d..a8e4e6f4 100644 --- a/moo/moopython/moopython-loader.h +++ b/moo/moopython/moopython-loader.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/moopython-mod.c b/moo/moopython/moopython-mod.c index cffed031..2f07a498 100644 --- a/moo/moopython/moopython-mod.c +++ b/moo/moopython/moopython-mod.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/moopython-pygtkmod.h b/moo/moopython/moopython-pygtkmod.h index 787cf3bd..ef22f2dc 100644 --- a/moo/moopython/moopython-pygtkmod.h +++ b/moo/moopython/moopython-pygtkmod.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/moopython-utils.c b/moo/moopython/moopython-utils.c index 57ab70aa..91c5afda 100644 --- a/moo/moopython/moopython-utils.c +++ b/moo/moopython/moopython-utils.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/moopython-utils.h b/moo/moopython/moopython-utils.h index baec5f4a..0a4bf282 100644 --- a/moo/moopython/moopython-utils.h +++ b/moo/moopython/moopython-utils.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/plugins/pyconsole.py b/moo/moopython/plugins/pyconsole.py index b65eb587..6ade63aa 100755 --- a/moo/moopython/plugins/pyconsole.py +++ b/moo/moopython/plugins/pyconsole.py @@ -9,7 +9,7 @@ # it under the terms of the GNU Lesser General Public version 2.1 as # published by the Free Software Foundation. # -# See COPYING.lib file that comes with this distribution for full text +# See COPYING file that comes with this distribution for full text # of the license. # diff --git a/moo/moopython/pygtk/canvas-mod.c b/moo/moopython/pygtk/canvas-mod.c index c23f8a77..c5714962 100644 --- a/moo/moopython/pygtk/canvas-mod.c +++ b/moo/moopython/pygtk/canvas-mod.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/pygtk/moo-pygtk.c b/moo/moopython/pygtk/moo-pygtk.c index 4cf71fd3..1b0734b5 100644 --- a/moo/moopython/pygtk/moo-pygtk.c +++ b/moo/moopython/pygtk/moo-pygtk.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/pygtk/moo-pygtk.h b/moo/moopython/pygtk/moo-pygtk.h index f2e6a171..0b96f695 100644 --- a/moo/moopython/pygtk/moo-pygtk.h +++ b/moo/moopython/pygtk/moo-pygtk.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/pygtk/mooapp-mod.c b/moo/moopython/pygtk/mooapp-mod.c index 079ba083..594091fa 100644 --- a/moo/moopython/pygtk/mooapp-mod.c +++ b/moo/moopython/pygtk/mooapp-mod.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/pygtk/mooedit-mod.c b/moo/moopython/pygtk/mooedit-mod.c index 9c80ba23..23f15f47 100644 --- a/moo/moopython/pygtk/mooedit-mod.c +++ b/moo/moopython/pygtk/mooedit-mod.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/pygtk/mooterm-mod.c b/moo/moopython/pygtk/mooterm-mod.c index 83550ba6..24c9cf99 100644 --- a/moo/moopython/pygtk/mooterm-mod.c +++ b/moo/moopython/pygtk/mooterm-mod.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/moopython/pygtk/mooutils-mod.c b/moo/moopython/pygtk/mooutils-mod.c index 91a3c688..889ba6dd 100644 --- a/moo/moopython/pygtk/mooutils-mod.c +++ b/moo/moopython/pygtk/mooutils-mod.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-builtin.c b/moo/mooscript/mooscript-builtin.c index ac30a04e..520c54c1 100644 --- a/moo/mooscript/mooscript-builtin.c +++ b/moo/mooscript/mooscript-builtin.c @@ -1,12 +1,12 @@ /* * mooscript-builtin.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-context-private.h b/moo/mooscript/mooscript-context-private.h index e95ba803..945ac455 100644 --- a/moo/mooscript/mooscript-context-private.h +++ b/moo/mooscript/mooscript-context-private.h @@ -1,12 +1,12 @@ /* * mooscript-context-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-context.c b/moo/mooscript/mooscript-context.c index 6e81c24d..c90b45f6 100644 --- a/moo/mooscript/mooscript-context.c +++ b/moo/mooscript/mooscript-context.c @@ -1,12 +1,12 @@ /* * mooscript-context.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-context.h b/moo/mooscript/mooscript-context.h index 46cb4733..bff8e443 100644 --- a/moo/mooscript/mooscript-context.h +++ b/moo/mooscript/mooscript-context.h @@ -1,12 +1,12 @@ /* * mooscript-context.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-func-private.h b/moo/mooscript/mooscript-func-private.h index f08b6d64..7632d3df 100644 --- a/moo/mooscript/mooscript-func-private.h +++ b/moo/mooscript/mooscript-func-private.h @@ -1,12 +1,12 @@ /* * mooscript-func-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-func.c b/moo/mooscript/mooscript-func.c index a585578f..7055bd78 100644 --- a/moo/mooscript/mooscript-func.c +++ b/moo/mooscript/mooscript-func.c @@ -1,12 +1,12 @@ /* * mooscript-func.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-func.h b/moo/mooscript/mooscript-func.h index 05eca086..35a3e763 100644 --- a/moo/mooscript/mooscript-func.h +++ b/moo/mooscript/mooscript-func.h @@ -1,12 +1,12 @@ /* * mooscript-func.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-node-private.h b/moo/mooscript/mooscript-node-private.h index 637c247e..41675787 100644 --- a/moo/mooscript/mooscript-node-private.h +++ b/moo/mooscript/mooscript-node-private.h @@ -1,12 +1,12 @@ /* * mooscript-node-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-node.c b/moo/mooscript/mooscript-node.c index 5a10bb82..50096013 100644 --- a/moo/mooscript/mooscript-node.c +++ b/moo/mooscript/mooscript-node.c @@ -1,12 +1,12 @@ /* * mooscript-node.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-node.h b/moo/mooscript/mooscript-node.h index 8cfb478f..82d519f3 100644 --- a/moo/mooscript/mooscript-node.h +++ b/moo/mooscript/mooscript-node.h @@ -1,12 +1,12 @@ /* * mooscript-node.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-parser-private.h b/moo/mooscript/mooscript-parser-private.h index 5114adea..0a93256d 100644 --- a/moo/mooscript/mooscript-parser-private.h +++ b/moo/mooscript/mooscript-parser-private.h @@ -1,12 +1,12 @@ /* * mooscript-parser.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-parser.c b/moo/mooscript/mooscript-parser.c index f33bd20f..dbfca3db 100644 --- a/moo/mooscript/mooscript-parser.c +++ b/moo/mooscript/mooscript-parser.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-parser.h b/moo/mooscript/mooscript-parser.h index 4eef0dc4..1f91c4c7 100644 --- a/moo/mooscript/mooscript-parser.h +++ b/moo/mooscript/mooscript-parser.h @@ -1,12 +1,12 @@ /* * mooscript-parser.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-value-private.h b/moo/mooscript/mooscript-value-private.h index d4593e3f..1e3f8a2c 100644 --- a/moo/mooscript/mooscript-value-private.h +++ b/moo/mooscript/mooscript-value-private.h @@ -1,12 +1,12 @@ /* * mooscript-value-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-value.c b/moo/mooscript/mooscript-value.c index 1f123342..a3c0edb0 100644 --- a/moo/mooscript/mooscript-value.c +++ b/moo/mooscript/mooscript-value.c @@ -1,12 +1,12 @@ /* * mooscript-value.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-value.h b/moo/mooscript/mooscript-value.h index 2d5fb839..011ad1d0 100644 --- a/moo/mooscript/mooscript-value.h +++ b/moo/mooscript/mooscript-value.h @@ -1,12 +1,12 @@ /* * mooscript-value.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-zenity.c b/moo/mooscript/mooscript-zenity.c index 65d9d334..e5d8d882 100644 --- a/moo/mooscript/mooscript-zenity.c +++ b/moo/mooscript/mooscript-zenity.c @@ -1,12 +1,12 @@ /* * mooscript-zenity.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooscript/mooscript-zenity.h b/moo/mooscript/mooscript-zenity.h index b46e5d1d..27e7568c 100644 --- a/moo/mooscript/mooscript-zenity.h +++ b/moo/mooscript/mooscript-zenity.h @@ -1,12 +1,12 @@ /* * mooscript-zenity.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mooterm-draw.c b/moo/mooterm/mooterm-draw.c index 4e310741..209b1af9 100644 --- a/moo/mooterm/mooterm-draw.c +++ b/moo/mooterm/mooterm-draw.c @@ -1,12 +1,12 @@ /* - * mooterm/mootermdraw.c + * mootermdraw.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mooterm-input.c b/moo/mooterm/mooterm-input.c index 2065ef5b..a4305409 100644 --- a/moo/mooterm/mooterm-input.c +++ b/moo/mooterm/mooterm-input.c @@ -1,12 +1,12 @@ /* - * mooterm/mooterminput.c + * mooterminput.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. * diff --git a/moo/mooterm/mooterm-keymap.h b/moo/mooterm/mooterm-keymap.h index f317ca09..61047647 100644 --- a/moo/mooterm/mooterm-keymap.h +++ b/moo/mooterm/mooterm-keymap.h @@ -1,12 +1,12 @@ /* * mooterm-keymap.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mooterm-prefs.c b/moo/mooterm/mooterm-prefs.c index 01118aae..23278238 100644 --- a/moo/mooterm/mooterm-prefs.c +++ b/moo/mooterm/mooterm-prefs.c @@ -1,12 +1,12 @@ /* - * mooterm/mooterm-prefs.c + * mooterm-prefs.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mooterm-prefs.h b/moo/mooterm/mooterm-prefs.h index 353e5524..836f57fd 100644 --- a/moo/mooterm/mooterm-prefs.h +++ b/moo/mooterm/mooterm-prefs.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mooterm-private.h b/moo/mooterm/mooterm-private.h index 45b18781..40735bc8 100644 --- a/moo/mooterm/mooterm-private.h +++ b/moo/mooterm/mooterm-private.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mooterm-selection.h b/moo/mooterm/mooterm-selection.h index 612c5848..20696dcc 100644 --- a/moo/mooterm/mooterm-selection.h +++ b/moo/mooterm/mooterm-selection.h @@ -1,12 +1,12 @@ /* * mooterm-selection.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mooterm-text.c b/moo/mooterm/mooterm-text.c index c3f40b76..22bb716b 100644 --- a/moo/mooterm/mooterm-text.c +++ b/moo/mooterm/mooterm-text.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mooterm-text.h b/moo/mooterm/mooterm-text.h index 68b6d69d..15456b1c 100644 --- a/moo/mooterm/mooterm-text.h +++ b/moo/mooterm/mooterm-text.h @@ -1,12 +1,12 @@ /* * mooterm-text.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mooterm-vt.h b/moo/mooterm/mooterm-vt.h index 734c1ce9..46c45c77 100644 --- a/moo/mooterm/mooterm-vt.h +++ b/moo/mooterm/mooterm-vt.h @@ -1,12 +1,12 @@ /* * mooterm-vt.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mooterm-vtctls.h b/moo/mooterm/mooterm-vtctls.h index b1af034c..2d7b6dd1 100644 --- a/moo/mooterm/mooterm-vtctls.h +++ b/moo/mooterm/mooterm-vtctls.h @@ -1,12 +1,12 @@ /* * mooterm/mooterm-ctlfuncs.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mooterm.c b/moo/mooterm/mooterm.c index d6f4dd7e..4813d74c 100644 --- a/moo/mooterm/mooterm.c +++ b/moo/mooterm/mooterm.c @@ -1,12 +1,12 @@ /* - * mooterm/mooterm.c + * mooterm.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mooterm.h b/moo/mooterm/mooterm.h index ff1a3a0b..c449ca37 100644 --- a/moo/mooterm/mooterm.h +++ b/moo/mooterm/mooterm.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermbuffer-graph.h b/moo/mooterm/mootermbuffer-graph.h index 0134323d..391d5a3e 100644 --- a/moo/mooterm/mootermbuffer-graph.h +++ b/moo/mooterm/mootermbuffer-graph.h @@ -1,12 +1,12 @@ /* * mootermbuffer-graph.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermbuffer-private.h b/moo/mooterm/mootermbuffer-private.h index 25c78d40..b64e2855 100644 --- a/moo/mooterm/mootermbuffer-private.h +++ b/moo/mooterm/mootermbuffer-private.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermbuffer.c b/moo/mooterm/mootermbuffer.c index 20de6ed4..223af0b8 100644 --- a/moo/mooterm/mootermbuffer.c +++ b/moo/mooterm/mootermbuffer.c @@ -1,12 +1,12 @@ /* - * mooterm/mootermbuffer.c + * mootermbuffer.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermbuffer.h b/moo/mooterm/mootermbuffer.h index e3c0c0d2..d3a567b8 100644 --- a/moo/mooterm/mootermbuffer.h +++ b/moo/mooterm/mootermbuffer.h @@ -1,12 +1,12 @@ /* * mootermbuffer.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermhelper.c b/moo/mooterm/mootermhelper.c index 78efbc40..a84d9817 100644 --- a/moo/mooterm/mootermhelper.c +++ b/moo/mooterm/mootermhelper.c @@ -1,12 +1,12 @@ /* - * mooterm/mootermhelper.c + * mootermhelper.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermhelper.h b/moo/mooterm/mootermhelper.h index a7c50896..a44ca8c7 100644 --- a/moo/mooterm/mootermhelper.h +++ b/moo/mooterm/mootermhelper.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermline-private.h b/moo/mooterm/mootermline-private.h index 4221dc53..dfdcd626 100644 --- a/moo/mooterm/mootermline-private.h +++ b/moo/mooterm/mootermline-private.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermline.c b/moo/mooterm/mootermline.c index ac73950c..da484c44 100644 --- a/moo/mooterm/mootermline.c +++ b/moo/mooterm/mootermline.c @@ -1,12 +1,12 @@ /* - * mooterm/mootermline.c + * mootermline.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermline.h b/moo/mooterm/mootermline.h index e90d5ddb..457c8187 100644 --- a/moo/mooterm/mootermline.h +++ b/moo/mooterm/mootermline.h @@ -1,12 +1,12 @@ /* * mootermline.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermparser.c b/moo/mooterm/mootermparser.c index 84e5b95c..a1676e4f 100644 --- a/moo/mooterm/mootermparser.c +++ b/moo/mooterm/mootermparser.c @@ -1,12 +1,12 @@ /* - * mooterm/mootermparser.c + * mootermparser.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermparser.h b/moo/mooterm/mootermparser.h index fcd80027..30354c9d 100644 --- a/moo/mooterm/mootermparser.h +++ b/moo/mooterm/mootermparser.h @@ -1,12 +1,12 @@ /* * mootermparser.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermpt-cygwin.c b/moo/mooterm/mootermpt-cygwin.c index 704ffc88..751cba49 100644 --- a/moo/mooterm/mootermpt-cygwin.c +++ b/moo/mooterm/mootermpt-cygwin.c @@ -1,12 +1,12 @@ /* - * mooterm/mootermpt-cygwin.c + * mootermpt-cygwin.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermpt-private.h b/moo/mooterm/mootermpt-private.h index e0f74f4a..f4c0f99e 100644 --- a/moo/mooterm/mootermpt-private.h +++ b/moo/mooterm/mootermpt-private.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermpt-unix.c b/moo/mooterm/mootermpt-unix.c index 86bcace3..4639e9ad 100644 --- a/moo/mooterm/mootermpt-unix.c +++ b/moo/mooterm/mootermpt-unix.c @@ -1,12 +1,12 @@ /* - * mooterm/mootermpt-unix.c + * mootermpt-unix.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermpt.c b/moo/mooterm/mootermpt.c index 847e7555..5e2a74f8 100644 --- a/moo/mooterm/mootermpt.c +++ b/moo/mooterm/mootermpt.c @@ -1,12 +1,12 @@ /* - * mooterm/mootermpt.c + * mootermpt.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermpt.h b/moo/mooterm/mootermpt.h index 6a6a8f00..7b0b1ccc 100644 --- a/moo/mooterm/mootermpt.h +++ b/moo/mooterm/mootermpt.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermtag-private.h b/moo/mooterm/mootermtag-private.h index f9941c46..8fa805b2 100644 --- a/moo/mooterm/mootermtag-private.h +++ b/moo/mooterm/mootermtag-private.h @@ -1,12 +1,12 @@ /* * mootermtag-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermtag.c b/moo/mooterm/mootermtag.c index ceab293e..3a310fa6 100644 --- a/moo/mooterm/mootermtag.c +++ b/moo/mooterm/mootermtag.c @@ -1,12 +1,12 @@ /* * mootermtag.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooterm/mootermtag.h b/moo/mooterm/mootermtag.h index ca2210bf..c1b897cd 100644 --- a/moo/mooterm/mootermtag.h +++ b/moo/mooterm/mootermtag.h @@ -1,12 +1,12 @@ /* * mootermtag.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooaccel.c b/moo/mooutils/mooaccel.c index fe250597..f09e167f 100644 --- a/moo/mooutils/mooaccel.c +++ b/moo/mooutils/mooaccel.c @@ -1,12 +1,12 @@ /* * mooaccel.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooaccel.h b/moo/mooutils/mooaccel.h index e3ea5b75..6d9d17c6 100644 --- a/moo/mooutils/mooaccel.h +++ b/moo/mooutils/mooaccel.h @@ -1,12 +1,12 @@ /* * mooaccel.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooaccelbutton.c b/moo/mooutils/mooaccelbutton.c index 65aafe0d..8044e2cf 100644 --- a/moo/mooutils/mooaccelbutton.c +++ b/moo/mooutils/mooaccelbutton.c @@ -1,12 +1,12 @@ /* - * mooutils/mooaccelbutton.c + * mooaccelbutton.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooaccelbutton.h b/moo/mooutils/mooaccelbutton.h index fdcbbdca..c241c0c5 100644 --- a/moo/mooutils/mooaccelbutton.h +++ b/moo/mooutils/mooaccelbutton.h @@ -1,12 +1,12 @@ /* * mooaccelbutton.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooaccelprefs.c b/moo/mooutils/mooaccelprefs.c index e420cf71..6ceddefe 100644 --- a/moo/mooutils/mooaccelprefs.c +++ b/moo/mooutils/mooaccelprefs.c @@ -1,12 +1,12 @@ /* * mooaccelprefs.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooaccelprefs.h b/moo/mooutils/mooaccelprefs.h index 4c35f45d..cf77a8cc 100644 --- a/moo/mooutils/mooaccelprefs.h +++ b/moo/mooutils/mooaccelprefs.h @@ -1,12 +1,12 @@ /* * mooaccelprefs.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooaction-private.h b/moo/mooutils/mooaction-private.h index c9ee92a4..ea46f90d 100644 --- a/moo/mooutils/mooaction-private.h +++ b/moo/mooutils/mooaction-private.h @@ -1,12 +1,12 @@ /* * mooaction-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooaction.c b/moo/mooutils/mooaction.c index 84558861..3ce52645 100644 --- a/moo/mooutils/mooaction.c +++ b/moo/mooutils/mooaction.c @@ -1,12 +1,12 @@ /* * mooaction.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooaction.h b/moo/mooutils/mooaction.h index cc2951e3..923b6694 100644 --- a/moo/mooutils/mooaction.h +++ b/moo/mooutils/mooaction.h @@ -1,12 +1,12 @@ /* * mooaction.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooactionbase-private.h b/moo/mooutils/mooactionbase-private.h index 83dc1c9f..3cada5c9 100644 --- a/moo/mooutils/mooactionbase-private.h +++ b/moo/mooutils/mooactionbase-private.h @@ -1,12 +1,12 @@ /* * mooactionbase-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooactionbase.c b/moo/mooutils/mooactionbase.c index 7ff1949a..17a1b111 100644 --- a/moo/mooutils/mooactionbase.c +++ b/moo/mooutils/mooactionbase.c @@ -1,12 +1,12 @@ /* * mooactionbase.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooactionbase.h b/moo/mooutils/mooactionbase.h index 61503eed..1dd8f77c 100644 --- a/moo/mooutils/mooactionbase.h +++ b/moo/mooutils/mooactionbase.h @@ -1,12 +1,12 @@ /* * mooactionbase.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooactioncollection.c b/moo/mooutils/mooactioncollection.c index e292de5e..8c8591bf 100644 --- a/moo/mooutils/mooactioncollection.c +++ b/moo/mooutils/mooactioncollection.c @@ -1,12 +1,12 @@ /* * mooactioncollection.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooactioncollection.h b/moo/mooutils/mooactioncollection.h index 1d85fc4b..5b0098c7 100644 --- a/moo/mooutils/mooactioncollection.h +++ b/moo/mooutils/mooactioncollection.h @@ -1,12 +1,12 @@ /* * mooactioncollection.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooactionfactory.c b/moo/mooutils/mooactionfactory.c index 69d1dbd0..2bfa3d1d 100644 --- a/moo/mooutils/mooactionfactory.c +++ b/moo/mooutils/mooactionfactory.c @@ -1,12 +1,12 @@ /* * mooactionfactory.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooactionfactory.h b/moo/mooutils/mooactionfactory.h index c5880103..b608fb3b 100644 --- a/moo/mooutils/mooactionfactory.h +++ b/moo/mooutils/mooactionfactory.h @@ -1,12 +1,12 @@ /* * mooactionfactory.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooactiongroup.c b/moo/mooutils/mooactiongroup.c index ff9b4513..8a6c16d5 100644 --- a/moo/mooutils/mooactiongroup.c +++ b/moo/mooutils/mooactiongroup.c @@ -1,12 +1,12 @@ /* * mooactiongroup.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooactiongroup.h b/moo/mooutils/mooactiongroup.h index 9521d010..31d7759d 100644 --- a/moo/mooutils/mooactiongroup.h +++ b/moo/mooutils/mooactiongroup.h @@ -1,12 +1,12 @@ /* * mooactiongroup.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moobigpaned.c b/moo/mooutils/moobigpaned.c index 213f900d..d2a459fb 100644 --- a/moo/mooutils/moobigpaned.c +++ b/moo/mooutils/moobigpaned.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moobigpaned.h b/moo/mooutils/moobigpaned.h index e0f94b7e..614ba955 100644 --- a/moo/mooutils/moobigpaned.h +++ b/moo/mooutils/moobigpaned.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooclosure.c b/moo/mooutils/mooclosure.c index 3b13b02d..6e3ce2fc 100644 --- a/moo/mooutils/mooclosure.c +++ b/moo/mooutils/mooclosure.c @@ -1,12 +1,12 @@ /* * mooclosure.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooclosure.h b/moo/mooutils/mooclosure.h index 34e1687c..93ae748e 100644 --- a/moo/mooutils/mooclosure.h +++ b/moo/mooutils/mooclosure.h @@ -1,12 +1,12 @@ /* * mooclosure.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moocombo.c b/moo/mooutils/moocombo.c index f2739e15..9dd82982 100644 --- a/moo/mooutils/moocombo.c +++ b/moo/mooutils/moocombo.c @@ -1,12 +1,12 @@ /* * moocombo.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moocombo.h b/moo/mooutils/moocombo.h index 5a7f2fa8..9cc2210f 100644 --- a/moo/mooutils/moocombo.h +++ b/moo/mooutils/moocombo.h @@ -1,12 +1,12 @@ /* * moocombo.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moocompat.c b/moo/mooutils/moocompat.c index cf8fc12a..3fef898f 100644 --- a/moo/mooutils/moocompat.c +++ b/moo/mooutils/moocompat.c @@ -1,12 +1,12 @@ /* - * mooutils/moocompat.c + * moocompat.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moocompat.h b/moo/mooutils/moocompat.h index e1a9b7ba..5ed51f0f 100644 --- a/moo/mooutils/moocompat.h +++ b/moo/mooutils/moocompat.h @@ -1,12 +1,12 @@ /* - * mooutils/moocompat.h + * moocompat.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moodialogs.c b/moo/mooutils/moodialogs.c index 0e77cb72..35e19335 100644 --- a/moo/mooutils/moodialogs.c +++ b/moo/mooutils/moodialogs.c @@ -1,12 +1,12 @@ /* - * mooutils/moodialogs.c + * moodialogs.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moodialogs.h b/moo/mooutils/moodialogs.h index 44eed367..33f8fdd9 100644 --- a/moo/mooutils/moodialogs.h +++ b/moo/mooutils/moodialogs.h @@ -1,12 +1,12 @@ /* - * mooutils/moodialogs.h + * moodialogs.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooencodings.c b/moo/mooutils/mooencodings.c index f28f17f1..b2fbfdb0 100644 --- a/moo/mooutils/mooencodings.c +++ b/moo/mooutils/mooencodings.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooencodings.h b/moo/mooutils/mooencodings.h index db6c35ef..df3f5556 100644 --- a/moo/mooutils/mooencodings.h +++ b/moo/mooutils/mooencodings.h @@ -1,12 +1,12 @@ /* * mooencodings.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooentry.c b/moo/mooutils/mooentry.c index 34245d95..4d604e5e 100644 --- a/moo/mooutils/mooentry.c +++ b/moo/mooutils/mooentry.c @@ -1,12 +1,12 @@ /* * mooentry.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooentry.h b/moo/mooutils/mooentry.h index 1771c622..416897d6 100644 --- a/moo/mooutils/mooentry.h +++ b/moo/mooutils/mooentry.h @@ -1,12 +1,12 @@ /* * mooentry.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moofiledialog.c b/moo/mooutils/moofiledialog.c index e99b28f7..c865e763 100644 --- a/moo/mooutils/moofiledialog.c +++ b/moo/mooutils/moofiledialog.c @@ -1,12 +1,12 @@ /* - * mooutils/moofiledialog.c + * moofiledialog.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moofiledialog.h b/moo/mooutils/moofiledialog.h index afd0cd27..b73d1105 100644 --- a/moo/mooutils/moofiledialog.h +++ b/moo/mooutils/moofiledialog.h @@ -1,12 +1,12 @@ /* - * mooutils/moofiledialog.h + * moofiledialog.h * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moofilewatch.c b/moo/mooutils/moofilewatch.c index 72f0430e..54534345 100644 --- a/moo/mooutils/moofilewatch.c +++ b/moo/mooutils/moofilewatch.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moofilewatch.h b/moo/mooutils/moofilewatch.h index 47a15fc1..0e2a9667 100644 --- a/moo/mooutils/moofilewatch.h +++ b/moo/mooutils/moofilewatch.h @@ -1,12 +1,12 @@ /* * moofilewatch.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moofiltermgr.c b/moo/mooutils/moofiltermgr.c index 104a9c29..b6a0c47c 100644 --- a/moo/mooutils/moofiltermgr.c +++ b/moo/mooutils/moofiltermgr.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moofiltermgr.h b/moo/mooutils/moofiltermgr.h index 2ab9be93..a9e68b57 100644 --- a/moo/mooutils/moofiltermgr.h +++ b/moo/mooutils/moofiltermgr.h @@ -1,12 +1,12 @@ /* * moofiltermgr.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooglade.c b/moo/mooutils/mooglade.c index 9fcd17ce..db041d00 100644 --- a/moo/mooutils/mooglade.c +++ b/moo/mooutils/mooglade.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooglade.h b/moo/mooutils/mooglade.h index e8351de7..65eadc85 100644 --- a/moo/mooutils/mooglade.h +++ b/moo/mooutils/mooglade.h @@ -1,12 +1,12 @@ /* * mooglade.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moohistorycombo.c b/moo/mooutils/moohistorycombo.c index 4f36e4f6..4b4b8c81 100644 --- a/moo/mooutils/moohistorycombo.c +++ b/moo/mooutils/moohistorycombo.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moohistorycombo.h b/moo/mooutils/moohistorycombo.h index fe7aeba3..82271818 100644 --- a/moo/mooutils/moohistorycombo.h +++ b/moo/mooutils/moohistorycombo.h @@ -1,12 +1,12 @@ /* * moohistorycombo.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moohistorylist.c b/moo/mooutils/moohistorylist.c index 918e6511..fc33651c 100644 --- a/moo/mooutils/moohistorylist.c +++ b/moo/mooutils/moohistorylist.c @@ -1,12 +1,12 @@ /* * moohistorylist.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moohistorylist.h b/moo/mooutils/moohistorylist.h index f950506b..26e96f04 100644 --- a/moo/mooutils/moohistorylist.h +++ b/moo/mooutils/moohistorylist.h @@ -1,12 +1,12 @@ /* * moohistorylist.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooi18n.c b/moo/mooutils/mooi18n.c index 19924bcc..7e0f3cdd 100644 --- a/moo/mooutils/mooi18n.c +++ b/moo/mooutils/mooi18n.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooi18n.h b/moo/mooutils/mooi18n.h index 878ab200..a02a17ab 100644 --- a/moo/mooutils/mooi18n.h +++ b/moo/mooutils/mooi18n.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moomarkup.c b/moo/mooutils/moomarkup.c index 06ca3e5f..d6ede9bc 100644 --- a/moo/mooutils/moomarkup.c +++ b/moo/mooutils/moomarkup.c @@ -1,12 +1,12 @@ /* - * mooutils/moomarkup.c + * moomarkup.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moomarkup.h b/moo/mooutils/moomarkup.h index f5e9bd4f..1215309d 100644 --- a/moo/mooutils/moomarkup.h +++ b/moo/mooutils/moomarkup.h @@ -1,12 +1,12 @@ /* * moomarkup.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moomenuaction.c b/moo/mooutils/moomenuaction.c index 8e437c79..39eac6d8 100644 --- a/moo/mooutils/moomenuaction.c +++ b/moo/mooutils/moomenuaction.c @@ -1,12 +1,12 @@ /* - * mooui/moomenuaction.c + * moomenuaction.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moomenuaction.h b/moo/mooutils/moomenuaction.h index 607f3a39..8fdc8672 100644 --- a/moo/mooutils/moomenuaction.h +++ b/moo/mooutils/moomenuaction.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moomenumgr.c b/moo/mooutils/moomenumgr.c index 488c31be..341081cf 100644 --- a/moo/mooutils/moomenumgr.c +++ b/moo/mooutils/moomenumgr.c @@ -1,12 +1,12 @@ /* * moomenumgr.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moomenumgr.h b/moo/mooutils/moomenumgr.h index 5d666a05..84c61cf8 100644 --- a/moo/mooutils/moomenumgr.h +++ b/moo/mooutils/moomenumgr.h @@ -1,12 +1,12 @@ /* * moomenumgr.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moomenutoolbutton.c b/moo/mooutils/moomenutoolbutton.c index 39e2d5b4..9239649f 100644 --- a/moo/mooutils/moomenutoolbutton.c +++ b/moo/mooutils/moomenutoolbutton.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moomenutoolbutton.h b/moo/mooutils/moomenutoolbutton.h index 4b9958cb..b7717018 100644 --- a/moo/mooutils/moomenutoolbutton.h +++ b/moo/mooutils/moomenutoolbutton.h @@ -1,12 +1,12 @@ /* * moomenutoolbutton.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moonotebook.c b/moo/mooutils/moonotebook.c index cdbfd820..94bd7e5d 100644 --- a/moo/mooutils/moonotebook.c +++ b/moo/mooutils/moonotebook.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moonotebook.h b/moo/mooutils/moonotebook.h index 085fa882..02927a09 100644 --- a/moo/mooutils/moonotebook.h +++ b/moo/mooutils/moonotebook.h @@ -1,12 +1,12 @@ /* * moonotebook.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moopane.c b/moo/mooutils/moopane.c index 06c7ecb2..bc945d66 100644 --- a/moo/mooutils/moopane.c +++ b/moo/mooutils/moopane.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moopane.h b/moo/mooutils/moopane.h index 4c67f46c..1e7f33c2 100644 --- a/moo/mooutils/moopane.h +++ b/moo/mooutils/moopane.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moopaned.c b/moo/mooutils/moopaned.c index f34fde21..7ecdeaf5 100644 --- a/moo/mooutils/moopaned.c +++ b/moo/mooutils/moopaned.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moopaned.h b/moo/mooutils/moopaned.h index f8f79156..217e4a51 100644 --- a/moo/mooutils/moopaned.h +++ b/moo/mooutils/moopaned.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooprefs.c b/moo/mooutils/mooprefs.c index 496ac80d..72e28f89 100644 --- a/moo/mooutils/mooprefs.c +++ b/moo/mooutils/mooprefs.c @@ -1,12 +1,12 @@ /* - * mooutils/mooprefs.c + * mooprefs.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooprefs.h b/moo/mooutils/mooprefs.h index 14950249..6b756c59 100644 --- a/moo/mooutils/mooprefs.h +++ b/moo/mooutils/mooprefs.h @@ -1,12 +1,12 @@ /* * mooprefs.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooprefsdialog.c b/moo/mooutils/mooprefsdialog.c index 863699ad..447f5416 100644 --- a/moo/mooutils/mooprefsdialog.c +++ b/moo/mooutils/mooprefsdialog.c @@ -1,12 +1,12 @@ /* - * mooutils/mooprefsdialog.c + * mooprefsdialog.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooprefsdialog.h b/moo/mooutils/mooprefsdialog.h index f3f3e816..b426a6ab 100644 --- a/moo/mooutils/mooprefsdialog.h +++ b/moo/mooutils/mooprefsdialog.h @@ -1,12 +1,12 @@ /* - * mooutils/mooprefsdialog.h + * mooprefsdialog.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooprefsdialogpage.c b/moo/mooutils/mooprefsdialogpage.c index e48da858..2d8b6604 100644 --- a/moo/mooutils/mooprefsdialogpage.c +++ b/moo/mooutils/mooprefsdialogpage.c @@ -1,12 +1,12 @@ /* - * mooutils/mooprefsdialogpage.c + * mooprefsdialogpage.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooprefsdialogpage.h b/moo/mooutils/mooprefsdialogpage.h index 13c5be30..d67df5c0 100644 --- a/moo/mooutils/mooprefsdialogpage.h +++ b/moo/mooutils/mooprefsdialogpage.h @@ -1,12 +1,12 @@ /* * mooprefsdialogpage.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moopython.c b/moo/mooutils/moopython.c index b45ebe9c..b2eba74e 100644 --- a/moo/mooutils/moopython.c +++ b/moo/mooutils/moopython.c @@ -1,12 +1,12 @@ /* - * mooutils/moopython.c + * moopython.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moopython.h b/moo/mooutils/moopython.h index 1047142b..2270dba9 100644 --- a/moo/mooutils/moopython.h +++ b/moo/mooutils/moopython.h @@ -1,12 +1,12 @@ /* - * mooutils/moopython.h + * moopython.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moospawn.c b/moo/mooutils/moospawn.c index fbd03ad2..452883f7 100644 --- a/moo/mooutils/moospawn.c +++ b/moo/mooutils/moospawn.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moospawn.h b/moo/mooutils/moospawn.h index f7a42eb2..b91bde06 100644 --- a/moo/mooutils/moospawn.h +++ b/moo/mooutils/moospawn.h @@ -1,12 +1,12 @@ /* * moospawn.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moostock.c b/moo/mooutils/moostock.c index 7865c178..3b37fef5 100644 --- a/moo/mooutils/moostock.c +++ b/moo/mooutils/moostock.c @@ -1,12 +1,12 @@ /* - * mooutils/moostock.c + * moostock.c * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moostock.h b/moo/mooutils/moostock.h index 5bd1becf..a43291bb 100644 --- a/moo/mooutils/moostock.h +++ b/moo/mooutils/moostock.h @@ -1,12 +1,12 @@ /* - * mooutils/moostock.h + * moostock.h * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mootype-macros.h b/moo/mooutils/mootype-macros.h index c0daa66a..073d0cb2 100644 --- a/moo/mooutils/mootype-macros.h +++ b/moo/mooutils/mootype-macros.h @@ -1,12 +1,12 @@ /* * mootype-macros.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moouixml.c b/moo/mooutils/moouixml.c index fea1d376..28a685bc 100644 --- a/moo/mooutils/moouixml.c +++ b/moo/mooutils/moouixml.c @@ -1,12 +1,12 @@ /* - * mooui/moouixml.c + * moouixml.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moouixml.h b/moo/mooutils/moouixml.h index deaca0b7..17ea772d 100644 --- a/moo/mooutils/moouixml.h +++ b/moo/mooutils/moouixml.h @@ -1,12 +1,12 @@ /* * moouixml.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooundo.c b/moo/mooutils/mooundo.c index e6fde1e6..f036b317 100644 --- a/moo/mooutils/mooundo.c +++ b/moo/mooutils/mooundo.c @@ -1,12 +1,12 @@ /* * mooundo.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooundo.h b/moo/mooutils/mooundo.h index 92f371d2..925c4aee 100644 --- a/moo/mooutils/mooundo.h +++ b/moo/mooutils/mooundo.h @@ -1,12 +1,12 @@ /* * mooundo.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-debug.h b/moo/mooutils/mooutils-debug.h index 9a116d80..b7788492 100644 --- a/moo/mooutils/mooutils-debug.h +++ b/moo/mooutils/mooutils-debug.h @@ -1,12 +1,12 @@ /* * mooutils-debug.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-fs.c b/moo/mooutils/mooutils-fs.c index 9bae437d..9678b901 100644 --- a/moo/mooutils/mooutils-fs.c +++ b/moo/mooutils/mooutils-fs.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-fs.h b/moo/mooutils/mooutils-fs.h index 50603582..5362ceff 100644 --- a/moo/mooutils/mooutils-fs.h +++ b/moo/mooutils/mooutils-fs.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-gobject-private.h b/moo/mooutils/mooutils-gobject-private.h index 8d69eca0..9ef57e48 100644 --- a/moo/mooutils/mooutils-gobject-private.h +++ b/moo/mooutils/mooutils-gobject-private.h @@ -1,12 +1,12 @@ /* * mooutils-gobject-private.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-gobject.c b/moo/mooutils/mooutils-gobject.c index 615e83ad..99107b22 100644 --- a/moo/mooutils/mooutils-gobject.c +++ b/moo/mooutils/mooutils-gobject.c @@ -1,12 +1,12 @@ /* * mooutils-gobject.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-gobject.h b/moo/mooutils/mooutils-gobject.h index ca361564..27c34dcd 100644 --- a/moo/mooutils/mooutils-gobject.h +++ b/moo/mooutils/mooutils-gobject.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-misc.c b/moo/mooutils/mooutils-misc.c index 76c1d6a4..fffec0e0 100644 --- a/moo/mooutils/mooutils-misc.c +++ b/moo/mooutils/mooutils-misc.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-misc.h b/moo/mooutils/mooutils-misc.h index f44ec942..036f366b 100644 --- a/moo/mooutils/mooutils-misc.h +++ b/moo/mooutils/mooutils-misc.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-thread.c b/moo/mooutils/mooutils-thread.c index 319fd861..bb78d496 100644 --- a/moo/mooutils/mooutils-thread.c +++ b/moo/mooutils/mooutils-thread.c @@ -1,12 +1,12 @@ /* * mooutils-thread.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-thread.h b/moo/mooutils/mooutils-thread.h index 8d5df1f6..0a5f95c9 100644 --- a/moo/mooutils/mooutils-thread.h +++ b/moo/mooutils/mooutils-thread.h @@ -1,12 +1,12 @@ /* * mooutils-thread.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-treeview.c b/moo/mooutils/mooutils-treeview.c index 51d17711..27be6e21 100644 --- a/moo/mooutils/mooutils-treeview.c +++ b/moo/mooutils/mooutils-treeview.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-treeview.h b/moo/mooutils/mooutils-treeview.h index 8921ebed..3839924e 100644 --- a/moo/mooutils/mooutils-treeview.h +++ b/moo/mooutils/mooutils-treeview.h @@ -1,12 +1,12 @@ /* * mooutils-treeview.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/mooutils-win32.c b/moo/mooutils/mooutils-win32.c index 1ab453ab..319ee3c1 100644 --- a/moo/mooutils/mooutils-win32.c +++ b/moo/mooutils/mooutils-win32.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moowindow.c b/moo/mooutils/moowindow.c index b0ff9897..91fdbfd6 100644 --- a/moo/mooutils/moowindow.c +++ b/moo/mooutils/moowindow.c @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/moo/mooutils/moowindow.h b/moo/mooutils/moowindow.h index 0fef9ac3..c979f10b 100644 --- a/moo/mooutils/moowindow.h +++ b/moo/mooutils/moowindow.h @@ -3,10 +3,10 @@ * * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/templates/c b/templates/c deleted file mode 100644 index 8565a90d..00000000 --- a/templates/c +++ /dev/null @@ -1,17 +0,0 @@ -/* - * FILE.c - * - * Copyright (C) 2004-2006 by Yevgen Muntyan - * - * 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 2 of the License, or - * (at your option) any later version. - * - * See COPYING file that comes with this distribution. - */ - -#include "config.h" -#include "" - - diff --git a/templates/cpp b/templates/cpp deleted file mode 100644 index c3fd1e9e..00000000 --- a/templates/cpp +++ /dev/null @@ -1,21 +0,0 @@ -// -// FILE.cpp -// -// Copyright (C) 2004-2006 by Yevgen Muntyan -// -// 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 2 of the License, or -// (at your option) any later version. -// -// See COPYING file that comes with this distribution. -// - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include "" -using namespace XXX; - - diff --git a/templates/h b/templates/h deleted file mode 100644 index a0127768..00000000 --- a/templates/h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * FILE.h - * - * Copyright (C) 2004-2006 by Yevgen Muntyan - * - * 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 2 of the License, or - * (at your option) any later version. - * - * See COPYING file that comes with this distribution. - */ - -#ifndef _H -#define HHH - -#include "" - -G_BEGIN_DECLS - - - - -G_END_DECLS - -#endif /* HHH */ diff --git a/templates/py b/templates/py deleted file mode 100644 index 1ff8ce1d..00000000 --- a/templates/py +++ /dev/null @@ -1,13 +0,0 @@ -# -# FILE.py -# -# Copyright (C) 2004-2006 by Yevgen Muntyan -# -# 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 2 of the License, or -# (at your option) any later version. -# -# See COPYING file that comes with this distribution. -# - diff --git a/tests/markup.c b/tests/markup.c index 2c43f9f5..ac1bb23d 100644 --- a/tests/markup.c +++ b/tests/markup.c @@ -1,12 +1,12 @@ /* * tests/markup.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/tests/medit.c b/tests/medit.c index 9edb5977..04e4071b 100644 --- a/tests/medit.c +++ b/tests/medit.c @@ -1,12 +1,12 @@ /* * tests/medit.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/tests/medit.py b/tests/medit.py index 9ca1f5d2..09853d49 100755 --- a/tests/medit.py +++ b/tests/medit.py @@ -2,12 +2,12 @@ # # medit.py # -# Copyright (C) 2004-2006 by Yevgen Muntyan +# Copyright (C) 2004-2007 by Yevgen Muntyan # -# 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 2 of the License, or -# (at your option) any later version. +# This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. # # See COPYING file that comes with this distribution. # diff --git a/tests/mscript.c b/tests/mscript.c index f2752de0..118d4067 100644 --- a/tests/mscript.c +++ b/tests/mscript.c @@ -1,12 +1,12 @@ /* * mscript.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/tests/mterm-app.c b/tests/mterm-app.c index d2ddaf10..636af3b1 100644 --- a/tests/mterm-app.c +++ b/tests/mterm-app.c @@ -1,12 +1,12 @@ /* * tests/mterm-app.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ @@ -26,7 +26,7 @@ on_window_close (MooApp *app) } -static int +static int moo_term_app_run (MooApp *app) { MooTermApp *tapp = MOO_TERM_APP (app); @@ -38,7 +38,7 @@ moo_term_app_run (MooApp *app) moo_app_get_ui_xml (app)); gtk_widget_show (GTK_WIDGET (tapp->window)); g_signal_connect_swapped (tapp->window, "delete-event", - G_CALLBACK (on_window_close), + G_CALLBACK (on_window_close), tapp); moo_term_start_default_shell (tapp->term, NULL); diff --git a/tests/mterm-app.h b/tests/mterm-app.h index 043c629d..43add60a 100644 --- a/tests/mterm-app.h +++ b/tests/mterm-app.h @@ -1,12 +1,12 @@ /* * tests/mterm-app.h * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/tests/mterm.c b/tests/mterm.c index 38d6e605..ae1e340b 100644 --- a/tests/mterm.c +++ b/tests/mterm.c @@ -1,12 +1,12 @@ /* * tests/mterm.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/tests/pyapp.py.in b/tests/pyapp.py.in index dd089073..ca49ae1a 100644 --- a/tests/pyapp.py.in +++ b/tests/pyapp.py.in @@ -1,12 +1,12 @@ # # tests/pyapp.py.in # -# Copyright (C) 2004-2006 by Yevgen Muntyan +# Copyright (C) 2004-2007 by Yevgen Muntyan # -# 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 2 of the License, or -# (at your option) any later version. +# This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. # # See COPYING file that comes with this distribution. # @@ -24,7 +24,7 @@ class App (moo.App): moo.app.APP_QUIT_ON_CLOSE_ALL_WINDOWS) self.set_property ('run-python', False) -gobject.type_register (App) +gobject.type_register (App) app = App() try: diff --git a/tests/termbuffer.c b/tests/termbuffer.c index 219bde46..8d83c3e4 100644 --- a/tests/termbuffer.c +++ b/tests/termbuffer.c @@ -1,12 +1,12 @@ /* * tests/termbuffer.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/tests/testkeyfile.c b/tests/testkeyfile.c index 4ecf20a4..ffd6bbfb 100644 --- a/tests/testkeyfile.c +++ b/tests/testkeyfile.c @@ -1,12 +1,12 @@ /* * testkeyfile.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/tests/testobject.c b/tests/testobject.c index afd2624f..3597ba38 100644 --- a/tests/testobject.c +++ b/tests/testobject.c @@ -1,12 +1,12 @@ /* * testobject.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */ diff --git a/tests/testthreads.c b/tests/testthreads.c index ca2ffff6..801396e1 100644 --- a/tests/testthreads.c +++ b/tests/testthreads.c @@ -1,12 +1,12 @@ /* * testthreads.c * - * Copyright (C) 2004-2006 by Yevgen Muntyan + * Copyright (C) 2004-2007 by Yevgen Muntyan * - * 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 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute 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.1 of the License, or (at your option) any later version. * * See COPYING file that comes with this distribution. */