From 70d48de21bd6f26690173d8f4961e3c438731f0e Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer <reinhold@kainhofer.com> Date: Sat, 4 Apr 2015 22:08:52 +0200 Subject: [PATCH] V1.3: Add the GPL license file --- LICENSE.txt | 674 ++++++++++++++++++ Makefile | 2 +- .../de-DE/de-DE.plg_vmcustom_nametheprice.ini | 6 +- .../de-DE.plg_vmcustom_nametheprice.sys.ini | 6 +- .../en-GB/en-GB.plg_vmcustom_nametheprice.ini | 6 +- .../en-GB.plg_vmcustom_nametheprice.sys.ini | 6 +- .../plg_opentools_vm2_nametheprice_v1.3.zip | Bin 0 -> 21849 bytes 7 files changed, 687 insertions(+), 13 deletions(-) create mode 100644 LICENSE.txt create mode 100644 releases/plg_opentools_vm2_nametheprice_v1.3.zip diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. 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 +them 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 prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. 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. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey 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; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If 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 convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU 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 that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + 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. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +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. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + 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 +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (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, see <http://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + <program> Copyright (C) <year> <name of author> + This program 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, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +<http://www.gnu.org/licenses/>. + + The GNU 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. But first, please read +<http://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/Makefile b/Makefile index 6ab82aa..f80bebf 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ ZIPFILE=plg_$(FILEBASE)_$(BASE)_v$(VERSION).zip zip: $(PLUGINFILES) $(TRANSLATIONS) $(ELEMENTS) $(INDEXFILES) $(TMPLFILES) $(ASSETS) @echo "Packing all files into distribution file $(ZIPFILE):" - @zip -r $(ZIPFILE) $(PLUGINFILES) $(TRANSLATIONS) $(ELEMENTS) $(INDEXFILES) $(TMPLFILES) $(ASSETS) + @zip -r $(ZIPFILE) $(PLUGINFILES) $(TRANSLATIONS) $(ELEMENTS) $(INDEXFILES) $(TMPLFILES) $(ASSETS) LICENSE.txt clean: rm -f $(ZIPFILE) diff --git a/language/de-DE/de-DE.plg_vmcustom_nametheprice.ini b/language/de-DE/de-DE.plg_vmcustom_nametheprice.ini index 3771a09..3086bc5 100644 --- a/language/de-DE/de-DE.plg_vmcustom_nametheprice.ini +++ b/language/de-DE/de-DE.plg_vmcustom_nametheprice.ini @@ -1,6 +1,6 @@ -; Virtuemart! Project -; Copyright (C) 2011 Virtuemart Team. All rights reserved. -; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php +; Name The Price plugin for VirtueMart +; Copyright (C) 2014 Open Tools. All rights reserved. +; License http://www.gnu.org/licenses/gpl.html GNU/GPL, see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 - No BOM VMCUSTOM_NAMETHEPRICE="Nenn den Preis für VirtueMart" diff --git a/language/de-DE/de-DE.plg_vmcustom_nametheprice.sys.ini b/language/de-DE/de-DE.plg_vmcustom_nametheprice.sys.ini index d6ab8ae..8d147dc 100644 --- a/language/de-DE/de-DE.plg_vmcustom_nametheprice.sys.ini +++ b/language/de-DE/de-DE.plg_vmcustom_nametheprice.sys.ini @@ -1,6 +1,6 @@ -; Virtuemart! Project -; Copyright (C) 2011 Virtuemart Team. All rights reserved. -; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php +; Name The Price plugin for VirtueMart +; Copyright (C) 2014 Open Tools. All rights reserved. +; License http://www.gnu.org/licenses/gpl.html GNU/GPL, see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 - No BOM VMCUSTOM_NAMETHEPRICE="Nenn den Preis für VirtueMart" diff --git a/language/en-GB/en-GB.plg_vmcustom_nametheprice.ini b/language/en-GB/en-GB.plg_vmcustom_nametheprice.ini index c4b8547..adb528a 100644 --- a/language/en-GB/en-GB.plg_vmcustom_nametheprice.ini +++ b/language/en-GB/en-GB.plg_vmcustom_nametheprice.ini @@ -1,6 +1,6 @@ -; Virtuemart! Project -; Copyright (C) 2011 Virtuemart Team. All rights reserved. -; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php +; Name The Price plugin for VirtueMart +; Copyright (C) 2014 Open Tools. All rights reserved. +; License http://www.gnu.org/licenses/gpl.html GNU/GPL, see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 - No BOM VMCUSTOM_NAMETHEPRICE="Name Your Price Plugin for VirtueMart" diff --git a/language/en-GB/en-GB.plg_vmcustom_nametheprice.sys.ini b/language/en-GB/en-GB.plg_vmcustom_nametheprice.sys.ini index 3b41017..9b79155 100644 --- a/language/en-GB/en-GB.plg_vmcustom_nametheprice.sys.ini +++ b/language/en-GB/en-GB.plg_vmcustom_nametheprice.sys.ini @@ -1,6 +1,6 @@ -; Virtuemart! Project -; Copyright (C) 2011 Virtuemart Team. All rights reserved. -; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php +; Name The Price plugin for VirtueMart +; Copyright (C) 2014 Open Tools. All rights reserved. +; License http://www.gnu.org/licenses/gpl.html GNU/GPL, see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 - No BOM VMCUSTOM_NAMETHEPRICE="Name Your Price Plugin for VirtueMart" diff --git a/releases/plg_opentools_vm2_nametheprice_v1.3.zip b/releases/plg_opentools_vm2_nametheprice_v1.3.zip new file mode 100644 index 0000000000000000000000000000000000000000..74ecbd6670316aa296057eb463710b193566eac8 GIT binary patch literal 21849 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 LRtAO&e-IA<oWER= literal 0 HcmV?d00001 -- GitLab