diff --git a/LICENSE b/LICENSE index 94a04532..795d4dce 100644 --- a/LICENSE +++ b/LICENSE @@ -1,621 +1,514 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - 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 + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + +############################## PSX SUBCOMPONENTS: ############################## + +PSX includes a number of subcomponents with separate copyright notices +and license terms. Your use of these subcomponents is subject to the terms and +conditions of the following licenses. + +################################################################################ +- psr/log +- psr/http-message + +Copyright (c) 2013 PHP Framework Interop Group + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +################################################################################ +- monolog/monolog + +Copyright (c) 2011-2014 Jordi Boggiano + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +################################################################################ +- symfony/console +- symfony/dependency-injection +- symfony/event-dispatcher +- symfony/yaml + +Copyright (c) 2004-2015 Fabien Potencier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +################################################################################ +- doctrine/annotations +- doctrine/dbal + +Copyright (c) 2006-2012 Doctrine Project + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +################################################################################ +- jms/serializer + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +################################################################################ +- phly/http + +Copyright (c) 2014, Matthew Weier O'Phinney +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation and/or +other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/bin/psx b/bin/psx index abc476c8..ba6f2a2e 100644 --- a/bin/psx +++ b/bin/psx @@ -1,25 +1,22 @@ #!/usr/bin/env php + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ $files = array( diff --git a/build/generate-phar.php b/build/generate-phar.php index 4fedadc6..5c14995d 100644 --- a/build/generate-phar.php +++ b/build/generate-phar.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2013 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ if(!isset($_SERVER['argv'][1])) @@ -38,25 +35,22 @@ $license = << - * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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. + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * You should have received a copy of the GNU General Public License - * along with psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ LICENSE; diff --git a/build/get-version.php b/build/get-version.php index 76b42465..6968f1c0 100644 --- a/build/get-version.php +++ b/build/get-version.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ $autoloadFile = __DIR__ . '/psx/vendor/autoload.php'; diff --git a/composer.json b/composer.json index 4daad932..21c1efc6 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PSX Framework", "keywords": ["REST", "Api", "Framework", "Oauth"], "homepage": "http://phpsx.org", - "license": "GPL-3.0", + "license": "Apache-2.0", "authors": [ { "name": "Christoph Kappestein", diff --git a/library/PSX/ActivityStream/AdditionalObjectPropertiesTrait.php b/library/PSX/ActivityStream/AdditionalObjectPropertiesTrait.php index 2ce87f90..9cf47524 100644 --- a/library/PSX/ActivityStream/AdditionalObjectPropertiesTrait.php +++ b/library/PSX/ActivityStream/AdditionalObjectPropertiesTrait.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream; @@ -30,7 +27,7 @@ * AdditionalObjectPropertiesTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait AdditionalObjectPropertiesTrait diff --git a/library/PSX/ActivityStream/Address.php b/library/PSX/ActivityStream/Address.php index 4b8fa03a..9fd8fdb8 100644 --- a/library/PSX/ActivityStream/Address.php +++ b/library/PSX/ActivityStream/Address.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream; @@ -29,7 +26,7 @@ * Address * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Address extends RecordAbstract diff --git a/library/PSX/ActivityStream/AudienceTargetingTrait.php b/library/PSX/ActivityStream/AudienceTargetingTrait.php index 98bbce65..435b016d 100644 --- a/library/PSX/ActivityStream/AudienceTargetingTrait.php +++ b/library/PSX/ActivityStream/AudienceTargetingTrait.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream; @@ -27,7 +24,7 @@ * AudienceTargetingTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait AudienceTargetingTrait diff --git a/library/PSX/ActivityStream/Language.php b/library/PSX/ActivityStream/Language.php index 94df08f4..c438d8ff 100644 --- a/library/PSX/ActivityStream/Language.php +++ b/library/PSX/ActivityStream/Language.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream; @@ -29,7 +26,7 @@ * Language * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Language diff --git a/library/PSX/ActivityStream/Object.php b/library/PSX/ActivityStream/Object.php index 285372fd..9f8b760e 100644 --- a/library/PSX/ActivityStream/Object.php +++ b/library/PSX/ActivityStream/Object.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream; @@ -30,7 +27,7 @@ * Object * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Object extends ObjectAbstract diff --git a/library/PSX/ActivityStream/ObjectAbstract.php b/library/PSX/ActivityStream/ObjectAbstract.php index 52f2b285..96de6e10 100644 --- a/library/PSX/ActivityStream/ObjectAbstract.php +++ b/library/PSX/ActivityStream/ObjectAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream; @@ -29,7 +26,7 @@ * ObjectAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ObjectAbstract extends RecordAbstract diff --git a/library/PSX/ActivityStream/ObjectFactory.php b/library/PSX/ActivityStream/ObjectFactory.php index 82de8f80..986a460f 100644 --- a/library/PSX/ActivityStream/ObjectFactory.php +++ b/library/PSX/ActivityStream/ObjectFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream; @@ -31,7 +28,7 @@ * Object * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ObjectFactory implements FactoryInterface diff --git a/library/PSX/ActivityStream/ObjectType/Activity.php b/library/PSX/ActivityStream/ObjectType/Activity.php index 42c4ccf9..0818a321 100644 --- a/library/PSX/ActivityStream/ObjectType/Activity.php +++ b/library/PSX/ActivityStream/ObjectType/Activity.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -31,7 +28,7 @@ * Activity * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Activity extends Object diff --git a/library/PSX/ActivityStream/ObjectType/Audio.php b/library/PSX/ActivityStream/ObjectType/Audio.php index d2de09e9..2d361233 100644 --- a/library/PSX/ActivityStream/ObjectType/Audio.php +++ b/library/PSX/ActivityStream/ObjectType/Audio.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -29,7 +26,7 @@ * Audio * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Audio extends Object diff --git a/library/PSX/ActivityStream/ObjectType/Binary.php b/library/PSX/ActivityStream/ObjectType/Binary.php index 802099d9..ee46d309 100644 --- a/library/PSX/ActivityStream/ObjectType/Binary.php +++ b/library/PSX/ActivityStream/ObjectType/Binary.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -29,7 +26,7 @@ * Binary * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Binary extends Object diff --git a/library/PSX/ActivityStream/ObjectType/Collection.php b/library/PSX/ActivityStream/ObjectType/Collection.php index 6861eae4..1ca99081 100644 --- a/library/PSX/ActivityStream/ObjectType/Collection.php +++ b/library/PSX/ActivityStream/ObjectType/Collection.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -33,7 +30,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Collection extends Object implements CollectionInterface diff --git a/library/PSX/ActivityStream/ObjectType/Event.php b/library/PSX/ActivityStream/ObjectType/Event.php index 03fb1938..f76720c0 100644 --- a/library/PSX/ActivityStream/ObjectType/Event.php +++ b/library/PSX/ActivityStream/ObjectType/Event.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -30,7 +27,7 @@ * Event * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Event extends Object diff --git a/library/PSX/ActivityStream/ObjectType/Group.php b/library/PSX/ActivityStream/ObjectType/Group.php index ea970d7e..1387a070 100644 --- a/library/PSX/ActivityStream/ObjectType/Group.php +++ b/library/PSX/ActivityStream/ObjectType/Group.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -29,7 +26,7 @@ * Group * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Group extends Object diff --git a/library/PSX/ActivityStream/ObjectType/Issue.php b/library/PSX/ActivityStream/ObjectType/Issue.php index 7b09ac34..a644259d 100644 --- a/library/PSX/ActivityStream/ObjectType/Issue.php +++ b/library/PSX/ActivityStream/ObjectType/Issue.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -29,7 +26,7 @@ * Issue * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Issue extends Object diff --git a/library/PSX/ActivityStream/ObjectType/Permission.php b/library/PSX/ActivityStream/ObjectType/Permission.php index 1a7630ac..d77979f0 100644 --- a/library/PSX/ActivityStream/ObjectType/Permission.php +++ b/library/PSX/ActivityStream/ObjectType/Permission.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -29,7 +26,7 @@ * Permission * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Permission extends Object diff --git a/library/PSX/ActivityStream/ObjectType/Place.php b/library/PSX/ActivityStream/ObjectType/Place.php index bc612fb7..0bfa82a4 100644 --- a/library/PSX/ActivityStream/ObjectType/Place.php +++ b/library/PSX/ActivityStream/ObjectType/Place.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -29,7 +26,7 @@ * Place * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Place extends Object diff --git a/library/PSX/ActivityStream/ObjectType/Role.php b/library/PSX/ActivityStream/ObjectType/Role.php index 57149647..7cb3a724 100644 --- a/library/PSX/ActivityStream/ObjectType/Role.php +++ b/library/PSX/ActivityStream/ObjectType/Role.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -29,7 +26,7 @@ * Role * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Role extends Object diff --git a/library/PSX/ActivityStream/ObjectType/Task.php b/library/PSX/ActivityStream/ObjectType/Task.php index a872c454..198e6e1c 100644 --- a/library/PSX/ActivityStream/ObjectType/Task.php +++ b/library/PSX/ActivityStream/ObjectType/Task.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -29,7 +26,7 @@ * Task * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Task extends Object diff --git a/library/PSX/ActivityStream/ObjectType/Video.php b/library/PSX/ActivityStream/ObjectType/Video.php index 30efbe31..bd8a7b91 100644 --- a/library/PSX/ActivityStream/ObjectType/Video.php +++ b/library/PSX/ActivityStream/ObjectType/Video.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -29,7 +26,7 @@ * Video * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Video extends Object diff --git a/library/PSX/ActivityStream/Position.php b/library/PSX/ActivityStream/Position.php index 581dbe71..54f039be 100644 --- a/library/PSX/ActivityStream/Position.php +++ b/library/PSX/ActivityStream/Position.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream; @@ -29,7 +26,7 @@ * Position * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Position extends RecordAbstract diff --git a/library/PSX/Api/Documentation/Simple.php b/library/PSX/Api/Documentation/Simple.php index 5704c0fe..06a8b58b 100644 --- a/library/PSX/Api/Documentation/Simple.php +++ b/library/PSX/Api/Documentation/Simple.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\Documentation; @@ -30,7 +27,7 @@ * Simple * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Simple implements DocumentationInterface diff --git a/library/PSX/Api/Documentation/Version.php b/library/PSX/Api/Documentation/Version.php index 1607c162..4f1e0027 100644 --- a/library/PSX/Api/Documentation/Version.php +++ b/library/PSX/Api/Documentation/Version.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\Documentation; @@ -30,7 +27,7 @@ * Version * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Version implements DocumentationInterface diff --git a/library/PSX/Api/DocumentationInterface.php b/library/PSX/Api/DocumentationInterface.php index f283e919..816883fa 100644 --- a/library/PSX/Api/DocumentationInterface.php +++ b/library/PSX/Api/DocumentationInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api; @@ -29,7 +26,7 @@ * DocumentationInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface DocumentationInterface diff --git a/library/PSX/Api/DocumentedInterface.php b/library/PSX/Api/DocumentedInterface.php index df1b13d3..7b45f660 100644 --- a/library/PSX/Api/DocumentedInterface.php +++ b/library/PSX/Api/DocumentedInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api; @@ -27,7 +24,7 @@ * DocumentedInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface DocumentedInterface diff --git a/library/PSX/Api/InvalidVersionException.php b/library/PSX/Api/InvalidVersionException.php index 6135d14c..116d77b3 100644 --- a/library/PSX/Api/InvalidVersionException.php +++ b/library/PSX/Api/InvalidVersionException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api; @@ -29,7 +26,7 @@ * InvalidVersionException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InvalidVersionException extends Exception diff --git a/library/PSX/Api/ResourceListing.php b/library/PSX/Api/ResourceListing.php index 2305e911..26abd574 100644 --- a/library/PSX/Api/ResourceListing.php +++ b/library/PSX/Api/ResourceListing.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api; @@ -36,7 +33,7 @@ * ResourceListing * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResourceListing diff --git a/library/PSX/Api/ResourceListing/Resource.php b/library/PSX/Api/ResourceListing/Resource.php index 7fad40cd..a970df7c 100644 --- a/library/PSX/Api/ResourceListing/Resource.php +++ b/library/PSX/Api/ResourceListing/Resource.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\ResourceListing; @@ -29,7 +26,7 @@ * Resource * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Resource diff --git a/library/PSX/Api/Version.php b/library/PSX/Api/Version.php index f505d0ca..26c86dc3 100644 --- a/library/PSX/Api/Version.php +++ b/library/PSX/Api/Version.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api; @@ -27,7 +24,7 @@ * Version * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Version diff --git a/library/PSX/Api/View.php b/library/PSX/Api/View.php index d6d628c3..fd7ca940 100644 --- a/library/PSX/Api/View.php +++ b/library/PSX/Api/View.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api; @@ -33,7 +30,7 @@ * create documentation and schema definitions * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class View implements \IteratorAggregate diff --git a/library/PSX/Api/View/Builder.php b/library/PSX/Api/View/Builder.php index 2835876e..80cb157e 100644 --- a/library/PSX/Api/View/Builder.php +++ b/library/PSX/Api/View/Builder.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View; @@ -30,7 +27,7 @@ * Builder class to create a new API view * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Builder diff --git a/library/PSX/Api/View/Facade.php b/library/PSX/Api/View/Facade.php index bd7547eb..27e34c94 100644 --- a/library/PSX/Api/View/Facade.php +++ b/library/PSX/Api/View/Facade.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View; @@ -29,7 +26,7 @@ * Class to provide a better interface to access the view values * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Facade diff --git a/library/PSX/Api/View/Generator/Html/Sample.php b/library/PSX/Api/View/Generator/Html/Sample.php index 53a0ae7b..24c97b5c 100644 --- a/library/PSX/Api/View/Generator/Html/Sample.php +++ b/library/PSX/Api/View/Generator/Html/Sample.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator\Html; @@ -32,7 +29,7 @@ * Sample * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Sample extends HtmlAbstract diff --git a/library/PSX/Api/View/Generator/Html/Sample/Loader/XmlFile.php b/library/PSX/Api/View/Generator/Html/Sample/Loader/XmlFile.php index d6ffb61d..f2a59a45 100644 --- a/library/PSX/Api/View/Generator/Html/Sample/Loader/XmlFile.php +++ b/library/PSX/Api/View/Generator/Html/Sample/Loader/XmlFile.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator\Html\Sample\Loader; @@ -32,7 +29,7 @@ * XmlFile * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class XmlFile implements LoaderInterface diff --git a/library/PSX/Api/View/Generator/Html/Sample/LoaderInterface.php b/library/PSX/Api/View/Generator/Html/Sample/LoaderInterface.php index 9b39f5dc..4adbfdc5 100644 --- a/library/PSX/Api/View/Generator/Html/Sample/LoaderInterface.php +++ b/library/PSX/Api/View/Generator/Html/Sample/LoaderInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator\Html\Sample; @@ -27,7 +24,7 @@ * LoaderInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface LoaderInterface diff --git a/library/PSX/Api/View/Generator/Html/Schema.php b/library/PSX/Api/View/Generator/Html/Schema.php index 11fa004d..faa6a80b 100644 --- a/library/PSX/Api/View/Generator/Html/Schema.php +++ b/library/PSX/Api/View/Generator/Html/Schema.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator\Html; @@ -32,7 +29,7 @@ * Schema * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Schema extends HtmlAbstract diff --git a/library/PSX/Api/View/Generator/HtmlAbstract.php b/library/PSX/Api/View/Generator/HtmlAbstract.php index 845abdf3..7028cb37 100644 --- a/library/PSX/Api/View/Generator/HtmlAbstract.php +++ b/library/PSX/Api/View/Generator/HtmlAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator; @@ -32,7 +29,7 @@ * HtmlAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class HtmlAbstract implements GeneratorInterface diff --git a/library/PSX/Api/View/Generator/JsonSchema.php b/library/PSX/Api/View/Generator/JsonSchema.php index 899ea998..4f8a7ab3 100644 --- a/library/PSX/Api/View/Generator/JsonSchema.php +++ b/library/PSX/Api/View/Generator/JsonSchema.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator; @@ -36,7 +33,7 @@ * * @see http://tools.ietf.org/html/draft-zyp-json-schema-04 * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class JsonSchema extends GeneratorAbstract diff --git a/library/PSX/Api/View/Generator/Raml.php b/library/PSX/Api/View/Generator/Raml.php index 9c2b3120..b3efcd53 100644 --- a/library/PSX/Api/View/Generator/Raml.php +++ b/library/PSX/Api/View/Generator/Raml.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator; @@ -31,7 +28,7 @@ * Raml * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Raml extends GeneratorAbstract diff --git a/library/PSX/Api/View/Generator/Swagger.php b/library/PSX/Api/View/Generator/Swagger.php index fae0a520..c74346ad 100644 --- a/library/PSX/Api/View/Generator/Swagger.php +++ b/library/PSX/Api/View/Generator/Swagger.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator; @@ -39,7 +36,7 @@ * generate a resource listing only the documentation of an single resource * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Swagger extends GeneratorAbstract diff --git a/library/PSX/Api/View/Generator/Wsdl.php b/library/PSX/Api/View/Generator/Wsdl.php index 257882a8..16b7f062 100644 --- a/library/PSX/Api/View/Generator/Wsdl.php +++ b/library/PSX/Api/View/Generator/Wsdl.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator; @@ -34,7 +31,7 @@ * Generates an WSDL 1.1 representation of an API view * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Wsdl implements GeneratorInterface diff --git a/library/PSX/Api/View/Generator/Wsdl/Operation.php b/library/PSX/Api/View/Generator/Wsdl/Operation.php index c7cedb16..eaae8ca2 100644 --- a/library/PSX/Api/View/Generator/Wsdl/Operation.php +++ b/library/PSX/Api/View/Generator/Wsdl/Operation.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator\Wsdl; @@ -27,7 +24,7 @@ * Operation * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Operation diff --git a/library/PSX/Api/View/Generator/Xsd.php b/library/PSX/Api/View/Generator/Xsd.php index c08fc15f..c08d4869 100644 --- a/library/PSX/Api/View/Generator/Xsd.php +++ b/library/PSX/Api/View/Generator/Xsd.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator; @@ -38,7 +35,7 @@ * * @see http://www.w3.org/XML/Schema * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Xsd extends GeneratorAbstract diff --git a/library/PSX/Api/View/GeneratorAbstract.php b/library/PSX/Api/View/GeneratorAbstract.php index 390858bd..f41124bf 100644 --- a/library/PSX/Api/View/GeneratorAbstract.php +++ b/library/PSX/Api/View/GeneratorAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View; @@ -29,7 +26,7 @@ * GeneratorAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class GeneratorAbstract implements GeneratorInterface diff --git a/library/PSX/Api/View/GeneratorInterface.php b/library/PSX/Api/View/GeneratorInterface.php index ce622592..62840977 100644 --- a/library/PSX/Api/View/GeneratorInterface.php +++ b/library/PSX/Api/View/GeneratorInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View; @@ -29,7 +26,7 @@ * GeneratorInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface GeneratorInterface diff --git a/library/PSX/ApplicationStackInterface.php b/library/PSX/ApplicationStackInterface.php index a6bbfeec..bd8fecc5 100644 --- a/library/PSX/ApplicationStackInterface.php +++ b/library/PSX/ApplicationStackInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * ApplicationStackInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface ApplicationStackInterface diff --git a/library/PSX/Atom.php b/library/PSX/Atom.php index ecb23021..b4b3e3a3 100644 --- a/library/PSX/Atom.php +++ b/library/PSX/Atom.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -38,7 +35,7 @@ * This record represents an atom feed * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4287.txt */ diff --git a/library/PSX/Atom/Category.php b/library/PSX/Atom/Category.php index af86df6a..04409919 100644 --- a/library/PSX/Atom/Category.php +++ b/library/PSX/Atom/Category.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Atom; @@ -30,7 +27,7 @@ * Category * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Category extends RecordAbstract diff --git a/library/PSX/Atom/Entry.php b/library/PSX/Atom/Entry.php index f76e3340..729ad11a 100644 --- a/library/PSX/Atom/Entry.php +++ b/library/PSX/Atom/Entry.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Atom; @@ -32,7 +29,7 @@ * Entry * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Entry extends RecordAbstract diff --git a/library/PSX/Atom/Generator.php b/library/PSX/Atom/Generator.php index d25c9c90..147d52e6 100644 --- a/library/PSX/Atom/Generator.php +++ b/library/PSX/Atom/Generator.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Atom; @@ -30,7 +27,7 @@ * Generator * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Generator extends RecordAbstract diff --git a/library/PSX/Atom/Link.php b/library/PSX/Atom/Link.php index dbd7db34..f3ff5d34 100644 --- a/library/PSX/Atom/Link.php +++ b/library/PSX/Atom/Link.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Atom; @@ -30,7 +27,7 @@ * Link * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Link extends RecordAbstract diff --git a/library/PSX/Atom/Person.php b/library/PSX/Atom/Person.php index 730e5571..4287d0ff 100644 --- a/library/PSX/Atom/Person.php +++ b/library/PSX/Atom/Person.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Atom; @@ -30,7 +27,7 @@ * Person * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Person extends RecordAbstract diff --git a/library/PSX/Atom/Text.php b/library/PSX/Atom/Text.php index 16a0f9e6..bfa46dc5 100644 --- a/library/PSX/Atom/Text.php +++ b/library/PSX/Atom/Text.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Atom; @@ -30,7 +27,7 @@ * Text * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Text extends RecordAbstract diff --git a/library/PSX/Atom/Writer.php b/library/PSX/Atom/Writer.php index f97128b0..83ee41e8 100644 --- a/library/PSX/Atom/Writer.php +++ b/library/PSX/Atom/Writer.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Atom; @@ -31,7 +28,7 @@ * Writer * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Writer implements WriterInterface diff --git a/library/PSX/Atom/Writer/Entry.php b/library/PSX/Atom/Writer/Entry.php index 63ff34fc..d76f863c 100644 --- a/library/PSX/Atom/Writer/Entry.php +++ b/library/PSX/Atom/Writer/Entry.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Atom\Writer; @@ -35,7 +32,7 @@ * Entry * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Entry implements WriterInterface diff --git a/library/PSX/Base.php b/library/PSX/Base.php index 577edeb3..32af0389 100644 --- a/library/PSX/Base.php +++ b/library/PSX/Base.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -30,7 +27,7 @@ * Base * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Base diff --git a/library/PSX/Bootstrap.php b/library/PSX/Bootstrap.php index c6329af2..2ea441cb 100644 --- a/library/PSX/Bootstrap.php +++ b/library/PSX/Bootstrap.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -32,7 +29,7 @@ * library folder is added to the include path * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Bootstrap diff --git a/library/PSX/Cache.php b/library/PSX/Cache.php index 94c835e6..19f3508c 100644 --- a/library/PSX/Cache.php +++ b/library/PSX/Cache.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -32,7 +29,7 @@ * Cache * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Cache implements CacheItemPoolInterface diff --git a/library/PSX/Cache/Handler/File.php b/library/PSX/Cache/Handler/File.php index 96aa6a9d..b859f583 100644 --- a/library/PSX/Cache/Handler/File.php +++ b/library/PSX/Cache/Handler/File.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Cache\Handler; @@ -32,7 +29,7 @@ * 32bits of the file * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class File implements HandlerInterface diff --git a/library/PSX/Cache/Handler/Memcache.php b/library/PSX/Cache/Handler/Memcache.php index 2aa8f4e4..6b3a74c7 100644 --- a/library/PSX/Cache/Handler/Memcache.php +++ b/library/PSX/Cache/Handler/Memcache.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Cache\Handler; @@ -31,7 +28,7 @@ * Memcache * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Memcache implements HandlerInterface diff --git a/library/PSX/Cache/Handler/Memory.php b/library/PSX/Cache/Handler/Memory.php index 5ebb6a64..2e1df6ff 100644 --- a/library/PSX/Cache/Handler/Memory.php +++ b/library/PSX/Cache/Handler/Memory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Cache\Handler; @@ -30,7 +27,7 @@ * Memory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Memory implements HandlerInterface diff --git a/library/PSX/Cache/Handler/Null.php b/library/PSX/Cache/Handler/Null.php index 7806bf51..4f72a234 100644 --- a/library/PSX/Cache/Handler/Null.php +++ b/library/PSX/Cache/Handler/Null.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Cache\Handler; @@ -30,7 +27,7 @@ * Null * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Null implements HandlerInterface diff --git a/library/PSX/Cache/Handler/Sql.php b/library/PSX/Cache/Handler/Sql.php index 9deb3b69..1ef59f08 100644 --- a/library/PSX/Cache/Handler/Sql.php +++ b/library/PSX/Cache/Handler/Sql.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Cache\Handler; @@ -45,7 +42,7 @@ * * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Sql implements HandlerInterface diff --git a/library/PSX/Cache/HandlerInterface.php b/library/PSX/Cache/HandlerInterface.php index 161f852f..bcfe8811 100644 --- a/library/PSX/Cache/HandlerInterface.php +++ b/library/PSX/Cache/HandlerInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Cache; @@ -27,7 +24,7 @@ * The handler is the storage enginge of an cache pool * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface HandlerInterface diff --git a/library/PSX/Cache/Item.php b/library/PSX/Cache/Item.php index 4eef616b..4f27ed25 100644 --- a/library/PSX/Cache/Item.php +++ b/library/PSX/Cache/Item.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Cache; @@ -29,7 +26,7 @@ * Item * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Item implements CacheItemInterface diff --git a/library/PSX/Calendar.php b/library/PSX/Calendar.php index 1831f724..571247df 100644 --- a/library/PSX/Calendar.php +++ b/library/PSX/Calendar.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -32,7 +29,7 @@ * Calendar * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Calendar implements Iterator, Countable diff --git a/library/PSX/Command/ErrorCommand.php b/library/PSX/Command/ErrorCommand.php index 33bc49f1..6e4e0750 100644 --- a/library/PSX/Command/ErrorCommand.php +++ b/library/PSX/Command/ErrorCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -33,7 +30,7 @@ * ErrorCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ErrorCommand extends CommandAbstract diff --git a/library/PSX/Command/Executor.php b/library/PSX/Command/Executor.php index 6c00cc64..f129c7a5 100644 --- a/library/PSX/Command/Executor.php +++ b/library/PSX/Command/Executor.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -38,7 +35,7 @@ * Executor * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Executor diff --git a/library/PSX/Command/MissingParameterException.php b/library/PSX/Command/MissingParameterException.php index ae00ee6d..ab338a7c 100644 --- a/library/PSX/Command/MissingParameterException.php +++ b/library/PSX/Command/MissingParameterException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -29,7 +26,7 @@ * MissingParameterException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MissingParameterException extends Exception diff --git a/library/PSX/Command/Output/Composite.php b/library/PSX/Command/Output/Composite.php index 26d63cd8..300be502 100644 --- a/library/PSX/Command/Output/Composite.php +++ b/library/PSX/Command/Output/Composite.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\Output; @@ -29,7 +26,7 @@ * Composite * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Composite extends OutputAbstract diff --git a/library/PSX/Command/Output/Logger.php b/library/PSX/Command/Output/Logger.php index fef34e27..fb6d27a6 100644 --- a/library/PSX/Command/Output/Logger.php +++ b/library/PSX/Command/Output/Logger.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\Output; @@ -30,7 +27,7 @@ * Logger * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Logger extends OutputAbstract diff --git a/library/PSX/Command/Output/Memory.php b/library/PSX/Command/Output/Memory.php index 9bac6cba..93d9344a 100644 --- a/library/PSX/Command/Output/Memory.php +++ b/library/PSX/Command/Output/Memory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\Output; @@ -29,7 +26,7 @@ * Memory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Memory extends OutputAbstract diff --git a/library/PSX/Command/Output/Stdout.php b/library/PSX/Command/Output/Stdout.php index 29beb9cb..65453f61 100644 --- a/library/PSX/Command/Output/Stdout.php +++ b/library/PSX/Command/Output/Stdout.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\Output; @@ -29,7 +26,7 @@ * Stdout * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Stdout extends OutputAbstract diff --git a/library/PSX/Command/Output/Void.php b/library/PSX/Command/Output/Void.php index 6ee189ca..81c53bc5 100644 --- a/library/PSX/Command/Output/Void.php +++ b/library/PSX/Command/Output/Void.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\Output; @@ -29,7 +26,7 @@ * Void * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Void extends OutputAbstract diff --git a/library/PSX/Command/OutputAbstract.php b/library/PSX/Command/OutputAbstract.php index 23c85565..aefa2842 100644 --- a/library/PSX/Command/OutputAbstract.php +++ b/library/PSX/Command/OutputAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -27,7 +24,7 @@ * OutputAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class OutputAbstract implements OutputInterface diff --git a/library/PSX/Command/OutputInterface.php b/library/PSX/Command/OutputInterface.php index 431151f9..f333652d 100644 --- a/library/PSX/Command/OutputInterface.php +++ b/library/PSX/Command/OutputInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -27,7 +24,7 @@ * OutputInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface OutputInterface diff --git a/library/PSX/Command/Parameter.php b/library/PSX/Command/Parameter.php index 1c9fd081..02df464c 100644 --- a/library/PSX/Command/Parameter.php +++ b/library/PSX/Command/Parameter.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -27,7 +24,7 @@ * Parameter * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Parameter diff --git a/library/PSX/Command/ParameterBuilder.php b/library/PSX/Command/ParameterBuilder.php index cc137ad3..f117703e 100644 --- a/library/PSX/Command/ParameterBuilder.php +++ b/library/PSX/Command/ParameterBuilder.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -27,7 +24,7 @@ * ParameterBuilder * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ParameterBuilder diff --git a/library/PSX/Command/ParameterParser/CliArgument.php b/library/PSX/Command/ParameterParser/CliArgument.php index 534d4465..b7047fe3 100644 --- a/library/PSX/Command/ParameterParser/CliArgument.php +++ b/library/PSX/Command/ParameterParser/CliArgument.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\ParameterParser; @@ -31,7 +28,7 @@ * CliArgument * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CliArgument extends Map diff --git a/library/PSX/Command/ParameterParser/Json.php b/library/PSX/Command/ParameterParser/Json.php index 88d1accb..53a771b2 100644 --- a/library/PSX/Command/ParameterParser/Json.php +++ b/library/PSX/Command/ParameterParser/Json.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\ParameterParser; @@ -31,7 +28,7 @@ * Json * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Json extends Map diff --git a/library/PSX/Command/ParameterParser/Map.php b/library/PSX/Command/ParameterParser/Map.php index 4c04fe79..35c8ddca 100644 --- a/library/PSX/Command/ParameterParser/Map.php +++ b/library/PSX/Command/ParameterParser/Map.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\ParameterParser; @@ -32,7 +29,7 @@ * Map * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Map implements ParameterParserInterface diff --git a/library/PSX/Command/ParameterParser/QueryString.php b/library/PSX/Command/ParameterParser/QueryString.php index cf7e8750..70a84998 100644 --- a/library/PSX/Command/ParameterParser/QueryString.php +++ b/library/PSX/Command/ParameterParser/QueryString.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\ParameterParser; @@ -30,7 +27,7 @@ * QueryString * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class QueryString extends Map diff --git a/library/PSX/Command/ParameterParserInterface.php b/library/PSX/Command/ParameterParserInterface.php index 8b285392..bad78533 100644 --- a/library/PSX/Command/ParameterParserInterface.php +++ b/library/PSX/Command/ParameterParserInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -29,7 +26,7 @@ * ParameterParserInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface ParameterParserInterface diff --git a/library/PSX/Command/Parameters.php b/library/PSX/Command/Parameters.php index 98ee7401..8f0f3212 100644 --- a/library/PSX/Command/Parameters.php +++ b/library/PSX/Command/Parameters.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -29,7 +26,7 @@ * Parameters * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Parameters extends ArrayObject diff --git a/library/PSX/CommandAbstract.php b/library/PSX/CommandAbstract.php index cd73a344..37632c5b 100644 --- a/library/PSX/CommandAbstract.php +++ b/library/PSX/CommandAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -31,7 +28,7 @@ * CommandAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class CommandAbstract implements CommandInterface diff --git a/library/PSX/CommandInterface.php b/library/PSX/CommandInterface.php index 405443aa..eba4ab71 100644 --- a/library/PSX/CommandInterface.php +++ b/library/PSX/CommandInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -30,7 +27,7 @@ * CommandInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface CommandInterface diff --git a/library/PSX/Config.php b/library/PSX/Config.php index 5d0dd432..3e7ad6b1 100644 --- a/library/PSX/Config.php +++ b/library/PSX/Config.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -36,7 +33,7 @@ * * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Config extends ArrayIterator diff --git a/library/PSX/Config/NotFoundException.php b/library/PSX/Config/NotFoundException.php index 413c8e5a..d3e4c933 100644 --- a/library/PSX/Config/NotFoundException.php +++ b/library/PSX/Config/NotFoundException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Config; @@ -29,7 +26,7 @@ * NotFoundException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NotFoundException extends Exception diff --git a/library/PSX/Console/CommandCommand.php b/library/PSX/Console/CommandCommand.php index 5dfeddaf..b2ece89d 100644 --- a/library/PSX/Console/CommandCommand.php +++ b/library/PSX/Console/CommandCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console; @@ -36,7 +33,7 @@ * CommandCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CommandCommand extends Command diff --git a/library/PSX/Console/ContainerCommand.php b/library/PSX/Console/ContainerCommand.php index a9f5b055..9145710f 100644 --- a/library/PSX/Console/ContainerCommand.php +++ b/library/PSX/Console/ContainerCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console; @@ -40,7 +37,7 @@ * method is not defined in the interface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ContainerCommand extends Command diff --git a/library/PSX/Console/Generate/ApiCommand.php b/library/PSX/Console/Generate/ApiCommand.php index b9de1d5c..8eedaacf 100644 --- a/library/PSX/Console/Generate/ApiCommand.php +++ b/library/PSX/Console/Generate/ApiCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -32,7 +29,7 @@ * ApiCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ApiCommand extends ContainerGenerateCommandAbstract diff --git a/library/PSX/Console/Generate/BootstrapCacheCommand.php b/library/PSX/Console/Generate/BootstrapCacheCommand.php index dac4704b..69b8d074 100644 --- a/library/PSX/Console/Generate/BootstrapCacheCommand.php +++ b/library/PSX/Console/Generate/BootstrapCacheCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -34,7 +31,7 @@ * request * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BootstrapCacheCommand extends GenerateCommandAbstract diff --git a/library/PSX/Console/Generate/CommandCommand.php b/library/PSX/Console/Generate/CommandCommand.php index 85466739..53dd027b 100644 --- a/library/PSX/Console/Generate/CommandCommand.php +++ b/library/PSX/Console/Generate/CommandCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -32,7 +29,7 @@ * CommandCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CommandCommand extends ContainerGenerateCommandAbstract diff --git a/library/PSX/Console/Generate/ContainerGenerateCommandAbstract.php b/library/PSX/Console/Generate/ContainerGenerateCommandAbstract.php index 69685f4f..ae77a1b5 100644 --- a/library/PSX/Console/Generate/ContainerGenerateCommandAbstract.php +++ b/library/PSX/Console/Generate/ContainerGenerateCommandAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -32,7 +29,7 @@ * ContainerGenerateCommandAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ContainerGenerateCommandAbstract extends GenerateCommandAbstract diff --git a/library/PSX/Console/Generate/ControllerCommand.php b/library/PSX/Console/Generate/ControllerCommand.php index dcb5a610..35633b10 100644 --- a/library/PSX/Console/Generate/ControllerCommand.php +++ b/library/PSX/Console/Generate/ControllerCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -32,7 +29,7 @@ * ControllerCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ControllerCommand extends ContainerGenerateCommandAbstract diff --git a/library/PSX/Console/Generate/GenerateCommandAbstract.php b/library/PSX/Console/Generate/GenerateCommandAbstract.php index 56cb7e44..04c16762 100644 --- a/library/PSX/Console/Generate/GenerateCommandAbstract.php +++ b/library/PSX/Console/Generate/GenerateCommandAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -32,7 +29,7 @@ * GenerateCommandAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class GenerateCommandAbstract extends Command diff --git a/library/PSX/Console/Generate/SchemaCommand.php b/library/PSX/Console/Generate/SchemaCommand.php index 385b7dd8..6c25ad06 100644 --- a/library/PSX/Console/Generate/SchemaCommand.php +++ b/library/PSX/Console/Generate/SchemaCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -36,7 +33,7 @@ * SchemaCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SchemaCommand extends GenerateCommandAbstract diff --git a/library/PSX/Console/Generate/ServiceDefinition.php b/library/PSX/Console/Generate/ServiceDefinition.php index d40b5e21..b20f4315 100644 --- a/library/PSX/Console/Generate/ServiceDefinition.php +++ b/library/PSX/Console/Generate/ServiceDefinition.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -27,7 +24,7 @@ * ServiceDefinition * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ServiceDefinition diff --git a/library/PSX/Console/Generate/TableCommand.php b/library/PSX/Console/Generate/TableCommand.php index 559dfc51..c0bbc5c0 100644 --- a/library/PSX/Console/Generate/TableCommand.php +++ b/library/PSX/Console/Generate/TableCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -38,7 +35,7 @@ * TableCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TableCommand extends GenerateCommandAbstract diff --git a/library/PSX/Console/Generate/ViewCommand.php b/library/PSX/Console/Generate/ViewCommand.php index dde74e13..0d1fbd29 100644 --- a/library/PSX/Console/Generate/ViewCommand.php +++ b/library/PSX/Console/Generate/ViewCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -32,7 +29,7 @@ * ViewCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ViewCommand extends ContainerGenerateCommandAbstract diff --git a/library/PSX/Console/Reader/Stdin.php b/library/PSX/Console/Reader/Stdin.php index b028bd9d..61783858 100644 --- a/library/PSX/Console/Reader/Stdin.php +++ b/library/PSX/Console/Reader/Stdin.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Reader; @@ -31,7 +28,7 @@ * reached * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Stdin implements ReaderInterface diff --git a/library/PSX/Console/ReaderInterface.php b/library/PSX/Console/ReaderInterface.php index b83408db..2c6b4faa 100644 --- a/library/PSX/Console/ReaderInterface.php +++ b/library/PSX/Console/ReaderInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console; @@ -27,7 +24,7 @@ * ReaderInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface ReaderInterface diff --git a/library/PSX/Console/RouteCommand.php b/library/PSX/Console/RouteCommand.php index cb8b3209..736470a9 100644 --- a/library/PSX/Console/RouteCommand.php +++ b/library/PSX/Console/RouteCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console; @@ -37,7 +34,7 @@ * RouteCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RouteCommand extends Command diff --git a/library/PSX/Console/ServeCommand.php b/library/PSX/Console/ServeCommand.php index e5928670..19a12712 100644 --- a/library/PSX/Console/ServeCommand.php +++ b/library/PSX/Console/ServeCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console; @@ -41,7 +38,7 @@ * ServeCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ServeCommand extends Command diff --git a/library/PSX/Controller/ApiAbstract.php b/library/PSX/Controller/ApiAbstract.php index 185ef1b3..d292fe1a 100644 --- a/library/PSX/Controller/ApiAbstract.php +++ b/library/PSX/Controller/ApiAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller; @@ -31,7 +28,7 @@ * ApiAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ApiAbstract extends ControllerAbstract diff --git a/library/PSX/Controller/Behaviour/AccessorTrait.php b/library/PSX/Controller/Behaviour/AccessorTrait.php index dbf54712..966992fa 100644 --- a/library/PSX/Controller/Behaviour/AccessorTrait.php +++ b/library/PSX/Controller/Behaviour/AccessorTrait.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Behaviour; @@ -30,7 +27,7 @@ * Provides an unify way to access values from the request body * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait AccessorTrait diff --git a/library/PSX/Controller/Behaviour/BodyTrait.php b/library/PSX/Controller/Behaviour/BodyTrait.php index b05fba5b..ce981206 100644 --- a/library/PSX/Controller/Behaviour/BodyTrait.php +++ b/library/PSX/Controller/Behaviour/BodyTrait.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Behaviour; @@ -41,7 +38,7 @@ * BodyTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait BodyTrait diff --git a/library/PSX/Controller/Behaviour/HttpTrait.php b/library/PSX/Controller/Behaviour/HttpTrait.php index 1d2bff17..c12654cb 100644 --- a/library/PSX/Controller/Behaviour/HttpTrait.php +++ b/library/PSX/Controller/Behaviour/HttpTrait.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Behaviour; @@ -29,7 +26,7 @@ * Provides methods to read and set values from the request/response * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait HttpTrait diff --git a/library/PSX/Controller/Behaviour/ImporterTrait.php b/library/PSX/Controller/Behaviour/ImporterTrait.php index 5f57c06f..fd72f842 100644 --- a/library/PSX/Controller/Behaviour/ImporterTrait.php +++ b/library/PSX/Controller/Behaviour/ImporterTrait.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Behaviour; @@ -29,7 +26,7 @@ * Provides an method to import data from an request into an source * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait ImporterTrait diff --git a/library/PSX/Controller/Behaviour/RedirectTrait.php b/library/PSX/Controller/Behaviour/RedirectTrait.php index e4856526..3cf10ab2 100644 --- a/library/PSX/Controller/Behaviour/RedirectTrait.php +++ b/library/PSX/Controller/Behaviour/RedirectTrait.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Behaviour; @@ -31,7 +28,7 @@ * client by sending an Location header * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait RedirectTrait diff --git a/library/PSX/Controller/ErrorController.php b/library/PSX/Controller/ErrorController.php index f86f7b32..b2ddbeb8 100644 --- a/library/PSX/Controller/ErrorController.php +++ b/library/PSX/Controller/ErrorController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller; @@ -35,7 +32,7 @@ * ErrorController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ErrorController extends ViewAbstract diff --git a/library/PSX/Controller/SchemaApiAbstract.php b/library/PSX/Controller/SchemaApiAbstract.php index 466fdac7..8a06580c 100644 --- a/library/PSX/Controller/SchemaApiAbstract.php +++ b/library/PSX/Controller/SchemaApiAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller; @@ -38,7 +35,7 @@ * SchemaApiAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class SchemaApiAbstract extends ApiAbstract implements DocumentedInterface diff --git a/library/PSX/Controller/TableApiAbstract.php b/library/PSX/Controller/TableApiAbstract.php index 9f49672b..a6ff0a84 100644 --- a/library/PSX/Controller/TableApiAbstract.php +++ b/library/PSX/Controller/TableApiAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller; @@ -45,7 +42,7 @@ * * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class TableApiAbstract extends SchemaApiAbstract diff --git a/library/PSX/Controller/Tool/CommandController.php b/library/PSX/Controller/Tool/CommandController.php index f0bd2dce..6fb45f5b 100644 --- a/library/PSX/Controller/Tool/CommandController.php +++ b/library/PSX/Controller/Tool/CommandController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -33,7 +30,7 @@ * CommandController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CommandController extends ViewAbstract diff --git a/library/PSX/Controller/Tool/DefaultController.php b/library/PSX/Controller/Tool/DefaultController.php index d0a02ef8..6fb77d63 100644 --- a/library/PSX/Controller/Tool/DefaultController.php +++ b/library/PSX/Controller/Tool/DefaultController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -30,7 +27,7 @@ * DefaultController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DefaultController extends ViewAbstract diff --git a/library/PSX/Controller/Tool/DocumentationController.php b/library/PSX/Controller/Tool/DocumentationController.php index 6805dfed..07a4c6ec 100644 --- a/library/PSX/Controller/Tool/DocumentationController.php +++ b/library/PSX/Controller/Tool/DocumentationController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -42,7 +39,7 @@ * DocumentationController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DocumentationController extends ViewAbstract diff --git a/library/PSX/Controller/Tool/RamlGeneratorController.php b/library/PSX/Controller/Tool/RamlGeneratorController.php index 32e53afc..f1bd9b16 100644 --- a/library/PSX/Controller/Tool/RamlGeneratorController.php +++ b/library/PSX/Controller/Tool/RamlGeneratorController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -37,7 +34,7 @@ * RamlGeneratorController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RamlGeneratorController extends ViewAbstract diff --git a/library/PSX/Controller/Tool/RestController.php b/library/PSX/Controller/Tool/RestController.php index acbf6ea1..b2c2d9ef 100644 --- a/library/PSX/Controller/Tool/RestController.php +++ b/library/PSX/Controller/Tool/RestController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -34,7 +31,7 @@ * RestController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RestController extends ViewAbstract diff --git a/library/PSX/Controller/Tool/RoutingController.php b/library/PSX/Controller/Tool/RoutingController.php index 2720738c..7ee42f63 100644 --- a/library/PSX/Controller/Tool/RoutingController.php +++ b/library/PSX/Controller/Tool/RoutingController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -34,7 +31,7 @@ * RoutingController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RoutingController extends ViewAbstract diff --git a/library/PSX/Controller/Tool/SwaggerGeneratorController.php b/library/PSX/Controller/Tool/SwaggerGeneratorController.php index 343a0a33..1c86e93c 100644 --- a/library/PSX/Controller/Tool/SwaggerGeneratorController.php +++ b/library/PSX/Controller/Tool/SwaggerGeneratorController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -40,7 +37,7 @@ * SwaggerGeneratorController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SwaggerGeneratorController extends ViewAbstract diff --git a/library/PSX/Controller/Tool/ToolController.php b/library/PSX/Controller/Tool/ToolController.php index 778cd304..497b2261 100644 --- a/library/PSX/Controller/Tool/ToolController.php +++ b/library/PSX/Controller/Tool/ToolController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -34,7 +31,7 @@ * ToolController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ToolController extends ViewAbstract diff --git a/library/PSX/Controller/Tool/WsdlGeneratorController.php b/library/PSX/Controller/Tool/WsdlGeneratorController.php index f6bbb55d..fa7dd2f7 100644 --- a/library/PSX/Controller/Tool/WsdlGeneratorController.php +++ b/library/PSX/Controller/Tool/WsdlGeneratorController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -37,7 +34,7 @@ * WsdlGeneratorController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class WsdlGeneratorController extends ViewAbstract diff --git a/library/PSX/Controller/ViewAbstract.php b/library/PSX/Controller/ViewAbstract.php index fb268def..b6120613 100644 --- a/library/PSX/Controller/ViewAbstract.php +++ b/library/PSX/Controller/ViewAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller; @@ -29,7 +26,7 @@ * ViewAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ViewAbstract extends ControllerAbstract diff --git a/library/PSX/ControllerAbstract.php b/library/PSX/ControllerAbstract.php index 7f17dd48..04ea5bbb 100644 --- a/library/PSX/ControllerAbstract.php +++ b/library/PSX/ControllerAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -36,7 +33,7 @@ * ControllerAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ControllerAbstract implements ControllerInterface, ApplicationStackInterface diff --git a/library/PSX/ControllerInterface.php b/library/PSX/ControllerInterface.php index a5f10913..a0486ed8 100644 --- a/library/PSX/ControllerInterface.php +++ b/library/PSX/ControllerInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * ControllerInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface ControllerInterface diff --git a/library/PSX/Data/Accessor.php b/library/PSX/Data/Accessor.php index feb720ea..eb8469d8 100644 --- a/library/PSX/Data/Accessor.php +++ b/library/PSX/Data/Accessor.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -29,7 +26,7 @@ * Accessor * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Accessor diff --git a/library/PSX/Data/Collection.php b/library/PSX/Data/Collection.php index 13fe2847..b8c4b4d1 100644 --- a/library/PSX/Data/Collection.php +++ b/library/PSX/Data/Collection.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Collection extends CollectionAbstract diff --git a/library/PSX/Data/CollectionAbstract.php b/library/PSX/Data/CollectionAbstract.php index 2ce43c65..cfe345f7 100644 --- a/library/PSX/Data/CollectionAbstract.php +++ b/library/PSX/Data/CollectionAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * CollectionAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class CollectionAbstract extends RecordAbstract implements CollectionInterface diff --git a/library/PSX/Data/CollectionInterface.php b/library/PSX/Data/CollectionInterface.php index 31d630ac..fa5ed46b 100644 --- a/library/PSX/Data/CollectionInterface.php +++ b/library/PSX/Data/CollectionInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * CollectionInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface CollectionInterface extends RecordInterface, Iterator, Countable diff --git a/library/PSX/Data/ExceptionRecord.php b/library/PSX/Data/ExceptionRecord.php index 90bab088..c38dd57d 100644 --- a/library/PSX/Data/ExceptionRecord.php +++ b/library/PSX/Data/ExceptionRecord.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * ExceptionRecord * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ExceptionRecord extends RecordAbstract diff --git a/library/PSX/Data/Extractor.php b/library/PSX/Data/Extractor.php index e55176e1..6a53aec6 100644 --- a/library/PSX/Data/Extractor.php +++ b/library/PSX/Data/Extractor.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -33,7 +30,7 @@ * Extractor * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Extractor diff --git a/library/PSX/Data/ImmutableRecord.php b/library/PSX/Data/ImmutableRecord.php index 58ce5196..5fbcdf15 100644 --- a/library/PSX/Data/ImmutableRecord.php +++ b/library/PSX/Data/ImmutableRecord.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -29,7 +26,7 @@ * ImmutableRecord * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ImmutableRecord extends RecordAbstract diff --git a/library/PSX/Data/Importer.php b/library/PSX/Data/Importer.php index b8051a5d..122386eb 100644 --- a/library/PSX/Data/Importer.php +++ b/library/PSX/Data/Importer.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -35,7 +32,7 @@ * Reads data from an http message and imports them into an record * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Importer diff --git a/library/PSX/Data/InvalidDataException.php b/library/PSX/Data/InvalidDataException.php index 7348fc02..35fd6647 100644 --- a/library/PSX/Data/InvalidDataException.php +++ b/library/PSX/Data/InvalidDataException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * an record * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InvalidDataException extends Exception diff --git a/library/PSX/Data/Message.php b/library/PSX/Data/Message.php index 790b6cde..5fa81bb5 100644 --- a/library/PSX/Data/Message.php +++ b/library/PSX/Data/Message.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * Message * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Message extends RecordAbstract diff --git a/library/PSX/Data/NotFoundException.php b/library/PSX/Data/NotFoundException.php index 317f4af2..016069e0 100644 --- a/library/PSX/Data/NotFoundException.php +++ b/library/PSX/Data/NotFoundException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * an request * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NotFoundException extends Exception diff --git a/library/PSX/Data/NotSupportedException.php b/library/PSX/Data/NotSupportedException.php index d513648d..80081cb0 100644 --- a/library/PSX/Data/NotSupportedException.php +++ b/library/PSX/Data/NotSupportedException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * data into an record * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NotSupportedException extends Exception diff --git a/library/PSX/Data/Reader/Form.php b/library/PSX/Data/Reader/Form.php index 43cbb0de..2c19aa1b 100644 --- a/library/PSX/Data/Reader/Form.php +++ b/library/PSX/Data/Reader/Form.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Reader; @@ -31,7 +28,7 @@ * Form * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Form extends ReaderAbstract diff --git a/library/PSX/Data/Reader/Json.php b/library/PSX/Data/Reader/Json.php index c58ddf3b..80f42fa8 100644 --- a/library/PSX/Data/Reader/Json.php +++ b/library/PSX/Data/Reader/Json.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Reader; @@ -32,7 +29,7 @@ * Json * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Json extends ReaderAbstract diff --git a/library/PSX/Data/Reader/Xml.php b/library/PSX/Data/Reader/Xml.php index f78d50a0..8003595a 100644 --- a/library/PSX/Data/Reader/Xml.php +++ b/library/PSX/Data/Reader/Xml.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Reader; @@ -32,7 +29,7 @@ * Xml * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Xml extends ReaderAbstract diff --git a/library/PSX/Data/ReaderAbstract.php b/library/PSX/Data/ReaderAbstract.php index f0213250..75a6e7bb 100644 --- a/library/PSX/Data/ReaderAbstract.php +++ b/library/PSX/Data/ReaderAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * ReaderAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ReaderAbstract implements ReaderInterface diff --git a/library/PSX/Data/ReaderFactory.php b/library/PSX/Data/ReaderFactory.php index 2fadd3d6..63edf9f9 100644 --- a/library/PSX/Data/ReaderFactory.php +++ b/library/PSX/Data/ReaderFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -31,7 +28,7 @@ * ReaderFactory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ReaderFactory diff --git a/library/PSX/Data/ReaderInterface.php b/library/PSX/Data/ReaderInterface.php index 84c8789c..3bc49ef6 100644 --- a/library/PSX/Data/ReaderInterface.php +++ b/library/PSX/Data/ReaderInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * ReaderInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface ReaderInterface diff --git a/library/PSX/Data/Record.php b/library/PSX/Data/Record.php index cbca8fbd..f21b9118 100644 --- a/library/PSX/Data/Record.php +++ b/library/PSX/Data/Record.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -29,7 +26,7 @@ * Record * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Record extends RecordAbstract diff --git a/library/PSX/Data/Record/FactoryFactory.php b/library/PSX/Data/Record/FactoryFactory.php index 724c4371..130a9f45 100644 --- a/library/PSX/Data/Record/FactoryFactory.php +++ b/library/PSX/Data/Record/FactoryFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record; @@ -33,7 +30,7 @@ * to provide such dependencies * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FactoryFactory diff --git a/library/PSX/Data/Record/FactoryInterface.php b/library/PSX/Data/Record/FactoryInterface.php index 55b3c824..f9d17114 100644 --- a/library/PSX/Data/Record/FactoryInterface.php +++ b/library/PSX/Data/Record/FactoryInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record; @@ -28,7 +25,7 @@ * data is passed to the factory wich returns an specific RecordInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface FactoryInterface diff --git a/library/PSX/Data/Record/Importer/Entity.php b/library/PSX/Data/Record/Importer/Entity.php index d43764d8..8ff4f009 100644 --- a/library/PSX/Data/Record/Importer/Entity.php +++ b/library/PSX/Data/Record/Importer/Entity.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer; @@ -39,7 +36,7 @@ * based on the defined fields * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Entity implements ImporterInterface diff --git a/library/PSX/Data/Record/Importer/Record.php b/library/PSX/Data/Record/Importer/Record.php index 85dceb6b..d1d7b26d 100644 --- a/library/PSX/Data/Record/Importer/Record.php +++ b/library/PSX/Data/Record/Importer/Record.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer; @@ -40,7 +37,7 @@ * the fitting setter methods of the record * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Record implements ImporterInterface diff --git a/library/PSX/Data/Record/Importer/Schema.php b/library/PSX/Data/Record/Importer/Schema.php index 108f3a16..96edbf7f 100644 --- a/library/PSX/Data/Record/Importer/Schema.php +++ b/library/PSX/Data/Record/Importer/Schema.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer; @@ -40,7 +37,7 @@ * validator was set * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Schema implements ImporterInterface diff --git a/library/PSX/Data/Record/Importer/Table.php b/library/PSX/Data/Record/Importer/Table.php index c865e5b4..a2be855e 100644 --- a/library/PSX/Data/Record/Importer/Table.php +++ b/library/PSX/Data/Record/Importer/Table.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer; @@ -34,7 +31,7 @@ * on the table * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Table implements ImporterInterface diff --git a/library/PSX/Data/Record/ImporterInterface.php b/library/PSX/Data/Record/ImporterInterface.php index d95a86fb..06dcf41c 100644 --- a/library/PSX/Data/Record/ImporterInterface.php +++ b/library/PSX/Data/Record/ImporterInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record; @@ -28,7 +25,7 @@ * containing the actual data * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface ImporterInterface diff --git a/library/PSX/Data/Record/ImporterManager.php b/library/PSX/Data/Record/ImporterManager.php index dc4d81e6..b8ea14ac 100644 --- a/library/PSX/Data/Record/ImporterManager.php +++ b/library/PSX/Data/Record/ImporterManager.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record; @@ -29,7 +26,7 @@ * The importer manager returns the fitting importer for an source * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ImporterManager diff --git a/library/PSX/Data/Record/Mapper.php b/library/PSX/Data/Record/Mapper.php index b5dffefd..3b0fd824 100644 --- a/library/PSX/Data/Record/Mapper.php +++ b/library/PSX/Data/Record/Mapper.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record; @@ -32,7 +29,7 @@ * the fitting setter methods if available * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Mapper diff --git a/library/PSX/Data/Record/Mapper/Rule.php b/library/PSX/Data/Record/Mapper/Rule.php index 69d63582..9ff721c9 100644 --- a/library/PSX/Data/Record/Mapper/Rule.php +++ b/library/PSX/Data/Record/Mapper/Rule.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Mapper; @@ -27,7 +24,7 @@ * Rule * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Rule diff --git a/library/PSX/Data/Record/Store/Cache.php b/library/PSX/Data/Record/Store/Cache.php index 69c9ceb4..ba990baf 100644 --- a/library/PSX/Data/Record/Store/Cache.php +++ b/library/PSX/Data/Record/Store/Cache.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Store; @@ -31,7 +28,7 @@ * Cache * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Cache implements StoreInterface diff --git a/library/PSX/Data/Record/Store/Memory.php b/library/PSX/Data/Record/Store/Memory.php index 9bbfa4bf..4a0842ba 100644 --- a/library/PSX/Data/Record/Store/Memory.php +++ b/library/PSX/Data/Record/Store/Memory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Store; @@ -30,7 +27,7 @@ * Memory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Memory implements StoreInterface diff --git a/library/PSX/Data/Record/Store/Session.php b/library/PSX/Data/Record/Store/Session.php index d3f5e44f..45a2dac1 100644 --- a/library/PSX/Data/Record/Store/Session.php +++ b/library/PSX/Data/Record/Store/Session.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Store; @@ -30,7 +27,7 @@ * Session * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Session implements StoreInterface diff --git a/library/PSX/Data/Record/StoreInterface.php b/library/PSX/Data/Record/StoreInterface.php index 64fa3176..952f60cd 100644 --- a/library/PSX/Data/Record/StoreInterface.php +++ b/library/PSX/Data/Record/StoreInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record; @@ -29,7 +26,7 @@ * StoreInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface StoreInterface diff --git a/library/PSX/Data/RecordAbstract.php b/library/PSX/Data/RecordAbstract.php index bdeea7d2..35428a42 100644 --- a/library/PSX/Data/RecordAbstract.php +++ b/library/PSX/Data/RecordAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -35,7 +32,7 @@ * RecordAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class RecordAbstract implements RecordInterface, Serializable diff --git a/library/PSX/Data/RecordEvent.php b/library/PSX/Data/RecordEvent.php index 05cbb12c..da8e2cdf 100644 --- a/library/PSX/Data/RecordEvent.php +++ b/library/PSX/Data/RecordEvent.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -29,7 +26,7 @@ * RecordEvent * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RecordEvent extends Event diff --git a/library/PSX/Data/RecordInfo.php b/library/PSX/Data/RecordInfo.php index 9e9af6ac..38ae9492 100644 --- a/library/PSX/Data/RecordInfo.php +++ b/library/PSX/Data/RecordInfo.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * RecordInfo * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RecordInfo diff --git a/library/PSX/Data/RecordInterface.php b/library/PSX/Data/RecordInterface.php index 4ac97244..e543c434 100644 --- a/library/PSX/Data/RecordInterface.php +++ b/library/PSX/Data/RecordInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * RecordInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface RecordInterface diff --git a/library/PSX/Data/ResultSet.php b/library/PSX/Data/ResultSet.php index eccf1afa..130e628b 100644 --- a/library/PSX/Data/ResultSet.php +++ b/library/PSX/Data/ResultSet.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * ResultSet * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResultSet extends CollectionAbstract diff --git a/library/PSX/Data/Schema.php b/library/PSX/Data/Schema.php index b510f994..ffc27af6 100644 --- a/library/PSX/Data/Schema.php +++ b/library/PSX/Data/Schema.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -29,7 +26,7 @@ * Schema * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Schema implements SchemaInterface diff --git a/library/PSX/Data/Schema/Assimilator.php b/library/PSX/Data/Schema/Assimilator.php index 2f45c590..b79d5678 100644 --- a/library/PSX/Data/Schema/Assimilator.php +++ b/library/PSX/Data/Schema/Assimilator.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -34,7 +31,7 @@ * Assimilator * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Assimilator diff --git a/library/PSX/Data/Schema/Builder.php b/library/PSX/Data/Schema/Builder.php index bc6ec1b2..5374f771 100644 --- a/library/PSX/Data/Schema/Builder.php +++ b/library/PSX/Data/Schema/Builder.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -27,7 +24,7 @@ * Builder * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Builder diff --git a/library/PSX/Data/Schema/Generator/Html.php b/library/PSX/Data/Schema/Generator/Html.php index 96d89168..014fad30 100644 --- a/library/PSX/Data/Schema/Generator/Html.php +++ b/library/PSX/Data/Schema/Generator/Html.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Generator; @@ -34,7 +31,7 @@ * documentation purpose * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Html implements GeneratorInterface diff --git a/library/PSX/Data/Schema/Generator/JsonSchema.php b/library/PSX/Data/Schema/Generator/JsonSchema.php index bf3013a5..5945ebc8 100644 --- a/library/PSX/Data/Schema/Generator/JsonSchema.php +++ b/library/PSX/Data/Schema/Generator/JsonSchema.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Generator; @@ -34,7 +31,7 @@ * * @see http://tools.ietf.org/html/draft-zyp-json-schema-04 * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class JsonSchema implements GeneratorInterface diff --git a/library/PSX/Data/Schema/Generator/Sample.php b/library/PSX/Data/Schema/Generator/Sample.php index 088d4021..c7b2097a 100644 --- a/library/PSX/Data/Schema/Generator/Sample.php +++ b/library/PSX/Data/Schema/Generator/Sample.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Generator; @@ -37,7 +34,7 @@ * purpose * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Sample implements GeneratorInterface diff --git a/library/PSX/Data/Schema/Generator/Xsd.php b/library/PSX/Data/Schema/Generator/Xsd.php index 8c65bd73..86aae50a 100644 --- a/library/PSX/Data/Schema/Generator/Xsd.php +++ b/library/PSX/Data/Schema/Generator/Xsd.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Generator; @@ -34,7 +31,7 @@ * * @see http://www.w3.org/XML/Schema * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Xsd implements GeneratorInterface diff --git a/library/PSX/Data/Schema/GeneratorInterface.php b/library/PSX/Data/Schema/GeneratorInterface.php index 9aede177..89bf261d 100644 --- a/library/PSX/Data/Schema/GeneratorInterface.php +++ b/library/PSX/Data/Schema/GeneratorInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -29,7 +26,7 @@ * GeneratorInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface GeneratorInterface diff --git a/library/PSX/Data/Schema/InvalidSchemaException.php b/library/PSX/Data/Schema/InvalidSchemaException.php index fc31196e..11d45a80 100644 --- a/library/PSX/Data/Schema/InvalidSchemaException.php +++ b/library/PSX/Data/Schema/InvalidSchemaException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -29,7 +26,7 @@ * InvalidSchemaException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InvalidSchemaException extends Exception diff --git a/library/PSX/Data/Schema/Property/ArrayType.php b/library/PSX/Data/Schema/Property/ArrayType.php index d9c31f4e..5017b249 100644 --- a/library/PSX/Data/Schema/Property/ArrayType.php +++ b/library/PSX/Data/Schema/Property/ArrayType.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -31,7 +28,7 @@ * ArrayType * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ArrayType extends PropertyAbstract diff --git a/library/PSX/Data/Schema/Property/Boolean.php b/library/PSX/Data/Schema/Property/Boolean.php index 00638681..5b8c86ef 100644 --- a/library/PSX/Data/Schema/Property/Boolean.php +++ b/library/PSX/Data/Schema/Property/Boolean.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -30,7 +27,7 @@ * Boolean * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Boolean extends PropertySimpleAbstract diff --git a/library/PSX/Data/Schema/Property/ComplexType.php b/library/PSX/Data/Schema/Property/ComplexType.php index 5e82d4b0..b9e34540 100644 --- a/library/PSX/Data/Schema/Property/ComplexType.php +++ b/library/PSX/Data/Schema/Property/ComplexType.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -31,7 +28,7 @@ * ComplexType * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ComplexType extends PropertyAbstract diff --git a/library/PSX/Data/Schema/Property/Date.php b/library/PSX/Data/Schema/Property/Date.php index 0721b49d..537f9e3b 100644 --- a/library/PSX/Data/Schema/Property/Date.php +++ b/library/PSX/Data/Schema/Property/Date.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -29,7 +26,7 @@ * Date * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Date extends String diff --git a/library/PSX/Data/Schema/Property/DateTime.php b/library/PSX/Data/Schema/Property/DateTime.php index b00a200b..a0d1a14b 100644 --- a/library/PSX/Data/Schema/Property/DateTime.php +++ b/library/PSX/Data/Schema/Property/DateTime.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -29,7 +26,7 @@ * DateTime * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DateTime extends String diff --git a/library/PSX/Data/Schema/Property/Decimal.php b/library/PSX/Data/Schema/Property/Decimal.php index 1ef0daa7..a5510109 100644 --- a/library/PSX/Data/Schema/Property/Decimal.php +++ b/library/PSX/Data/Schema/Property/Decimal.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -30,7 +27,7 @@ * Decimal * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class Decimal extends PropertySimpleAbstract diff --git a/library/PSX/Data/Schema/Property/Duration.php b/library/PSX/Data/Schema/Property/Duration.php index 67dca8b4..bd18a5d4 100644 --- a/library/PSX/Data/Schema/Property/Duration.php +++ b/library/PSX/Data/Schema/Property/Duration.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -29,7 +26,7 @@ * Duration * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Duration extends String diff --git a/library/PSX/Data/Schema/Property/Float.php b/library/PSX/Data/Schema/Property/Float.php index a148a0ff..63608c97 100644 --- a/library/PSX/Data/Schema/Property/Float.php +++ b/library/PSX/Data/Schema/Property/Float.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -29,7 +26,7 @@ * Float * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Float extends Decimal diff --git a/library/PSX/Data/Schema/Property/Integer.php b/library/PSX/Data/Schema/Property/Integer.php index 71299de9..1fd909f4 100644 --- a/library/PSX/Data/Schema/Property/Integer.php +++ b/library/PSX/Data/Schema/Property/Integer.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -29,7 +26,7 @@ * Integer * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Integer extends Decimal diff --git a/library/PSX/Data/Schema/Property/String.php b/library/PSX/Data/Schema/Property/String.php index 5d4c9fd0..1bcbebf7 100644 --- a/library/PSX/Data/Schema/Property/String.php +++ b/library/PSX/Data/Schema/Property/String.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -30,7 +27,7 @@ * String * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class String extends PropertySimpleAbstract diff --git a/library/PSX/Data/Schema/Property/Time.php b/library/PSX/Data/Schema/Property/Time.php index 4fe63ca1..a93cefcd 100644 --- a/library/PSX/Data/Schema/Property/Time.php +++ b/library/PSX/Data/Schema/Property/Time.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -29,7 +26,7 @@ * Time * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Time extends String diff --git a/library/PSX/Data/Schema/PropertyAbstract.php b/library/PSX/Data/Schema/PropertyAbstract.php index 83b45d97..e5a18df0 100644 --- a/library/PSX/Data/Schema/PropertyAbstract.php +++ b/library/PSX/Data/Schema/PropertyAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -27,7 +24,7 @@ * PropertyAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class PropertyAbstract implements PropertyInterface diff --git a/library/PSX/Data/Schema/PropertyInterface.php b/library/PSX/Data/Schema/PropertyInterface.php index 1378812c..4b860758 100644 --- a/library/PSX/Data/Schema/PropertyInterface.php +++ b/library/PSX/Data/Schema/PropertyInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -27,7 +24,7 @@ * PropertyInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface PropertyInterface diff --git a/library/PSX/Data/Schema/PropertySimpleAbstract.php b/library/PSX/Data/Schema/PropertySimpleAbstract.php index 12cab505..b8417342 100644 --- a/library/PSX/Data/Schema/PropertySimpleAbstract.php +++ b/library/PSX/Data/Schema/PropertySimpleAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -27,7 +24,7 @@ * PropertySimpleAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class PropertySimpleAbstract extends PropertyAbstract diff --git a/library/PSX/Data/Schema/SchemaManager.php b/library/PSX/Data/Schema/SchemaManager.php index a7033b47..e840c687 100644 --- a/library/PSX/Data/Schema/SchemaManager.php +++ b/library/PSX/Data/Schema/SchemaManager.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -30,7 +27,7 @@ * SchemaManager * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SchemaManager implements SchemaManagerInterface diff --git a/library/PSX/Data/Schema/SchemaManagerInterface.php b/library/PSX/Data/Schema/SchemaManagerInterface.php index 98b53d88..84ac8f1b 100644 --- a/library/PSX/Data/Schema/SchemaManagerInterface.php +++ b/library/PSX/Data/Schema/SchemaManagerInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -27,7 +24,7 @@ * SchemaManagerInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface SchemaManagerInterface diff --git a/library/PSX/Data/Schema/ValidationException.php b/library/PSX/Data/Schema/ValidationException.php index 0e40ca0d..ca12565d 100644 --- a/library/PSX/Data/Schema/ValidationException.php +++ b/library/PSX/Data/Schema/ValidationException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -29,7 +26,7 @@ * ValidationException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ValidationException extends DisplayException diff --git a/library/PSX/Data/Schema/Validator.php b/library/PSX/Data/Schema/Validator.php index 67115bd3..1f8ebb70 100644 --- a/library/PSX/Data/Schema/Validator.php +++ b/library/PSX/Data/Schema/Validator.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -33,7 +30,7 @@ * Validator * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Validator implements ValidatorInterface diff --git a/library/PSX/Data/Schema/ValidatorInterface.php b/library/PSX/Data/Schema/ValidatorInterface.php index 885df301..fcd3bfc5 100644 --- a/library/PSX/Data/Schema/ValidatorInterface.php +++ b/library/PSX/Data/Schema/ValidatorInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -29,7 +26,7 @@ * ValidatorInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface ValidatorInterface diff --git a/library/PSX/Data/SchemaAbstract.php b/library/PSX/Data/SchemaAbstract.php index b863ec73..76e85610 100644 --- a/library/PSX/Data/SchemaAbstract.php +++ b/library/PSX/Data/SchemaAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * SchemaAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class SchemaAbstract implements SchemaInterface diff --git a/library/PSX/Data/SchemaInterface.php b/library/PSX/Data/SchemaInterface.php index c60a8cfa..a6e56988 100644 --- a/library/PSX/Data/SchemaInterface.php +++ b/library/PSX/Data/SchemaInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * SchemaInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface SchemaInterface diff --git a/library/PSX/Data/Serializer.php b/library/PSX/Data/Serializer.php index 0ddc36a0..819bdcde 100644 --- a/library/PSX/Data/Serializer.php +++ b/library/PSX/Data/Serializer.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -31,7 +28,7 @@ * Serializer * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Serializer implements SerializerInterface diff --git a/library/PSX/Data/Serializer/ArrayDeserializationVisitor.php b/library/PSX/Data/Serializer/ArrayDeserializationVisitor.php index 7c11a455..be35a119 100644 --- a/library/PSX/Data/Serializer/ArrayDeserializationVisitor.php +++ b/library/PSX/Data/Serializer/ArrayDeserializationVisitor.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Serializer; @@ -30,7 +27,7 @@ * ArrayDeserializationVisitor * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ArrayDeserializationVisitor extends GenericDeserializationVisitor diff --git a/library/PSX/Data/Serializer/ArraySerializationVisitor.php b/library/PSX/Data/Serializer/ArraySerializationVisitor.php index c1d17f2c..db54af79 100644 --- a/library/PSX/Data/Serializer/ArraySerializationVisitor.php +++ b/library/PSX/Data/Serializer/ArraySerializationVisitor.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Serializer; @@ -31,7 +28,7 @@ * ArraySerializationVisitor * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ArraySerializationVisitor extends GenericSerializationVisitor diff --git a/library/PSX/Data/SerializerInterface.php b/library/PSX/Data/SerializerInterface.php index 1f379fd6..927bbca2 100644 --- a/library/PSX/Data/SerializerInterface.php +++ b/library/PSX/Data/SerializerInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -29,7 +26,7 @@ * SerializerInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface SerializerInterface diff --git a/library/PSX/Data/Transformer/Atom.php b/library/PSX/Data/Transformer/Atom.php index 60cfaaf1..241ff53d 100644 --- a/library/PSX/Data/Transformer/Atom.php +++ b/library/PSX/Data/Transformer/Atom.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Transformer; @@ -36,7 +33,7 @@ * Atom * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Atom implements TransformerInterface diff --git a/library/PSX/Data/Transformer/Callback.php b/library/PSX/Data/Transformer/Callback.php index b27d73a3..8c4544cb 100644 --- a/library/PSX/Data/Transformer/Callback.php +++ b/library/PSX/Data/Transformer/Callback.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Transformer; @@ -31,7 +28,7 @@ * Callback * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Callback implements TransformerInterface diff --git a/library/PSX/Data/Transformer/Rss.php b/library/PSX/Data/Transformer/Rss.php index 23284ab3..0aee3167 100644 --- a/library/PSX/Data/Transformer/Rss.php +++ b/library/PSX/Data/Transformer/Rss.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Transformer; @@ -33,7 +30,7 @@ * Rss * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Rss implements TransformerInterface diff --git a/library/PSX/Data/Transformer/Soap.php b/library/PSX/Data/Transformer/Soap.php index 01994142..393d0bb5 100644 --- a/library/PSX/Data/Transformer/Soap.php +++ b/library/PSX/Data/Transformer/Soap.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Transformer; @@ -35,7 +32,7 @@ * Transforms an incomming SOAP request * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Soap extends XmlArray diff --git a/library/PSX/Data/Transformer/TransformerManager.php b/library/PSX/Data/Transformer/TransformerManager.php index 72249e01..11690432 100644 --- a/library/PSX/Data/Transformer/TransformerManager.php +++ b/library/PSX/Data/Transformer/TransformerManager.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Transformer; @@ -31,7 +28,7 @@ * TransformerManager * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TransformerManager diff --git a/library/PSX/Data/Transformer/XmlArray.php b/library/PSX/Data/Transformer/XmlArray.php index 24dd47b9..13b990c7 100644 --- a/library/PSX/Data/Transformer/XmlArray.php +++ b/library/PSX/Data/Transformer/XmlArray.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Transformer; @@ -37,7 +34,7 @@ * attributes * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class XmlArray implements TransformerInterface diff --git a/library/PSX/Data/TransformerInterface.php b/library/PSX/Data/TransformerInterface.php index 1d4191d3..c16a913c 100644 --- a/library/PSX/Data/TransformerInterface.php +++ b/library/PSX/Data/TransformerInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * by an importer * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface TransformerInterface diff --git a/library/PSX/Data/Writer/ArrayAbstract.php b/library/PSX/Data/Writer/ArrayAbstract.php index a8235ce2..c6d8e8af 100644 --- a/library/PSX/Data/Writer/ArrayAbstract.php +++ b/library/PSX/Data/Writer/ArrayAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -31,7 +28,7 @@ * ArrayAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ArrayAbstract implements WriterInterface diff --git a/library/PSX/Data/Writer/Atom.php b/library/PSX/Data/Writer/Atom.php index a3960f83..ffa789c7 100644 --- a/library/PSX/Data/Writer/Atom.php +++ b/library/PSX/Data/Writer/Atom.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -40,7 +37,7 @@ * Atom * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Atom extends Xml diff --git a/library/PSX/Data/Writer/Form.php b/library/PSX/Data/Writer/Form.php index 0352da72..8a41a28d 100644 --- a/library/PSX/Data/Writer/Form.php +++ b/library/PSX/Data/Writer/Form.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -31,7 +28,7 @@ * Form * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Form extends ArrayAbstract diff --git a/library/PSX/Data/Writer/Html.php b/library/PSX/Data/Writer/Html.php index 18a81743..2b739440 100644 --- a/library/PSX/Data/Writer/Html.php +++ b/library/PSX/Data/Writer/Html.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -29,7 +26,7 @@ * Html * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Html extends TemplateAbstract diff --git a/library/PSX/Data/Writer/Json.php b/library/PSX/Data/Writer/Json.php index 9dcfa427..af246e20 100644 --- a/library/PSX/Data/Writer/Json.php +++ b/library/PSX/Data/Writer/Json.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -32,7 +29,7 @@ * Json * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Json extends ArrayAbstract diff --git a/library/PSX/Data/Writer/Jsonp.php b/library/PSX/Data/Writer/Jsonp.php index a7ce8e91..c4d37e35 100644 --- a/library/PSX/Data/Writer/Jsonp.php +++ b/library/PSX/Data/Writer/Jsonp.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -31,7 +28,7 @@ * Jsonp * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Jsonp extends Json diff --git a/library/PSX/Data/Writer/Rss.php b/library/PSX/Data/Writer/Rss.php index 2256db96..c145a8b1 100644 --- a/library/PSX/Data/Writer/Rss.php +++ b/library/PSX/Data/Writer/Rss.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -39,7 +36,7 @@ * Rss * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Rss implements WriterInterface diff --git a/library/PSX/Data/Writer/Soap.php b/library/PSX/Data/Writer/Soap.php index 2a73878c..5b122ae0 100644 --- a/library/PSX/Data/Writer/Soap.php +++ b/library/PSX/Data/Writer/Soap.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -34,7 +31,7 @@ * Soap * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Soap extends Xml diff --git a/library/PSX/Data/Writer/Svg.php b/library/PSX/Data/Writer/Svg.php index ef5de446..80c07f45 100644 --- a/library/PSX/Data/Writer/Svg.php +++ b/library/PSX/Data/Writer/Svg.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -29,7 +26,7 @@ * Svg * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Svg extends TemplateAbstract diff --git a/library/PSX/Data/Writer/TemplateAbstract.php b/library/PSX/Data/Writer/TemplateAbstract.php index 6c88edbb..28f4fdbe 100644 --- a/library/PSX/Data/Writer/TemplateAbstract.php +++ b/library/PSX/Data/Writer/TemplateAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -32,7 +29,7 @@ * Abstract class to facilitate an template engine to produce the output * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class TemplateAbstract implements WriterInterface diff --git a/library/PSX/Data/Writer/Text.php b/library/PSX/Data/Writer/Text.php index 722e70fa..987347dd 100644 --- a/library/PSX/Data/Writer/Text.php +++ b/library/PSX/Data/Writer/Text.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -29,7 +26,7 @@ * Text * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Text extends TemplateAbstract diff --git a/library/PSX/Data/Writer/Xml.php b/library/PSX/Data/Writer/Xml.php index 9a2bb52e..2fc1daa8 100644 --- a/library/PSX/Data/Writer/Xml.php +++ b/library/PSX/Data/Writer/Xml.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -33,7 +30,7 @@ * Xml * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Xml extends ArrayAbstract diff --git a/library/PSX/Data/WriterFactory.php b/library/PSX/Data/WriterFactory.php index c556bb53..d2d62de5 100644 --- a/library/PSX/Data/WriterFactory.php +++ b/library/PSX/Data/WriterFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -32,7 +29,7 @@ * WriterFactory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class WriterFactory diff --git a/library/PSX/Data/WriterInterface.php b/library/PSX/Data/WriterInterface.php index 58d5835a..d9dfc3f3 100644 --- a/library/PSX/Data/WriterInterface.php +++ b/library/PSX/Data/WriterInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -29,7 +26,7 @@ * WriterInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface WriterInterface diff --git a/library/PSX/DateTime.php b/library/PSX/DateTime.php index 660bcb2d..637c4ec3 100644 --- a/library/PSX/DateTime.php +++ b/library/PSX/DateTime.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -30,7 +27,7 @@ * DateTime * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DateTime extends \DateTime diff --git a/library/PSX/Dependency/Command.php b/library/PSX/Dependency/Command.php index 945e4f4a..c337d4b6 100644 --- a/library/PSX/Dependency/Command.php +++ b/library/PSX/Dependency/Command.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dependency; @@ -33,7 +30,7 @@ * Command * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait Command diff --git a/library/PSX/Dependency/Console.php b/library/PSX/Dependency/Console.php index f4b6dc62..ae51b82a 100644 --- a/library/PSX/Dependency/Console.php +++ b/library/PSX/Dependency/Console.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dependency; @@ -36,7 +33,7 @@ * Console * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait Console diff --git a/library/PSX/Dependency/Container.php b/library/PSX/Dependency/Container.php index 1b81fec8..70b7b047 100644 --- a/library/PSX/Dependency/Container.php +++ b/library/PSX/Dependency/Container.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dependency; @@ -37,7 +34,7 @@ * you leave the scope you are at the root scope * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Container implements ContainerInterface diff --git a/library/PSX/Dependency/Controller.php b/library/PSX/Dependency/Controller.php index 14c495fe..3abcb9ed 100644 --- a/library/PSX/Dependency/Controller.php +++ b/library/PSX/Dependency/Controller.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dependency; @@ -36,7 +33,7 @@ * Controller * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait Controller diff --git a/library/PSX/Dependency/Data.php b/library/PSX/Dependency/Data.php index 9e50ae04..bdc02bf5 100644 --- a/library/PSX/Dependency/Data.php +++ b/library/PSX/Dependency/Data.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dependency; @@ -46,7 +43,7 @@ * Data * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait Data diff --git a/library/PSX/Dependency/DefaultContainer.php b/library/PSX/Dependency/DefaultContainer.php index 9a7ad6dc..08986ac5 100644 --- a/library/PSX/Dependency/DefaultContainer.php +++ b/library/PSX/Dependency/DefaultContainer.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dependency; @@ -46,7 +43,7 @@ * DefaultContainer * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DefaultContainer extends Container diff --git a/library/PSX/Dependency/Event.php b/library/PSX/Dependency/Event.php index 690a5c38..6faf59d7 100644 --- a/library/PSX/Dependency/Event.php +++ b/library/PSX/Dependency/Event.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dependency; @@ -31,7 +28,7 @@ * Event * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait Event diff --git a/library/PSX/Dependency/ObjectBuilder.php b/library/PSX/Dependency/ObjectBuilder.php index d00d2d4d..d43376ae 100644 --- a/library/PSX/Dependency/ObjectBuilder.php +++ b/library/PSX/Dependency/ObjectBuilder.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dependency; @@ -33,7 +30,7 @@ * ObjectBuilder * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ObjectBuilder implements ObjectBuilderInterface diff --git a/library/PSX/Dependency/ObjectBuilderInterface.php b/library/PSX/Dependency/ObjectBuilderInterface.php index 28fab7dc..3f9e8abd 100644 --- a/library/PSX/Dependency/ObjectBuilderInterface.php +++ b/library/PSX/Dependency/ObjectBuilderInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dependency; @@ -27,7 +24,7 @@ * ObjectBuilderInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface ObjectBuilderInterface diff --git a/library/PSX/Dispatch.php b/library/PSX/Dispatch.php index 45b37136..a711533a 100644 --- a/library/PSX/Dispatch.php +++ b/library/PSX/Dispatch.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -47,7 +44,7 @@ * contains the global try catch for the application * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Dispatch diff --git a/library/PSX/Dispatch/ApplicationStackFactory.php b/library/PSX/Dispatch/ApplicationStackFactory.php index a584a54f..7a6c6356 100644 --- a/library/PSX/Dispatch/ApplicationStackFactory.php +++ b/library/PSX/Dispatch/ApplicationStackFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -32,7 +29,7 @@ * ApplicationStackFactory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ApplicationStackFactory implements ControllerFactoryInterface diff --git a/library/PSX/Dispatch/CommandFactory.php b/library/PSX/Dispatch/CommandFactory.php index fb84f4d6..81f52a0f 100644 --- a/library/PSX/Dispatch/CommandFactory.php +++ b/library/PSX/Dispatch/CommandFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -34,7 +31,7 @@ * CommandFactory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CommandFactory implements CommandFactoryInterface diff --git a/library/PSX/Dispatch/CommandFactoryInterface.php b/library/PSX/Dispatch/CommandFactoryInterface.php index c16fa141..09453073 100644 --- a/library/PSX/Dispatch/CommandFactoryInterface.php +++ b/library/PSX/Dispatch/CommandFactoryInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -29,7 +26,7 @@ * CommandFactoryInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface CommandFactoryInterface diff --git a/library/PSX/Dispatch/ControllerFactory.php b/library/PSX/Dispatch/ControllerFactory.php index 1e6eb608..2c32193e 100644 --- a/library/PSX/Dispatch/ControllerFactory.php +++ b/library/PSX/Dispatch/ControllerFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -34,7 +31,7 @@ * ControllerFactory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ControllerFactory implements ControllerFactoryInterface diff --git a/library/PSX/Dispatch/ControllerFactoryInterface.php b/library/PSX/Dispatch/ControllerFactoryInterface.php index 0dc89ae2..749fa75e 100644 --- a/library/PSX/Dispatch/ControllerFactoryInterface.php +++ b/library/PSX/Dispatch/ControllerFactoryInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -31,7 +28,7 @@ * ControllerFactoryInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface ControllerFactoryInterface diff --git a/library/PSX/Dispatch/Filter/Backstage.php b/library/PSX/Dispatch/Filter/Backstage.php index b6c45e5d..8f867c30 100644 --- a/library/PSX/Dispatch/Filter/Backstage.php +++ b/library/PSX/Dispatch/Filter/Backstage.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -36,7 +33,7 @@ * other requests get passed to the application * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Backstage implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/BasicAuthentication.php b/library/PSX/Dispatch/Filter/BasicAuthentication.php index d76ba87f..a5a690e0 100644 --- a/library/PSX/Dispatch/Filter/BasicAuthentication.php +++ b/library/PSX/Dispatch/Filter/BasicAuthentication.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -37,7 +34,7 @@ * BasicAuthentication * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BasicAuthentication implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/BrowserCache.php b/library/PSX/Dispatch/Filter/BrowserCache.php index 99fe2bb4..7152eb60 100644 --- a/library/PSX/Dispatch/Filter/BrowserCache.php +++ b/library/PSX/Dispatch/Filter/BrowserCache.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -33,7 +30,7 @@ * Uses http headers to controle the browser cache of the client * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BrowserCache implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/Condition/RequestMethodChoice.php b/library/PSX/Dispatch/Filter/Condition/RequestMethodChoice.php index 2949991b..1ba2cd1f 100644 --- a/library/PSX/Dispatch/Filter/Condition/RequestMethodChoice.php +++ b/library/PSX/Dispatch/Filter/Condition/RequestMethodChoice.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter\Condition; @@ -33,7 +30,7 @@ * want i.e. authentication only for specific request methods * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RequestMethodChoice implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/ContentMd5.php b/library/PSX/Dispatch/Filter/ContentMd5.php index 1b71b2fe..97f61abb 100644 --- a/library/PSX/Dispatch/Filter/ContentMd5.php +++ b/library/PSX/Dispatch/Filter/ContentMd5.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -33,7 +30,7 @@ * ContentMd5 * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ContentMd5 implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/ControllerExecutor.php b/library/PSX/Dispatch/Filter/ControllerExecutor.php index df2edbd9..657a0fe6 100644 --- a/library/PSX/Dispatch/Filter/ControllerExecutor.php +++ b/library/PSX/Dispatch/Filter/ControllerExecutor.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -34,7 +31,7 @@ * ControllerExecutor * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ControllerExecutor implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/CookieEncryption.php b/library/PSX/Dispatch/Filter/CookieEncryption.php index 549ca452..9454178c 100644 --- a/library/PSX/Dispatch/Filter/CookieEncryption.php +++ b/library/PSX/Dispatch/Filter/CookieEncryption.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -36,7 +33,7 @@ * CookieEncryption * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CookieEncryption implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/DigestAccessAuthentication.php b/library/PSX/Dispatch/Filter/DigestAccessAuthentication.php index 148357bc..4fc5e00d 100644 --- a/library/PSX/Dispatch/Filter/DigestAccessAuthentication.php +++ b/library/PSX/Dispatch/Filter/DigestAccessAuthentication.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -47,7 +44,7 @@ * since you are not required to store the password in such a format * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DigestAccessAuthentication implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/DigestAccessAuthentication/Digest.php b/library/PSX/Dispatch/Filter/DigestAccessAuthentication/Digest.php index b95f8032..461ba55b 100644 --- a/library/PSX/Dispatch/Filter/DigestAccessAuthentication/Digest.php +++ b/library/PSX/Dispatch/Filter/DigestAccessAuthentication/Digest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter\DigestAccessAuthentication; @@ -29,7 +26,7 @@ * Digest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Digest extends RecordAbstract diff --git a/library/PSX/Dispatch/Filter/Group.php b/library/PSX/Dispatch/Filter/Group.php index e62031a0..0597d28f 100644 --- a/library/PSX/Dispatch/Filter/Group.php +++ b/library/PSX/Dispatch/Filter/Group.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -33,7 +30,7 @@ * Group * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Group implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/GzipEncode.php b/library/PSX/Dispatch/Filter/GzipEncode.php index 8928366a..2f6eb350 100644 --- a/library/PSX/Dispatch/Filter/GzipEncode.php +++ b/library/PSX/Dispatch/Filter/GzipEncode.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -32,7 +29,7 @@ * GzipEncode * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class GzipEncode implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/IpFirewall.php b/library/PSX/Dispatch/Filter/IpFirewall.php index 63acef20..a93eb412 100644 --- a/library/PSX/Dispatch/Filter/IpFirewall.php +++ b/library/PSX/Dispatch/Filter/IpFirewall.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -36,7 +33,7 @@ * request can access the application * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class IpFirewall implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/Oauth2Authentication.php b/library/PSX/Dispatch/Filter/Oauth2Authentication.php index 59b11dbe..a3deb57f 100644 --- a/library/PSX/Dispatch/Filter/Oauth2Authentication.php +++ b/library/PSX/Dispatch/Filter/Oauth2Authentication.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -36,7 +33,7 @@ * Oauth2Authentication * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Oauth2Authentication implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/OauthAuthentication.php b/library/PSX/Dispatch/Filter/OauthAuthentication.php index ffefcc63..6a274f7e 100644 --- a/library/PSX/Dispatch/Filter/OauthAuthentication.php +++ b/library/PSX/Dispatch/Filter/OauthAuthentication.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -39,7 +36,7 @@ * OauthAuthentication * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class OauthAuthentication implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/StaticCache.php b/library/PSX/Dispatch/Filter/StaticCache.php index 29ff113b..0512ffc4 100644 --- a/library/PSX/Dispatch/Filter/StaticCache.php +++ b/library/PSX/Dispatch/Filter/StaticCache.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -36,7 +33,7 @@ * StaticCache * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class StaticCache implements FilterInterface diff --git a/library/PSX/Dispatch/Filter/UserAgentEnforcer.php b/library/PSX/Dispatch/Filter/UserAgentEnforcer.php index f0b076b2..344e138f 100644 --- a/library/PSX/Dispatch/Filter/UserAgentEnforcer.php +++ b/library/PSX/Dispatch/Filter/UserAgentEnforcer.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -33,7 +30,7 @@ * UserAgentEnforcer * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UserAgentEnforcer implements FilterInterface diff --git a/library/PSX/Dispatch/FilterChain.php b/library/PSX/Dispatch/FilterChain.php index 008a9b44..e0bd5289 100644 --- a/library/PSX/Dispatch/FilterChain.php +++ b/library/PSX/Dispatch/FilterChain.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -33,7 +30,7 @@ * FilterChain * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FilterChain implements FilterChainInterface, LoggerAwareInterface diff --git a/library/PSX/Dispatch/FilterChainInterface.php b/library/PSX/Dispatch/FilterChainInterface.php index 2201c186..c65243e6 100644 --- a/library/PSX/Dispatch/FilterChainInterface.php +++ b/library/PSX/Dispatch/FilterChainInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -30,7 +27,7 @@ * FilterChainInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface FilterChainInterface diff --git a/library/PSX/Dispatch/FilterInterface.php b/library/PSX/Dispatch/FilterInterface.php index 14cc0100..b6bbdef7 100644 --- a/library/PSX/Dispatch/FilterInterface.php +++ b/library/PSX/Dispatch/FilterInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -30,7 +27,7 @@ * FilterInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface FilterInterface diff --git a/library/PSX/Dispatch/RequestFactory.php b/library/PSX/Dispatch/RequestFactory.php index 3eca8e60..bc44537b 100644 --- a/library/PSX/Dispatch/RequestFactory.php +++ b/library/PSX/Dispatch/RequestFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -33,7 +30,7 @@ * RequestFactory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RequestFactory implements RequestFactoryInterface diff --git a/library/PSX/Dispatch/RequestFactoryInterface.php b/library/PSX/Dispatch/RequestFactoryInterface.php index b6b7fa1a..5f214b1a 100644 --- a/library/PSX/Dispatch/RequestFactoryInterface.php +++ b/library/PSX/Dispatch/RequestFactoryInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -27,7 +24,7 @@ * RequestFactoryInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface RequestFactoryInterface diff --git a/library/PSX/Dispatch/ResponseFactory.php b/library/PSX/Dispatch/ResponseFactory.php index b6341ab3..a56edd23 100644 --- a/library/PSX/Dispatch/ResponseFactory.php +++ b/library/PSX/Dispatch/ResponseFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -30,7 +27,7 @@ * ResponseFactory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResponseFactory implements ResponseFactoryInterface diff --git a/library/PSX/Dispatch/ResponseFactoryInterface.php b/library/PSX/Dispatch/ResponseFactoryInterface.php index 53eb0e18..cc47daf8 100644 --- a/library/PSX/Dispatch/ResponseFactoryInterface.php +++ b/library/PSX/Dispatch/ResponseFactoryInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -27,7 +24,7 @@ * ResponseFactoryInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface ResponseFactoryInterface diff --git a/library/PSX/Dispatch/Sender/Basic.php b/library/PSX/Dispatch/Sender/Basic.php index badeb21f..880ac56f 100644 --- a/library/PSX/Dispatch/Sender/Basic.php +++ b/library/PSX/Dispatch/Sender/Basic.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Sender; @@ -35,7 +32,7 @@ * encoding * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Basic implements SenderInterface diff --git a/library/PSX/Dispatch/Sender/Memory.php b/library/PSX/Dispatch/Sender/Memory.php index 3fba8c16..ca8f32bf 100644 --- a/library/PSX/Dispatch/Sender/Memory.php +++ b/library/PSX/Dispatch/Sender/Memory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Sender; @@ -30,7 +27,7 @@ * Memory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Memory implements SenderInterface diff --git a/library/PSX/Dispatch/Sender/Void.php b/library/PSX/Dispatch/Sender/Void.php index 9ecf641f..8a08a30b 100644 --- a/library/PSX/Dispatch/Sender/Void.php +++ b/library/PSX/Dispatch/Sender/Void.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Sender; @@ -30,7 +27,7 @@ * Void * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Void implements SenderInterface diff --git a/library/PSX/Dispatch/SenderInterface.php b/library/PSX/Dispatch/SenderInterface.php index 3723f001..228b2db6 100644 --- a/library/PSX/Dispatch/SenderInterface.php +++ b/library/PSX/Dispatch/SenderInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -29,7 +26,7 @@ * SenderInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface SenderInterface diff --git a/library/PSX/DisplayException.php b/library/PSX/DisplayException.php index 4d362e17..9db496d3 100644 --- a/library/PSX/DisplayException.php +++ b/library/PSX/DisplayException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -30,7 +27,7 @@ * error level * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DisplayException extends Exception diff --git a/library/PSX/Event.php b/library/PSX/Event.php index 2169184c..efaf301c 100644 --- a/library/PSX/Event.php +++ b/library/PSX/Event.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * Event * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Event diff --git a/library/PSX/Event/CommandExecuteEvent.php b/library/PSX/Event/CommandExecuteEvent.php index a26efa3c..91dad4d5 100644 --- a/library/PSX/Event/CommandExecuteEvent.php +++ b/library/PSX/Event/CommandExecuteEvent.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Event; @@ -31,7 +28,7 @@ * CommandExecuteEvent * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4287.txt */ diff --git a/library/PSX/Event/CommandProcessedEvent.php b/library/PSX/Event/CommandProcessedEvent.php index e67319b0..c4b53e7d 100644 --- a/library/PSX/Event/CommandProcessedEvent.php +++ b/library/PSX/Event/CommandProcessedEvent.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Event; @@ -31,7 +28,7 @@ * CommandProcessedEvent * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4287.txt */ diff --git a/library/PSX/Event/Context/CommandContext.php b/library/PSX/Event/Context/CommandContext.php index 3b866da4..aed7dfe4 100644 --- a/library/PSX/Event/Context/CommandContext.php +++ b/library/PSX/Event/Context/CommandContext.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Event\Context; @@ -30,7 +27,7 @@ * CommandContext * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4287.txt */ diff --git a/library/PSX/Event/Context/ControllerContext.php b/library/PSX/Event/Context/ControllerContext.php index 22d91c4c..f25043c4 100644 --- a/library/PSX/Event/Context/ControllerContext.php +++ b/library/PSX/Event/Context/ControllerContext.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Event\Context; @@ -31,7 +28,7 @@ * ControllerContext * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4287.txt */ diff --git a/library/PSX/Event/ContextInterface.php b/library/PSX/Event/ContextInterface.php index 0dd7d9f3..d8dd1db2 100644 --- a/library/PSX/Event/ContextInterface.php +++ b/library/PSX/Event/ContextInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Event; @@ -29,7 +26,7 @@ * dispatched in an command or controller context. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4287.txt */ diff --git a/library/PSX/Event/ControllerExecuteEvent.php b/library/PSX/Event/ControllerExecuteEvent.php index 61806fe0..8cf47fb6 100644 --- a/library/PSX/Event/ControllerExecuteEvent.php +++ b/library/PSX/Event/ControllerExecuteEvent.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Event; @@ -32,7 +29,7 @@ * ControllerExecuteEvent * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4287.txt */ diff --git a/library/PSX/Event/ControllerProcessedEvent.php b/library/PSX/Event/ControllerProcessedEvent.php index 64bbc0fa..c3a5ba79 100644 --- a/library/PSX/Event/ControllerProcessedEvent.php +++ b/library/PSX/Event/ControllerProcessedEvent.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Event; @@ -32,7 +29,7 @@ * ControllerProcessedEvent * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4287.txt */ diff --git a/library/PSX/Event/ExceptionThrownEvent.php b/library/PSX/Event/ExceptionThrownEvent.php index a4257397..66a395b3 100644 --- a/library/PSX/Event/ExceptionThrownEvent.php +++ b/library/PSX/Event/ExceptionThrownEvent.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Event; @@ -30,7 +27,7 @@ * ExceptionThrownEvent * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4287.txt */ diff --git a/library/PSX/Event/RequestIncomingEvent.php b/library/PSX/Event/RequestIncomingEvent.php index a5342cbb..b1ac349b 100644 --- a/library/PSX/Event/RequestIncomingEvent.php +++ b/library/PSX/Event/RequestIncomingEvent.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Event; @@ -30,7 +27,7 @@ * RequestIncomingEvent * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4287.txt */ diff --git a/library/PSX/Event/ResponseSendEvent.php b/library/PSX/Event/ResponseSendEvent.php index 7156d60a..e9b2e4ea 100644 --- a/library/PSX/Event/ResponseSendEvent.php +++ b/library/PSX/Event/ResponseSendEvent.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Event; @@ -30,7 +27,7 @@ * ResponseSendEvent * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4287.txt */ diff --git a/library/PSX/Event/RouteMatchedEvent.php b/library/PSX/Event/RouteMatchedEvent.php index 2875240f..463cc94b 100644 --- a/library/PSX/Event/RouteMatchedEvent.php +++ b/library/PSX/Event/RouteMatchedEvent.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Event; @@ -31,7 +28,7 @@ * RouteMatchedEvent * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4287.txt */ diff --git a/library/PSX/Exception.php b/library/PSX/Exception.php index f4437c46..7a495084 100644 --- a/library/PSX/Exception.php +++ b/library/PSX/Exception.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * Exception * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Exception extends \Exception diff --git a/library/PSX/File.php b/library/PSX/File.php index cf8ce0f5..9e18a95b 100644 --- a/library/PSX/File.php +++ b/library/PSX/File.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -40,7 +37,7 @@ * * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class File extends SplFileInfo diff --git a/library/PSX/File/Object.php b/library/PSX/File/Object.php index 91d3d2f0..c3dc7c86 100644 --- a/library/PSX/File/Object.php +++ b/library/PSX/File/Object.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\File; @@ -29,7 +26,7 @@ * Object * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Object extends SplFileObject diff --git a/library/PSX/Filter/Alnum.php b/library/PSX/Filter/Alnum.php index d9e4ee89..17c1c5e7 100644 --- a/library/PSX/Filter/Alnum.php +++ b/library/PSX/Filter/Alnum.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Alnum * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Alnum extends FilterAbstract diff --git a/library/PSX/Filter/Alpha.php b/library/PSX/Filter/Alpha.php index d17e3505..53c516c1 100644 --- a/library/PSX/Filter/Alpha.php +++ b/library/PSX/Filter/Alpha.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Alpha * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Alpha extends FilterAbstract diff --git a/library/PSX/Filter/ArrayFilter.php b/library/PSX/Filter/ArrayFilter.php index 926a6120..59bf17fb 100644 --- a/library/PSX/Filter/ArrayFilter.php +++ b/library/PSX/Filter/ArrayFilter.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -30,7 +27,7 @@ * ArrayFilter * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ArrayFilter extends FilterAbstract diff --git a/library/PSX/Filter/Collection.php b/library/PSX/Filter/Collection.php index d64cbb6b..a9bb9f36 100644 --- a/library/PSX/Filter/Collection.php +++ b/library/PSX/Filter/Collection.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Collection extends FilterAbstract diff --git a/library/PSX/Filter/DateInterval.php b/library/PSX/Filter/DateInterval.php index 45a7f1a3..f52d83cd 100644 --- a/library/PSX/Filter/DateInterval.php +++ b/library/PSX/Filter/DateInterval.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -30,7 +27,7 @@ * DateInterval * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://amun.phpsx.org */ class DateInterval extends FilterAbstract diff --git a/library/PSX/Filter/DateRange.php b/library/PSX/Filter/DateRange.php index 99ffffe5..f756ffdf 100644 --- a/library/PSX/Filter/DateRange.php +++ b/library/PSX/Filter/DateRange.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -30,7 +27,7 @@ * Checks whether the given date is in an specific range * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://amun.phpsx.org */ class DateRange extends DateTime diff --git a/library/PSX/Filter/DateTime.php b/library/PSX/Filter/DateTime.php index 2f751e27..5339db0e 100644 --- a/library/PSX/Filter/DateTime.php +++ b/library/PSX/Filter/DateTime.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -30,7 +27,7 @@ * the date in the given format as string * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://amun.phpsx.org */ class DateTime extends FilterAbstract diff --git a/library/PSX/Filter/Digit.php b/library/PSX/Filter/Digit.php index 2424cf6f..79c0436e 100644 --- a/library/PSX/Filter/Digit.php +++ b/library/PSX/Filter/Digit.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Digit * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Digit extends FilterAbstract diff --git a/library/PSX/Filter/Email.php b/library/PSX/Filter/Email.php index a8d0ac9d..0a1f86cd 100644 --- a/library/PSX/Filter/Email.php +++ b/library/PSX/Filter/Email.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Email * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Email extends FilterAbstract diff --git a/library/PSX/Filter/Hash.php b/library/PSX/Filter/Hash.php index 47566784..a3417614 100644 --- a/library/PSX/Filter/Hash.php +++ b/library/PSX/Filter/Hash.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -30,7 +27,7 @@ * Hash * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Hash extends FilterAbstract diff --git a/library/PSX/Filter/Html.php b/library/PSX/Filter/Html.php index 86c4c627..d8f78b3c 100644 --- a/library/PSX/Filter/Html.php +++ b/library/PSX/Filter/Html.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Html * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Html extends FilterAbstract diff --git a/library/PSX/Filter/InArray.php b/library/PSX/Filter/InArray.php index 81cdc6e0..f5282fa5 100644 --- a/library/PSX/Filter/InArray.php +++ b/library/PSX/Filter/InArray.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * InArray * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InArray extends FilterAbstract diff --git a/library/PSX/Filter/InColumn.php b/library/PSX/Filter/InColumn.php index f17547be..b2a2a523 100644 --- a/library/PSX/Filter/InColumn.php +++ b/library/PSX/Filter/InColumn.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -32,7 +29,7 @@ * Checks whether the value is in the column * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InColumn extends FilterAbstract diff --git a/library/PSX/Filter/Ip.php b/library/PSX/Filter/Ip.php index 73180685..56d94755 100644 --- a/library/PSX/Filter/Ip.php +++ b/library/PSX/Filter/Ip.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Ip * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Ip extends FilterAbstract diff --git a/library/PSX/Filter/KeyExists.php b/library/PSX/Filter/KeyExists.php index d13dd3ad..144e5ea5 100644 --- a/library/PSX/Filter/KeyExists.php +++ b/library/PSX/Filter/KeyExists.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * KeyExists * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class KeyExists extends FilterAbstract diff --git a/library/PSX/Filter/Length.php b/library/PSX/Filter/Length.php index 2fa26d1c..64dd19a2 100644 --- a/library/PSX/Filter/Length.php +++ b/library/PSX/Filter/Length.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Length * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Length extends FilterAbstract diff --git a/library/PSX/Filter/Md5.php b/library/PSX/Filter/Md5.php index 8c034064..112499ca 100644 --- a/library/PSX/Filter/Md5.php +++ b/library/PSX/Filter/Md5.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Md5 * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Md5 extends FilterAbstract diff --git a/library/PSX/Filter/NotEmpty.php b/library/PSX/Filter/NotEmpty.php index d48dcc19..d5d8fc8f 100644 --- a/library/PSX/Filter/NotEmpty.php +++ b/library/PSX/Filter/NotEmpty.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * NotEmpty * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NotEmpty extends FilterAbstract diff --git a/library/PSX/Filter/PrimaryKey.php b/library/PSX/Filter/PrimaryKey.php index 87fc3c5b..a248df28 100644 --- a/library/PSX/Filter/PrimaryKey.php +++ b/library/PSX/Filter/PrimaryKey.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -31,7 +28,7 @@ * Checks whether the value is an primary key of the given table * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PrimaryKey extends FilterAbstract diff --git a/library/PSX/Filter/Regexp.php b/library/PSX/Filter/Regexp.php index 373a580a..e1d82c9e 100644 --- a/library/PSX/Filter/Regexp.php +++ b/library/PSX/Filter/Regexp.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Regexp * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Regexp extends FilterAbstract diff --git a/library/PSX/Filter/Sha1.php b/library/PSX/Filter/Sha1.php index fbbd8f7c..10d7be72 100644 --- a/library/PSX/Filter/Sha1.php +++ b/library/PSX/Filter/Sha1.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Sha1 * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Sha1 extends FilterAbstract diff --git a/library/PSX/Filter/Url.php b/library/PSX/Filter/Url.php index 4542dac4..d2f63b8a 100644 --- a/library/PSX/Filter/Url.php +++ b/library/PSX/Filter/Url.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Url * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Url extends FilterAbstract diff --git a/library/PSX/Filter/Urldecode.php b/library/PSX/Filter/Urldecode.php index 74315316..fa3d0556 100644 --- a/library/PSX/Filter/Urldecode.php +++ b/library/PSX/Filter/Urldecode.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Urldecode * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Urldecode extends FilterAbstract diff --git a/library/PSX/Filter/Xdigit.php b/library/PSX/Filter/Xdigit.php index 71dfa661..7f9ad941 100644 --- a/library/PSX/Filter/Xdigit.php +++ b/library/PSX/Filter/Xdigit.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * Xdigit * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Xdigit extends FilterAbstract diff --git a/library/PSX/FilterAbstract.php b/library/PSX/FilterAbstract.php index 09a1fc74..6eb03330 100644 --- a/library/PSX/FilterAbstract.php +++ b/library/PSX/FilterAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * FilterAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class FilterAbstract implements FilterInterface diff --git a/library/PSX/FilterInterface.php b/library/PSX/FilterInterface.php index 951a10d5..5a0fc492 100644 --- a/library/PSX/FilterInterface.php +++ b/library/PSX/FilterInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -29,7 +26,7 @@ * the filter overwrites the value * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface FilterInterface diff --git a/library/PSX/Http.php b/library/PSX/Http.php index d796c79e..2438665f 100644 --- a/library/PSX/Http.php +++ b/library/PSX/Http.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -51,7 +48,7 @@ * * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Http diff --git a/library/PSX/Http/Authentication.php b/library/PSX/Http/Authentication.php index 93b2852f..aca3eb9a 100644 --- a/library/PSX/Http/Authentication.php +++ b/library/PSX/Http/Authentication.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * Util class to handle Authentication header * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Authentication diff --git a/library/PSX/Http/Cookie.php b/library/PSX/Http/Cookie.php index fae46829..03c0ae68 100644 --- a/library/PSX/Http/Cookie.php +++ b/library/PSX/Http/Cookie.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * Cookie * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Cookie diff --git a/library/PSX/Http/CookieParser.php b/library/PSX/Http/CookieParser.php index 8453ba46..4c2cddc1 100644 --- a/library/PSX/Http/CookieParser.php +++ b/library/PSX/Http/CookieParser.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * CookieParser * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CookieParser diff --git a/library/PSX/Http/CookieStore/Memory.php b/library/PSX/Http/CookieStore/Memory.php index 88ae6d3e..993d9bd9 100644 --- a/library/PSX/Http/CookieStore/Memory.php +++ b/library/PSX/Http/CookieStore/Memory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\CookieStore; @@ -30,7 +27,7 @@ * Memory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Memory implements CookieStoreInterface diff --git a/library/PSX/Http/CookieStoreInterface.php b/library/PSX/Http/CookieStoreInterface.php index 795237bf..7bd82854 100644 --- a/library/PSX/Http/CookieStoreInterface.php +++ b/library/PSX/Http/CookieStoreInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -27,7 +24,7 @@ * CookieStoreInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface CookieStoreInterface diff --git a/library/PSX/Http/DeleteRequest.php b/library/PSX/Http/DeleteRequest.php index 67a5981a..9824d25b 100644 --- a/library/PSX/Http/DeleteRequest.php +++ b/library/PSX/Http/DeleteRequest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * DeleteRequest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DeleteRequest extends Request diff --git a/library/PSX/Http/Exception/BadRequestException.php b/library/PSX/Http/Exception/BadRequestException.php index 5682d146..47732fb4 100644 --- a/library/PSX/Http/Exception/BadRequestException.php +++ b/library/PSX/Http/Exception/BadRequestException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -28,7 +25,7 @@ * The client SHOULD NOT repeat the request without modifications. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BadRequestException extends ClientErrorException diff --git a/library/PSX/Http/Exception/ClientErrorException.php b/library/PSX/Http/Exception/ClientErrorException.php index c0b39462..d4a6d8c6 100644 --- a/library/PSX/Http/Exception/ClientErrorException.php +++ b/library/PSX/Http/Exception/ClientErrorException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -32,7 +29,7 @@ * entity to the user. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ClientErrorException extends StatusCodeException diff --git a/library/PSX/Http/Exception/ConflictException.php b/library/PSX/Http/Exception/ConflictException.php index d1a2de54..be241c44 100644 --- a/library/PSX/Http/Exception/ConflictException.php +++ b/library/PSX/Http/Exception/ConflictException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -33,7 +30,7 @@ * might not be possible and is not required. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ConflictException extends ClientErrorException diff --git a/library/PSX/Http/Exception/ForbiddenException.php b/library/PSX/Http/Exception/ForbiddenException.php index 2c6802e6..0c7e89d4 100644 --- a/library/PSX/Http/Exception/ForbiddenException.php +++ b/library/PSX/Http/Exception/ForbiddenException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -32,7 +29,7 @@ * to the client, the status code 404 (Not Found) can be used instead. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ForbiddenException extends ClientErrorException diff --git a/library/PSX/Http/Exception/FoundException.php b/library/PSX/Http/Exception/FoundException.php index 5035cf53..6feab8dc 100644 --- a/library/PSX/Http/Exception/FoundException.php +++ b/library/PSX/Http/Exception/FoundException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -30,7 +27,7 @@ * indicated by a Cache-Control or Expires header field. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FoundException extends RedirectionException diff --git a/library/PSX/Http/Exception/GoneException.php b/library/PSX/Http/Exception/GoneException.php index 88230767..989a30cb 100644 --- a/library/PSX/Http/Exception/GoneException.php +++ b/library/PSX/Http/Exception/GoneException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -33,7 +30,7 @@ * unless indicated otherwise. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class GoneException extends ClientErrorException diff --git a/library/PSX/Http/Exception/InternalServerErrorException.php b/library/PSX/Http/Exception/InternalServerErrorException.php index 3528b2f1..dbd05be6 100644 --- a/library/PSX/Http/Exception/InternalServerErrorException.php +++ b/library/PSX/Http/Exception/InternalServerErrorException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -28,7 +25,7 @@ * fulfilling the request. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InternalServerErrorException extends ServerErrorException diff --git a/library/PSX/Http/Exception/MethodNotAllowedException.php b/library/PSX/Http/Exception/MethodNotAllowedException.php index 67522bc1..84365e61 100644 --- a/library/PSX/Http/Exception/MethodNotAllowedException.php +++ b/library/PSX/Http/Exception/MethodNotAllowedException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -29,7 +26,7 @@ * containing a list of valid methods for the requested resource. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MethodNotAllowedException extends ClientErrorException diff --git a/library/PSX/Http/Exception/MovedPermanentlyException.php b/library/PSX/Http/Exception/MovedPermanentlyException.php index 3ea005e5..f00ecc7d 100644 --- a/library/PSX/Http/Exception/MovedPermanentlyException.php +++ b/library/PSX/Http/Exception/MovedPermanentlyException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -31,7 +28,7 @@ * where possible. This response is cacheable unless indicated otherwise. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MovedPermanentlyException extends RedirectionException diff --git a/library/PSX/Http/Exception/NotAcceptableException.php b/library/PSX/Http/Exception/NotAcceptableException.php index 4423846c..bd9aad31 100644 --- a/library/PSX/Http/Exception/NotAcceptableException.php +++ b/library/PSX/Http/Exception/NotAcceptableException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -29,7 +26,7 @@ * accept headers sent in the request. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NotAcceptableException extends ClientErrorException diff --git a/library/PSX/Http/Exception/NotFoundException.php b/library/PSX/Http/Exception/NotFoundException.php index f5aa34ec..d1236420 100644 --- a/library/PSX/Http/Exception/NotFoundException.php +++ b/library/PSX/Http/Exception/NotFoundException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -33,7 +30,7 @@ * other response is applicable. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NotFoundException extends ClientErrorException diff --git a/library/PSX/Http/Exception/NotImplementedException.php b/library/PSX/Http/Exception/NotImplementedException.php index 7a87066a..510bb62e 100644 --- a/library/PSX/Http/Exception/NotImplementedException.php +++ b/library/PSX/Http/Exception/NotImplementedException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -29,7 +26,7 @@ * the request method and is not capable of supporting it for any resource. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NotImplementedException extends ServerErrorException diff --git a/library/PSX/Http/Exception/NotModifiedException.php b/library/PSX/Http/Exception/NotModifiedException.php index cb185ca0..eee9b0f7 100644 --- a/library/PSX/Http/Exception/NotModifiedException.php +++ b/library/PSX/Http/Exception/NotModifiedException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -30,7 +27,7 @@ * always terminated by the first empty line after the header fields. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NotModifiedException extends RedirectionException diff --git a/library/PSX/Http/Exception/RedirectionException.php b/library/PSX/Http/Exception/RedirectionException.php index ba8a1752..6d8f8a74 100644 --- a/library/PSX/Http/Exception/RedirectionException.php +++ b/library/PSX/Http/Exception/RedirectionException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -32,7 +29,7 @@ * for each redirection. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RedirectionException extends StatusCodeException diff --git a/library/PSX/Http/Exception/SeeOtherException.php b/library/PSX/Http/Exception/SeeOtherException.php index 902dd898..87e4b2ca 100644 --- a/library/PSX/Http/Exception/SeeOtherException.php +++ b/library/PSX/Http/Exception/SeeOtherException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -32,7 +29,7 @@ * response to the second (redirected) request might be cacheable. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SeeOtherException extends RedirectionException diff --git a/library/PSX/Http/Exception/ServerErrorException.php b/library/PSX/Http/Exception/ServerErrorException.php index a0abc97a..3987e231 100644 --- a/library/PSX/Http/Exception/ServerErrorException.php +++ b/library/PSX/Http/Exception/ServerErrorException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -33,7 +30,7 @@ * method. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ServerErrorException extends StatusCodeException diff --git a/library/PSX/Http/Exception/ServiceUnavailableException.php b/library/PSX/Http/Exception/ServiceUnavailableException.php index d43d57b0..328ce92b 100644 --- a/library/PSX/Http/Exception/ServiceUnavailableException.php +++ b/library/PSX/Http/Exception/ServiceUnavailableException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -32,7 +29,7 @@ * 500 response. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ServiceUnavailableException extends ServerErrorException diff --git a/library/PSX/Http/Exception/StatusCodeException.php b/library/PSX/Http/Exception/StatusCodeException.php index e5f51152..0c01f032 100644 --- a/library/PSX/Http/Exception/StatusCodeException.php +++ b/library/PSX/Http/Exception/StatusCodeException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -30,7 +27,7 @@ * StatusCodeException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class StatusCodeException extends \PSX\Exception diff --git a/library/PSX/Http/Exception/TemporaryRedirectException.php b/library/PSX/Http/Exception/TemporaryRedirectException.php index 4d322d7f..2b809ed9 100644 --- a/library/PSX/Http/Exception/TemporaryRedirectException.php +++ b/library/PSX/Http/Exception/TemporaryRedirectException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -30,7 +27,7 @@ * by a Cache-Control or Expires header field. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TemporaryRedirectException extends RedirectionException diff --git a/library/PSX/Http/Exception/UnauthorizedException.php b/library/PSX/Http/Exception/UnauthorizedException.php index 06f59fa5..ff268381 100644 --- a/library/PSX/Http/Exception/UnauthorizedException.php +++ b/library/PSX/Http/Exception/UnauthorizedException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -36,7 +33,7 @@ * include relevant diagnostic information. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UnauthorizedException extends ClientErrorException diff --git a/library/PSX/Http/Exception/UnsupportedMediaTypeException.php b/library/PSX/Http/Exception/UnsupportedMediaTypeException.php index 2fb13cb6..6631c448 100644 --- a/library/PSX/Http/Exception/UnsupportedMediaTypeException.php +++ b/library/PSX/Http/Exception/UnsupportedMediaTypeException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -29,7 +26,7 @@ * requested method. * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UnsupportedMediaTypeException extends ClientErrorException diff --git a/library/PSX/Http/GetRequest.php b/library/PSX/Http/GetRequest.php index aab79d9a..71ede2f1 100644 --- a/library/PSX/Http/GetRequest.php +++ b/library/PSX/Http/GetRequest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * GetRequest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class GetRequest extends Request diff --git a/library/PSX/Http/Handler/Callback.php b/library/PSX/Http/Handler/Callback.php index 6cb89eae..60666b65 100644 --- a/library/PSX/Http/Handler/Callback.php +++ b/library/PSX/Http/Handler/Callback.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Handler; @@ -35,7 +32,7 @@ * Callback * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Callback implements HandlerInterface diff --git a/library/PSX/Http/Handler/Curl.php b/library/PSX/Http/Handler/Curl.php index b2587131..76606587 100644 --- a/library/PSX/Http/Handler/Curl.php +++ b/library/PSX/Http/Handler/Curl.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Handler; @@ -39,7 +36,7 @@ * This handler uses the curl extension to send the HTTP request * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Curl implements HandlerInterface diff --git a/library/PSX/Http/Handler/Mock.php b/library/PSX/Http/Handler/Mock.php index 1bfec499..88999b65 100644 --- a/library/PSX/Http/Handler/Mock.php +++ b/library/PSX/Http/Handler/Mock.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Handler; @@ -37,7 +34,7 @@ * request * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Mock implements HandlerInterface diff --git a/library/PSX/Http/Handler/MockCapture.php b/library/PSX/Http/Handler/MockCapture.php index 6b6ba7f6..59e4df65 100644 --- a/library/PSX/Http/Handler/MockCapture.php +++ b/library/PSX/Http/Handler/MockCapture.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Handler; @@ -39,7 +36,7 @@ * by the Mock handler * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MockCapture implements HandlerInterface diff --git a/library/PSX/Http/Handler/Socks.php b/library/PSX/Http/Handler/Socks.php index ac0ca63b..77fe166b 100644 --- a/library/PSX/Http/Handler/Socks.php +++ b/library/PSX/Http/Handler/Socks.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Handler; @@ -38,7 +35,7 @@ * This handler writes the complete HTTP message by itself on the socket * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Socks implements HandlerInterface diff --git a/library/PSX/Http/Handler/Stream.php b/library/PSX/Http/Handler/Stream.php index 63ce477f..351f2c18 100644 --- a/library/PSX/Http/Handler/Stream.php +++ b/library/PSX/Http/Handler/Stream.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Handler; @@ -38,7 +35,7 @@ * This handler uses the internal HTTP wrapper to send the HTTP request * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Stream implements HandlerInterface diff --git a/library/PSX/Http/HandlerException.php b/library/PSX/Http/HandlerException.php index 88af005b..490ff458 100644 --- a/library/PSX/Http/HandlerException.php +++ b/library/PSX/Http/HandlerException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -30,7 +27,7 @@ * request or response * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class HandlerException extends Exception diff --git a/library/PSX/Http/HandlerInterface.php b/library/PSX/Http/HandlerInterface.php index 182f02bc..d3e75768 100644 --- a/library/PSX/Http/HandlerInterface.php +++ b/library/PSX/Http/HandlerInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -27,7 +24,7 @@ * HandlerInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface HandlerInterface diff --git a/library/PSX/Http/HeadRequest.php b/library/PSX/Http/HeadRequest.php index 1d2a9a89..e5b4ba83 100644 --- a/library/PSX/Http/HeadRequest.php +++ b/library/PSX/Http/HeadRequest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * HeadRequest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class HeadRequest extends Request diff --git a/library/PSX/Http/MediaType.php b/library/PSX/Http/MediaType.php index 21be8293..e2c2e960 100644 --- a/library/PSX/Http/MediaType.php +++ b/library/PSX/Http/MediaType.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * MediaType * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MediaType diff --git a/library/PSX/Http/Message.php b/library/PSX/Http/Message.php index 2cf9a8e0..0dfaea6d 100644 --- a/library/PSX/Http/Message.php +++ b/library/PSX/Http/Message.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -31,7 +28,7 @@ * Message * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Message implements MessageInterface diff --git a/library/PSX/Http/MessageInterface.php b/library/PSX/Http/MessageInterface.php index 405db4ca..f5c29205 100644 --- a/library/PSX/Http/MessageInterface.php +++ b/library/PSX/Http/MessageInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * This is a mutable version of the PSR HTTP message interface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md */ diff --git a/library/PSX/Http/NotSupportedException.php b/library/PSX/Http/NotSupportedException.php index 487f7df9..c76500a6 100644 --- a/library/PSX/Http/NotSupportedException.php +++ b/library/PSX/Http/NotSupportedException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * NotSupportedException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NotSupportedException extends Exception diff --git a/library/PSX/Http/Options.php b/library/PSX/Http/Options.php index 7a0bc646..97a6636b 100644 --- a/library/PSX/Http/Options.php +++ b/library/PSX/Http/Options.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -27,7 +24,7 @@ * Options * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Options diff --git a/library/PSX/Http/ParseException.php b/library/PSX/Http/ParseException.php index fedfa5f2..66d81f2d 100644 --- a/library/PSX/Http/ParseException.php +++ b/library/PSX/Http/ParseException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * ParseException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ParseException extends Exception diff --git a/library/PSX/Http/ParserAbstract.php b/library/PSX/Http/ParserAbstract.php index 40de4cb5..ea38fea8 100644 --- a/library/PSX/Http/ParserAbstract.php +++ b/library/PSX/Http/ParserAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -30,7 +27,7 @@ * ParserAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ParserAbstract diff --git a/library/PSX/Http/PostRequest.php b/library/PSX/Http/PostRequest.php index 899086a6..77259d93 100644 --- a/library/PSX/Http/PostRequest.php +++ b/library/PSX/Http/PostRequest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * PostRequest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PostRequest extends Request diff --git a/library/PSX/Http/Psr/RequestFactory.php b/library/PSX/Http/Psr/RequestFactory.php index 08a2fa76..a1900348 100644 --- a/library/PSX/Http/Psr/RequestFactory.php +++ b/library/PSX/Http/Psr/RequestFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Psr; @@ -34,7 +31,7 @@ * RequestFactory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RequestFactory diff --git a/library/PSX/Http/Psr/ResponseFactory.php b/library/PSX/Http/Psr/ResponseFactory.php index 7c025ad8..c9b9e294 100644 --- a/library/PSX/Http/Psr/ResponseFactory.php +++ b/library/PSX/Http/Psr/ResponseFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Psr; @@ -32,7 +29,7 @@ * ResponseFactory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResponseFactory diff --git a/library/PSX/Http/Psr/ServerRequestFactory.php b/library/PSX/Http/Psr/ServerRequestFactory.php index 7880f13d..d9fbd936 100644 --- a/library/PSX/Http/Psr/ServerRequestFactory.php +++ b/library/PSX/Http/Psr/ServerRequestFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Psr; @@ -34,7 +31,7 @@ * ServerRequestFactory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ServerRequestFactory diff --git a/library/PSX/Http/PutRequest.php b/library/PSX/Http/PutRequest.php index 0af5d570..49ed696c 100644 --- a/library/PSX/Http/PutRequest.php +++ b/library/PSX/Http/PutRequest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * PutRequest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PutRequest extends Request diff --git a/library/PSX/Http/RedirectException.php b/library/PSX/Http/RedirectException.php index 161caa9e..a99ccd41 100644 --- a/library/PSX/Http/RedirectException.php +++ b/library/PSX/Http/RedirectException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * Exception thrown if the max redirection of http requests is reached * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RedirectException extends Exception diff --git a/library/PSX/Http/Request.php b/library/PSX/Http/Request.php index ffd53473..9b673d43 100644 --- a/library/PSX/Http/Request.php +++ b/library/PSX/Http/Request.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -31,7 +28,7 @@ * Request * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Request extends Message implements RequestInterface diff --git a/library/PSX/Http/RequestInterface.php b/library/PSX/Http/RequestInterface.php index 329bee5b..716b7807 100644 --- a/library/PSX/Http/RequestInterface.php +++ b/library/PSX/Http/RequestInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * This is a mutable version of the PSR HTTP message interface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md */ diff --git a/library/PSX/Http/RequestParser.php b/library/PSX/Http/RequestParser.php index 3667d2ac..adf442e9 100644 --- a/library/PSX/Http/RequestParser.php +++ b/library/PSX/Http/RequestParser.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -33,7 +30,7 @@ * RequestParser * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RequestParser extends ParserAbstract diff --git a/library/PSX/Http/RequestServerTrait.php b/library/PSX/Http/RequestServerTrait.php index 46f943bc..7ae39868 100644 --- a/library/PSX/Http/RequestServerTrait.php +++ b/library/PSX/Http/RequestServerTrait.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -27,7 +24,7 @@ * RequestServerTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait RequestServerTrait diff --git a/library/PSX/Http/Response.php b/library/PSX/Http/Response.php index c80b7e3b..7834db15 100644 --- a/library/PSX/Http/Response.php +++ b/library/PSX/Http/Response.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -30,7 +27,7 @@ * Response * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Response extends Message implements ResponseInterface diff --git a/library/PSX/Http/ResponseInterface.php b/library/PSX/Http/ResponseInterface.php index 766bcbef..351fbf94 100644 --- a/library/PSX/Http/ResponseInterface.php +++ b/library/PSX/Http/ResponseInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -27,7 +24,7 @@ * This is a mutable version of the PSR HTTP message interface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md */ diff --git a/library/PSX/Http/ResponseParser.php b/library/PSX/Http/ResponseParser.php index 1ab88ee3..5944f78f 100644 --- a/library/PSX/Http/ResponseParser.php +++ b/library/PSX/Http/ResponseParser.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -32,7 +29,7 @@ * ResponseParser * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResponseParser extends ParserAbstract diff --git a/library/PSX/Http/Stream/FileStream.php b/library/PSX/Http/Stream/FileStream.php index 9cefca79..a0be0fe0 100644 --- a/library/PSX/Http/Stream/FileStream.php +++ b/library/PSX/Http/Stream/FileStream.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Stream; @@ -27,7 +24,7 @@ * FileStream * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FileStream extends TempStream diff --git a/library/PSX/Http/Stream/SocksStream.php b/library/PSX/Http/Stream/SocksStream.php index 3178d212..cf2b7b83 100644 --- a/library/PSX/Http/Stream/SocksStream.php +++ b/library/PSX/Http/Stream/SocksStream.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Stream; @@ -29,7 +26,7 @@ * memory or file * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SocksStream extends TempStream diff --git a/library/PSX/Http/Stream/StringStream.php b/library/PSX/Http/Stream/StringStream.php index 09810a7d..6fc76d8b 100644 --- a/library/PSX/Http/Stream/StringStream.php +++ b/library/PSX/Http/Stream/StringStream.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Stream; @@ -30,7 +27,7 @@ * the available memory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class StringStream implements StreamableInterface diff --git a/library/PSX/Http/Stream/TempStream.php b/library/PSX/Http/Stream/TempStream.php index fa86b7ca..24f5f029 100644 --- a/library/PSX/Http/Stream/TempStream.php +++ b/library/PSX/Http/Stream/TempStream.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Stream; @@ -33,7 +30,7 @@ * this stream * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TempStream implements StreamableInterface diff --git a/library/PSX/Http/Stream/Util.php b/library/PSX/Http/Stream/Util.php index 6a16b656..e428329b 100644 --- a/library/PSX/Http/Stream/Util.php +++ b/library/PSX/Http/Stream/Util.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Stream; @@ -29,7 +26,7 @@ * Provides util methods to handle with streams * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Util diff --git a/library/PSX/Json.php b/library/PSX/Json.php index 7f01ed24..460fed55 100644 --- a/library/PSX/Json.php +++ b/library/PSX/Json.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -32,7 +29,7 @@ * * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Json diff --git a/library/PSX/Json/WebSignature.php b/library/PSX/Json/WebSignature.php index 3552a2f4..5ad6d57f 100644 --- a/library/PSX/Json/WebSignature.php +++ b/library/PSX/Json/WebSignature.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Json; @@ -30,7 +27,7 @@ * WebSignature * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-39 */ diff --git a/library/PSX/Json/WebToken.php b/library/PSX/Json/WebToken.php index b1fb8332..2b9fd112 100644 --- a/library/PSX/Json/WebToken.php +++ b/library/PSX/Json/WebToken.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Json; @@ -30,7 +27,7 @@ * WebToken * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32 */ diff --git a/library/PSX/Loader.php b/library/PSX/Loader.php index dd0f48ee..3b8f3dc3 100644 --- a/library/PSX/Loader.php +++ b/library/PSX/Loader.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -44,7 +41,7 @@ * Loader * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Loader implements LoaderInterface diff --git a/library/PSX/Loader/CallbackResolver/DependencyInjector.php b/library/PSX/Loader/CallbackResolver/DependencyInjector.php index 7bcafde6..bae2578c 100644 --- a/library/PSX/Loader/CallbackResolver/DependencyInjector.php +++ b/library/PSX/Loader/CallbackResolver/DependencyInjector.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\CallbackResolver; @@ -33,7 +30,7 @@ * DependencyInjector * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DependencyInjector implements CallbackResolverInterface diff --git a/library/PSX/Loader/CallbackResolverInterface.php b/library/PSX/Loader/CallbackResolverInterface.php index bbbb4c5e..f58644b2 100644 --- a/library/PSX/Loader/CallbackResolverInterface.php +++ b/library/PSX/Loader/CallbackResolverInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -30,7 +27,7 @@ * CallbackResolverInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface CallbackResolverInterface diff --git a/library/PSX/Loader/Context.php b/library/PSX/Loader/Context.php index ef9f6b76..82f4d766 100644 --- a/library/PSX/Loader/Context.php +++ b/library/PSX/Loader/Context.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -27,7 +24,7 @@ * Contains context values which are gathered around an controller * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Context diff --git a/library/PSX/Loader/InvalidPathException.php b/library/PSX/Loader/InvalidPathException.php index 8c5d647b..fa540623 100644 --- a/library/PSX/Loader/InvalidPathException.php +++ b/library/PSX/Loader/InvalidPathException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -30,7 +27,7 @@ * Exception which gets thrown if an loader can not resolve the given request * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InvalidPathException extends NotFoundException diff --git a/library/PSX/Loader/LocationFinder/CallbackMethod.php b/library/PSX/Loader/LocationFinder/CallbackMethod.php index 918eb5a3..a80185d9 100644 --- a/library/PSX/Loader/LocationFinder/CallbackMethod.php +++ b/library/PSX/Loader/LocationFinder/CallbackMethod.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\LocationFinder; @@ -32,7 +29,7 @@ * Calls an Closure method in order to resolve a path * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CallbackMethod implements LocationFinderInterface diff --git a/library/PSX/Loader/LocationFinder/RoutingParser.php b/library/PSX/Loader/LocationFinder/RoutingParser.php index 3b3e11bd..b151f649 100644 --- a/library/PSX/Loader/LocationFinder/RoutingParser.php +++ b/library/PSX/Loader/LocationFinder/RoutingParser.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\LocationFinder; @@ -35,7 +32,7 @@ * Location finder which gets a collection of routes from an routing parser * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RoutingParser implements LocationFinderInterface diff --git a/library/PSX/Loader/LocationFinderInterface.php b/library/PSX/Loader/LocationFinderInterface.php index cd84fd5d..523a6ead 100644 --- a/library/PSX/Loader/LocationFinderInterface.php +++ b/library/PSX/Loader/LocationFinderInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -29,7 +26,7 @@ * LocationFinderInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface LocationFinderInterface diff --git a/library/PSX/Loader/PathMatcher.php b/library/PSX/Loader/PathMatcher.php index f90d19c6..a4dc1294 100644 --- a/library/PSX/Loader/PathMatcher.php +++ b/library/PSX/Loader/PathMatcher.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -27,7 +24,7 @@ * PathMatcher * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PathMatcher diff --git a/library/PSX/Loader/ReverseRouter.php b/library/PSX/Loader/ReverseRouter.php index 56171c75..863462cf 100644 --- a/library/PSX/Loader/ReverseRouter.php +++ b/library/PSX/Loader/ReverseRouter.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -29,7 +26,7 @@ * ReverseRouter * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ReverseRouter diff --git a/library/PSX/Loader/RoutingCollection.php b/library/PSX/Loader/RoutingCollection.php index e1fe022c..54efa06a 100644 --- a/library/PSX/Loader/RoutingCollection.php +++ b/library/PSX/Loader/RoutingCollection.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -30,7 +27,7 @@ * RoutingCollection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RoutingCollection implements Iterator, Countable diff --git a/library/PSX/Loader/RoutingParser/Annotation.php b/library/PSX/Loader/RoutingParser/Annotation.php index 3022fe12..2992c6c9 100644 --- a/library/PSX/Loader/RoutingParser/Annotation.php +++ b/library/PSX/Loader/RoutingParser/Annotation.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\RoutingParser; @@ -35,7 +32,7 @@ * Annotation * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Annotation implements RoutingParserInterface diff --git a/library/PSX/Loader/RoutingParser/ArrayCollection.php b/library/PSX/Loader/RoutingParser/ArrayCollection.php index b5251901..4deb3aee 100644 --- a/library/PSX/Loader/RoutingParser/ArrayCollection.php +++ b/library/PSX/Loader/RoutingParser/ArrayCollection.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\RoutingParser; @@ -35,7 +32,7 @@ * A simple routing parser which gets all informations from an array * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ArrayCollection implements RoutingParserInterface diff --git a/library/PSX/Loader/RoutingParser/CachedParser.php b/library/PSX/Loader/RoutingParser/CachedParser.php index 3b7597eb..70b231aa 100644 --- a/library/PSX/Loader/RoutingParser/CachedParser.php +++ b/library/PSX/Loader/RoutingParser/CachedParser.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\RoutingParser; @@ -31,7 +28,7 @@ * CachedParser * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CachedParser implements RoutingParserInterface diff --git a/library/PSX/Loader/RoutingParser/RoutingFile.php b/library/PSX/Loader/RoutingParser/RoutingFile.php index 3bc034b7..2e74a965 100644 --- a/library/PSX/Loader/RoutingParser/RoutingFile.php +++ b/library/PSX/Loader/RoutingParser/RoutingFile.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\RoutingParser; @@ -30,7 +27,7 @@ * RoutingFile * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RoutingFile implements RoutingParserInterface diff --git a/library/PSX/Loader/RoutingParserInterface.php b/library/PSX/Loader/RoutingParserInterface.php index 724708f5..9420c35d 100644 --- a/library/PSX/Loader/RoutingParserInterface.php +++ b/library/PSX/Loader/RoutingParserInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -27,7 +24,7 @@ * RoutingParserInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface RoutingParserInterface diff --git a/library/PSX/LoaderInterface.php b/library/PSX/LoaderInterface.php index 39eba603..4c08d770 100644 --- a/library/PSX/LoaderInterface.php +++ b/library/PSX/LoaderInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -30,7 +27,7 @@ * LoaderInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface LoaderInterface diff --git a/library/PSX/Log/ErrorFormatter.php b/library/PSX/Log/ErrorFormatter.php index c5e7f6f8..dec04548 100644 --- a/library/PSX/Log/ErrorFormatter.php +++ b/library/PSX/Log/ErrorFormatter.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Log; @@ -29,7 +26,7 @@ * ErrorFormatter * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ErrorFormatter extends NormalizerFormatter diff --git a/library/PSX/Log/LogListener.php b/library/PSX/Log/LogListener.php index eed904dc..44e79e08 100644 --- a/library/PSX/Log/LogListener.php +++ b/library/PSX/Log/LogListener.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Log; @@ -40,7 +37,7 @@ * LogListener * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class LogListener implements EventSubscriberInterface diff --git a/library/PSX/Oauth.php b/library/PSX/Oauth.php index 0ce70b72..ad2c8537 100644 --- a/library/PSX/Oauth.php +++ b/library/PSX/Oauth.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -34,7 +31,7 @@ * * @author Christoph Kappestein * @author Andy Smith - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://tools.ietf.org/html/rfc5849 */ diff --git a/library/PSX/Oauth/Provider/AccessAbstract.php b/library/PSX/Oauth/Provider/AccessAbstract.php index 88d2a23b..4437b5e4 100644 --- a/library/PSX/Oauth/Provider/AccessAbstract.php +++ b/library/PSX/Oauth/Provider/AccessAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Provider; @@ -37,7 +34,7 @@ * AccessAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class AccessAbstract extends ApiAbstract diff --git a/library/PSX/Oauth/Provider/AuthorizationHeaderExtractor.php b/library/PSX/Oauth/Provider/AuthorizationHeaderExtractor.php index b7ecdd68..dd94a446 100644 --- a/library/PSX/Oauth/Provider/AuthorizationHeaderExtractor.php +++ b/library/PSX/Oauth/Provider/AuthorizationHeaderExtractor.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Provider; @@ -35,7 +32,7 @@ * AuthorizationHeaderExtractor * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AuthorizationHeaderExtractor diff --git a/library/PSX/Oauth/Provider/Data/Consumer.php b/library/PSX/Oauth/Provider/Data/Consumer.php index 8dfa3b62..ed497495 100644 --- a/library/PSX/Oauth/Provider/Data/Consumer.php +++ b/library/PSX/Oauth/Provider/Data/Consumer.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Provider\Data; @@ -27,7 +24,7 @@ * Consumer * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Consumer diff --git a/library/PSX/Oauth/Provider/Data/Request.php b/library/PSX/Oauth/Provider/Data/Request.php index 54e41826..de1e2fda 100644 --- a/library/PSX/Oauth/Provider/Data/Request.php +++ b/library/PSX/Oauth/Provider/Data/Request.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Provider\Data; @@ -38,7 +35,7 @@ * Request * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Request extends RecordAbstract diff --git a/library/PSX/Oauth/Provider/Data/Response.php b/library/PSX/Oauth/Provider/Data/Response.php index a60ac9d1..50cefca1 100644 --- a/library/PSX/Oauth/Provider/Data/Response.php +++ b/library/PSX/Oauth/Provider/Data/Response.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Provider\Data; @@ -32,7 +29,7 @@ * Response * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Response extends RecordAbstract diff --git a/library/PSX/Oauth/Provider/Data/ResponseImporter.php b/library/PSX/Oauth/Provider/Data/ResponseImporter.php index ac37d7f0..dab18f30 100644 --- a/library/PSX/Oauth/Provider/Data/ResponseImporter.php +++ b/library/PSX/Oauth/Provider/Data/ResponseImporter.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Provider\Data; @@ -33,7 +30,7 @@ * ResponseImporter * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResponseImporter diff --git a/library/PSX/Oauth/Provider/RequestAbstract.php b/library/PSX/Oauth/Provider/RequestAbstract.php index 3d85d5d7..14c251ea 100644 --- a/library/PSX/Oauth/Provider/RequestAbstract.php +++ b/library/PSX/Oauth/Provider/RequestAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Provider; @@ -37,7 +34,7 @@ * RequestAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class RequestAbstract extends ApiAbstract diff --git a/library/PSX/Oauth/Signature/HMACSHA1.php b/library/PSX/Oauth/Signature/HMACSHA1.php index 915ad6ff..2b510204 100644 --- a/library/PSX/Oauth/Signature/HMACSHA1.php +++ b/library/PSX/Oauth/Signature/HMACSHA1.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Signature; @@ -30,7 +27,7 @@ * HMACSHA1 * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class HMACSHA1 extends SignatureAbstract diff --git a/library/PSX/Oauth/Signature/PLAINTEXT.php b/library/PSX/Oauth/Signature/PLAINTEXT.php index e89dd189..04ce81ba 100644 --- a/library/PSX/Oauth/Signature/PLAINTEXT.php +++ b/library/PSX/Oauth/Signature/PLAINTEXT.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Signature; @@ -30,7 +27,7 @@ * PLAINTEXT * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PLAINTEXT extends SignatureAbstract diff --git a/library/PSX/Oauth/Signature/RSASHA1.php b/library/PSX/Oauth/Signature/RSASHA1.php index f5a9ba2e..65513e9a 100644 --- a/library/PSX/Oauth/Signature/RSASHA1.php +++ b/library/PSX/Oauth/Signature/RSASHA1.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Signature; @@ -30,7 +27,7 @@ * RSASHA1 * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RSASHA1 extends SignatureAbstract diff --git a/library/PSX/Oauth/SignatureAbstract.php b/library/PSX/Oauth/SignatureAbstract.php index d459c114..3832a460 100644 --- a/library/PSX/Oauth/SignatureAbstract.php +++ b/library/PSX/Oauth/SignatureAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth; @@ -29,7 +26,7 @@ * SignatureAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class SignatureAbstract diff --git a/library/PSX/Oauth2.php b/library/PSX/Oauth2.php index 54cb2ca8..9610b0fa 100644 --- a/library/PSX/Oauth2.php +++ b/library/PSX/Oauth2.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -55,7 +52,7 @@ * * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://tools.ietf.org/html/rfc5849 */ diff --git a/library/PSX/Oauth2/AccessToken.php b/library/PSX/Oauth2/AccessToken.php index 9d040c6e..0443e51a 100644 --- a/library/PSX/Oauth2/AccessToken.php +++ b/library/PSX/Oauth2/AccessToken.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2; @@ -30,7 +27,7 @@ * AccessToken * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AccessToken extends RecordAbstract diff --git a/library/PSX/Oauth2/Authorization/AuthorizationCode.php b/library/PSX/Oauth2/Authorization/AuthorizationCode.php index b29eace3..7d890a46 100644 --- a/library/PSX/Oauth2/Authorization/AuthorizationCode.php +++ b/library/PSX/Oauth2/Authorization/AuthorizationCode.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization; @@ -32,7 +29,7 @@ * AuthorizationCode * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AuthorizationCode extends AuthorizationAbstract diff --git a/library/PSX/Oauth2/Authorization/AuthorizationCode/CallbackAbstract.php b/library/PSX/Oauth2/Authorization/AuthorizationCode/CallbackAbstract.php index f95c6251..aa3c267f 100644 --- a/library/PSX/Oauth2/Authorization/AuthorizationCode/CallbackAbstract.php +++ b/library/PSX/Oauth2/Authorization/AuthorizationCode/CallbackAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization\AuthorizationCode; @@ -33,7 +30,7 @@ * CallbackAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class CallbackAbstract extends ApiAbstract diff --git a/library/PSX/Oauth2/Authorization/ClientCredentials.php b/library/PSX/Oauth2/Authorization/ClientCredentials.php index 5ee3df3e..606f4335 100644 --- a/library/PSX/Oauth2/Authorization/ClientCredentials.php +++ b/library/PSX/Oauth2/Authorization/ClientCredentials.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization; @@ -30,7 +27,7 @@ * ClientCredentials * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ClientCredentials extends AuthorizationAbstract diff --git a/library/PSX/Oauth2/Authorization/Exception/AccessDeniedException.php b/library/PSX/Oauth2/Authorization/Exception/AccessDeniedException.php index 38ea94da..799bc86f 100644 --- a/library/PSX/Oauth2/Authorization/Exception/AccessDeniedException.php +++ b/library/PSX/Oauth2/Authorization/Exception/AccessDeniedException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization\Exception; @@ -27,7 +24,7 @@ * AccessDeniedException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AccessDeniedException extends ErrorExceptionAbstract diff --git a/library/PSX/Oauth2/Authorization/Exception/ErrorExceptionAbstract.php b/library/PSX/Oauth2/Authorization/Exception/ErrorExceptionAbstract.php index d4d37299..b33d9ab6 100644 --- a/library/PSX/Oauth2/Authorization/Exception/ErrorExceptionAbstract.php +++ b/library/PSX/Oauth2/Authorization/Exception/ErrorExceptionAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization\Exception; @@ -29,7 +26,7 @@ * ErrorExceptionAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ErrorExceptionAbstract extends Exception diff --git a/library/PSX/Oauth2/Authorization/Exception/InvalidRequestException.php b/library/PSX/Oauth2/Authorization/Exception/InvalidRequestException.php index 1524859f..fbc4eb41 100644 --- a/library/PSX/Oauth2/Authorization/Exception/InvalidRequestException.php +++ b/library/PSX/Oauth2/Authorization/Exception/InvalidRequestException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization\Exception; @@ -27,7 +24,7 @@ * InvalidRequestException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InvalidRequestException extends ErrorExceptionAbstract diff --git a/library/PSX/Oauth2/Authorization/Exception/InvalidScopeException.php b/library/PSX/Oauth2/Authorization/Exception/InvalidScopeException.php index 4151df8f..95e2083c 100644 --- a/library/PSX/Oauth2/Authorization/Exception/InvalidScopeException.php +++ b/library/PSX/Oauth2/Authorization/Exception/InvalidScopeException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization\Exception; @@ -27,7 +24,7 @@ * InvalidScopeException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InvalidScopeException extends ErrorExceptionAbstract diff --git a/library/PSX/Oauth2/Authorization/Exception/ServerErrorException.php b/library/PSX/Oauth2/Authorization/Exception/ServerErrorException.php index 30bb06aa..6c94bb33 100644 --- a/library/PSX/Oauth2/Authorization/Exception/ServerErrorException.php +++ b/library/PSX/Oauth2/Authorization/Exception/ServerErrorException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization\Exception; @@ -27,7 +24,7 @@ * ServerErrorException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ServerErrorException extends ErrorExceptionAbstract diff --git a/library/PSX/Oauth2/Authorization/Exception/TemporarilyUnavailableException.php b/library/PSX/Oauth2/Authorization/Exception/TemporarilyUnavailableException.php index 339fb8d2..98d14857 100644 --- a/library/PSX/Oauth2/Authorization/Exception/TemporarilyUnavailableException.php +++ b/library/PSX/Oauth2/Authorization/Exception/TemporarilyUnavailableException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization\Exception; @@ -27,7 +24,7 @@ * TemporarilyUnavailableException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TemporarilyUnavailableException extends ErrorExceptionAbstract diff --git a/library/PSX/Oauth2/Authorization/Exception/UnauthorizedClientException.php b/library/PSX/Oauth2/Authorization/Exception/UnauthorizedClientException.php index 8e341188..b3664664 100644 --- a/library/PSX/Oauth2/Authorization/Exception/UnauthorizedClientException.php +++ b/library/PSX/Oauth2/Authorization/Exception/UnauthorizedClientException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization\Exception; @@ -27,7 +24,7 @@ * UnauthorizedClientException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UnauthorizedClientException extends ErrorExceptionAbstract diff --git a/library/PSX/Oauth2/Authorization/Exception/UnsupportedResponseTypeException.php b/library/PSX/Oauth2/Authorization/Exception/UnsupportedResponseTypeException.php index 8a232543..d1e8ecfe 100644 --- a/library/PSX/Oauth2/Authorization/Exception/UnsupportedResponseTypeException.php +++ b/library/PSX/Oauth2/Authorization/Exception/UnsupportedResponseTypeException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization\Exception; @@ -27,7 +24,7 @@ * UnsupportedResponseTypeException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UnsupportedResponseTypeException extends ErrorExceptionAbstract diff --git a/library/PSX/Oauth2/Authorization/PasswordCredentials.php b/library/PSX/Oauth2/Authorization/PasswordCredentials.php index e3e715ed..c388c01c 100644 --- a/library/PSX/Oauth2/Authorization/PasswordCredentials.php +++ b/library/PSX/Oauth2/Authorization/PasswordCredentials.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization; @@ -30,7 +27,7 @@ * PasswordCredentials * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PasswordCredentials extends AuthorizationAbstract diff --git a/library/PSX/Oauth2/AuthorizationAbstract.php b/library/PSX/Oauth2/AuthorizationAbstract.php index d4976070..1a68ebd2 100644 --- a/library/PSX/Oauth2/AuthorizationAbstract.php +++ b/library/PSX/Oauth2/AuthorizationAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2; @@ -34,7 +31,7 @@ * AuthorizationAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class AuthorizationAbstract diff --git a/library/PSX/Oauth2/Provider/AccessRequest.php b/library/PSX/Oauth2/Provider/AccessRequest.php index e7f0ee52..bd79257a 100644 --- a/library/PSX/Oauth2/Provider/AccessRequest.php +++ b/library/PSX/Oauth2/Provider/AccessRequest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider; @@ -29,7 +26,7 @@ * AccessRequest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AccessRequest diff --git a/library/PSX/Oauth2/Provider/AuthorizationAbstract.php b/library/PSX/Oauth2/Provider/AuthorizationAbstract.php index 1496187d..288721ae 100644 --- a/library/PSX/Oauth2/Provider/AuthorizationAbstract.php +++ b/library/PSX/Oauth2/Provider/AuthorizationAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider; @@ -35,7 +32,7 @@ * AuthorizationAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class AuthorizationAbstract extends ApiAbstract diff --git a/library/PSX/Oauth2/Provider/Credentials.php b/library/PSX/Oauth2/Provider/Credentials.php index 31e16dc2..50f9b466 100644 --- a/library/PSX/Oauth2/Provider/Credentials.php +++ b/library/PSX/Oauth2/Provider/Credentials.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider; @@ -27,7 +24,7 @@ * Credentials * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Credentials diff --git a/library/PSX/Oauth2/Provider/Error.php b/library/PSX/Oauth2/Provider/Error.php index 895357bf..5a54590a 100644 --- a/library/PSX/Oauth2/Provider/Error.php +++ b/library/PSX/Oauth2/Provider/Error.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider; @@ -30,7 +27,7 @@ * Error * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Error extends RecordAbstract diff --git a/library/PSX/Oauth2/Provider/GrantType/AuthorizationCodeAbstract.php b/library/PSX/Oauth2/Provider/GrantType/AuthorizationCodeAbstract.php index 873ade32..b69ff195 100644 --- a/library/PSX/Oauth2/Provider/GrantType/AuthorizationCodeAbstract.php +++ b/library/PSX/Oauth2/Provider/GrantType/AuthorizationCodeAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider\GrantType; @@ -31,7 +28,7 @@ * AuthorizationCodeAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class AuthorizationCodeAbstract implements GrantTypeInterface diff --git a/library/PSX/Oauth2/Provider/GrantType/ClientCredentialsAbstract.php b/library/PSX/Oauth2/Provider/GrantType/ClientCredentialsAbstract.php index 96e05760..52e541e8 100644 --- a/library/PSX/Oauth2/Provider/GrantType/ClientCredentialsAbstract.php +++ b/library/PSX/Oauth2/Provider/GrantType/ClientCredentialsAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider\GrantType; @@ -31,7 +28,7 @@ * ClientCredentialsAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ClientCredentialsAbstract implements GrantTypeInterface diff --git a/library/PSX/Oauth2/Provider/GrantType/ImplicitAbstract.php b/library/PSX/Oauth2/Provider/GrantType/ImplicitAbstract.php index eff019fb..1d4d8ce9 100644 --- a/library/PSX/Oauth2/Provider/GrantType/ImplicitAbstract.php +++ b/library/PSX/Oauth2/Provider/GrantType/ImplicitAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider\GrantType; @@ -30,7 +27,7 @@ * ImplicitAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ImplicitAbstract implements GrantTypeInterface diff --git a/library/PSX/Oauth2/Provider/GrantType/PasswordAbstract.php b/library/PSX/Oauth2/Provider/GrantType/PasswordAbstract.php index 2ace4590..b007c28a 100644 --- a/library/PSX/Oauth2/Provider/GrantType/PasswordAbstract.php +++ b/library/PSX/Oauth2/Provider/GrantType/PasswordAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider\GrantType; @@ -31,7 +28,7 @@ * PasswordAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class PasswordAbstract implements GrantTypeInterface diff --git a/library/PSX/Oauth2/Provider/GrantType/RefreshTokenAbstract.php b/library/PSX/Oauth2/Provider/GrantType/RefreshTokenAbstract.php index 869a6ff9..4c27c4a9 100644 --- a/library/PSX/Oauth2/Provider/GrantType/RefreshTokenAbstract.php +++ b/library/PSX/Oauth2/Provider/GrantType/RefreshTokenAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider\GrantType; @@ -31,7 +28,7 @@ * RefreshTokenAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class RefreshTokenAbstract implements GrantTypeInterface diff --git a/library/PSX/Oauth2/Provider/GrantTypeFactory.php b/library/PSX/Oauth2/Provider/GrantTypeFactory.php index 34629df7..3320dd0e 100644 --- a/library/PSX/Oauth2/Provider/GrantTypeFactory.php +++ b/library/PSX/Oauth2/Provider/GrantTypeFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider; @@ -29,7 +26,7 @@ * GrantTypeFactory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class GrantTypeFactory diff --git a/library/PSX/Oauth2/Provider/GrantTypeInterface.php b/library/PSX/Oauth2/Provider/GrantTypeInterface.php index 73ca07e8..c9f4d05a 100644 --- a/library/PSX/Oauth2/Provider/GrantTypeInterface.php +++ b/library/PSX/Oauth2/Provider/GrantTypeInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider; @@ -27,7 +24,7 @@ * GrantTypeInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface GrantTypeInterface diff --git a/library/PSX/Oauth2/Provider/TokenAbstract.php b/library/PSX/Oauth2/Provider/TokenAbstract.php index 1aff0e05..b3c20daa 100644 --- a/library/PSX/Oauth2/Provider/TokenAbstract.php +++ b/library/PSX/Oauth2/Provider/TokenAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider; @@ -34,7 +31,7 @@ * TokenAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class TokenAbstract extends ApiAbstract diff --git a/library/PSX/Oauth2/Token/Bearer.php b/library/PSX/Oauth2/Token/Bearer.php index 679c5dfa..ccaa338e 100644 --- a/library/PSX/Oauth2/Token/Bearer.php +++ b/library/PSX/Oauth2/Token/Bearer.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Token; @@ -29,7 +26,7 @@ * Bearer * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://tools.ietf.org/html/rfc5849 */ diff --git a/library/PSX/Oauth2/TokenAbstract.php b/library/PSX/Oauth2/TokenAbstract.php index 5d3bd329..c0427f02 100644 --- a/library/PSX/Oauth2/TokenAbstract.php +++ b/library/PSX/Oauth2/TokenAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2; @@ -29,7 +26,7 @@ * TokenAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class TokenAbstract diff --git a/library/PSX/OpenSsl.php b/library/PSX/OpenSsl.php index 00698650..a10cbb45 100644 --- a/library/PSX/OpenSsl.php +++ b/library/PSX/OpenSsl.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -31,7 +28,7 @@ * OpenSsl * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class OpenSsl diff --git a/library/PSX/OpenSsl/ErrorHandleTrait.php b/library/PSX/OpenSsl/ErrorHandleTrait.php index 646538f6..78d751d4 100644 --- a/library/PSX/OpenSsl/ErrorHandleTrait.php +++ b/library/PSX/OpenSsl/ErrorHandleTrait.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\OpenSsl; @@ -27,7 +24,7 @@ * ErrorHandleTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait ErrorHandleTrait diff --git a/library/PSX/OpenSsl/Exception.php b/library/PSX/OpenSsl/Exception.php index 0566ea0d..11194765 100644 --- a/library/PSX/OpenSsl/Exception.php +++ b/library/PSX/OpenSsl/Exception.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\OpenSsl; @@ -27,7 +24,7 @@ * Exception * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Exception extends \PSX\Exception diff --git a/library/PSX/OpenSsl/PKey.php b/library/PSX/OpenSsl/PKey.php index 82b5788b..840cd556 100644 --- a/library/PSX/OpenSsl/PKey.php +++ b/library/PSX/OpenSsl/PKey.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\OpenSsl; @@ -29,7 +26,7 @@ * PKey * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PKey diff --git a/library/PSX/Rss.php b/library/PSX/Rss.php index 532789c2..4ce9b7e9 100644 --- a/library/PSX/Rss.php +++ b/library/PSX/Rss.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -33,7 +30,7 @@ * Rss * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://cyber.law.harvard.edu/rss/rss.html */ diff --git a/library/PSX/Rss/Category.php b/library/PSX/Rss/Category.php index 41adabd2..6c02ee5d 100644 --- a/library/PSX/Rss/Category.php +++ b/library/PSX/Rss/Category.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Rss; @@ -30,7 +27,7 @@ * Category * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Category extends RecordAbstract diff --git a/library/PSX/Rss/Cloud.php b/library/PSX/Rss/Cloud.php index 761dc76d..c6e22334 100644 --- a/library/PSX/Rss/Cloud.php +++ b/library/PSX/Rss/Cloud.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Rss; @@ -30,7 +27,7 @@ * Cloud * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Cloud extends RecordAbstract diff --git a/library/PSX/Rss/Enclosure.php b/library/PSX/Rss/Enclosure.php index 3cbd1ce9..fcbb528e 100644 --- a/library/PSX/Rss/Enclosure.php +++ b/library/PSX/Rss/Enclosure.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Rss; @@ -30,7 +27,7 @@ * Enclosure * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Enclosure extends RecordAbstract diff --git a/library/PSX/Rss/Item.php b/library/PSX/Rss/Item.php index 82c6df0a..9bc9b74e 100644 --- a/library/PSX/Rss/Item.php +++ b/library/PSX/Rss/Item.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Rss; @@ -37,7 +34,7 @@ * Item * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Item extends RecordAbstract diff --git a/library/PSX/Rss/Source.php b/library/PSX/Rss/Source.php index 4e496f80..768c416d 100644 --- a/library/PSX/Rss/Source.php +++ b/library/PSX/Rss/Source.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Rss; @@ -30,7 +27,7 @@ * Source * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Source extends RecordAbstract diff --git a/library/PSX/Rss/Writer.php b/library/PSX/Rss/Writer.php index c3cf81e7..6d4ad502 100644 --- a/library/PSX/Rss/Writer.php +++ b/library/PSX/Rss/Writer.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Rss; @@ -31,7 +28,7 @@ * Writer * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Writer implements WriterInterface diff --git a/library/PSX/Rss/Writer/Item.php b/library/PSX/Rss/Writer/Item.php index 5a3948ce..a986fae1 100644 --- a/library/PSX/Rss/Writer/Item.php +++ b/library/PSX/Rss/Writer/Item.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Rss\Writer; @@ -32,7 +29,7 @@ * Item * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Item implements WriterInterface diff --git a/library/PSX/Session.php b/library/PSX/Session.php index 46a37d5c..4abc64a7 100644 --- a/library/PSX/Session.php +++ b/library/PSX/Session.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -29,7 +26,7 @@ * Session * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Session diff --git a/library/PSX/Session/Handler/Sql.php b/library/PSX/Session/Handler/Sql.php index b0c4e2a4..fe80c12f 100644 --- a/library/PSX/Session/Handler/Sql.php +++ b/library/PSX/Session/Handler/Sql.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Session\Handler; @@ -34,7 +31,7 @@ * Sql * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Sql implements SessionHandlerInterface diff --git a/library/PSX/Session/Void.php b/library/PSX/Session/Void.php index fce4516c..728472a1 100644 --- a/library/PSX/Session/Void.php +++ b/library/PSX/Session/Void.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Session; @@ -30,7 +27,7 @@ * applications where it is not possible to start a session * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Void extends \PSX\Session diff --git a/library/PSX/Sql.php b/library/PSX/Sql.php index 7a53f1ed..9cf47a8d 100644 --- a/library/PSX/Sql.php +++ b/library/PSX/Sql.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * Sql * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Sql diff --git a/library/PSX/Sql/Condition.php b/library/PSX/Sql/Condition.php index 55924bae..64c863df 100644 --- a/library/PSX/Sql/Condition.php +++ b/library/PSX/Sql/Condition.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -30,7 +27,7 @@ * Condition * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Condition implements Countable diff --git a/library/PSX/Sql/Logger.php b/library/PSX/Sql/Logger.php index f1d90a7c..32a7387a 100644 --- a/library/PSX/Sql/Logger.php +++ b/library/PSX/Sql/Logger.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -31,7 +28,7 @@ * * @author Christoph Kappestein * @author Fabien Potencier - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Logger implements SQLLogger diff --git a/library/PSX/Sql/SerializeTrait.php b/library/PSX/Sql/SerializeTrait.php index 84a314be..f4203acd 100644 --- a/library/PSX/Sql/SerializeTrait.php +++ b/library/PSX/Sql/SerializeTrait.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -31,7 +28,7 @@ * SerializeTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait SerializeTrait diff --git a/library/PSX/Sql/Table.php b/library/PSX/Sql/Table.php index f6d36fae..0dc593d9 100644 --- a/library/PSX/Sql/Table.php +++ b/library/PSX/Sql/Table.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -30,7 +27,7 @@ * Table * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Table extends TableAbstract diff --git a/library/PSX/Sql/Table/ColumnAllocation.php b/library/PSX/Sql/Table/ColumnAllocation.php index 02f30fae..936b712e 100644 --- a/library/PSX/Sql/Table/ColumnAllocation.php +++ b/library/PSX/Sql/Table/ColumnAllocation.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql\Table; @@ -31,7 +28,7 @@ * such informations * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ColumnAllocation diff --git a/library/PSX/Sql/Table/Definition.php b/library/PSX/Sql/Table/Definition.php index c2dd117a..bd516acc 100644 --- a/library/PSX/Sql/Table/Definition.php +++ b/library/PSX/Sql/Table/Definition.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql\Table; @@ -27,7 +24,7 @@ * Definition * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Definition diff --git a/library/PSX/Sql/Table/Reader/EntityAnnotation.php b/library/PSX/Sql/Table/Reader/EntityAnnotation.php index 439325a1..5d89b6fb 100644 --- a/library/PSX/Sql/Table/Reader/EntityAnnotation.php +++ b/library/PSX/Sql/Table/Reader/EntityAnnotation.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql\Table\Reader; @@ -34,7 +31,7 @@ * EntityAnnotation * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class EntityAnnotation implements ReaderInterface diff --git a/library/PSX/Sql/Table/Reader/Schema.php b/library/PSX/Sql/Table/Reader/Schema.php index 8aa66f62..646cb6b3 100644 --- a/library/PSX/Sql/Table/Reader/Schema.php +++ b/library/PSX/Sql/Table/Reader/Schema.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql\Table\Reader; @@ -36,7 +33,7 @@ * Schema * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Schema implements ReaderInterface diff --git a/library/PSX/Sql/Table/ReaderInterface.php b/library/PSX/Sql/Table/ReaderInterface.php index 17c71d2a..647757d7 100644 --- a/library/PSX/Sql/Table/ReaderInterface.php +++ b/library/PSX/Sql/Table/ReaderInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql\Table; @@ -29,7 +26,7 @@ * class wich extracts such informations * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface ReaderInterface diff --git a/library/PSX/Sql/TableAbstract.php b/library/PSX/Sql/TableAbstract.php index c105851e..5acb2114 100644 --- a/library/PSX/Sql/TableAbstract.php +++ b/library/PSX/Sql/TableAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -34,7 +31,7 @@ * TableAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class TableAbstract extends TableQueryAbstract implements TableInterface diff --git a/library/PSX/Sql/TableInterface.php b/library/PSX/Sql/TableInterface.php index 8fbf556c..e8813d0a 100644 --- a/library/PSX/Sql/TableInterface.php +++ b/library/PSX/Sql/TableInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -27,7 +24,7 @@ * Represents a class which describes an table * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface TableInterface extends TableQueryInterface, TableManipulationInterface diff --git a/library/PSX/Sql/TableManager.php b/library/PSX/Sql/TableManager.php index f697d7fc..559a1d54 100644 --- a/library/PSX/Sql/TableManager.php +++ b/library/PSX/Sql/TableManager.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -32,7 +29,7 @@ * TableManager * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TableManager implements TableManagerInterface diff --git a/library/PSX/Sql/TableManagerInterface.php b/library/PSX/Sql/TableManagerInterface.php index d5dc03e2..c349ce75 100644 --- a/library/PSX/Sql/TableManagerInterface.php +++ b/library/PSX/Sql/TableManagerInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -27,7 +24,7 @@ * TableManagerInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface TableManagerInterface diff --git a/library/PSX/Sql/TableManipulationInterface.php b/library/PSX/Sql/TableManipulationInterface.php index c7cd2c36..3404c666 100644 --- a/library/PSX/Sql/TableManipulationInterface.php +++ b/library/PSX/Sql/TableManipulationInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -29,7 +26,7 @@ * TableManipulationInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface TableManipulationInterface diff --git a/library/PSX/Sql/TableQueryAbstract.php b/library/PSX/Sql/TableQueryAbstract.php index e4ccc744..14b05edd 100644 --- a/library/PSX/Sql/TableQueryAbstract.php +++ b/library/PSX/Sql/TableQueryAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -32,7 +29,7 @@ * TableQueryAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class TableQueryAbstract implements TableQueryInterface diff --git a/library/PSX/Sql/TableQueryInterface.php b/library/PSX/Sql/TableQueryInterface.php index 93dfccd5..39d5031f 100644 --- a/library/PSX/Sql/TableQueryInterface.php +++ b/library/PSX/Sql/TableQueryInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -29,7 +26,7 @@ * TableQueryInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface TableQueryInterface diff --git a/library/PSX/Swagger/Api.php b/library/PSX/Swagger/Api.php index 0ed4baf4..fcf60a3f 100644 --- a/library/PSX/Swagger/Api.php +++ b/library/PSX/Swagger/Api.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * Api * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Api extends RecordAbstract diff --git a/library/PSX/Swagger/Declaration.php b/library/PSX/Swagger/Declaration.php index dd73903d..30381c07 100644 --- a/library/PSX/Swagger/Declaration.php +++ b/library/PSX/Swagger/Declaration.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * Declaration * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Declaration extends RecordAbstract diff --git a/library/PSX/Swagger/InfoObject.php b/library/PSX/Swagger/InfoObject.php index f2f343e1..9bf60ff4 100644 --- a/library/PSX/Swagger/InfoObject.php +++ b/library/PSX/Swagger/InfoObject.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * InfoObject * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InfoObject extends RecordAbstract diff --git a/library/PSX/Swagger/Model.php b/library/PSX/Swagger/Model.php index 57f975dd..1b064b4c 100644 --- a/library/PSX/Swagger/Model.php +++ b/library/PSX/Swagger/Model.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * Model * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Model extends RecordAbstract diff --git a/library/PSX/Swagger/ModelFactory.php b/library/PSX/Swagger/ModelFactory.php index a78f31ca..8c688a6f 100644 --- a/library/PSX/Swagger/ModelFactory.php +++ b/library/PSX/Swagger/ModelFactory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -31,7 +28,7 @@ * ModelFactory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ModelFactory implements FactoryInterface diff --git a/library/PSX/Swagger/Operation.php b/library/PSX/Swagger/Operation.php index 8a05effe..7cc7c729 100644 --- a/library/PSX/Swagger/Operation.php +++ b/library/PSX/Swagger/Operation.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -30,7 +27,7 @@ * Operation * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Operation extends RecordAbstract diff --git a/library/PSX/Swagger/Parameter.php b/library/PSX/Swagger/Parameter.php index 2175746e..6195a7c3 100644 --- a/library/PSX/Swagger/Parameter.php +++ b/library/PSX/Swagger/Parameter.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -30,7 +27,7 @@ * Parameter * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Parameter extends RecordAbstract diff --git a/library/PSX/Swagger/Property.php b/library/PSX/Swagger/Property.php index f0f3077f..528207c0 100644 --- a/library/PSX/Swagger/Property.php +++ b/library/PSX/Swagger/Property.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -31,7 +28,7 @@ * Property * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Property extends RecordAbstract diff --git a/library/PSX/Swagger/PropertyReference.php b/library/PSX/Swagger/PropertyReference.php index 3d912085..c17e2371 100644 --- a/library/PSX/Swagger/PropertyReference.php +++ b/library/PSX/Swagger/PropertyReference.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -30,7 +27,7 @@ * PropertyReference * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PropertyReference extends Property diff --git a/library/PSX/Swagger/ResourceListing.php b/library/PSX/Swagger/ResourceListing.php index 55896ecb..89f14d6a 100644 --- a/library/PSX/Swagger/ResourceListing.php +++ b/library/PSX/Swagger/ResourceListing.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * ResourceListing * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResourceListing extends RecordAbstract diff --git a/library/PSX/Swagger/ResourceObject.php b/library/PSX/Swagger/ResourceObject.php index 4c8baf44..6d29b45c 100644 --- a/library/PSX/Swagger/ResourceObject.php +++ b/library/PSX/Swagger/ResourceObject.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * ResourceObject * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResourceObject extends RecordAbstract diff --git a/library/PSX/Swagger/ResponseMessage.php b/library/PSX/Swagger/ResponseMessage.php index 793f2b11..b3d074d9 100644 --- a/library/PSX/Swagger/ResponseMessage.php +++ b/library/PSX/Swagger/ResponseMessage.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * ResponseMessage * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResponseMessage extends RecordAbstract diff --git a/library/PSX/Swagger/Swagger.php b/library/PSX/Swagger/Swagger.php index c0c1a31a..0dc484e7 100644 --- a/library/PSX/Swagger/Swagger.php +++ b/library/PSX/Swagger/Swagger.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * Swagger * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Swagger extends RecordAbstract diff --git a/library/PSX/Template.php b/library/PSX/Template.php index f852276f..c11d7241 100644 --- a/library/PSX/Template.php +++ b/library/PSX/Template.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -32,7 +29,7 @@ * Template * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Template implements TemplateInterface diff --git a/library/PSX/Template/ErrorException.php b/library/PSX/Template/ErrorException.php index 4ed47b5c..3401c97f 100644 --- a/library/PSX/Template/ErrorException.php +++ b/library/PSX/Template/ErrorException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Template; @@ -27,7 +24,7 @@ * ErrorException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ErrorException extends \Exception diff --git a/library/PSX/Template/FallbackGenerator.php b/library/PSX/Template/FallbackGenerator.php index ee1d2031..534a4fd6 100644 --- a/library/PSX/Template/FallbackGenerator.php +++ b/library/PSX/Template/FallbackGenerator.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Template; @@ -30,7 +27,7 @@ * FallbackGenerator * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FallbackGenerator implements GeneratorInterface diff --git a/library/PSX/Template/GeneratorInterface.php b/library/PSX/Template/GeneratorInterface.php index ce5e85c9..1c585ad9 100644 --- a/library/PSX/Template/GeneratorInterface.php +++ b/library/PSX/Template/GeneratorInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Template; @@ -27,7 +24,7 @@ * GeneratorInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface GeneratorInterface diff --git a/library/PSX/Template/Twig.php b/library/PSX/Template/Twig.php index dfbb9cbe..e48ab348 100644 --- a/library/PSX/Template/Twig.php +++ b/library/PSX/Template/Twig.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Template; @@ -32,7 +29,7 @@ * Twig * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Twig implements TemplateInterface diff --git a/library/PSX/TemplateInterface.php b/library/PSX/TemplateInterface.php index 544d3b76..d186f824 100644 --- a/library/PSX/TemplateInterface.php +++ b/library/PSX/TemplateInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * Interface which describes an template engine * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface TemplateInterface diff --git a/library/PSX/Test/CommandDbTestCase.php b/library/PSX/Test/CommandDbTestCase.php index 07d7db44..0991544b 100644 --- a/library/PSX/Test/CommandDbTestCase.php +++ b/library/PSX/Test/CommandDbTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Test; @@ -30,7 +27,7 @@ * CommandDbTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class CommandDbTestCase extends \PHPUnit_Extensions_Database_TestCase diff --git a/library/PSX/Test/CommandTestCase.php b/library/PSX/Test/CommandTestCase.php index 59766b4d..99f985bf 100644 --- a/library/PSX/Test/CommandTestCase.php +++ b/library/PSX/Test/CommandTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Test; @@ -30,7 +27,7 @@ * CommandTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class CommandTestCase extends \PHPUnit_Framework_TestCase diff --git a/library/PSX/Test/ContainerTestCaseTrait.php b/library/PSX/Test/ContainerTestCaseTrait.php index 63e35419..95c9861b 100644 --- a/library/PSX/Test/ContainerTestCaseTrait.php +++ b/library/PSX/Test/ContainerTestCaseTrait.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Test; @@ -35,7 +32,7 @@ * ContainerTestCaseTrait * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait ContainerTestCaseTrait diff --git a/library/PSX/Test/ControllerDbTestCase.php b/library/PSX/Test/ControllerDbTestCase.php index 69618bf3..aa7399d4 100644 --- a/library/PSX/Test/ControllerDbTestCase.php +++ b/library/PSX/Test/ControllerDbTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Test; @@ -31,7 +28,7 @@ * ControllerDbTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ControllerDbTestCase extends \PHPUnit_Extensions_Database_TestCase diff --git a/library/PSX/Test/ControllerTestCase.php b/library/PSX/Test/ControllerTestCase.php index 6d351401..0c5dd305 100644 --- a/library/PSX/Test/ControllerTestCase.php +++ b/library/PSX/Test/ControllerTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Test; @@ -31,7 +28,7 @@ * ControllerTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ControllerTestCase extends \PHPUnit_Framework_TestCase diff --git a/library/PSX/Test/Table.php b/library/PSX/Test/Table.php index 6b5ac522..c3fbbb9f 100644 --- a/library/PSX/Test/Table.php +++ b/library/PSX/Test/Table.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Test; @@ -30,7 +27,7 @@ * Table * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Table implements \PHPUnit_Extensions_Database_DataSet_ITable diff --git a/library/PSX/Test/TableDataSet.php b/library/PSX/Test/TableDataSet.php index 711fc0d0..cfc0550f 100644 --- a/library/PSX/Test/TableDataSet.php +++ b/library/PSX/Test/TableDataSet.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Test; @@ -30,7 +27,7 @@ * TableDataSet * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TableDataSet extends \PHPUnit_Extensions_Database_DataSet_AbstractDataSet diff --git a/library/PSX/Test/TableMetaData.php b/library/PSX/Test/TableMetaData.php index 726820d8..6e7f66b7 100644 --- a/library/PSX/Test/TableMetaData.php +++ b/library/PSX/Test/TableMetaData.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Test; @@ -29,7 +26,7 @@ * TableMetaData * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TableMetaData implements \PHPUnit_Extensions_Database_DataSet_ITableMetaData diff --git a/library/PSX/Upload/Exception.php b/library/PSX/Upload/Exception.php index 93328a00..cbf462f6 100644 --- a/library/PSX/Upload/Exception.php +++ b/library/PSX/Upload/Exception.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Upload; @@ -27,7 +24,7 @@ * Exception * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Exception extends \PSX\Exception diff --git a/library/PSX/Upload/File.php b/library/PSX/Upload/File.php index 924bd6dc..d0860092 100644 --- a/library/PSX/Upload/File.php +++ b/library/PSX/Upload/File.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Upload; @@ -29,7 +26,7 @@ * File * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class File diff --git a/library/PSX/Uri.php b/library/PSX/Uri.php index 78458393..5ac919de 100644 --- a/library/PSX/Uri.php +++ b/library/PSX/Uri.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -33,7 +30,7 @@ * scheme authority path query fragment * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc3986.txt */ diff --git a/library/PSX/Url.php b/library/PSX/Url.php index f31d8092..365016ff 100644 --- a/library/PSX/Url.php +++ b/library/PSX/Url.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -33,7 +30,7 @@ * since the URL could contain an XSS vector * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Url extends Uri diff --git a/library/PSX/Urn.php b/library/PSX/Urn.php index 4855c213..0d264262 100644 --- a/library/PSX/Urn.php +++ b/library/PSX/Urn.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -31,7 +28,7 @@ * exception gets thrown * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc2141.txt */ diff --git a/library/PSX/Util/Annotation.php b/library/PSX/Util/Annotation.php index fc41bef9..22ed7ad3 100644 --- a/library/PSX/Util/Annotation.php +++ b/library/PSX/Util/Annotation.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -29,7 +26,7 @@ * Util class to parse annotations * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Annotation diff --git a/library/PSX/Util/Annotation/DocBlock.php b/library/PSX/Util/Annotation/DocBlock.php index 78652878..50caf061 100644 --- a/library/PSX/Util/Annotation/DocBlock.php +++ b/library/PSX/Util/Annotation/DocBlock.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util\Annotation; @@ -27,7 +24,7 @@ * DocBlock * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DocBlock diff --git a/library/PSX/Util/Api/FilterParameter.php b/library/PSX/Util/Api/FilterParameter.php index c27f1924..2ed602ce 100644 --- a/library/PSX/Util/Api/FilterParameter.php +++ b/library/PSX/Util/Api/FilterParameter.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util\Api; @@ -31,7 +28,7 @@ * FilterParameter * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FilterParameter diff --git a/library/PSX/Util/Base64.php b/library/PSX/Util/Base64.php index 86768bfe..b26c375b 100644 --- a/library/PSX/Util/Base64.php +++ b/library/PSX/Util/Base64.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * Simple base64 encode and decode implementation in PHP just for fun * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://tools.ietf.org/html/rfc4648 */ diff --git a/library/PSX/Util/Bencoding.php b/library/PSX/Util/Bencoding.php index 31d7c2c5..0a49d604 100644 --- a/library/PSX/Util/Bencoding.php +++ b/library/PSX/Util/Bencoding.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -29,7 +26,7 @@ * Bencoding * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Bencoding diff --git a/library/PSX/Util/Conversion.php b/library/PSX/Util/Conversion.php index 36a499ae..e733892d 100644 --- a/library/PSX/Util/Conversion.php +++ b/library/PSX/Util/Conversion.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * Conversion * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Conversion diff --git a/library/PSX/Util/CurveArray.php b/library/PSX/Util/CurveArray.php index df81f6dc..5ad4b6d2 100644 --- a/library/PSX/Util/CurveArray.php +++ b/library/PSX/Util/CurveArray.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * CurveArray * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CurveArray diff --git a/library/PSX/Util/Markdown.php b/library/PSX/Util/Markdown.php index 63a895a4..603319fc 100644 --- a/library/PSX/Util/Markdown.php +++ b/library/PSX/Util/Markdown.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -31,7 +28,7 @@ * * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Markdown diff --git a/library/PSX/Util/Numerative.php b/library/PSX/Util/Numerative.php index 811c1da7..e5118e42 100644 --- a/library/PSX/Util/Numerative.php +++ b/library/PSX/Util/Numerative.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -29,7 +26,7 @@ * Numerative * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Numerative diff --git a/library/PSX/Util/PriorityQueue.php b/library/PSX/Util/PriorityQueue.php index a5fbf846..d8534d1a 100644 --- a/library/PSX/Util/PriorityQueue.php +++ b/library/PSX/Util/PriorityQueue.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -32,7 +29,7 @@ * removes an element after traversing * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PriorityQueue implements IteratorAggregate, Countable diff --git a/library/PSX/Util/Roman.php b/library/PSX/Util/Roman.php index 3a5a7dea..d7493ada 100644 --- a/library/PSX/Util/Roman.php +++ b/library/PSX/Util/Roman.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -29,7 +26,7 @@ * Roman * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Roman diff --git a/library/PSX/Util/UriResolver.php b/library/PSX/Util/UriResolver.php index 21d802a0..cbfbfc5f 100644 --- a/library/PSX/Util/UriResolver.php +++ b/library/PSX/Util/UriResolver.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -30,7 +27,7 @@ * UriResolver * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc3986.txt */ diff --git a/library/PSX/Util/Uuid.php b/library/PSX/Util/Uuid.php index a2582076..7fffadf3 100644 --- a/library/PSX/Util/Uuid.php +++ b/library/PSX/Util/Uuid.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * Util class to generate time based, pseudo random or name based UUIDs * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.ietf.org/rfc/rfc4122.txt */ diff --git a/library/PSX/Validate.php b/library/PSX/Validate.php index 799d5789..e86a0be4 100644 --- a/library/PSX/Validate.php +++ b/library/PSX/Validate.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -32,7 +29,7 @@ * sources * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Validate diff --git a/library/PSX/Validate/ArrayValidator.php b/library/PSX/Validate/ArrayValidator.php index 9375aa65..df90fd86 100644 --- a/library/PSX/Validate/ArrayValidator.php +++ b/library/PSX/Validate/ArrayValidator.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Validate; @@ -30,7 +27,7 @@ * ArrayValidator * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ArrayValidator extends ValidatorAbstract diff --git a/library/PSX/Validate/Property.php b/library/PSX/Validate/Property.php index b6717dfa..4b80de64 100644 --- a/library/PSX/Validate/Property.php +++ b/library/PSX/Validate/Property.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Validate; @@ -27,7 +24,7 @@ * Property * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Property diff --git a/library/PSX/Validate/RecordValidator.php b/library/PSX/Validate/RecordValidator.php index c5f92362..1dc90f98 100644 --- a/library/PSX/Validate/RecordValidator.php +++ b/library/PSX/Validate/RecordValidator.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Validate; @@ -31,7 +28,7 @@ * RecordValidator * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RecordValidator extends ValidatorAbstract diff --git a/library/PSX/Validate/Result.php b/library/PSX/Validate/Result.php index 1b7162cc..f09be343 100644 --- a/library/PSX/Validate/Result.php +++ b/library/PSX/Validate/Result.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Validate; @@ -27,7 +24,7 @@ * Result * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Result diff --git a/library/PSX/Validate/ValidationException.php b/library/PSX/Validate/ValidationException.php index 80742273..bda844ab 100644 --- a/library/PSX/Validate/ValidationException.php +++ b/library/PSX/Validate/ValidationException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Validate; @@ -29,7 +26,7 @@ * ValidationException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ValidationException extends DisplayException diff --git a/library/PSX/Validate/ValidatorAbstract.php b/library/PSX/Validate/ValidatorAbstract.php index 35cd1b07..1d41a733 100644 --- a/library/PSX/Validate/ValidatorAbstract.php +++ b/library/PSX/Validate/ValidatorAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Validate; @@ -30,7 +27,7 @@ * ValidatorAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ValidatorAbstract implements ValidatorInterface diff --git a/library/PSX/Validate/ValidatorInterface.php b/library/PSX/Validate/ValidatorInterface.php index 6b11c47d..10bb8dc6 100644 --- a/library/PSX/Validate/ValidatorInterface.php +++ b/library/PSX/Validate/ValidatorInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Validate; @@ -27,7 +24,7 @@ * ValidatorInterface * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface ValidatorInterface diff --git a/library/PSX/Xml.php b/library/PSX/Xml.php index 4272f2b9..d7a8d5e0 100644 --- a/library/PSX/Xml.php +++ b/library/PSX/Xml.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -29,7 +26,7 @@ * Xml * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Xml extends SimpleXMLElement diff --git a/library/PSX/Xml/Writer.php b/library/PSX/Xml/Writer.php index 83fd3f6f..826e6489 100644 --- a/library/PSX/Xml/Writer.php +++ b/library/PSX/Xml/Writer.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Xml; @@ -30,7 +27,7 @@ * Writer * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Writer implements WriterInterface diff --git a/library/PSX/Xml/WriterInterface.php b/library/PSX/Xml/WriterInterface.php index 3588588e..22a66fd4 100644 --- a/library/PSX/Xml/WriterInterface.php +++ b/library/PSX/Xml/WriterInterface.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Xml; @@ -29,7 +26,7 @@ * context producing only an xml fragment * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ interface WriterInterface diff --git a/public/index.php b/public/index.php index 01df6623..2fe5de1e 100644 --- a/public/index.php +++ b/public/index.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ require_once(__DIR__ . '/../vendor/autoload.php'); diff --git a/tests/PSX/ActivityStream/AddressTest.php b/tests/PSX/ActivityStream/AddressTest.php index 1418f896..39d0105d 100644 --- a/tests/PSX/ActivityStream/AddressTest.php +++ b/tests/PSX/ActivityStream/AddressTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream; @@ -29,7 +26,7 @@ * AddressTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AddressTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/Examples/IBMBusinessProcessManagerTest.php b/tests/PSX/ActivityStream/Examples/IBMBusinessProcessManagerTest.php index a78a0a67..6dcc270a 100644 --- a/tests/PSX/ActivityStream/Examples/IBMBusinessProcessManagerTest.php +++ b/tests/PSX/ActivityStream/Examples/IBMBusinessProcessManagerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\Examples; @@ -33,7 +30,7 @@ * IBMConnectionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.w3.org/wiki/Activity_Streams */ diff --git a/tests/PSX/ActivityStream/Examples/IBMConnectionTest.php b/tests/PSX/ActivityStream/Examples/IBMConnectionTest.php index b542000e..cd9bc4f7 100644 --- a/tests/PSX/ActivityStream/Examples/IBMConnectionTest.php +++ b/tests/PSX/ActivityStream/Examples/IBMConnectionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\Examples; @@ -33,7 +30,7 @@ * IBMConnectionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * @see http://www.w3.org/wiki/Activity_Streams */ diff --git a/tests/PSX/ActivityStream/LanguageTest.php b/tests/PSX/ActivityStream/LanguageTest.php index 4cb9b4c6..8f5e8e39 100644 --- a/tests/PSX/ActivityStream/LanguageTest.php +++ b/tests/PSX/ActivityStream/LanguageTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream; @@ -31,7 +28,7 @@ * LanguageTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class LanguageTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectTest.php b/tests/PSX/ActivityStream/ObjectTest.php index 65efdd07..b03d634e 100644 --- a/tests/PSX/ActivityStream/ObjectTest.php +++ b/tests/PSX/ActivityStream/ObjectTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream; @@ -31,7 +28,7 @@ * ObjectTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ObjectTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectType/ActivityTest.php b/tests/PSX/ActivityStream/ObjectType/ActivityTest.php index 9306faf0..a5f5db0a 100644 --- a/tests/PSX/ActivityStream/ObjectType/ActivityTest.php +++ b/tests/PSX/ActivityStream/ObjectType/ActivityTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -31,7 +28,7 @@ * ActivityTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ActivityTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectType/AudioTest.php b/tests/PSX/ActivityStream/ObjectType/AudioTest.php index bafb0d12..6f4b0af3 100644 --- a/tests/PSX/ActivityStream/ObjectType/AudioTest.php +++ b/tests/PSX/ActivityStream/ObjectType/AudioTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -31,7 +28,7 @@ * AudioTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AudioTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectType/BinaryTest.php b/tests/PSX/ActivityStream/ObjectType/BinaryTest.php index 0fad45ac..7a6e97ee 100644 --- a/tests/PSX/ActivityStream/ObjectType/BinaryTest.php +++ b/tests/PSX/ActivityStream/ObjectType/BinaryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -31,7 +28,7 @@ * BinaryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BinaryTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectType/CollectionTest.php b/tests/PSX/ActivityStream/ObjectType/CollectionTest.php index 4b6e7f87..8f3f49dd 100644 --- a/tests/PSX/ActivityStream/ObjectType/CollectionTest.php +++ b/tests/PSX/ActivityStream/ObjectType/CollectionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -31,7 +28,7 @@ * CollectionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CollectionTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectType/EventTest.php b/tests/PSX/ActivityStream/ObjectType/EventTest.php index 8aa8697d..523f280a 100644 --- a/tests/PSX/ActivityStream/ObjectType/EventTest.php +++ b/tests/PSX/ActivityStream/ObjectType/EventTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -31,7 +28,7 @@ * EventTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class EventTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectType/GroupTest.php b/tests/PSX/ActivityStream/ObjectType/GroupTest.php index 087cf570..45d2da05 100644 --- a/tests/PSX/ActivityStream/ObjectType/GroupTest.php +++ b/tests/PSX/ActivityStream/ObjectType/GroupTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -31,7 +28,7 @@ * GroupTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class GroupTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectType/IssueTest.php b/tests/PSX/ActivityStream/ObjectType/IssueTest.php index 92c538c2..d299f0a0 100644 --- a/tests/PSX/ActivityStream/ObjectType/IssueTest.php +++ b/tests/PSX/ActivityStream/ObjectType/IssueTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -30,7 +27,7 @@ * IssueTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class IssueTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectType/PermissionTest.php b/tests/PSX/ActivityStream/ObjectType/PermissionTest.php index a50f45c9..fd11a73e 100644 --- a/tests/PSX/ActivityStream/ObjectType/PermissionTest.php +++ b/tests/PSX/ActivityStream/ObjectType/PermissionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -31,7 +28,7 @@ * PermissionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PermissionTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectType/PlaceTest.php b/tests/PSX/ActivityStream/ObjectType/PlaceTest.php index bfcf90b0..9d24dd00 100644 --- a/tests/PSX/ActivityStream/ObjectType/PlaceTest.php +++ b/tests/PSX/ActivityStream/ObjectType/PlaceTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -32,7 +29,7 @@ * PlaceTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PlaceTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectType/RoleTest.php b/tests/PSX/ActivityStream/ObjectType/RoleTest.php index f04d1727..971c225c 100644 --- a/tests/PSX/ActivityStream/ObjectType/RoleTest.php +++ b/tests/PSX/ActivityStream/ObjectType/RoleTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -31,7 +28,7 @@ * RoleTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RoleTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectType/TaskTest.php b/tests/PSX/ActivityStream/ObjectType/TaskTest.php index e3e9204f..f4041e63 100644 --- a/tests/PSX/ActivityStream/ObjectType/TaskTest.php +++ b/tests/PSX/ActivityStream/ObjectType/TaskTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -31,7 +28,7 @@ * TaskTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TaskTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/ObjectType/VideoTest.php b/tests/PSX/ActivityStream/ObjectType/VideoTest.php index e2cf6a7c..2caa931a 100644 --- a/tests/PSX/ActivityStream/ObjectType/VideoTest.php +++ b/tests/PSX/ActivityStream/ObjectType/VideoTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream\ObjectType; @@ -31,7 +28,7 @@ * VideoTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class VideoTest extends SerializeTestAbstract diff --git a/tests/PSX/ActivityStream/PositionTest.php b/tests/PSX/ActivityStream/PositionTest.php index 98b49ee7..a123bc32 100644 --- a/tests/PSX/ActivityStream/PositionTest.php +++ b/tests/PSX/ActivityStream/PositionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\ActivityStream; @@ -29,7 +26,7 @@ * PositionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PositionTest extends SerializeTestAbstract diff --git a/tests/PSX/Api/Documentation/SimpleTest.php b/tests/PSX/Api/Documentation/SimpleTest.php index cd52ed67..e43c41ff 100644 --- a/tests/PSX/Api/Documentation/SimpleTest.php +++ b/tests/PSX/Api/Documentation/SimpleTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\Documentation; @@ -29,7 +26,7 @@ * SimpleTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SimpleTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Api/Documentation/VersionTest.php b/tests/PSX/Api/Documentation/VersionTest.php index f37d0729..615206e6 100644 --- a/tests/PSX/Api/Documentation/VersionTest.php +++ b/tests/PSX/Api/Documentation/VersionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\Documentation; @@ -29,7 +26,7 @@ * VersionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class VersionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Api/VersionTest.php b/tests/PSX/Api/VersionTest.php index fe028f02..622073be 100644 --- a/tests/PSX/Api/VersionTest.php +++ b/tests/PSX/Api/VersionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api; @@ -27,7 +24,7 @@ * VersionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class VersionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Api/View/FacadeTest.php b/tests/PSX/Api/View/FacadeTest.php index 7e21f410..fc3b3e19 100644 --- a/tests/PSX/Api/View/FacadeTest.php +++ b/tests/PSX/Api/View/FacadeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View; @@ -29,7 +26,7 @@ * FacadeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FacadeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Api/View/Generator/GeneratorTestCase.php b/tests/PSX/Api/View/Generator/GeneratorTestCase.php index 0d1a3fab..f457266d 100644 --- a/tests/PSX/Api/View/Generator/GeneratorTestCase.php +++ b/tests/PSX/Api/View/Generator/GeneratorTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator; @@ -30,7 +27,7 @@ * GeneratorTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class GeneratorTestCase extends ControllerTestCase diff --git a/tests/PSX/Api/View/Generator/Html/Sample/Loader/XmlFileTest.php b/tests/PSX/Api/View/Generator/Html/Sample/Loader/XmlFileTest.php index 12450d7c..c5ace57f 100644 --- a/tests/PSX/Api/View/Generator/Html/Sample/Loader/XmlFileTest.php +++ b/tests/PSX/Api/View/Generator/Html/Sample/Loader/XmlFileTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator\Html\Sample\Loader; @@ -29,7 +26,7 @@ * XmlFileTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class XmlFileTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Api/View/Generator/Html/SampleTest.php b/tests/PSX/Api/View/Generator/Html/SampleTest.php index 3625a119..26fdb807 100644 --- a/tests/PSX/Api/View/Generator/Html/SampleTest.php +++ b/tests/PSX/Api/View/Generator/Html/SampleTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator\Html; @@ -30,7 +27,7 @@ * SampleTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SampleTest extends GeneratorTestCase diff --git a/tests/PSX/Api/View/Generator/Html/SchemaTest.php b/tests/PSX/Api/View/Generator/Html/SchemaTest.php index 85d098de..1b26bb58 100644 --- a/tests/PSX/Api/View/Generator/Html/SchemaTest.php +++ b/tests/PSX/Api/View/Generator/Html/SchemaTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator\Html; @@ -31,7 +28,7 @@ * SchemaTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SchemaTest extends GeneratorTestCase diff --git a/tests/PSX/Api/View/Generator/JsonSchemaTest.php b/tests/PSX/Api/View/Generator/JsonSchemaTest.php index 4df0eacb..29566e91 100644 --- a/tests/PSX/Api/View/Generator/JsonSchemaTest.php +++ b/tests/PSX/Api/View/Generator/JsonSchemaTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator; @@ -30,7 +27,7 @@ * JsonSchemaTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class JsonSchemaTest extends GeneratorTestCase diff --git a/tests/PSX/Api/View/Generator/RamlTest.php b/tests/PSX/Api/View/Generator/RamlTest.php index 08c60e1e..d594deac 100644 --- a/tests/PSX/Api/View/Generator/RamlTest.php +++ b/tests/PSX/Api/View/Generator/RamlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator; @@ -30,7 +27,7 @@ * RamlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RamlTest extends GeneratorTestCase diff --git a/tests/PSX/Api/View/Generator/SwaggerTest.php b/tests/PSX/Api/View/Generator/SwaggerTest.php index 2174f8e7..15313424 100644 --- a/tests/PSX/Api/View/Generator/SwaggerTest.php +++ b/tests/PSX/Api/View/Generator/SwaggerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator; @@ -30,7 +27,7 @@ * SwaggerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SwaggerTest extends GeneratorTestCase diff --git a/tests/PSX/Api/View/Generator/Wsdl/OperationTest.php b/tests/PSX/Api/View/Generator/Wsdl/OperationTest.php index 2456a134..026363f5 100644 --- a/tests/PSX/Api/View/Generator/Wsdl/OperationTest.php +++ b/tests/PSX/Api/View/Generator/Wsdl/OperationTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator\Wsdl; @@ -27,7 +24,7 @@ * OperationTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class OperationTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Api/View/Generator/Wsdl/SoapEndpointTest.php b/tests/PSX/Api/View/Generator/Wsdl/SoapEndpointTest.php index cc7be0a1..3ed80246 100644 --- a/tests/PSX/Api/View/Generator/Wsdl/SoapEndpointTest.php +++ b/tests/PSX/Api/View/Generator/Wsdl/SoapEndpointTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator\Wsdl; @@ -37,7 +34,7 @@ * requests then an API endpoint * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SoapEndpointTest extends ControllerDbTestCase diff --git a/tests/PSX/Api/View/Generator/WsdlTest.php b/tests/PSX/Api/View/Generator/WsdlTest.php index bd027443..83cc911d 100644 --- a/tests/PSX/Api/View/Generator/WsdlTest.php +++ b/tests/PSX/Api/View/Generator/WsdlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator; @@ -30,7 +27,7 @@ * WsdlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class WsdlTest extends GeneratorTestCase diff --git a/tests/PSX/Api/View/Generator/XsdTest.php b/tests/PSX/Api/View/Generator/XsdTest.php index 9ea66baa..9c63bf60 100644 --- a/tests/PSX/Api/View/Generator/XsdTest.php +++ b/tests/PSX/Api/View/Generator/XsdTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api\View\Generator; @@ -29,7 +26,7 @@ * XsdTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class XsdTest extends GeneratorTestCase diff --git a/tests/PSX/Api/ViewTest.php b/tests/PSX/Api/ViewTest.php index 1936c585..2d331819 100644 --- a/tests/PSX/Api/ViewTest.php +++ b/tests/PSX/Api/ViewTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Api; @@ -27,7 +24,7 @@ * ViewTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ViewTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Atom/SerializeTest.php b/tests/PSX/Atom/SerializeTest.php index dcd68ae3..6605bc9b 100644 --- a/tests/PSX/Atom/SerializeTest.php +++ b/tests/PSX/Atom/SerializeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Atom; @@ -32,7 +29,7 @@ * SerializeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SerializeTest extends SerializeTestAbstract diff --git a/tests/PSX/Atom/Writer/EntryTest.php b/tests/PSX/Atom/Writer/EntryTest.php index 7e636420..7732489e 100644 --- a/tests/PSX/Atom/Writer/EntryTest.php +++ b/tests/PSX/Atom/Writer/EntryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Atom\Writer; @@ -31,7 +28,7 @@ * WriterTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class WriterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Atom/WriterTest.php b/tests/PSX/Atom/WriterTest.php index f631c6f1..f0df38e8 100644 --- a/tests/PSX/Atom/WriterTest.php +++ b/tests/PSX/Atom/WriterTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Atom; @@ -29,7 +26,7 @@ * WriterTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class WriterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/BaseTest.php b/tests/PSX/BaseTest.php index 0530d33f..781d27fe 100644 --- a/tests/PSX/BaseTest.php +++ b/tests/PSX/BaseTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -29,7 +26,7 @@ * BaseTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BaseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/BootstrapTest.php b/tests/PSX/BootstrapTest.php index 04a46ede..2dc975c9 100644 --- a/tests/PSX/BootstrapTest.php +++ b/tests/PSX/BootstrapTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * BootstrapTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BootstrapTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Cache/Handler/FileTest.php b/tests/PSX/Cache/Handler/FileTest.php index 3e528832..82bc9431 100644 --- a/tests/PSX/Cache/Handler/FileTest.php +++ b/tests/PSX/Cache/Handler/FileTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Cache\Handler; @@ -29,7 +26,7 @@ * FileTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FileTest extends CacheTest diff --git a/tests/PSX/Cache/Handler/MemcacheTest.php b/tests/PSX/Cache/Handler/MemcacheTest.php index 53ab0a6f..e1e85074 100644 --- a/tests/PSX/Cache/Handler/MemcacheTest.php +++ b/tests/PSX/Cache/Handler/MemcacheTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Cache\Handler; @@ -30,7 +27,7 @@ * MemcacheTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MemcacheTest extends CacheTest diff --git a/tests/PSX/Cache/Handler/MemoryTest.php b/tests/PSX/Cache/Handler/MemoryTest.php index 7df4b03d..c497a2d7 100644 --- a/tests/PSX/Cache/Handler/MemoryTest.php +++ b/tests/PSX/Cache/Handler/MemoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Cache\Handler; @@ -29,7 +26,7 @@ * MemoryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MemoryTest extends CacheTest diff --git a/tests/PSX/Cache/Handler/NullTest.php b/tests/PSX/Cache/Handler/NullTest.php index 72d7b61e..232bde93 100644 --- a/tests/PSX/Cache/Handler/NullTest.php +++ b/tests/PSX/Cache/Handler/NullTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Cache\Handler; @@ -31,7 +28,7 @@ * NullTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NullTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Cache/Handler/SqlTest.php b/tests/PSX/Cache/Handler/SqlTest.php index 3e4fcfd5..9e554ab6 100644 --- a/tests/PSX/Cache/Handler/SqlTest.php +++ b/tests/PSX/Cache/Handler/SqlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Cache\Handler; @@ -31,7 +28,7 @@ * SqlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SqlTest extends CacheTest diff --git a/tests/PSX/CacheTest.php b/tests/PSX/CacheTest.php index b3fcb210..e848964c 100644 --- a/tests/PSX/CacheTest.php +++ b/tests/PSX/CacheTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -30,7 +27,7 @@ * CacheTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CacheTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/CalendarTest.php b/tests/PSX/CalendarTest.php index 4e105420..06d20ab3 100644 --- a/tests/PSX/CalendarTest.php +++ b/tests/PSX/CalendarTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * CalendarTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CalendarTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Command/ErrorCommandTest.php b/tests/PSX/Command/ErrorCommandTest.php index 527543bd..2b3b62b3 100644 --- a/tests/PSX/Command/ErrorCommandTest.php +++ b/tests/PSX/Command/ErrorCommandTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -32,7 +29,7 @@ * ErrorCommandTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ErrorCommandTest extends CommandTestCase diff --git a/tests/PSX/Command/ExecutorTest.php b/tests/PSX/Command/ExecutorTest.php index 60e203e0..7b5992e6 100644 --- a/tests/PSX/Command/ExecutorTest.php +++ b/tests/PSX/Command/ExecutorTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -35,7 +32,7 @@ * ExecutorTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ExecutorTest extends CommandTestCase diff --git a/tests/PSX/Command/Foo/Command/FooCommand.php b/tests/PSX/Command/Foo/Command/FooCommand.php index 7d9517c7..b35ccf73 100644 --- a/tests/PSX/Command/Foo/Command/FooCommand.php +++ b/tests/PSX/Command/Foo/Command/FooCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\Foo\Command; @@ -32,7 +29,7 @@ * FooCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FooCommand extends CommandAbstract diff --git a/tests/PSX/Command/Foo/Command/TestCommand.php b/tests/PSX/Command/Foo/Command/TestCommand.php index 4b86162d..52386762 100644 --- a/tests/PSX/Command/Foo/Command/TestCommand.php +++ b/tests/PSX/Command/Foo/Command/TestCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\Foo\Command; @@ -31,7 +28,7 @@ * TestCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestCommand extends CommandAbstract diff --git a/tests/PSX/Command/Foo/Command/TestErrorCommand.php b/tests/PSX/Command/Foo/Command/TestErrorCommand.php index 9f4074af..eedf61bf 100644 --- a/tests/PSX/Command/Foo/Command/TestErrorCommand.php +++ b/tests/PSX/Command/Foo/Command/TestErrorCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\Foo\Command; @@ -31,7 +28,7 @@ * TestErrorCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestErrorCommand extends CommandAbstract diff --git a/tests/PSX/Command/Output/LoggerTest.php b/tests/PSX/Command/Output/LoggerTest.php index 293237d0..36d693d7 100644 --- a/tests/PSX/Command/Output/LoggerTest.php +++ b/tests/PSX/Command/Output/LoggerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\Output; @@ -27,7 +24,7 @@ * LoggerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class LoggerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Command/Output/MemoryTest.php b/tests/PSX/Command/Output/MemoryTest.php index 3bbb4165..f294c2dc 100644 --- a/tests/PSX/Command/Output/MemoryTest.php +++ b/tests/PSX/Command/Output/MemoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\Output; @@ -27,7 +24,7 @@ * MemoryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MemoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Command/Output/StdoutTest.php b/tests/PSX/Command/Output/StdoutTest.php index 69c562b2..8e19bb53 100644 --- a/tests/PSX/Command/Output/StdoutTest.php +++ b/tests/PSX/Command/Output/StdoutTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\Output; @@ -27,7 +24,7 @@ * StdoutTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class StdoutTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Command/Output/VoidTest.php b/tests/PSX/Command/Output/VoidTest.php index 9892d1ff..890d3174 100644 --- a/tests/PSX/Command/Output/VoidTest.php +++ b/tests/PSX/Command/Output/VoidTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\Output; @@ -27,7 +24,7 @@ * VoidTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class VoidTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Command/ParameterBuilderTest.php b/tests/PSX/Command/ParameterBuilderTest.php index 526195d2..13a6af22 100644 --- a/tests/PSX/Command/ParameterBuilderTest.php +++ b/tests/PSX/Command/ParameterBuilderTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -31,7 +28,7 @@ * ParameterBuilderTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ParameterBuilderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Command/ParameterParser/CliArgumentTest.php b/tests/PSX/Command/ParameterParser/CliArgumentTest.php index 9b61c438..9d667d10 100644 --- a/tests/PSX/Command/ParameterParser/CliArgumentTest.php +++ b/tests/PSX/Command/ParameterParser/CliArgumentTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\ParameterParser; @@ -29,7 +26,7 @@ * CliArgumentTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CliArgumentTest extends ParameterParserTestCase diff --git a/tests/PSX/Command/ParameterParser/JsonTest.php b/tests/PSX/Command/ParameterParser/JsonTest.php index 6db5b601..a35c6a97 100644 --- a/tests/PSX/Command/ParameterParser/JsonTest.php +++ b/tests/PSX/Command/ParameterParser/JsonTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\ParameterParser; @@ -29,7 +26,7 @@ * JsonTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class JsonTest extends ParameterParserTestCase diff --git a/tests/PSX/Command/ParameterParser/MapTest.php b/tests/PSX/Command/ParameterParser/MapTest.php index 22b70e7b..0a3f37f9 100644 --- a/tests/PSX/Command/ParameterParser/MapTest.php +++ b/tests/PSX/Command/ParameterParser/MapTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\ParameterParser; @@ -29,7 +26,7 @@ * MapTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MapTest extends ParameterParserTestCase diff --git a/tests/PSX/Command/ParameterParser/QueryStringTest.php b/tests/PSX/Command/ParameterParser/QueryStringTest.php index 49716699..c56501c4 100644 --- a/tests/PSX/Command/ParameterParser/QueryStringTest.php +++ b/tests/PSX/Command/ParameterParser/QueryStringTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command\ParameterParser; @@ -29,7 +26,7 @@ * QueryString * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class QueryStringTest extends ParameterParserTestCase diff --git a/tests/PSX/Command/ParameterParserTestCase.php b/tests/PSX/Command/ParameterParserTestCase.php index c39fcc63..6bd08f06 100644 --- a/tests/PSX/Command/ParameterParserTestCase.php +++ b/tests/PSX/Command/ParameterParserTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Command; @@ -27,7 +24,7 @@ * ParameterParserTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class ParameterParserTestCase extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/CommandAbstractTest.php b/tests/PSX/CommandAbstractTest.php index bd6e1f95..5a2cd590 100644 --- a/tests/PSX/CommandAbstractTest.php +++ b/tests/PSX/CommandAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -29,7 +26,7 @@ * CommandAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CommandAbstractTest extends CommandTestCase diff --git a/tests/PSX/ConfigTest.php b/tests/PSX/ConfigTest.php index 17319286..5776b74c 100644 --- a/tests/PSX/ConfigTest.php +++ b/tests/PSX/ConfigTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * ConfigTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ConfigTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Console/CommandCommandTest.php b/tests/PSX/Console/CommandCommandTest.php index a6809042..177c4475 100644 --- a/tests/PSX/Console/CommandCommandTest.php +++ b/tests/PSX/Console/CommandCommandTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console; @@ -31,7 +28,7 @@ * CommandCommandTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CommandCommandTest extends CommandTestCase diff --git a/tests/PSX/Console/ContainerCommandTest.php b/tests/PSX/Console/ContainerCommandTest.php index 9b149cb0..f02708b5 100644 --- a/tests/PSX/Console/ContainerCommandTest.php +++ b/tests/PSX/Console/ContainerCommandTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console; @@ -30,7 +27,7 @@ * ContainerCommandTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ContainerCommandTest extends CommandTestCase diff --git a/tests/PSX/Console/Generate/ApiCommandTest.php b/tests/PSX/Console/Generate/ApiCommandTest.php index ec41a495..ef36823b 100644 --- a/tests/PSX/Console/Generate/ApiCommandTest.php +++ b/tests/PSX/Console/Generate/ApiCommandTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -31,7 +28,7 @@ * ApiCommandTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ApiCommandTest extends CommandTestCase diff --git a/tests/PSX/Console/Generate/BootstrapCache/Bar.php b/tests/PSX/Console/Generate/BootstrapCache/Bar.php index cd8072ba..40590351 100644 --- a/tests/PSX/Console/Generate/BootstrapCache/Bar.php +++ b/tests/PSX/Console/Generate/BootstrapCache/Bar.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate\BootstrapCache; @@ -27,7 +24,7 @@ * Bar * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Bar diff --git a/tests/PSX/Console/Generate/BootstrapCache/Foo.php b/tests/PSX/Console/Generate/BootstrapCache/Foo.php index 5d7f4b42..02b230da 100644 --- a/tests/PSX/Console/Generate/BootstrapCache/Foo.php +++ b/tests/PSX/Console/Generate/BootstrapCache/Foo.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate\BootstrapCache; @@ -27,7 +24,7 @@ * Foo * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Foo diff --git a/tests/PSX/Console/Generate/BootstrapCacheCommandTest.php b/tests/PSX/Console/Generate/BootstrapCacheCommandTest.php index bbebd0f3..6c80c427 100644 --- a/tests/PSX/Console/Generate/BootstrapCacheCommandTest.php +++ b/tests/PSX/Console/Generate/BootstrapCacheCommandTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -30,7 +27,7 @@ * BootstrapCacheCommandTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BootstrapCacheCommandTest extends CommandTestCase diff --git a/tests/PSX/Console/Generate/CommandCommandTest.php b/tests/PSX/Console/Generate/CommandCommandTest.php index 71393bcb..952d57dc 100644 --- a/tests/PSX/Console/Generate/CommandCommandTest.php +++ b/tests/PSX/Console/Generate/CommandCommandTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -30,7 +27,7 @@ * CommandCommandTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CommandCommandTest extends CommandTestCase diff --git a/tests/PSX/Console/Generate/ControllerCommandTest.php b/tests/PSX/Console/Generate/ControllerCommandTest.php index 9cb833d7..95a8950f 100644 --- a/tests/PSX/Console/Generate/ControllerCommandTest.php +++ b/tests/PSX/Console/Generate/ControllerCommandTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -30,7 +27,7 @@ * ControllerCommandTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ControllerCommandTest extends CommandTestCase diff --git a/tests/PSX/Console/Generate/GenerateCommandAbstractTest.php b/tests/PSX/Console/Generate/GenerateCommandAbstractTest.php index ccc99574..9e832324 100644 --- a/tests/PSX/Console/Generate/GenerateCommandAbstractTest.php +++ b/tests/PSX/Console/Generate/GenerateCommandAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -35,7 +32,7 @@ * GenerateCommandAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class GenerateCommandAbstractTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Console/Generate/SchemaCommandTest.php b/tests/PSX/Console/Generate/SchemaCommandTest.php index fab69322..cd577d4b 100644 --- a/tests/PSX/Console/Generate/SchemaCommandTest.php +++ b/tests/PSX/Console/Generate/SchemaCommandTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -30,7 +27,7 @@ * SchemaCommandTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SchemaCommandTest extends CommandTestCase diff --git a/tests/PSX/Console/Generate/ServiceDefinitionTest.php b/tests/PSX/Console/Generate/ServiceDefinitionTest.php index 8e88a2cc..4e83f775 100644 --- a/tests/PSX/Console/Generate/ServiceDefinitionTest.php +++ b/tests/PSX/Console/Generate/ServiceDefinitionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -27,7 +24,7 @@ * ServiceDefinitionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ServiceDefinitionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Console/Generate/TableCommandTest.php b/tests/PSX/Console/Generate/TableCommandTest.php index d4739bc1..5dbc18cd 100644 --- a/tests/PSX/Console/Generate/TableCommandTest.php +++ b/tests/PSX/Console/Generate/TableCommandTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -31,7 +28,7 @@ * TableCommandTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TableCommandTest extends CommandTestCase diff --git a/tests/PSX/Console/Generate/ViewCommandTest.php b/tests/PSX/Console/Generate/ViewCommandTest.php index f945c94d..0b192dcd 100644 --- a/tests/PSX/Console/Generate/ViewCommandTest.php +++ b/tests/PSX/Console/Generate/ViewCommandTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Generate; @@ -30,7 +27,7 @@ * ViewCommandTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ViewCommandTest extends CommandTestCase diff --git a/tests/PSX/Console/Reader/StdinTest.php b/tests/PSX/Console/Reader/StdinTest.php index fa3bf672..778dde42 100644 --- a/tests/PSX/Console/Reader/StdinTest.php +++ b/tests/PSX/Console/Reader/StdinTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console\Reader; @@ -27,7 +24,7 @@ * StdinTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class StdinTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Console/RouteCommandTest.php b/tests/PSX/Console/RouteCommandTest.php index 4aa5dc59..04513ea1 100644 --- a/tests/PSX/Console/RouteCommandTest.php +++ b/tests/PSX/Console/RouteCommandTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console; @@ -30,7 +27,7 @@ * RouteCommandTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RouteCommandTest extends ControllerTestCase diff --git a/tests/PSX/Console/ServeCommandTest.php b/tests/PSX/Console/ServeCommandTest.php index f6532a06..69110254 100644 --- a/tests/PSX/Console/ServeCommandTest.php +++ b/tests/PSX/Console/ServeCommandTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Console; @@ -31,7 +28,7 @@ * ServeCommandTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ServeCommandTest extends ControllerTestCase diff --git a/tests/PSX/Controller/ApiAbstractTest.php b/tests/PSX/Controller/ApiAbstractTest.php index f2ddbaaa..ec68718a 100644 --- a/tests/PSX/Controller/ApiAbstractTest.php +++ b/tests/PSX/Controller/ApiAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller; @@ -36,7 +33,7 @@ * ApiAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ApiAbstractTest extends ControllerTestCase diff --git a/tests/PSX/Controller/ErrorControllerTest.php b/tests/PSX/Controller/ErrorControllerTest.php index f97601b0..828ed8e9 100644 --- a/tests/PSX/Controller/ErrorControllerTest.php +++ b/tests/PSX/Controller/ErrorControllerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller; @@ -36,7 +33,7 @@ * ErrorControllerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ErrorControllerTest extends ControllerTestCase diff --git a/tests/PSX/Controller/Foo/Application/SchemaApi/NoResponseController.php b/tests/PSX/Controller/Foo/Application/SchemaApi/NoResponseController.php index f35ed95f..a86d22c9 100644 --- a/tests/PSX/Controller/Foo/Application/SchemaApi/NoResponseController.php +++ b/tests/PSX/Controller/Foo/Application/SchemaApi/NoResponseController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Application\SchemaApi; @@ -33,7 +30,7 @@ * NoResponseController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NoResponseController extends SchemaApiAbstract diff --git a/tests/PSX/Controller/Foo/Application/SchemaApi/NoViewController.php b/tests/PSX/Controller/Foo/Application/SchemaApi/NoViewController.php index 4c027d11..bb498f61 100644 --- a/tests/PSX/Controller/Foo/Application/SchemaApi/NoViewController.php +++ b/tests/PSX/Controller/Foo/Application/SchemaApi/NoViewController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Application\SchemaApi; @@ -33,7 +30,7 @@ * NoViewController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NoViewController extends SchemaApiAbstract diff --git a/tests/PSX/Controller/Foo/Application/SchemaApi/VersionViewController.php b/tests/PSX/Controller/Foo/Application/SchemaApi/VersionViewController.php index e8d1b4b0..6b56f7cc 100644 --- a/tests/PSX/Controller/Foo/Application/SchemaApi/VersionViewController.php +++ b/tests/PSX/Controller/Foo/Application/SchemaApi/VersionViewController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Application\SchemaApi; @@ -34,7 +31,7 @@ * VersionViewController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class VersionViewController extends SchemaApiAbstract diff --git a/tests/PSX/Controller/Foo/Application/TestApiController.php b/tests/PSX/Controller/Foo/Application/TestApiController.php index f6ada5de..ef0b8eee 100644 --- a/tests/PSX/Controller/Foo/Application/TestApiController.php +++ b/tests/PSX/Controller/Foo/Application/TestApiController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Application; @@ -33,7 +30,7 @@ * TestApiController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestApiController extends ApiAbstract diff --git a/tests/PSX/Controller/Foo/Application/TestController.php b/tests/PSX/Controller/Foo/Application/TestController.php index 41a7d43e..805be029 100644 --- a/tests/PSX/Controller/Foo/Application/TestController.php +++ b/tests/PSX/Controller/Foo/Application/TestController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Application; @@ -38,7 +35,7 @@ * TestController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestController extends ControllerAbstract diff --git a/tests/PSX/Controller/Foo/Application/TestErrorController.php b/tests/PSX/Controller/Foo/Application/TestErrorController.php index 1e6232e1..6fa9e988 100644 --- a/tests/PSX/Controller/Foo/Application/TestErrorController.php +++ b/tests/PSX/Controller/Foo/Application/TestErrorController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Application; @@ -31,7 +28,7 @@ * TestErrorController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestErrorController extends ErrorController diff --git a/tests/PSX/Controller/Foo/Application/TestSchemaApiController.php b/tests/PSX/Controller/Foo/Application/TestSchemaApiController.php index 993eb369..108cc5e0 100644 --- a/tests/PSX/Controller/Foo/Application/TestSchemaApiController.php +++ b/tests/PSX/Controller/Foo/Application/TestSchemaApiController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Application; @@ -34,7 +31,7 @@ * TestSchemaApiController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestSchemaApiController extends SchemaApiAbstract diff --git a/tests/PSX/Controller/Foo/Application/TestTableApiController.php b/tests/PSX/Controller/Foo/Application/TestTableApiController.php index 3779d530..e3c6ec6a 100644 --- a/tests/PSX/Controller/Foo/Application/TestTableApiController.php +++ b/tests/PSX/Controller/Foo/Application/TestTableApiController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Application; @@ -29,7 +26,7 @@ * TestTableApiController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestTableApiController extends TableApiAbstract diff --git a/tests/PSX/Controller/Foo/Application/TestViewController.php b/tests/PSX/Controller/Foo/Application/TestViewController.php index 2db44a62..db49acf4 100644 --- a/tests/PSX/Controller/Foo/Application/TestViewController.php +++ b/tests/PSX/Controller/Foo/Application/TestViewController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Application; @@ -32,7 +29,7 @@ * TestViewController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestViewController extends ViewAbstract diff --git a/tests/PSX/Controller/Foo/Schema/Collection.php b/tests/PSX/Controller/Foo/Schema/Collection.php index d1bd6720..c25e58be 100644 --- a/tests/PSX/Controller/Foo/Schema/Collection.php +++ b/tests/PSX/Controller/Foo/Schema/Collection.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Schema; @@ -29,7 +26,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Collection extends SchemaAbstract diff --git a/tests/PSX/Controller/Foo/Schema/Create.php b/tests/PSX/Controller/Foo/Schema/Create.php index f5743a32..d801a6f0 100644 --- a/tests/PSX/Controller/Foo/Schema/Create.php +++ b/tests/PSX/Controller/Foo/Schema/Create.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Schema; @@ -29,7 +26,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Create extends SchemaAbstract diff --git a/tests/PSX/Controller/Foo/Schema/Delete.php b/tests/PSX/Controller/Foo/Schema/Delete.php index 88b7d00f..58853cbf 100644 --- a/tests/PSX/Controller/Foo/Schema/Delete.php +++ b/tests/PSX/Controller/Foo/Schema/Delete.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Schema; @@ -29,7 +26,7 @@ * Collection * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Delete extends SchemaAbstract diff --git a/tests/PSX/Controller/Foo/Schema/Entry.php b/tests/PSX/Controller/Foo/Schema/Entry.php index 68f4bfdb..25b6b40a 100644 --- a/tests/PSX/Controller/Foo/Schema/Entry.php +++ b/tests/PSX/Controller/Foo/Schema/Entry.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Schema; @@ -29,7 +26,7 @@ * Entry * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Entry extends SchemaAbstract diff --git a/tests/PSX/Controller/Foo/Schema/SuccessMessage.php b/tests/PSX/Controller/Foo/Schema/SuccessMessage.php index 2b94a8cd..73163837 100644 --- a/tests/PSX/Controller/Foo/Schema/SuccessMessage.php +++ b/tests/PSX/Controller/Foo/Schema/SuccessMessage.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Schema; @@ -29,7 +26,7 @@ * SuccessMessage * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SuccessMessage extends SchemaAbstract diff --git a/tests/PSX/Controller/Foo/Schema/Update.php b/tests/PSX/Controller/Foo/Schema/Update.php index d3cf6df7..595b4d31 100644 --- a/tests/PSX/Controller/Foo/Schema/Update.php +++ b/tests/PSX/Controller/Foo/Schema/Update.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Foo\Schema; @@ -29,7 +26,7 @@ * Update * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Update extends SchemaAbstract diff --git a/tests/PSX/Controller/SchemaApi/NoResponseTest.php b/tests/PSX/Controller/SchemaApi/NoResponseTest.php index 6fcf43e7..0c80e327 100644 --- a/tests/PSX/Controller/SchemaApi/NoResponseTest.php +++ b/tests/PSX/Controller/SchemaApi/NoResponseTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\SchemaApi; @@ -37,7 +34,7 @@ * NoResponseTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NoResponseTest extends ControllerDbTestCase diff --git a/tests/PSX/Controller/SchemaApi/NoViewTest.php b/tests/PSX/Controller/SchemaApi/NoViewTest.php index 7427aa58..baffd459 100644 --- a/tests/PSX/Controller/SchemaApi/NoViewTest.php +++ b/tests/PSX/Controller/SchemaApi/NoViewTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\SchemaApi; @@ -37,7 +34,7 @@ * NoViewTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NoViewTest extends ControllerDbTestCase diff --git a/tests/PSX/Controller/SchemaApi/VersionViewTest.php b/tests/PSX/Controller/SchemaApi/VersionViewTest.php index 037e7945..91ceaa01 100644 --- a/tests/PSX/Controller/SchemaApi/VersionViewTest.php +++ b/tests/PSX/Controller/SchemaApi/VersionViewTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\SchemaApi; @@ -37,7 +34,7 @@ * VersionViewTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class VersionViewTest extends ControllerDbTestCase diff --git a/tests/PSX/Controller/SchemaApiAbstractTest.php b/tests/PSX/Controller/SchemaApiAbstractTest.php index edcd8e95..c8594372 100644 --- a/tests/PSX/Controller/SchemaApiAbstractTest.php +++ b/tests/PSX/Controller/SchemaApiAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller; @@ -34,7 +31,7 @@ * SchemaApiAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SchemaApiAbstractTest extends ControllerDbTestCase diff --git a/tests/PSX/Controller/TableAbstractTest.php b/tests/PSX/Controller/TableAbstractTest.php index 659384da..e9452ebd 100644 --- a/tests/PSX/Controller/TableAbstractTest.php +++ b/tests/PSX/Controller/TableAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller; @@ -34,7 +31,7 @@ * TableApiAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TableApiAbstractTest extends ControllerDbTestCase diff --git a/tests/PSX/Controller/Tool/CommandControllerTest.php b/tests/PSX/Controller/Tool/CommandControllerTest.php index 328b2133..8a0910ac 100644 --- a/tests/PSX/Controller/Tool/CommandControllerTest.php +++ b/tests/PSX/Controller/Tool/CommandControllerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -35,7 +32,7 @@ * CommandControllerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CommandControllerTest extends ControllerTestCase diff --git a/tests/PSX/Controller/Tool/DefaultControllerTest.php b/tests/PSX/Controller/Tool/DefaultControllerTest.php index 652910c8..763e0a3b 100644 --- a/tests/PSX/Controller/Tool/DefaultControllerTest.php +++ b/tests/PSX/Controller/Tool/DefaultControllerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -34,7 +31,7 @@ * DefaultControllerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DefaultControllerTest extends ControllerTestCase diff --git a/tests/PSX/Controller/Tool/DocumentationControllerTest.php b/tests/PSX/Controller/Tool/DocumentationControllerTest.php index c6fd648b..f0418015 100644 --- a/tests/PSX/Controller/Tool/DocumentationControllerTest.php +++ b/tests/PSX/Controller/Tool/DocumentationControllerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -34,7 +31,7 @@ * DocumentationControllerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DocumentationControllerTest extends ControllerTestCase diff --git a/tests/PSX/Controller/Tool/RamlControllerTest.php b/tests/PSX/Controller/Tool/RamlControllerTest.php index f90a6405..c4e37171 100644 --- a/tests/PSX/Controller/Tool/RamlControllerTest.php +++ b/tests/PSX/Controller/Tool/RamlControllerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -34,7 +31,7 @@ * RamlControllerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RamlControllerTest extends ControllerTestCase diff --git a/tests/PSX/Controller/Tool/RestControllerTest.php b/tests/PSX/Controller/Tool/RestControllerTest.php index 5bc08575..20039357 100644 --- a/tests/PSX/Controller/Tool/RestControllerTest.php +++ b/tests/PSX/Controller/Tool/RestControllerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -35,7 +32,7 @@ * RestControllerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RestControllerTest extends ControllerTestCase diff --git a/tests/PSX/Controller/Tool/RoutingControllerTest.php b/tests/PSX/Controller/Tool/RoutingControllerTest.php index ced13d3f..934b8119 100644 --- a/tests/PSX/Controller/Tool/RoutingControllerTest.php +++ b/tests/PSX/Controller/Tool/RoutingControllerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -34,7 +31,7 @@ * RoutingControllerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RoutingControllerTest extends ControllerTestCase diff --git a/tests/PSX/Controller/Tool/SwaggerControllerTest.php b/tests/PSX/Controller/Tool/SwaggerControllerTest.php index 525bf342..b17c7b26 100644 --- a/tests/PSX/Controller/Tool/SwaggerControllerTest.php +++ b/tests/PSX/Controller/Tool/SwaggerControllerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -34,7 +31,7 @@ * SwaggerControllerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SwaggerControllerTest extends ControllerTestCase diff --git a/tests/PSX/Controller/Tool/ToolControllerTest.php b/tests/PSX/Controller/Tool/ToolControllerTest.php index 4b6e1c8c..e5ffcc0c 100644 --- a/tests/PSX/Controller/Tool/ToolControllerTest.php +++ b/tests/PSX/Controller/Tool/ToolControllerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -35,7 +32,7 @@ * ToolControllerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ToolControllerTest extends ControllerTestCase diff --git a/tests/PSX/Controller/Tool/WsdlControllerTest.php b/tests/PSX/Controller/Tool/WsdlControllerTest.php index e07eb1ab..dcfa0ea9 100644 --- a/tests/PSX/Controller/Tool/WsdlControllerTest.php +++ b/tests/PSX/Controller/Tool/WsdlControllerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller\Tool; @@ -35,7 +32,7 @@ * WsdlControllerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class WsdlControllerTest extends ControllerTestCase diff --git a/tests/PSX/Controller/ViewAbstractTest.php b/tests/PSX/Controller/ViewAbstractTest.php index 2d69d8b8..a930af4f 100644 --- a/tests/PSX/Controller/ViewAbstractTest.php +++ b/tests/PSX/Controller/ViewAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Controller; @@ -35,7 +32,7 @@ * ViewAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ViewAbstractTest extends ControllerTestCase diff --git a/tests/PSX/ControllerAbstractTest.php b/tests/PSX/ControllerAbstractTest.php index fc21f320..f43fc89d 100644 --- a/tests/PSX/ControllerAbstractTest.php +++ b/tests/PSX/ControllerAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -36,7 +33,7 @@ * ControllerAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ControllerAbstractTest extends ControllerTestCase diff --git a/tests/PSX/Data/AccessorTest.php b/tests/PSX/Data/AccessorTest.php index 4892d7dd..7dcac88f 100644 --- a/tests/PSX/Data/AccessorTest.php +++ b/tests/PSX/Data/AccessorTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * AccessorTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AccessorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/CollectionAbstractTest.php b/tests/PSX/Data/CollectionAbstractTest.php index b02eaf5b..5c15a207 100644 --- a/tests/PSX/Data/CollectionAbstractTest.php +++ b/tests/PSX/Data/CollectionAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * CollectionAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CollectionAbstractTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/CollectionTest.php b/tests/PSX/Data/CollectionTest.php index 0764c997..201f63b3 100644 --- a/tests/PSX/Data/CollectionTest.php +++ b/tests/PSX/Data/CollectionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * CollectionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CollectionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/ExceptionRecordTest.php b/tests/PSX/Data/ExceptionRecordTest.php index 87d0110c..8d22e807 100644 --- a/tests/PSX/Data/ExceptionRecordTest.php +++ b/tests/PSX/Data/ExceptionRecordTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * ExceptionRecordTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ExceptionRecordTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/ExtractorTest.php b/tests/PSX/Data/ExtractorTest.php index a50a9d45..86da5594 100644 --- a/tests/PSX/Data/ExtractorTest.php +++ b/tests/PSX/Data/ExtractorTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * ExtractorTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ExtractorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/ImmutableRecordTest.php b/tests/PSX/Data/ImmutableRecordTest.php index b4089cde..f8319d0e 100644 --- a/tests/PSX/Data/ImmutableRecordTest.php +++ b/tests/PSX/Data/ImmutableRecordTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * ImmutableRecordTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ImmutableRecordTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Importer/AtomTest.php b/tests/PSX/Data/Importer/AtomTest.php index 8b7881bb..92b61d99 100644 --- a/tests/PSX/Data/Importer/AtomTest.php +++ b/tests/PSX/Data/Importer/AtomTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Importer; @@ -30,7 +27,7 @@ * AtomTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AtomTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Importer/JsonTest.php b/tests/PSX/Data/Importer/JsonTest.php index fbeb5832..2422de75 100644 --- a/tests/PSX/Data/Importer/JsonTest.php +++ b/tests/PSX/Data/Importer/JsonTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Importer; @@ -31,7 +28,7 @@ * JsonTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class JsonTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Importer/RssTest.php b/tests/PSX/Data/Importer/RssTest.php index e1ad5b25..094835f3 100644 --- a/tests/PSX/Data/Importer/RssTest.php +++ b/tests/PSX/Data/Importer/RssTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Importer; @@ -31,7 +28,7 @@ * RssTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RssTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Importer/XmlTest.php b/tests/PSX/Data/Importer/XmlTest.php index b9a0ec34..497b8b25 100644 --- a/tests/PSX/Data/Importer/XmlTest.php +++ b/tests/PSX/Data/Importer/XmlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Importer; @@ -31,7 +28,7 @@ * XmlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class XmlTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/ImporterTest.php b/tests/PSX/Data/ImporterTest.php index a6936a9f..09267797 100644 --- a/tests/PSX/Data/ImporterTest.php +++ b/tests/PSX/Data/ImporterTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -32,7 +29,7 @@ * ImporterTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ImporterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/MessageTest.php b/tests/PSX/Data/MessageTest.php index 9b86b91e..75c27806 100644 --- a/tests/PSX/Data/MessageTest.php +++ b/tests/PSX/Data/MessageTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * MessageTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MessageTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Reader/FormTest.php b/tests/PSX/Data/Reader/FormTest.php index a04bbbd3..1c94b6f8 100644 --- a/tests/PSX/Data/Reader/FormTest.php +++ b/tests/PSX/Data/Reader/FormTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Reader; @@ -30,7 +27,7 @@ * FormTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FormTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Reader/JsonTest.php b/tests/PSX/Data/Reader/JsonTest.php index 8aca7b53..a64fc798 100644 --- a/tests/PSX/Data/Reader/JsonTest.php +++ b/tests/PSX/Data/Reader/JsonTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Reader; @@ -30,7 +27,7 @@ * JsonTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class JsonTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Reader/XmlTest.php b/tests/PSX/Data/Reader/XmlTest.php index ee44c92c..32153c14 100644 --- a/tests/PSX/Data/Reader/XmlTest.php +++ b/tests/PSX/Data/Reader/XmlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Reader; @@ -30,7 +27,7 @@ * XmlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class XmlTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/ReaderFactoryTest.php b/tests/PSX/Data/ReaderFactoryTest.php index bd83501f..1e3f7715 100644 --- a/tests/PSX/Data/ReaderFactoryTest.php +++ b/tests/PSX/Data/ReaderFactoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * ReaderFactoryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ReaderFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Record/FactoryFactoryTest.php b/tests/PSX/Data/Record/FactoryFactoryTest.php index bb839c8e..4ef1bf88 100644 --- a/tests/PSX/Data/Record/FactoryFactoryTest.php +++ b/tests/PSX/Data/Record/FactoryFactoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record; @@ -27,7 +24,7 @@ * FactoryFactoryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FactoryFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Record/ImportManagerTest.php b/tests/PSX/Data/Record/ImportManagerTest.php index bfb46be8..a439d788 100644 --- a/tests/PSX/Data/Record/ImportManagerTest.php +++ b/tests/PSX/Data/Record/ImportManagerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record; @@ -27,7 +24,7 @@ * ImportManagerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ImportManagerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Record/Importer/EntityTest.php b/tests/PSX/Data/Record/Importer/EntityTest.php index 8cea7a9c..dbe2f3bf 100644 --- a/tests/PSX/Data/Record/Importer/EntityTest.php +++ b/tests/PSX/Data/Record/Importer/EntityTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer; @@ -30,7 +27,7 @@ * EntityTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class EntityTest extends DoctrineTestCase diff --git a/tests/PSX/Data/Record/Importer/RecordAnonymousTest.php b/tests/PSX/Data/Record/Importer/RecordAnonymousTest.php index 7216b8c2..5e9773b5 100644 --- a/tests/PSX/Data/Record/Importer/RecordAnonymousTest.php +++ b/tests/PSX/Data/Record/Importer/RecordAnonymousTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer; @@ -30,7 +27,7 @@ * DefaultImporterAnonymousTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RecordAnonymousTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Record/Importer/RecordTest.php b/tests/PSX/Data/Record/Importer/RecordTest.php index 76cc7525..7de28f11 100644 --- a/tests/PSX/Data/Record/Importer/RecordTest.php +++ b/tests/PSX/Data/Record/Importer/RecordTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer; @@ -29,7 +26,7 @@ * RecordTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RecordTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Record/Importer/SchemaTest.php b/tests/PSX/Data/Record/Importer/SchemaTest.php index 2869d0c7..4b3745b0 100644 --- a/tests/PSX/Data/Record/Importer/SchemaTest.php +++ b/tests/PSX/Data/Record/Importer/SchemaTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer; @@ -29,7 +26,7 @@ * SchemaTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SchemaTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Record/Importer/TableTest.php b/tests/PSX/Data/Record/Importer/TableTest.php index b4617da8..0321304d 100644 --- a/tests/PSX/Data/Record/Importer/TableTest.php +++ b/tests/PSX/Data/Record/Importer/TableTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer; @@ -30,7 +27,7 @@ * TableImporterTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TableImporterTest extends DbTestCase diff --git a/tests/PSX/Data/Record/Importer/Test/Entity.php b/tests/PSX/Data/Record/Importer/Test/Entity.php index 87d2344a..f0da9f03 100644 --- a/tests/PSX/Data/Record/Importer/Test/Entity.php +++ b/tests/PSX/Data/Record/Importer/Test/Entity.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer\Test; diff --git a/tests/PSX/Data/Record/Importer/Test/Entry.php b/tests/PSX/Data/Record/Importer/Test/Entry.php index 3102f0e8..bddea753 100644 --- a/tests/PSX/Data/Record/Importer/Test/Entry.php +++ b/tests/PSX/Data/Record/Importer/Test/Entry.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer\Test; @@ -29,7 +26,7 @@ * Entry * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Entry extends RecordAbstract diff --git a/tests/PSX/Data/Record/Importer/Test/Factory.php b/tests/PSX/Data/Record/Importer/Test/Factory.php index e2e3b089..b1168e74 100644 --- a/tests/PSX/Data/Record/Importer/Test/Factory.php +++ b/tests/PSX/Data/Record/Importer/Test/Factory.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer\Test; @@ -30,7 +27,7 @@ * Factory * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Factory implements FactoryInterface diff --git a/tests/PSX/Data/Record/Importer/Test/Person.php b/tests/PSX/Data/Record/Importer/Test/Person.php index d2146a05..6c22c161 100644 --- a/tests/PSX/Data/Record/Importer/Test/Person.php +++ b/tests/PSX/Data/Record/Importer/Test/Person.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer\Test; @@ -29,7 +26,7 @@ * Person * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Person extends RecordAbstract diff --git a/tests/PSX/Data/Record/Importer/Test/Record.php b/tests/PSX/Data/Record/Importer/Test/Record.php index 95a0e03a..3ec37d56 100644 --- a/tests/PSX/Data/Record/Importer/Test/Record.php +++ b/tests/PSX/Data/Record/Importer/Test/Record.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer\Test; @@ -30,7 +27,7 @@ * Record * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Record extends RecordAbstract diff --git a/tests/PSX/Data/Record/Importer/Test/Schema.php b/tests/PSX/Data/Record/Importer/Test/Schema.php index 45e051ee..fff08a73 100644 --- a/tests/PSX/Data/Record/Importer/Test/Schema.php +++ b/tests/PSX/Data/Record/Importer/Test/Schema.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer\Test; @@ -30,7 +27,7 @@ * Schema * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Schema extends SchemaAbstract diff --git a/tests/PSX/Data/Record/Importer/Test/Table.php b/tests/PSX/Data/Record/Importer/Test/Table.php index 49c8bd02..3fd4f0ec 100644 --- a/tests/PSX/Data/Record/Importer/Test/Table.php +++ b/tests/PSX/Data/Record/Importer/Test/Table.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Importer\Test; @@ -30,7 +27,7 @@ * Table * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Table extends TableAbstract diff --git a/tests/PSX/Data/Record/ImporterTestCase.php b/tests/PSX/Data/Record/ImporterTestCase.php index f463c747..a75bf3d0 100644 --- a/tests/PSX/Data/Record/ImporterTestCase.php +++ b/tests/PSX/Data/Record/ImporterTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record; @@ -29,7 +26,7 @@ * ImporterTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait ImporterTestCase diff --git a/tests/PSX/Data/Record/MapperTest.php b/tests/PSX/Data/Record/MapperTest.php index e8523cdf..ba891040 100644 --- a/tests/PSX/Data/Record/MapperTest.php +++ b/tests/PSX/Data/Record/MapperTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record; @@ -32,7 +29,7 @@ * MapperTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MapperTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Record/Store/CacheTest.php b/tests/PSX/Data/Record/Store/CacheTest.php index c6753e2b..c88e680f 100644 --- a/tests/PSX/Data/Record/Store/CacheTest.php +++ b/tests/PSX/Data/Record/Store/CacheTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Store; @@ -31,7 +28,7 @@ * CacheTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CacheTest extends StoreTestCase diff --git a/tests/PSX/Data/Record/Store/MemoryTest.php b/tests/PSX/Data/Record/Store/MemoryTest.php index 65d2f994..511cf6a8 100644 --- a/tests/PSX/Data/Record/Store/MemoryTest.php +++ b/tests/PSX/Data/Record/Store/MemoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Store; @@ -29,7 +26,7 @@ * MemoryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MemoryTest extends StoreTestCase diff --git a/tests/PSX/Data/Record/Store/SessionTest.php b/tests/PSX/Data/Record/Store/SessionTest.php index 4534eba6..a3014917 100644 --- a/tests/PSX/Data/Record/Store/SessionTest.php +++ b/tests/PSX/Data/Record/Store/SessionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record\Store; @@ -29,7 +26,7 @@ * SessionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SessionTest extends StoreTestCase diff --git a/tests/PSX/Data/Record/StoreTestCase.php b/tests/PSX/Data/Record/StoreTestCase.php index 8961a72a..dc3cd6b0 100644 --- a/tests/PSX/Data/Record/StoreTestCase.php +++ b/tests/PSX/Data/Record/StoreTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Record; @@ -30,7 +27,7 @@ * StoreTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class StoreTestCase extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/RecordEventTest.php b/tests/PSX/Data/RecordEventTest.php index 6e854f62..8c8c5cdf 100644 --- a/tests/PSX/Data/RecordEventTest.php +++ b/tests/PSX/Data/RecordEventTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * RecordEventTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RecordEventTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/RecordInfoTest.php b/tests/PSX/Data/RecordInfoTest.php index f6c359de..e7ae6214 100644 --- a/tests/PSX/Data/RecordInfoTest.php +++ b/tests/PSX/Data/RecordInfoTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * RecordInfoTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RecordInfoTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/RecordTest.php b/tests/PSX/Data/RecordTest.php index 301deef7..fcf1e221 100644 --- a/tests/PSX/Data/RecordTest.php +++ b/tests/PSX/Data/RecordTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * RecordTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RecordTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/ResultSetTest.php b/tests/PSX/Data/ResultSetTest.php index e5085a12..93255c7b 100644 --- a/tests/PSX/Data/ResultSetTest.php +++ b/tests/PSX/Data/ResultSetTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -29,7 +26,7 @@ * ResultSetTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResultSetTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/AssimilatorTest.php b/tests/PSX/Data/Schema/AssimilatorTest.php index 2d2a707e..606ecb19 100644 --- a/tests/PSX/Data/Schema/AssimilatorTest.php +++ b/tests/PSX/Data/Schema/AssimilatorTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -30,7 +27,7 @@ * AssimilatorTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AssimilatorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/Generator/GeneratorTestCase.php b/tests/PSX/Data/Schema/Generator/GeneratorTestCase.php index 63aebbd7..8d5936f8 100644 --- a/tests/PSX/Data/Schema/Generator/GeneratorTestCase.php +++ b/tests/PSX/Data/Schema/Generator/GeneratorTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Generator; @@ -27,7 +24,7 @@ * GeneratorTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class GeneratorTestCase extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/Generator/HtmlTest.php b/tests/PSX/Data/Schema/Generator/HtmlTest.php index 44dc8dab..b6e44ed6 100644 --- a/tests/PSX/Data/Schema/Generator/HtmlTest.php +++ b/tests/PSX/Data/Schema/Generator/HtmlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Generator; @@ -27,7 +24,7 @@ * HtmlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class HtmlTest extends GeneratorTestCase diff --git a/tests/PSX/Data/Schema/Generator/JsonSchemaTest.php b/tests/PSX/Data/Schema/Generator/JsonSchemaTest.php index 2535ed87..d4308ca1 100644 --- a/tests/PSX/Data/Schema/Generator/JsonSchemaTest.php +++ b/tests/PSX/Data/Schema/Generator/JsonSchemaTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Generator; @@ -27,7 +24,7 @@ * JsonSchemaTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class JsonSchemaTest extends GeneratorTestCase diff --git a/tests/PSX/Data/Schema/Generator/SampleTest.php b/tests/PSX/Data/Schema/Generator/SampleTest.php index 59cd266c..50efd64b 100644 --- a/tests/PSX/Data/Schema/Generator/SampleTest.php +++ b/tests/PSX/Data/Schema/Generator/SampleTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Generator; @@ -27,7 +24,7 @@ * SampleTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SampleTest extends GeneratorTestCase diff --git a/tests/PSX/Data/Schema/Generator/TestSchema.php b/tests/PSX/Data/Schema/Generator/TestSchema.php index 42b0ef23..1011ea65 100644 --- a/tests/PSX/Data/Schema/Generator/TestSchema.php +++ b/tests/PSX/Data/Schema/Generator/TestSchema.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Generator; @@ -30,7 +27,7 @@ * TestSchema * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestSchema extends SchemaAbstract diff --git a/tests/PSX/Data/Schema/Generator/XsdTest.php b/tests/PSX/Data/Schema/Generator/XsdTest.php index cb411775..87af4b32 100644 --- a/tests/PSX/Data/Schema/Generator/XsdTest.php +++ b/tests/PSX/Data/Schema/Generator/XsdTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Generator; @@ -27,7 +24,7 @@ * XsdTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class XsdTest extends GeneratorTestCase diff --git a/tests/PSX/Data/Schema/Property/ArrayTypeTest.php b/tests/PSX/Data/Schema/Property/ArrayTypeTest.php index 6327b494..3db9f650 100644 --- a/tests/PSX/Data/Schema/Property/ArrayTypeTest.php +++ b/tests/PSX/Data/Schema/Property/ArrayTypeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -27,7 +24,7 @@ * ArrayTypeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ArrayTypeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/Property/BooleanTest.php b/tests/PSX/Data/Schema/Property/BooleanTest.php index 5b27c2a5..1bb5a8ec 100644 --- a/tests/PSX/Data/Schema/Property/BooleanTest.php +++ b/tests/PSX/Data/Schema/Property/BooleanTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -27,7 +24,7 @@ * BooleanTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BooleanTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/Property/ComplexTypeTest.php b/tests/PSX/Data/Schema/Property/ComplexTypeTest.php index d3d66c45..a712130b 100644 --- a/tests/PSX/Data/Schema/Property/ComplexTypeTest.php +++ b/tests/PSX/Data/Schema/Property/ComplexTypeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -27,7 +24,7 @@ * ComplexTypeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ComplexTypeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/Property/DateTest.php b/tests/PSX/Data/Schema/Property/DateTest.php index 7f917b26..f0230907 100644 --- a/tests/PSX/Data/Schema/Property/DateTest.php +++ b/tests/PSX/Data/Schema/Property/DateTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -27,7 +24,7 @@ * DateTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DateTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/Property/DateTimeTest.php b/tests/PSX/Data/Schema/Property/DateTimeTest.php index eae290af..44e81bb7 100644 --- a/tests/PSX/Data/Schema/Property/DateTimeTest.php +++ b/tests/PSX/Data/Schema/Property/DateTimeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -27,7 +24,7 @@ * DateTimeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DateTimeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/Property/DurationTest.php b/tests/PSX/Data/Schema/Property/DurationTest.php index 222bda2a..a8813d63 100644 --- a/tests/PSX/Data/Schema/Property/DurationTest.php +++ b/tests/PSX/Data/Schema/Property/DurationTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -27,7 +24,7 @@ * DurationTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DurationTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/Property/FloatTest.php b/tests/PSX/Data/Schema/Property/FloatTest.php index 4de8e792..5f7146b5 100644 --- a/tests/PSX/Data/Schema/Property/FloatTest.php +++ b/tests/PSX/Data/Schema/Property/FloatTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -27,7 +24,7 @@ * FloatTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FloatTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/Property/IntegerTest.php b/tests/PSX/Data/Schema/Property/IntegerTest.php index dadcf940..e56f03e9 100644 --- a/tests/PSX/Data/Schema/Property/IntegerTest.php +++ b/tests/PSX/Data/Schema/Property/IntegerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -27,7 +24,7 @@ * IntegerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class IntegerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/Property/StringTest.php b/tests/PSX/Data/Schema/Property/StringTest.php index 936b185c..ca1f2593 100644 --- a/tests/PSX/Data/Schema/Property/StringTest.php +++ b/tests/PSX/Data/Schema/Property/StringTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -29,7 +26,7 @@ * StringTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class StringTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/Property/TimeTest.php b/tests/PSX/Data/Schema/Property/TimeTest.php index 46a0f512..918ddcc7 100644 --- a/tests/PSX/Data/Schema/Property/TimeTest.php +++ b/tests/PSX/Data/Schema/Property/TimeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema\Property; @@ -27,7 +24,7 @@ * TimeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TimeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Schema/ValidatorTest.php b/tests/PSX/Data/Schema/ValidatorTest.php index 3fc97312..d5d5e1bf 100644 --- a/tests/PSX/Data/Schema/ValidatorTest.php +++ b/tests/PSX/Data/Schema/ValidatorTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Schema; @@ -29,7 +26,7 @@ * ValidatorTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ValidatorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/SerializeTestAbstract.php b/tests/PSX/Data/SerializeTestAbstract.php index cf98e5cd..e5aadd1c 100644 --- a/tests/PSX/Data/SerializeTestAbstract.php +++ b/tests/PSX/Data/SerializeTestAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -31,7 +28,7 @@ * SerializeTestAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class SerializeTestAbstract extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Serializer/TestObject.php b/tests/PSX/Data/Serializer/TestObject.php index fbf1e896..9911a4cd 100644 --- a/tests/PSX/Data/Serializer/TestObject.php +++ b/tests/PSX/Data/Serializer/TestObject.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Serializer; @@ -29,7 +26,7 @@ * TestObject * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * * @JMS\ExclusionPolicy("none") diff --git a/tests/PSX/Data/Serializer/TestObjectVersioned.php b/tests/PSX/Data/Serializer/TestObjectVersioned.php index a2213dec..e9e3aa5e 100644 --- a/tests/PSX/Data/Serializer/TestObjectVersioned.php +++ b/tests/PSX/Data/Serializer/TestObjectVersioned.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Serializer; @@ -29,7 +26,7 @@ * TestObjectVersioned * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org * * @JMS\ExclusionPolicy("none") diff --git a/tests/PSX/Data/SerializerTest.php b/tests/PSX/Data/SerializerTest.php index be1d0258..a7303728 100644 --- a/tests/PSX/Data/SerializerTest.php +++ b/tests/PSX/Data/SerializerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -30,7 +27,7 @@ * SerializerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SerializerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Transformer/AtomTest.php b/tests/PSX/Data/Transformer/AtomTest.php index 1d8cc2ee..f71102ac 100644 --- a/tests/PSX/Data/Transformer/AtomTest.php +++ b/tests/PSX/Data/Transformer/AtomTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Transformer; @@ -29,7 +26,7 @@ * AtomTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AtomTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Transformer/CallbackTest.php b/tests/PSX/Data/Transformer/CallbackTest.php index 5f301886..3039b2b0 100644 --- a/tests/PSX/Data/Transformer/CallbackTest.php +++ b/tests/PSX/Data/Transformer/CallbackTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Transformer; @@ -29,7 +26,7 @@ * CallbackTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CallbackTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Transformer/RssTest.php b/tests/PSX/Data/Transformer/RssTest.php index 4b30eb38..cb6d09dd 100644 --- a/tests/PSX/Data/Transformer/RssTest.php +++ b/tests/PSX/Data/Transformer/RssTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Transformer; @@ -29,7 +26,7 @@ * RssTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RssTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Transformer/SoapTest.php b/tests/PSX/Data/Transformer/SoapTest.php index 3e84cb17..ab4b205f 100644 --- a/tests/PSX/Data/Transformer/SoapTest.php +++ b/tests/PSX/Data/Transformer/SoapTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Transformer; @@ -29,7 +26,7 @@ * SoapTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SoapTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Transformer/XmlArrayTest.php b/tests/PSX/Data/Transformer/XmlArrayTest.php index 3242a69a..5ac4cce6 100644 --- a/tests/PSX/Data/Transformer/XmlArrayTest.php +++ b/tests/PSX/Data/Transformer/XmlArrayTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Transformer; @@ -32,7 +29,7 @@ * XmlArrayTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class XmlArrayTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Writer/AtomTest.php b/tests/PSX/Data/Writer/AtomTest.php index 415b26bd..17ce8074 100644 --- a/tests/PSX/Data/Writer/AtomTest.php +++ b/tests/PSX/Data/Writer/AtomTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -39,7 +36,7 @@ * AtomTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AtomTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Writer/FormTest.php b/tests/PSX/Data/Writer/FormTest.php index e29be2ea..cd4a3463 100644 --- a/tests/PSX/Data/Writer/FormTest.php +++ b/tests/PSX/Data/Writer/FormTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -30,7 +27,7 @@ * FormTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FormTest extends WriterTestCase diff --git a/tests/PSX/Data/Writer/HtmlTest.php b/tests/PSX/Data/Writer/HtmlTest.php index af43de81..81ff6390 100644 --- a/tests/PSX/Data/Writer/HtmlTest.php +++ b/tests/PSX/Data/Writer/HtmlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -31,7 +28,7 @@ * HtmlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class HtmlTest extends TemplateAbstractTestCase diff --git a/tests/PSX/Data/Writer/JsonTest.php b/tests/PSX/Data/Writer/JsonTest.php index 51dc8c13..70159f88 100644 --- a/tests/PSX/Data/Writer/JsonTest.php +++ b/tests/PSX/Data/Writer/JsonTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -30,7 +27,7 @@ * JsonTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class JsonTest extends WriterTestCase diff --git a/tests/PSX/Data/Writer/JsonpTest.php b/tests/PSX/Data/Writer/JsonpTest.php index c7892551..dd4bcb95 100644 --- a/tests/PSX/Data/Writer/JsonpTest.php +++ b/tests/PSX/Data/Writer/JsonpTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -30,7 +27,7 @@ * JsonpTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class JsonpTest extends WriterTestCase diff --git a/tests/PSX/Data/Writer/RssTest.php b/tests/PSX/Data/Writer/RssTest.php index 7dc9297b..7e44836a 100644 --- a/tests/PSX/Data/Writer/RssTest.php +++ b/tests/PSX/Data/Writer/RssTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -34,7 +31,7 @@ * RssTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RssTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/Writer/SoapTest.php b/tests/PSX/Data/Writer/SoapTest.php index 733e2acc..5dcd7815 100644 --- a/tests/PSX/Data/Writer/SoapTest.php +++ b/tests/PSX/Data/Writer/SoapTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -31,7 +28,7 @@ * SoapTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SoapTest extends WriterTestCase diff --git a/tests/PSX/Data/Writer/SvgTest.php b/tests/PSX/Data/Writer/SvgTest.php index 44af6a11..1f9e8d13 100644 --- a/tests/PSX/Data/Writer/SvgTest.php +++ b/tests/PSX/Data/Writer/SvgTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -31,7 +28,7 @@ * SvgTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SvgTest extends TemplateAbstractTestCase diff --git a/tests/PSX/Data/Writer/TemplateAbstractTestCase.php b/tests/PSX/Data/Writer/TemplateAbstractTestCase.php index dd27dc45..fe94380f 100644 --- a/tests/PSX/Data/Writer/TemplateAbstractTestCase.php +++ b/tests/PSX/Data/Writer/TemplateAbstractTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -31,7 +28,7 @@ * TemplateAbstractTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class TemplateAbstractTestCase extends WriterTestCase diff --git a/tests/PSX/Data/Writer/TextTest.php b/tests/PSX/Data/Writer/TextTest.php index 7684e77b..39305ac1 100644 --- a/tests/PSX/Data/Writer/TextTest.php +++ b/tests/PSX/Data/Writer/TextTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -31,7 +28,7 @@ * TextTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TextTest extends TemplateAbstractTestCase diff --git a/tests/PSX/Data/Writer/XmlTest.php b/tests/PSX/Data/Writer/XmlTest.php index 7bb94cef..8bf845cf 100644 --- a/tests/PSX/Data/Writer/XmlTest.php +++ b/tests/PSX/Data/Writer/XmlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data\Writer; @@ -30,7 +27,7 @@ * XmlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class XmlTest extends WriterTestCase diff --git a/tests/PSX/Data/WriterFactoryTest.php b/tests/PSX/Data/WriterFactoryTest.php index 71ecb029..bfe8cb79 100644 --- a/tests/PSX/Data/WriterFactoryTest.php +++ b/tests/PSX/Data/WriterFactoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -27,7 +24,7 @@ * WriterFactoryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class WriterFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/WriterTestCase.php b/tests/PSX/Data/WriterTestCase.php index e36e1106..80547a0b 100644 --- a/tests/PSX/Data/WriterTestCase.php +++ b/tests/PSX/Data/WriterTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -31,7 +28,7 @@ * WriterTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class WriterTestCase extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Data/WriterTestRecord.php b/tests/PSX/Data/WriterTestRecord.php index b9ad42dd..ad440a0b 100644 --- a/tests/PSX/Data/WriterTestRecord.php +++ b/tests/PSX/Data/WriterTestRecord.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Data; @@ -34,7 +31,7 @@ * WriterTestRecord * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class WriterTestRecord extends RecordAbstract diff --git a/tests/PSX/DateTimeTest.php b/tests/PSX/DateTimeTest.php index d3fb1f1a..52922738 100644 --- a/tests/PSX/DateTimeTest.php +++ b/tests/PSX/DateTimeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -29,7 +26,7 @@ * DateTimeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DateTimeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dependency/ContainerTest.php b/tests/PSX/Dependency/ContainerTest.php index 836371a8..db36831a 100644 --- a/tests/PSX/Dependency/ContainerTest.php +++ b/tests/PSX/Dependency/ContainerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dependency; @@ -30,7 +27,7 @@ * Most tests are taken from the symfony di container test * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ContainerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dependency/DefaultContainerTest.php b/tests/PSX/Dependency/DefaultContainerTest.php index 74987840..b6ba1fd9 100644 --- a/tests/PSX/Dependency/DefaultContainerTest.php +++ b/tests/PSX/Dependency/DefaultContainerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dependency; @@ -28,7 +25,7 @@ * applications rely on these services * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DefaultContainerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dependency/ObjectBuilderTest.php b/tests/PSX/Dependency/ObjectBuilderTest.php index 8f964e8a..52ab1d96 100644 --- a/tests/PSX/Dependency/ObjectBuilderTest.php +++ b/tests/PSX/Dependency/ObjectBuilderTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dependency; @@ -27,7 +24,7 @@ * ObjectBuilderTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ObjectBuilderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/CommandFactoryTest.php b/tests/PSX/Dispatch/CommandFactoryTest.php index 22bcf59b..c49773e3 100644 --- a/tests/PSX/Dispatch/CommandFactoryTest.php +++ b/tests/PSX/Dispatch/CommandFactoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -32,7 +29,7 @@ * CommandFactoryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CommandFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/ControllerFactoryTest.php b/tests/PSX/Dispatch/ControllerFactoryTest.php index 85e6c186..ff859896 100644 --- a/tests/PSX/Dispatch/ControllerFactoryTest.php +++ b/tests/PSX/Dispatch/ControllerFactoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -32,7 +29,7 @@ * ControllerFactoryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ControllerFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/DummyCommand.php b/tests/PSX/Dispatch/DummyCommand.php index a647923b..d2dffebd 100644 --- a/tests/PSX/Dispatch/DummyCommand.php +++ b/tests/PSX/Dispatch/DummyCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -31,7 +28,7 @@ * DummyCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DummyCommand extends CommandAbstract diff --git a/tests/PSX/Dispatch/DummyController.php b/tests/PSX/Dispatch/DummyController.php index 06480577..3b6774d0 100644 --- a/tests/PSX/Dispatch/DummyController.php +++ b/tests/PSX/Dispatch/DummyController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -29,7 +26,7 @@ * DummyController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DummyController extends ControllerAbstract diff --git a/tests/PSX/Dispatch/ExceptionController.php b/tests/PSX/Dispatch/ExceptionController.php index 6eddcf6c..726c1454 100644 --- a/tests/PSX/Dispatch/ExceptionController.php +++ b/tests/PSX/Dispatch/ExceptionController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -29,7 +26,7 @@ * ExceptionController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ExceptionController extends ControllerAbstract diff --git a/tests/PSX/Dispatch/Filter/BackstageTest.php b/tests/PSX/Dispatch/Filter/BackstageTest.php index bccadbe9..fa79e90e 100644 --- a/tests/PSX/Dispatch/Filter/BackstageTest.php +++ b/tests/PSX/Dispatch/Filter/BackstageTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -32,7 +29,7 @@ * BackstageTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BackstageTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/BasicAuthenticationTest.php b/tests/PSX/Dispatch/Filter/BasicAuthenticationTest.php index f943b66e..1f0aecf7 100644 --- a/tests/PSX/Dispatch/Filter/BasicAuthenticationTest.php +++ b/tests/PSX/Dispatch/Filter/BasicAuthenticationTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -37,7 +34,7 @@ * BasicAuthenticationTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BasicAuthenticationTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/BrowserCacheTest.php b/tests/PSX/Dispatch/Filter/BrowserCacheTest.php index ce040353..4211fb9d 100644 --- a/tests/PSX/Dispatch/Filter/BrowserCacheTest.php +++ b/tests/PSX/Dispatch/Filter/BrowserCacheTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -31,7 +28,7 @@ * BrowserCacheTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BrowserCacheTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/Condition/RequestMethodChoiceTest.php b/tests/PSX/Dispatch/Filter/Condition/RequestMethodChoiceTest.php index 774020d0..6c5865f0 100644 --- a/tests/PSX/Dispatch/Filter/Condition/RequestMethodChoiceTest.php +++ b/tests/PSX/Dispatch/Filter/Condition/RequestMethodChoiceTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter\Condition; @@ -32,7 +29,7 @@ * RequestMethodChoiceTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RequestMethodChoiceTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/ContentMd5Test.php b/tests/PSX/Dispatch/Filter/ContentMd5Test.php index a2c1e960..e7e7ce04 100644 --- a/tests/PSX/Dispatch/Filter/ContentMd5Test.php +++ b/tests/PSX/Dispatch/Filter/ContentMd5Test.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -32,7 +29,7 @@ * ContentMd5Test * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ContentMd5Test extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/ControllerExecutorTest.php b/tests/PSX/Dispatch/Filter/ControllerExecutorTest.php index 1ea35959..655680fa 100644 --- a/tests/PSX/Dispatch/Filter/ControllerExecutorTest.php +++ b/tests/PSX/Dispatch/Filter/ControllerExecutorTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -35,7 +32,7 @@ * ControllerExecutorTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ControllerExecutorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/CookieEncryptionTest.php b/tests/PSX/Dispatch/Filter/CookieEncryptionTest.php index c963b453..80ed59da 100644 --- a/tests/PSX/Dispatch/Filter/CookieEncryptionTest.php +++ b/tests/PSX/Dispatch/Filter/CookieEncryptionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -33,7 +30,7 @@ * CookieEncryptionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CookieEncryptionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/DigestAccessAuthenticationTest.php b/tests/PSX/Dispatch/Filter/DigestAccessAuthenticationTest.php index 5f7b3053..a20e1408 100644 --- a/tests/PSX/Dispatch/Filter/DigestAccessAuthenticationTest.php +++ b/tests/PSX/Dispatch/Filter/DigestAccessAuthenticationTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -40,7 +37,7 @@ * DigestAccessAuthenticationTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DigestAccessAuthenticationTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/Exception/FailureException.php b/tests/PSX/Dispatch/Filter/Exception/FailureException.php index 08145cda..8725472b 100644 --- a/tests/PSX/Dispatch/Filter/Exception/FailureException.php +++ b/tests/PSX/Dispatch/Filter/Exception/FailureException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter\Exception; @@ -27,7 +24,7 @@ * FailureException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FailureException extends \Exception diff --git a/tests/PSX/Dispatch/Filter/Exception/MissingException.php b/tests/PSX/Dispatch/Filter/Exception/MissingException.php index baa00cc9..10d0a789 100644 --- a/tests/PSX/Dispatch/Filter/Exception/MissingException.php +++ b/tests/PSX/Dispatch/Filter/Exception/MissingException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter\Exception; @@ -27,7 +24,7 @@ * MissingException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MissingException extends \Exception diff --git a/tests/PSX/Dispatch/Filter/Exception/SuccessException.php b/tests/PSX/Dispatch/Filter/Exception/SuccessException.php index 980c9a72..8147539d 100644 --- a/tests/PSX/Dispatch/Filter/Exception/SuccessException.php +++ b/tests/PSX/Dispatch/Filter/Exception/SuccessException.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter\Exception; @@ -27,7 +24,7 @@ * SuccessException * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SuccessException extends \Exception diff --git a/tests/PSX/Dispatch/Filter/GroupTest.php b/tests/PSX/Dispatch/Filter/GroupTest.php index 6598280c..43a05c86 100644 --- a/tests/PSX/Dispatch/Filter/GroupTest.php +++ b/tests/PSX/Dispatch/Filter/GroupTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -37,7 +34,7 @@ * GroupTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class GroupTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/GzipEncodeTest.php b/tests/PSX/Dispatch/Filter/GzipEncodeTest.php index 1bfbc09b..fc14d998 100644 --- a/tests/PSX/Dispatch/Filter/GzipEncodeTest.php +++ b/tests/PSX/Dispatch/Filter/GzipEncodeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -32,7 +29,7 @@ * GzipEncodeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class GzipEncodeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/IpFirewallTest.php b/tests/PSX/Dispatch/Filter/IpFirewallTest.php index d0fc7d6e..4d858cf9 100644 --- a/tests/PSX/Dispatch/Filter/IpFirewallTest.php +++ b/tests/PSX/Dispatch/Filter/IpFirewallTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -32,7 +29,7 @@ * IpFirewallTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class IpFirewallTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/Oauth2AuthenticationTest.php b/tests/PSX/Dispatch/Filter/Oauth2AuthenticationTest.php index 3c10e4f4..29fbaf1a 100644 --- a/tests/PSX/Dispatch/Filter/Oauth2AuthenticationTest.php +++ b/tests/PSX/Dispatch/Filter/Oauth2AuthenticationTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -41,7 +38,7 @@ * Oauth2AuthenticationTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Oauth2AuthenticationTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/OauthAuthenticationTest.php b/tests/PSX/Dispatch/Filter/OauthAuthenticationTest.php index 52cc45ef..780ddba4 100644 --- a/tests/PSX/Dispatch/Filter/OauthAuthenticationTest.php +++ b/tests/PSX/Dispatch/Filter/OauthAuthenticationTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -41,7 +38,7 @@ * OauthAuthenticationTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class OauthAuthenticationTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/StaticCacheTest.php b/tests/PSX/Dispatch/Filter/StaticCacheTest.php index f60e5601..68815de9 100644 --- a/tests/PSX/Dispatch/Filter/StaticCacheTest.php +++ b/tests/PSX/Dispatch/Filter/StaticCacheTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -35,7 +32,7 @@ * StaticCacheTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class StaticCacheTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Filter/UserAgentEnforcerTest.php b/tests/PSX/Dispatch/Filter/UserAgentEnforcerTest.php index 7d34e541..1acecc34 100644 --- a/tests/PSX/Dispatch/Filter/UserAgentEnforcerTest.php +++ b/tests/PSX/Dispatch/Filter/UserAgentEnforcerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Filter; @@ -35,7 +32,7 @@ * UserAgentEnforcerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UserAgentEnforcerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/RedirectExceptionController.php b/tests/PSX/Dispatch/RedirectExceptionController.php index 10a777ad..60c0a109 100644 --- a/tests/PSX/Dispatch/RedirectExceptionController.php +++ b/tests/PSX/Dispatch/RedirectExceptionController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -29,7 +26,7 @@ * RedirectExceptionController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RedirectExceptionController extends ControllerAbstract diff --git a/tests/PSX/Dispatch/RequestFactoryTest.php b/tests/PSX/Dispatch/RequestFactoryTest.php index 54d28fcd..398669aa 100644 --- a/tests/PSX/Dispatch/RequestFactoryTest.php +++ b/tests/PSX/Dispatch/RequestFactoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -31,7 +28,7 @@ * * @see http://www.ietf.org/rfc/rfc3875 * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RequestFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/ResponseFactoryTest.php b/tests/PSX/Dispatch/ResponseFactoryTest.php index 2a3513a3..7a4f7fed 100644 --- a/tests/PSX/Dispatch/ResponseFactoryTest.php +++ b/tests/PSX/Dispatch/ResponseFactoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -30,7 +27,7 @@ * * @see http://www.ietf.org/rfc/rfc3875 * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResponseFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Sender/BasicTest.php b/tests/PSX/Dispatch/Sender/BasicTest.php index 766bbfeb..63f3af6c 100644 --- a/tests/PSX/Dispatch/Sender/BasicTest.php +++ b/tests/PSX/Dispatch/Sender/BasicTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Sender; @@ -32,7 +29,7 @@ * BasicTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BasicTest extends SenderTestCase diff --git a/tests/PSX/Dispatch/Sender/SenderTestCase.php b/tests/PSX/Dispatch/Sender/SenderTestCase.php index b4ecc69b..a0d62483 100644 --- a/tests/PSX/Dispatch/Sender/SenderTestCase.php +++ b/tests/PSX/Dispatch/Sender/SenderTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Sender; @@ -30,7 +27,7 @@ * SenderTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SenderTestCase extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Dispatch/Sender/VoidTest.php b/tests/PSX/Dispatch/Sender/VoidTest.php index 9c577319..eb655ebb 100644 --- a/tests/PSX/Dispatch/Sender/VoidTest.php +++ b/tests/PSX/Dispatch/Sender/VoidTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch\Sender; @@ -31,7 +28,7 @@ * VoidTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class VoidTest extends SenderTestCase diff --git a/tests/PSX/Dispatch/StatusCodeExceptionController.php b/tests/PSX/Dispatch/StatusCodeExceptionController.php index 37ae00c1..2a5880a0 100644 --- a/tests/PSX/Dispatch/StatusCodeExceptionController.php +++ b/tests/PSX/Dispatch/StatusCodeExceptionController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -30,7 +27,7 @@ * StatusCodeExceptionController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class StatusCodeExceptionController extends ControllerAbstract diff --git a/tests/PSX/Dispatch/TestListener.php b/tests/PSX/Dispatch/TestListener.php index 5506f9f7..37913ec7 100644 --- a/tests/PSX/Dispatch/TestListener.php +++ b/tests/PSX/Dispatch/TestListener.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Dispatch; @@ -27,7 +24,7 @@ * TestListener * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestListener diff --git a/tests/PSX/DispatchTest.php b/tests/PSX/DispatchTest.php index 1168e227..c3abc3b1 100644 --- a/tests/PSX/DispatchTest.php +++ b/tests/PSX/DispatchTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -42,7 +39,7 @@ * DispatchTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DispatchTest extends ControllerTestCase diff --git a/tests/PSX/FileTest.php b/tests/PSX/FileTest.php index 1bb2f956..adf41181 100644 --- a/tests/PSX/FileTest.php +++ b/tests/PSX/FileTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * FileTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FileTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Filter/AlnumTest.php b/tests/PSX/Filter/AlnumTest.php index af903769..cfa4bcca 100644 --- a/tests/PSX/Filter/AlnumTest.php +++ b/tests/PSX/Filter/AlnumTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * AlnumTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AlnumTest extends FilterTestCase diff --git a/tests/PSX/Filter/AlphaTest.php b/tests/PSX/Filter/AlphaTest.php index 8854b121..ed8aafd1 100644 --- a/tests/PSX/Filter/AlphaTest.php +++ b/tests/PSX/Filter/AlphaTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * AlphaTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AlphaTest extends FilterTestCase diff --git a/tests/PSX/Filter/ArrayFilterTest.php b/tests/PSX/Filter/ArrayFilterTest.php index 8480263a..c4ac3f73 100644 --- a/tests/PSX/Filter/ArrayFilterTest.php +++ b/tests/PSX/Filter/ArrayFilterTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * ArrayFilterTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ArrayFilterTest extends FilterTestCase diff --git a/tests/PSX/Filter/CollectionTest.php b/tests/PSX/Filter/CollectionTest.php index ec4e7e35..64450fe6 100644 --- a/tests/PSX/Filter/CollectionTest.php +++ b/tests/PSX/Filter/CollectionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * CollectionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CollectionTest extends FilterTestCase diff --git a/tests/PSX/Filter/DateIntervalTest.php b/tests/PSX/Filter/DateIntervalTest.php index 22776896..4c50c65f 100644 --- a/tests/PSX/Filter/DateIntervalTest.php +++ b/tests/PSX/Filter/DateIntervalTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * DateIntervalTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DateIntervalTest extends FilterTestCase diff --git a/tests/PSX/Filter/DateRangeTest.php b/tests/PSX/Filter/DateRangeTest.php index 4c99725a..a5069160 100644 --- a/tests/PSX/Filter/DateRangeTest.php +++ b/tests/PSX/Filter/DateRangeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * DateRangeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DateRangeTest extends FilterTestCase diff --git a/tests/PSX/Filter/DateTimeTest.php b/tests/PSX/Filter/DateTimeTest.php index 11f468a7..6bf5f77d 100644 --- a/tests/PSX/Filter/DateTimeTest.php +++ b/tests/PSX/Filter/DateTimeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * DateTimeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DateTimeTest extends FilterTestCase diff --git a/tests/PSX/Filter/DigitTest.php b/tests/PSX/Filter/DigitTest.php index 69377047..ce41ca70 100644 --- a/tests/PSX/Filter/DigitTest.php +++ b/tests/PSX/Filter/DigitTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * DigitTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DigitTest extends FilterTestCase diff --git a/tests/PSX/Filter/EmailTest.php b/tests/PSX/Filter/EmailTest.php index 9587528f..056023ce 100644 --- a/tests/PSX/Filter/EmailTest.php +++ b/tests/PSX/Filter/EmailTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * EmailTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class EmailTest extends FilterTestCase diff --git a/tests/PSX/Filter/FilterTestCase.php b/tests/PSX/Filter/FilterTestCase.php index 50f48c47..573bdabc 100644 --- a/tests/PSX/Filter/FilterTestCase.php +++ b/tests/PSX/Filter/FilterTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * FilterTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FilterTestCase extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Filter/HashTest.php b/tests/PSX/Filter/HashTest.php index 1b577d58..e8b63953 100644 --- a/tests/PSX/Filter/HashTest.php +++ b/tests/PSX/Filter/HashTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * HashTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class HashTest extends FilterTestCase diff --git a/tests/PSX/Filter/HtmlTest.php b/tests/PSX/Filter/HtmlTest.php index 83d66b22..367c23f7 100644 --- a/tests/PSX/Filter/HtmlTest.php +++ b/tests/PSX/Filter/HtmlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * HtmlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class HtmlTest extends FilterTestCase diff --git a/tests/PSX/Filter/InArrayTest.php b/tests/PSX/Filter/InArrayTest.php index bf5f4094..9fadec3b 100644 --- a/tests/PSX/Filter/InArrayTest.php +++ b/tests/PSX/Filter/InArrayTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * InArrayTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InArrayTest extends FilterTestCase diff --git a/tests/PSX/Filter/InColumnTest.php b/tests/PSX/Filter/InColumnTest.php index 6727984e..f07392a5 100644 --- a/tests/PSX/Filter/InColumnTest.php +++ b/tests/PSX/Filter/InColumnTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -29,7 +26,7 @@ * InColumnTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InColumnTest extends DbTestCase diff --git a/tests/PSX/Filter/IpTest.php b/tests/PSX/Filter/IpTest.php index 70419112..4752ed30 100644 --- a/tests/PSX/Filter/IpTest.php +++ b/tests/PSX/Filter/IpTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * IpTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class IpTest extends FilterTestCase diff --git a/tests/PSX/Filter/KeyExistsTest.php b/tests/PSX/Filter/KeyExistsTest.php index d6e33226..3eec1226 100644 --- a/tests/PSX/Filter/KeyExistsTest.php +++ b/tests/PSX/Filter/KeyExistsTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * KeyExistsTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class KeyExistsTest extends FilterTestCase diff --git a/tests/PSX/Filter/LengthTest.php b/tests/PSX/Filter/LengthTest.php index 4f6e9d83..47eea884 100644 --- a/tests/PSX/Filter/LengthTest.php +++ b/tests/PSX/Filter/LengthTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * LengthTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class LengthTest extends FilterTestCase diff --git a/tests/PSX/Filter/Md5Test.php b/tests/PSX/Filter/Md5Test.php index 561d037c..9a346de1 100644 --- a/tests/PSX/Filter/Md5Test.php +++ b/tests/PSX/Filter/Md5Test.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * Md5Test * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Md5Test extends FilterTestCase diff --git a/tests/PSX/Filter/NotEmptyTest.php b/tests/PSX/Filter/NotEmptyTest.php index 467ddc14..07b2b847 100644 --- a/tests/PSX/Filter/NotEmptyTest.php +++ b/tests/PSX/Filter/NotEmptyTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * NotEmptyTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NotEmptyTest extends FilterTestCase diff --git a/tests/PSX/Filter/PrimaryKeyTest.php b/tests/PSX/Filter/PrimaryKeyTest.php index d47c9995..63d8f9c6 100644 --- a/tests/PSX/Filter/PrimaryKeyTest.php +++ b/tests/PSX/Filter/PrimaryKeyTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -31,7 +28,7 @@ * PrimaryKeyTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PrimaryKeyTest extends DbTestCase diff --git a/tests/PSX/Filter/RegexpTest.php b/tests/PSX/Filter/RegexpTest.php index 451a17e3..4d624063 100644 --- a/tests/PSX/Filter/RegexpTest.php +++ b/tests/PSX/Filter/RegexpTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * RegexpTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RegexpTest extends FilterTestCase diff --git a/tests/PSX/Filter/Sha1Test.php b/tests/PSX/Filter/Sha1Test.php index 9b90f0ee..250b60ac 100644 --- a/tests/PSX/Filter/Sha1Test.php +++ b/tests/PSX/Filter/Sha1Test.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * Sha1Test * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Sha1Test extends FilterTestCase diff --git a/tests/PSX/Filter/UrlTest.php b/tests/PSX/Filter/UrlTest.php index 9bc1444a..bc1b96c0 100644 --- a/tests/PSX/Filter/UrlTest.php +++ b/tests/PSX/Filter/UrlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * UrlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UrlTest extends FilterTestCase diff --git a/tests/PSX/Filter/UrldecodeTest.php b/tests/PSX/Filter/UrldecodeTest.php index b11c9f7b..bb5f7dc2 100644 --- a/tests/PSX/Filter/UrldecodeTest.php +++ b/tests/PSX/Filter/UrldecodeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * UrldecodeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UrldecodeTest extends FilterTestCase diff --git a/tests/PSX/Filter/XdigitTest.php b/tests/PSX/Filter/XdigitTest.php index d74f5ccb..6a585c2e 100644 --- a/tests/PSX/Filter/XdigitTest.php +++ b/tests/PSX/Filter/XdigitTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Filter; @@ -27,7 +24,7 @@ * XdigitTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class XdigitTest extends FilterTestCase diff --git a/tests/PSX/Http/CookieParserTest.php b/tests/PSX/Http/CookieParserTest.php index 14eace8e..44999bad 100644 --- a/tests/PSX/Http/CookieParserTest.php +++ b/tests/PSX/Http/CookieParserTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -27,7 +24,7 @@ * CookieTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CookieTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/CookieStore/MemoryTest.php b/tests/PSX/Http/CookieStore/MemoryTest.php index 0d3413b2..6a980392 100644 --- a/tests/PSX/Http/CookieStore/MemoryTest.php +++ b/tests/PSX/Http/CookieStore/MemoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\CookieStore; @@ -29,7 +26,7 @@ * MemoryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MemoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/DeleteRequestTest.php b/tests/PSX/Http/DeleteRequestTest.php index ac3b64be..e483ead2 100644 --- a/tests/PSX/Http/DeleteRequestTest.php +++ b/tests/PSX/Http/DeleteRequestTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * DeleteRequestTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DeleteRequestTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/Exception/StatusCodeExceptionTest.php b/tests/PSX/Http/Exception/StatusCodeExceptionTest.php index 2215bd72..90371efe 100644 --- a/tests/PSX/Http/Exception/StatusCodeExceptionTest.php +++ b/tests/PSX/Http/Exception/StatusCodeExceptionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Exception; @@ -27,7 +24,7 @@ * StatusCodeExceptionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class StatusCodeExceptionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/ExceptionTest.php b/tests/PSX/Http/ExceptionTest.php index cf0b7b60..1543b325 100644 --- a/tests/PSX/Http/ExceptionTest.php +++ b/tests/PSX/Http/ExceptionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -27,7 +24,7 @@ * ExceptionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ExceptionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/GetRequestTest.php b/tests/PSX/Http/GetRequestTest.php index b3366f72..1bdc9045 100644 --- a/tests/PSX/Http/GetRequestTest.php +++ b/tests/PSX/Http/GetRequestTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * GetRequestTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class GetRequestTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/Handler/CurlTest.php b/tests/PSX/Http/Handler/CurlTest.php index ce4b12e6..0b404916 100644 --- a/tests/PSX/Http/Handler/CurlTest.php +++ b/tests/PSX/Http/Handler/CurlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Handler; @@ -29,7 +26,7 @@ * CurlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CurlTest extends HandlerTestCase diff --git a/tests/PSX/Http/Handler/HandlerTestCase.php b/tests/PSX/Http/Handler/HandlerTestCase.php index 5ce42c53..6667c414 100644 --- a/tests/PSX/Http/Handler/HandlerTestCase.php +++ b/tests/PSX/Http/Handler/HandlerTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Handler; @@ -39,7 +36,7 @@ * HandlerTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class HandlerTestCase extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/Handler/SocksTest.php b/tests/PSX/Http/Handler/SocksTest.php index 3fff086b..12683e2c 100644 --- a/tests/PSX/Http/Handler/SocksTest.php +++ b/tests/PSX/Http/Handler/SocksTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Handler; @@ -29,7 +26,7 @@ * SocksTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SocksTest extends HandlerTestCase diff --git a/tests/PSX/Http/Handler/StreamTest.php b/tests/PSX/Http/Handler/StreamTest.php index 2d97418f..d0832160 100644 --- a/tests/PSX/Http/Handler/StreamTest.php +++ b/tests/PSX/Http/Handler/StreamTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Handler; @@ -29,7 +26,7 @@ * StreamTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class StreamTest extends HandlerTestCase diff --git a/tests/PSX/Http/HeadRequestTest.php b/tests/PSX/Http/HeadRequestTest.php index a3aa70e1..2f977bab 100644 --- a/tests/PSX/Http/HeadRequestTest.php +++ b/tests/PSX/Http/HeadRequestTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * HeadRequestTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class HeadRequestTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/MediaTypeTest.php b/tests/PSX/Http/MediaTypeTest.php index 11f75efd..07048fe1 100644 --- a/tests/PSX/Http/MediaTypeTest.php +++ b/tests/PSX/Http/MediaTypeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -27,7 +24,7 @@ * MediaTypeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MediaTypeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/MessageTest.php b/tests/PSX/Http/MessageTest.php index c520dc55..c52c74ad 100644 --- a/tests/PSX/Http/MessageTest.php +++ b/tests/PSX/Http/MessageTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -31,7 +28,7 @@ * MessageTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MessageTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/OptionsTest.php b/tests/PSX/Http/OptionsTest.php index 39d38e9d..3368a1c5 100644 --- a/tests/PSX/Http/OptionsTest.php +++ b/tests/PSX/Http/OptionsTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -27,7 +24,7 @@ * OptionsTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class OptionsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/PostRequestTest.php b/tests/PSX/Http/PostRequestTest.php index 08e5989b..a093ba49 100644 --- a/tests/PSX/Http/PostRequestTest.php +++ b/tests/PSX/Http/PostRequestTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * PostRequestTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PostRequestTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/Psr/RequestFactoryTest.php b/tests/PSX/Http/Psr/RequestFactoryTest.php index 06c0be9c..d9100817 100644 --- a/tests/PSX/Http/Psr/RequestFactoryTest.php +++ b/tests/PSX/Http/Psr/RequestFactoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Psr; @@ -34,7 +31,7 @@ * RequestFactoryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RequestFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/Psr/ResponseFactoryTest.php b/tests/PSX/Http/Psr/ResponseFactoryTest.php index 23da2d62..e3ed60de 100644 --- a/tests/PSX/Http/Psr/ResponseFactoryTest.php +++ b/tests/PSX/Http/Psr/ResponseFactoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Psr; @@ -32,7 +29,7 @@ * ResponseFactoryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResponseFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/Psr/ServerRequestFactoryTest.php b/tests/PSX/Http/Psr/ServerRequestFactoryTest.php index 50f8f34c..f217a2bb 100644 --- a/tests/PSX/Http/Psr/ServerRequestFactoryTest.php +++ b/tests/PSX/Http/Psr/ServerRequestFactoryTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Psr; @@ -34,7 +31,7 @@ * ServerRequestFactoryTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ServerRequestFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/PutRequestTest.php b/tests/PSX/Http/PutRequestTest.php index 680be2f6..393483f6 100644 --- a/tests/PSX/Http/PutRequestTest.php +++ b/tests/PSX/Http/PutRequestTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * PutRequestTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PutRequestTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/RequestParserTest.php b/tests/PSX/Http/RequestParserTest.php index d2f59dab..75eb1faf 100644 --- a/tests/PSX/Http/RequestParserTest.php +++ b/tests/PSX/Http/RequestParserTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -30,7 +27,7 @@ * RequestParserTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RequestParserTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/RequestTest.php b/tests/PSX/Http/RequestTest.php index 181752a9..441b0dbe 100644 --- a/tests/PSX/Http/RequestTest.php +++ b/tests/PSX/Http/RequestTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -31,7 +28,7 @@ * RequestTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RequestTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/ResponseParserTest.php b/tests/PSX/Http/ResponseParserTest.php index 92868646..d16ea958 100644 --- a/tests/PSX/Http/ResponseParserTest.php +++ b/tests/PSX/Http/ResponseParserTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -29,7 +26,7 @@ * ResponseParserTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResponseParserTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/ResponseTest.php b/tests/PSX/Http/ResponseTest.php index 763ec701..f66a53e7 100644 --- a/tests/PSX/Http/ResponseTest.php +++ b/tests/PSX/Http/ResponseTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -30,7 +27,7 @@ * ResponseTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResponseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/Server.php b/tests/PSX/Http/Server.php index 8b1ffee1..b16f6253 100644 --- a/tests/PSX/Http/Server.php +++ b/tests/PSX/Http/Server.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http; @@ -30,7 +27,7 @@ * sending of handlers * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Server diff --git a/tests/PSX/Http/Stream/FileStreamTest.php b/tests/PSX/Http/Stream/FileStreamTest.php index 240b5c8b..26d3d076 100644 --- a/tests/PSX/Http/Stream/FileStreamTest.php +++ b/tests/PSX/Http/Stream/FileStreamTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Stream; @@ -27,7 +24,7 @@ * FileStreamTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FileStreamTest extends StreamTestCase diff --git a/tests/PSX/Http/Stream/SocksStreamTest.php b/tests/PSX/Http/Stream/SocksStreamTest.php index e1d38c17..dc961b02 100644 --- a/tests/PSX/Http/Stream/SocksStreamTest.php +++ b/tests/PSX/Http/Stream/SocksStreamTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Stream; @@ -27,7 +24,7 @@ * SocksStreamTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SocksStreamTest extends StreamTestCase diff --git a/tests/PSX/Http/Stream/StreamTestCase.php b/tests/PSX/Http/Stream/StreamTestCase.php index 7545a3a8..6f423249 100644 --- a/tests/PSX/Http/Stream/StreamTestCase.php +++ b/tests/PSX/Http/Stream/StreamTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Stream; @@ -27,7 +24,7 @@ * StreamTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class StreamTestCase extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Http/Stream/StringStreamTest.php b/tests/PSX/Http/Stream/StringStreamTest.php index 7f63e254..ec8599d5 100644 --- a/tests/PSX/Http/Stream/StringStreamTest.php +++ b/tests/PSX/Http/Stream/StringStreamTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Stream; @@ -27,7 +24,7 @@ * StringStreamTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class StringStreamTest extends StreamTestCase diff --git a/tests/PSX/Http/Stream/TempStreamTest.php b/tests/PSX/Http/Stream/TempStreamTest.php index e9fd2ab7..872982a4 100644 --- a/tests/PSX/Http/Stream/TempStreamTest.php +++ b/tests/PSX/Http/Stream/TempStreamTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Stream; @@ -27,7 +24,7 @@ * TempStreamTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TempStreamTest extends StreamTestCase diff --git a/tests/PSX/Http/Stream/TempStreamWriteOnlyTest.php b/tests/PSX/Http/Stream/TempStreamWriteOnlyTest.php index 98a7c094..c84d38c2 100644 --- a/tests/PSX/Http/Stream/TempStreamWriteOnlyTest.php +++ b/tests/PSX/Http/Stream/TempStreamWriteOnlyTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Stream; @@ -27,7 +24,7 @@ * TempStreamWriteOnlyTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TempStreamWriteOnlyTest extends StreamTestCase diff --git a/tests/PSX/Http/Stream/UtilTest.php b/tests/PSX/Http/Stream/UtilTest.php index b524fafe..fd07bc2a 100644 --- a/tests/PSX/Http/Stream/UtilTest.php +++ b/tests/PSX/Http/Stream/UtilTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Http\Stream; @@ -27,7 +24,7 @@ * UtilTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UtilTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/HttpTest.php b/tests/PSX/HttpTest.php index eb2aeb7a..ad7d4ee0 100644 --- a/tests/PSX/HttpTest.php +++ b/tests/PSX/HttpTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -33,7 +30,7 @@ * HttpTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class HttpTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Json/WebSignatureTest.php b/tests/PSX/Json/WebSignatureTest.php index 0e729d9f..28e63583 100644 --- a/tests/PSX/Json/WebSignatureTest.php +++ b/tests/PSX/Json/WebSignatureTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Json; @@ -27,7 +24,7 @@ * WebSignatureTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class WebSignatureTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/JsonTest.php b/tests/PSX/JsonTest.php index c3dcda62..e1e94787 100644 --- a/tests/PSX/JsonTest.php +++ b/tests/PSX/JsonTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * JsonTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class JsonTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Loader/CallbackResolver/DependencyInjectorTest.php b/tests/PSX/Loader/CallbackResolver/DependencyInjectorTest.php index 52a35f2c..e0cc3106 100644 --- a/tests/PSX/Loader/CallbackResolver/DependencyInjectorTest.php +++ b/tests/PSX/Loader/CallbackResolver/DependencyInjectorTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\CallbackResolver; @@ -33,7 +30,7 @@ * DependencyInjectorTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DependencyInjectorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Loader/ContextTest.php b/tests/PSX/Loader/ContextTest.php index 03607f75..2f99b82a 100644 --- a/tests/PSX/Loader/ContextTest.php +++ b/tests/PSX/Loader/ContextTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -27,7 +24,7 @@ * ContextTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ContextTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Loader/FilterController.php b/tests/PSX/Loader/FilterController.php index 23e90200..084288f0 100644 --- a/tests/PSX/Loader/FilterController.php +++ b/tests/PSX/Loader/FilterController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -31,7 +28,7 @@ * FilterController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FilterController extends ControllerAbstract diff --git a/tests/PSX/Loader/LocationFinder/RoutingParserTest.php b/tests/PSX/Loader/LocationFinder/RoutingParserTest.php index f9a558e1..a70b3c21 100644 --- a/tests/PSX/Loader/LocationFinder/RoutingParserTest.php +++ b/tests/PSX/Loader/LocationFinder/RoutingParserTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\LocationFinder; @@ -33,7 +30,7 @@ * RoutingParserTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RoutingParserTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Loader/PathMatcherTest.php b/tests/PSX/Loader/PathMatcherTest.php index 3a612653..abecbc57 100644 --- a/tests/PSX/Loader/PathMatcherTest.php +++ b/tests/PSX/Loader/PathMatcherTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -29,7 +26,7 @@ * PathMatcherTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PathMatcherTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Loader/ProbeController.php b/tests/PSX/Loader/ProbeController.php index 1f4df5bf..21f8ea43 100644 --- a/tests/PSX/Loader/ProbeController.php +++ b/tests/PSX/Loader/ProbeController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -32,7 +29,7 @@ * ProbeController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ProbeController extends ControllerAbstract diff --git a/tests/PSX/Loader/ReverseRouterTest.php b/tests/PSX/Loader/ReverseRouterTest.php index 8d9fee5b..672fde9e 100644 --- a/tests/PSX/Loader/ReverseRouterTest.php +++ b/tests/PSX/Loader/ReverseRouterTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader; @@ -29,7 +26,7 @@ * ReverseRouterTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ReverseRouterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Loader/RoutingParser/Annotation/BarController.php b/tests/PSX/Loader/RoutingParser/Annotation/BarController.php index 559e942f..bd9edbe7 100644 --- a/tests/PSX/Loader/RoutingParser/Annotation/BarController.php +++ b/tests/PSX/Loader/RoutingParser/Annotation/BarController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\RoutingParser\Annotation; @@ -29,7 +26,7 @@ * BarController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BarController extends ControllerAbstract diff --git a/tests/PSX/Loader/RoutingParser/Annotation/FooController.php b/tests/PSX/Loader/RoutingParser/Annotation/FooController.php index 5e369986..a31a1748 100644 --- a/tests/PSX/Loader/RoutingParser/Annotation/FooController.php +++ b/tests/PSX/Loader/RoutingParser/Annotation/FooController.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\RoutingParser\Annotation; @@ -29,7 +26,7 @@ * FooController * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FooController extends ControllerAbstract diff --git a/tests/PSX/Loader/RoutingParser/AnnotationTest.php b/tests/PSX/Loader/RoutingParser/AnnotationTest.php index 66e21330..ff21917a 100644 --- a/tests/PSX/Loader/RoutingParser/AnnotationTest.php +++ b/tests/PSX/Loader/RoutingParser/AnnotationTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\RoutingParser; @@ -29,7 +26,7 @@ * AnnotationTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AnnotationTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Loader/RoutingParser/CachedParserTest.php b/tests/PSX/Loader/RoutingParser/CachedParserTest.php index 0aef0e80..7cd03938 100644 --- a/tests/PSX/Loader/RoutingParser/CachedParserTest.php +++ b/tests/PSX/Loader/RoutingParser/CachedParserTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\RoutingParser; @@ -30,7 +27,7 @@ * CachedParserTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CachedParserTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Loader/RoutingParser/RoutingFileTest.php b/tests/PSX/Loader/RoutingParser/RoutingFileTest.php index 429255ef..c81373b4 100644 --- a/tests/PSX/Loader/RoutingParser/RoutingFileTest.php +++ b/tests/PSX/Loader/RoutingParser/RoutingFileTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Loader\RoutingParser; @@ -29,7 +26,7 @@ * RoutingFileTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RoutingFileTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/LoaderTest.php b/tests/PSX/LoaderTest.php index 20231d6d..98a4a8e4 100644 --- a/tests/PSX/LoaderTest.php +++ b/tests/PSX/LoaderTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -42,7 +39,7 @@ * LoaderTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class LoaderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Log/ErrorFormatterTest.php b/tests/PSX/Log/ErrorFormatterTest.php index 2e47c7a8..4107ac65 100644 --- a/tests/PSX/Log/ErrorFormatterTest.php +++ b/tests/PSX/Log/ErrorFormatterTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Log; @@ -27,7 +24,7 @@ * ErrorFormatterTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ErrorFormatterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Log/LogListenerTest.php b/tests/PSX/Log/LogListenerTest.php index 419b46c2..2a033168 100644 --- a/tests/PSX/Log/LogListenerTest.php +++ b/tests/PSX/Log/LogListenerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Log; @@ -46,7 +43,7 @@ * LogListenerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class LogListenerTest extends ControllerTestCase diff --git a/tests/PSX/Oauth/Provider/FlowAbstractTest.php b/tests/PSX/Oauth/Provider/FlowAbstractTest.php index 1d1b5f96..76ac1b89 100644 --- a/tests/PSX/Oauth/Provider/FlowAbstractTest.php +++ b/tests/PSX/Oauth/Provider/FlowAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Provider; @@ -38,7 +35,7 @@ * Flow which test the complete oauth stack * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FlowAbstractTest extends ControllerTestCase diff --git a/tests/PSX/Oauth/Provider/TestAccessAbstract.php b/tests/PSX/Oauth/Provider/TestAccessAbstract.php index a5a5afef..ec109d7c 100644 --- a/tests/PSX/Oauth/Provider/TestAccessAbstract.php +++ b/tests/PSX/Oauth/Provider/TestAccessAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Provider; @@ -32,7 +29,7 @@ * TestAccessAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestAccessAbstract extends AccessAbstract diff --git a/tests/PSX/Oauth/Provider/TestOauth.php b/tests/PSX/Oauth/Provider/TestOauth.php index 7879fba4..46012dac 100644 --- a/tests/PSX/Oauth/Provider/TestOauth.php +++ b/tests/PSX/Oauth/Provider/TestOauth.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Provider; @@ -33,7 +30,7 @@ * TestOauth * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestOauth extends ControllerAbstract diff --git a/tests/PSX/Oauth/Provider/TestRequestAbstract.php b/tests/PSX/Oauth/Provider/TestRequestAbstract.php index 711fc026..66636d37 100644 --- a/tests/PSX/Oauth/Provider/TestRequestAbstract.php +++ b/tests/PSX/Oauth/Provider/TestRequestAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Provider; @@ -32,7 +29,7 @@ * TestRequestAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestRequestAbstract extends RequestAbstract diff --git a/tests/PSX/Oauth/Signature/HMACSHA1Test.php b/tests/PSX/Oauth/Signature/HMACSHA1Test.php index 26ebe603..93b5a1af 100644 --- a/tests/PSX/Oauth/Signature/HMACSHA1Test.php +++ b/tests/PSX/Oauth/Signature/HMACSHA1Test.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Signature; @@ -27,7 +24,7 @@ * HMACSHA1Test * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class HMACSHA1Test extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Oauth/Signature/PLAINTEXTTest.php b/tests/PSX/Oauth/Signature/PLAINTEXTTest.php index ada9bf64..ffaa4c87 100644 --- a/tests/PSX/Oauth/Signature/PLAINTEXTTest.php +++ b/tests/PSX/Oauth/Signature/PLAINTEXTTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Signature; @@ -27,7 +24,7 @@ * PLAINTEXTTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PLAINTEXTTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Oauth/Signature/RSASHA1Test.php b/tests/PSX/Oauth/Signature/RSASHA1Test.php index 333e6a9a..b62c354d 100644 --- a/tests/PSX/Oauth/Signature/RSASHA1Test.php +++ b/tests/PSX/Oauth/Signature/RSASHA1Test.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth\Signature; @@ -27,7 +24,7 @@ * RSASHA1Test * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RSASHA1Test extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Oauth2/Authorization/AuthorizationCode/CallbackAbstractTest.php b/tests/PSX/Oauth2/Authorization/AuthorizationCode/CallbackAbstractTest.php index 5f00fff6..5723612d 100644 --- a/tests/PSX/Oauth2/Authorization/AuthorizationCode/CallbackAbstractTest.php +++ b/tests/PSX/Oauth2/Authorization/AuthorizationCode/CallbackAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization\AuthorizationCode; @@ -38,7 +35,7 @@ * CallbackAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CallbackAbstractTest extends ControllerTestCase diff --git a/tests/PSX/Oauth2/Authorization/AuthorizationCode/TestCallbackAbstract.php b/tests/PSX/Oauth2/Authorization/AuthorizationCode/TestCallbackAbstract.php index 6d3fc749..05d8ed2a 100644 --- a/tests/PSX/Oauth2/Authorization/AuthorizationCode/TestCallbackAbstract.php +++ b/tests/PSX/Oauth2/Authorization/AuthorizationCode/TestCallbackAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization\AuthorizationCode; @@ -38,7 +35,7 @@ * TestCallbackAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestCallbackAbstract extends CallbackAbstract diff --git a/tests/PSX/Oauth2/Authorization/AuthorizationCodeTest.php b/tests/PSX/Oauth2/Authorization/AuthorizationCodeTest.php index 10938b33..6daef637 100644 --- a/tests/PSX/Oauth2/Authorization/AuthorizationCodeTest.php +++ b/tests/PSX/Oauth2/Authorization/AuthorizationCodeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization; @@ -36,7 +33,7 @@ * AuthorizationCodeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AuthorizationCodeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Oauth2/Authorization/ClientCredentialsTest.php b/tests/PSX/Oauth2/Authorization/ClientCredentialsTest.php index 2be28809..082ca0f5 100644 --- a/tests/PSX/Oauth2/Authorization/ClientCredentialsTest.php +++ b/tests/PSX/Oauth2/Authorization/ClientCredentialsTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization; @@ -35,7 +32,7 @@ * ClientCredentialsTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ClientCredentialsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Oauth2/Authorization/PasswordCredentialsTest.php b/tests/PSX/Oauth2/Authorization/PasswordCredentialsTest.php index 6c368b97..964ea5ae 100644 --- a/tests/PSX/Oauth2/Authorization/PasswordCredentialsTest.php +++ b/tests/PSX/Oauth2/Authorization/PasswordCredentialsTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Authorization; @@ -35,7 +32,7 @@ * PasswordCredentialsTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PasswordCredentialsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Oauth2/AuthorizationAbstractTest.php b/tests/PSX/Oauth2/AuthorizationAbstractTest.php index e71525fc..37854bd6 100644 --- a/tests/PSX/Oauth2/AuthorizationAbstractTest.php +++ b/tests/PSX/Oauth2/AuthorizationAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2; @@ -29,7 +26,7 @@ * AuthorizationAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AuthorizationAbstractTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Oauth2/Provider/AuthorizationAbstractTest.php b/tests/PSX/Oauth2/Provider/AuthorizationAbstractTest.php index 72e59b60..c01d648c 100644 --- a/tests/PSX/Oauth2/Provider/AuthorizationAbstractTest.php +++ b/tests/PSX/Oauth2/Provider/AuthorizationAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider; @@ -36,7 +33,7 @@ * AuthorizationAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AuthorizationAbstractTest extends ControllerTestCase diff --git a/tests/PSX/Oauth2/Provider/GrantType/TestAuthorizationCode.php b/tests/PSX/Oauth2/Provider/GrantType/TestAuthorizationCode.php index 92619d9f..ddd393b2 100644 --- a/tests/PSX/Oauth2/Provider/GrantType/TestAuthorizationCode.php +++ b/tests/PSX/Oauth2/Provider/GrantType/TestAuthorizationCode.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider\GrantType; @@ -30,7 +27,7 @@ * TestAuthorizationCode * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestAuthorizationCode extends AuthorizationCodeAbstract diff --git a/tests/PSX/Oauth2/Provider/GrantType/TestClientCredentials.php b/tests/PSX/Oauth2/Provider/GrantType/TestClientCredentials.php index 51d01207..a0cd530c 100644 --- a/tests/PSX/Oauth2/Provider/GrantType/TestClientCredentials.php +++ b/tests/PSX/Oauth2/Provider/GrantType/TestClientCredentials.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider\GrantType; @@ -30,7 +27,7 @@ * TestClientCredentials * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestClientCredentials extends ClientCredentialsAbstract diff --git a/tests/PSX/Oauth2/Provider/GrantType/TestImplicit.php b/tests/PSX/Oauth2/Provider/GrantType/TestImplicit.php index 7b2ef1e6..35b873fa 100644 --- a/tests/PSX/Oauth2/Provider/GrantType/TestImplicit.php +++ b/tests/PSX/Oauth2/Provider/GrantType/TestImplicit.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider\GrantType; @@ -30,7 +27,7 @@ * TestImplicit * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestImplicit extends ImplicitAbstract diff --git a/tests/PSX/Oauth2/Provider/GrantType/TestPassword.php b/tests/PSX/Oauth2/Provider/GrantType/TestPassword.php index fdf3492d..968bd917 100644 --- a/tests/PSX/Oauth2/Provider/GrantType/TestPassword.php +++ b/tests/PSX/Oauth2/Provider/GrantType/TestPassword.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider\GrantType; @@ -30,7 +27,7 @@ * TestPassword * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestPassword extends PasswordAbstract diff --git a/tests/PSX/Oauth2/Provider/GrantType/TestRefreshToken.php b/tests/PSX/Oauth2/Provider/GrantType/TestRefreshToken.php index 8f85dc79..1714a630 100644 --- a/tests/PSX/Oauth2/Provider/GrantType/TestRefreshToken.php +++ b/tests/PSX/Oauth2/Provider/GrantType/TestRefreshToken.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider\GrantType; @@ -30,7 +27,7 @@ * TestRefreshToken * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestRefreshToken extends RefreshTokenAbstract diff --git a/tests/PSX/Oauth2/Provider/TestAuthorizationAbstract.php b/tests/PSX/Oauth2/Provider/TestAuthorizationAbstract.php index 6dc3e9cc..f95945dc 100644 --- a/tests/PSX/Oauth2/Provider/TestAuthorizationAbstract.php +++ b/tests/PSX/Oauth2/Provider/TestAuthorizationAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider; @@ -27,7 +24,7 @@ * TestAuthorizationAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestAuthorizationAbstract extends AuthorizationAbstract diff --git a/tests/PSX/Oauth2/Provider/TestTokenAbstract.php b/tests/PSX/Oauth2/Provider/TestTokenAbstract.php index af3521f8..e6b18156 100644 --- a/tests/PSX/Oauth2/Provider/TestTokenAbstract.php +++ b/tests/PSX/Oauth2/Provider/TestTokenAbstract.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider; @@ -27,7 +24,7 @@ * TestAuthorizationAbstract * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestTokenAbstract extends TokenAbstract diff --git a/tests/PSX/Oauth2/Provider/TokenAbstractTest.php b/tests/PSX/Oauth2/Provider/TokenAbstractTest.php index 2a303d10..40a29d53 100644 --- a/tests/PSX/Oauth2/Provider/TokenAbstractTest.php +++ b/tests/PSX/Oauth2/Provider/TokenAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Oauth2\Provider; @@ -38,7 +35,7 @@ * TokenAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TokenAbstractTest extends ControllerTestCase diff --git a/tests/PSX/OauthTest.php b/tests/PSX/OauthTest.php index 3c173a96..09efbea7 100644 --- a/tests/PSX/OauthTest.php +++ b/tests/PSX/OauthTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -33,7 +30,7 @@ * OauthTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class OauthTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/OpenSsl/PKeyTest.php b/tests/PSX/OpenSsl/PKeyTest.php index f2929ec4..dd8beca5 100644 --- a/tests/PSX/OpenSsl/PKeyTest.php +++ b/tests/PSX/OpenSsl/PKeyTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\OpenSsl; @@ -27,7 +24,7 @@ * PKeyTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PKeyTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/OpenSslTest.php b/tests/PSX/OpenSslTest.php index b803e94f..6895abff 100644 --- a/tests/PSX/OpenSslTest.php +++ b/tests/PSX/OpenSslTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -29,7 +26,7 @@ * OpenSslTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class OpenSslTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Rss/SerializeTest.php b/tests/PSX/Rss/SerializeTest.php index 09527651..35d87074 100644 --- a/tests/PSX/Rss/SerializeTest.php +++ b/tests/PSX/Rss/SerializeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Rss; @@ -32,7 +29,7 @@ * SerializeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SerializeTest extends SerializeTestAbstract diff --git a/tests/PSX/Rss/WriterTest.php b/tests/PSX/Rss/WriterTest.php index 2bb9f9a7..b997e962 100644 --- a/tests/PSX/Rss/WriterTest.php +++ b/tests/PSX/Rss/WriterTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Rss; @@ -29,7 +26,7 @@ * WriterTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class WriterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Session/Handler/SqlTest.php b/tests/PSX/Session/Handler/SqlTest.php index d4f695f7..3f1613fe 100644 --- a/tests/PSX/Session/Handler/SqlTest.php +++ b/tests/PSX/Session/Handler/SqlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Session\Handler; @@ -33,7 +30,7 @@ * SqlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SqlTest extends DbTestCase diff --git a/tests/PSX/Session/VoidTest.php b/tests/PSX/Session/VoidTest.php index 6966a9d4..53516005 100644 --- a/tests/PSX/Session/VoidTest.php +++ b/tests/PSX/Session/VoidTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Session; @@ -27,7 +24,7 @@ * VoidTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class VoidTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/SessionTest.php b/tests/PSX/SessionTest.php index bed5202b..1843d230 100644 --- a/tests/PSX/SessionTest.php +++ b/tests/PSX/SessionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * SessionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SessionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Sql/ConditionTest.php b/tests/PSX/Sql/ConditionTest.php index 51083f85..1ed8c23a 100644 --- a/tests/PSX/Sql/ConditionTest.php +++ b/tests/PSX/Sql/ConditionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -27,7 +24,7 @@ * ConditionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ConditionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Sql/DbTestCase.php b/tests/PSX/Sql/DbTestCase.php index 073597d8..92ce2c8a 100644 --- a/tests/PSX/Sql/DbTestCase.php +++ b/tests/PSX/Sql/DbTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -29,7 +26,7 @@ * DbTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class DbTestCase extends \PHPUnit_Extensions_Database_TestCase diff --git a/tests/PSX/Sql/DoctrineTestCase.php b/tests/PSX/Sql/DoctrineTestCase.php index 6416d316..d3d369cb 100644 --- a/tests/PSX/Sql/DoctrineTestCase.php +++ b/tests/PSX/Sql/DoctrineTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -27,7 +24,7 @@ * DoctrineTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ abstract class DoctrineTestCase extends DbTestCase diff --git a/tests/PSX/Sql/LoggerTest.php b/tests/PSX/Sql/LoggerTest.php index f8a22ea4..155365b1 100644 --- a/tests/PSX/Sql/LoggerTest.php +++ b/tests/PSX/Sql/LoggerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -33,7 +30,7 @@ * LoggerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class LoggerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Sql/SerializeTest.php b/tests/PSX/Sql/SerializeTest.php index 1817d3ad..0af52f04 100644 --- a/tests/PSX/Sql/SerializeTest.php +++ b/tests/PSX/Sql/SerializeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -33,7 +30,7 @@ * SerializeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SerializeTest extends DbTestCase diff --git a/tests/PSX/Sql/Table/ColumnAllocationTest.php b/tests/PSX/Sql/Table/ColumnAllocationTest.php index b01ac422..df3df66e 100644 --- a/tests/PSX/Sql/Table/ColumnAllocationTest.php +++ b/tests/PSX/Sql/Table/ColumnAllocationTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql\Table; @@ -27,7 +24,7 @@ * ColumnAllocationTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ColumnAllocationTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Sql/Table/Reader/EntityAnnotation/TestEntity.php b/tests/PSX/Sql/Table/Reader/EntityAnnotation/TestEntity.php index 028ae0c8..0da56454 100644 --- a/tests/PSX/Sql/Table/Reader/EntityAnnotation/TestEntity.php +++ b/tests/PSX/Sql/Table/Reader/EntityAnnotation/TestEntity.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql\Table\Reader\EntityAnnotation; diff --git a/tests/PSX/Sql/Table/Reader/EntityAnnotationTest.php b/tests/PSX/Sql/Table/Reader/EntityAnnotationTest.php index 3565e382..8e2ce046 100644 --- a/tests/PSX/Sql/Table/Reader/EntityAnnotationTest.php +++ b/tests/PSX/Sql/Table/Reader/EntityAnnotationTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql\Table\Reader; @@ -33,7 +30,7 @@ * EntityAnnotationTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class EntityAnnotationTest extends DoctrineTestCase diff --git a/tests/PSX/Sql/Table/Reader/SchemaTest.php b/tests/PSX/Sql/Table/Reader/SchemaTest.php index c3b2e385..fc2ef691 100644 --- a/tests/PSX/Sql/Table/Reader/SchemaTest.php +++ b/tests/PSX/Sql/Table/Reader/SchemaTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql\Table\Reader; @@ -33,7 +30,7 @@ * SchemaTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class SchemaTest extends DbTestCase diff --git a/tests/PSX/Sql/TableAbstractTest.php b/tests/PSX/Sql/TableAbstractTest.php index 14858d12..9ffb5f7a 100644 --- a/tests/PSX/Sql/TableAbstractTest.php +++ b/tests/PSX/Sql/TableAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -33,7 +30,7 @@ * TableAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TableAbstractTest extends DbTestCase diff --git a/tests/PSX/Sql/TableManagerTest.php b/tests/PSX/Sql/TableManagerTest.php index 0f03421d..cc4f33ae 100644 --- a/tests/PSX/Sql/TableManagerTest.php +++ b/tests/PSX/Sql/TableManagerTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -31,7 +28,7 @@ * TableManagerTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TableManagerTest extends DbTestCase diff --git a/tests/PSX/Sql/TableTest.php b/tests/PSX/Sql/TableTest.php index d0385ca7..c061dee0 100644 --- a/tests/PSX/Sql/TableTest.php +++ b/tests/PSX/Sql/TableTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -33,7 +30,7 @@ * TableTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TableTest extends DbTestCase diff --git a/tests/PSX/Sql/TableTestCase.php b/tests/PSX/Sql/TableTestCase.php index 52d2f66e..530dd06e 100644 --- a/tests/PSX/Sql/TableTestCase.php +++ b/tests/PSX/Sql/TableTestCase.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -31,7 +28,7 @@ * TableTestCase * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ trait TableTestCase diff --git a/tests/PSX/Sql/TestSchema.php b/tests/PSX/Sql/TestSchema.php index 6c60161c..ed340039 100644 --- a/tests/PSX/Sql/TestSchema.php +++ b/tests/PSX/Sql/TestSchema.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -29,7 +26,7 @@ * TestSchema * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestSchema diff --git a/tests/PSX/Sql/TestTable.php b/tests/PSX/Sql/TestTable.php index 14423c66..a22448a1 100644 --- a/tests/PSX/Sql/TestTable.php +++ b/tests/PSX/Sql/TestTable.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -30,7 +27,7 @@ * TestTable * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestTable extends TableAbstract diff --git a/tests/PSX/Sql/TestTableCommand.php b/tests/PSX/Sql/TestTableCommand.php index 6de671c0..aa65ea23 100644 --- a/tests/PSX/Sql/TestTableCommand.php +++ b/tests/PSX/Sql/TestTableCommand.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Sql; @@ -30,7 +27,7 @@ * TestTableCommand * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TestTableCommand extends TableAbstract diff --git a/tests/PSX/Swagger/ApiTest.php b/tests/PSX/Swagger/ApiTest.php index 9d0476f5..4196b0f1 100644 --- a/tests/PSX/Swagger/ApiTest.php +++ b/tests/PSX/Swagger/ApiTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * ApiTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ApiTest extends SerializeTestAbstract diff --git a/tests/PSX/Swagger/DeclarationTest.php b/tests/PSX/Swagger/DeclarationTest.php index b443d2fd..7ce8c004 100644 --- a/tests/PSX/Swagger/DeclarationTest.php +++ b/tests/PSX/Swagger/DeclarationTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * DeclarationTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class DeclarationTest extends SerializeTestAbstract diff --git a/tests/PSX/Swagger/InfoObjectTest.php b/tests/PSX/Swagger/InfoObjectTest.php index ddd2b8e6..6846078d 100644 --- a/tests/PSX/Swagger/InfoObjectTest.php +++ b/tests/PSX/Swagger/InfoObjectTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * InfoObjectTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class InfoObjectTest extends SerializeTestAbstract diff --git a/tests/PSX/Swagger/ModelTest.php b/tests/PSX/Swagger/ModelTest.php index f8f41a83..a6ff6380 100644 --- a/tests/PSX/Swagger/ModelTest.php +++ b/tests/PSX/Swagger/ModelTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * ModelTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ModelTest extends SerializeTestAbstract diff --git a/tests/PSX/Swagger/OperationTest.php b/tests/PSX/Swagger/OperationTest.php index a6bab524..030dd983 100644 --- a/tests/PSX/Swagger/OperationTest.php +++ b/tests/PSX/Swagger/OperationTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * OperationTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class OperationTest extends SerializeTestAbstract diff --git a/tests/PSX/Swagger/ParameterTest.php b/tests/PSX/Swagger/ParameterTest.php index 3c2b5117..bcaa3828 100644 --- a/tests/PSX/Swagger/ParameterTest.php +++ b/tests/PSX/Swagger/ParameterTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * ParameterTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ParameterTest extends SerializeTestAbstract diff --git a/tests/PSX/Swagger/PropertyTest.php b/tests/PSX/Swagger/PropertyTest.php index a706943b..b7bbc883 100644 --- a/tests/PSX/Swagger/PropertyTest.php +++ b/tests/PSX/Swagger/PropertyTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * PropertyTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PropertyTest extends SerializeTestAbstract diff --git a/tests/PSX/Swagger/ResourceListingTest.php b/tests/PSX/Swagger/ResourceListingTest.php index 441c0165..59d0fd01 100644 --- a/tests/PSX/Swagger/ResourceListingTest.php +++ b/tests/PSX/Swagger/ResourceListingTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * ResourceListingTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResourceListingTest extends SerializeTestAbstract diff --git a/tests/PSX/Swagger/ResponseMessageTest.php b/tests/PSX/Swagger/ResponseMessageTest.php index 7cac570e..85805cf4 100644 --- a/tests/PSX/Swagger/ResponseMessageTest.php +++ b/tests/PSX/Swagger/ResponseMessageTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Swagger; @@ -29,7 +26,7 @@ * ParameterTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResponseMessageTest extends SerializeTestAbstract diff --git a/tests/PSX/Template/TwigTest.php b/tests/PSX/Template/TwigTest.php index 33fcf2c6..357757d1 100644 --- a/tests/PSX/Template/TwigTest.php +++ b/tests/PSX/Template/TwigTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Template; @@ -27,7 +24,7 @@ * TwigTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TwigTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/TemplateTest.php b/tests/PSX/TemplateTest.php index 0717d89f..84d3b121 100644 --- a/tests/PSX/TemplateTest.php +++ b/tests/PSX/TemplateTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -30,7 +27,7 @@ * TemplateTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class TemplateTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Upload/FileTest.php b/tests/PSX/Upload/FileTest.php index 74f64113..ee6d1ce1 100644 --- a/tests/PSX/Upload/FileTest.php +++ b/tests/PSX/Upload/FileTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Upload; @@ -27,7 +24,7 @@ * FileTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class FileTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/UriTest.php b/tests/PSX/UriTest.php index eef2bd37..c6c2b8fa 100644 --- a/tests/PSX/UriTest.php +++ b/tests/PSX/UriTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * UriTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UriTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/UrlTest.php b/tests/PSX/UrlTest.php index 9b8031a2..8d446b98 100644 --- a/tests/PSX/UrlTest.php +++ b/tests/PSX/UrlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * UrlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UrlTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/UrnTest.php b/tests/PSX/UrnTest.php index 54f39951..1e1e9ecf 100644 --- a/tests/PSX/UrnTest.php +++ b/tests/PSX/UrnTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * UrnTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UrnTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Util/AnnotationTest.php b/tests/PSX/Util/AnnotationTest.php index 04930d1e..9fa80e9a 100644 --- a/tests/PSX/Util/AnnotationTest.php +++ b/tests/PSX/Util/AnnotationTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * AnnotationTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class AnnotationTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Util/Base64Test.php b/tests/PSX/Util/Base64Test.php index f61a53ce..f9a63d66 100644 --- a/tests/PSX/Util/Base64Test.php +++ b/tests/PSX/Util/Base64Test.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * Base64Test * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class Base64Test extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Util/BencodingTest.php b/tests/PSX/Util/BencodingTest.php index 39af6dff..1163e4ec 100644 --- a/tests/PSX/Util/BencodingTest.php +++ b/tests/PSX/Util/BencodingTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * BencodingTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class BencodingTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Util/ConversionTest.php b/tests/PSX/Util/ConversionTest.php index ed9850df..721d4349 100644 --- a/tests/PSX/Util/ConversionTest.php +++ b/tests/PSX/Util/ConversionTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * ConversionTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ConversionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Util/CurveArrayTest.php b/tests/PSX/Util/CurveArrayTest.php index d26893f7..e5dcbf74 100644 --- a/tests/PSX/Util/CurveArrayTest.php +++ b/tests/PSX/Util/CurveArrayTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * CurveArrayTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class CurveArrayTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Util/MarkdownTest.php b/tests/PSX/Util/MarkdownTest.php index 5a67ca00..613f9cb1 100644 --- a/tests/PSX/Util/MarkdownTest.php +++ b/tests/PSX/Util/MarkdownTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * MarkdownTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class MarkdownTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Util/NumerativeTest.php b/tests/PSX/Util/NumerativeTest.php index 560485fc..f2a62504 100644 --- a/tests/PSX/Util/NumerativeTest.php +++ b/tests/PSX/Util/NumerativeTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * NumerativeTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class NumerativeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Util/PriorityQueueTest.php b/tests/PSX/Util/PriorityQueueTest.php index f993f949..73702d68 100644 --- a/tests/PSX/Util/PriorityQueueTest.php +++ b/tests/PSX/Util/PriorityQueueTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * PriorityQueueTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class PriorityQueueTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Util/RomanTest.php b/tests/PSX/Util/RomanTest.php index 24c068fb..336fe9bb 100644 --- a/tests/PSX/Util/RomanTest.php +++ b/tests/PSX/Util/RomanTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * RomanTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RomanTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Util/UriResolverTest.php b/tests/PSX/Util/UriResolverTest.php index b594a55d..4aedccd1 100644 --- a/tests/PSX/Util/UriResolverTest.php +++ b/tests/PSX/Util/UriResolverTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -29,7 +26,7 @@ * UriResolverTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UriResolverTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Util/UuidTest.php b/tests/PSX/Util/UuidTest.php index 57d7ffd3..d3f7ca8b 100644 --- a/tests/PSX/Util/UuidTest.php +++ b/tests/PSX/Util/UuidTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Util; @@ -27,7 +24,7 @@ * UuidTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class UuidTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Validate/ArrayValidatorTest.php b/tests/PSX/Validate/ArrayValidatorTest.php index ed327edd..72de2b07 100644 --- a/tests/PSX/Validate/ArrayValidatorTest.php +++ b/tests/PSX/Validate/ArrayValidatorTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Validate; @@ -33,7 +30,7 @@ * ArrayValidatorTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ArrayValidatorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Validate/RecordValidatorTest.php b/tests/PSX/Validate/RecordValidatorTest.php index 2558d4bc..7e395ef6 100644 --- a/tests/PSX/Validate/RecordValidatorTest.php +++ b/tests/PSX/Validate/RecordValidatorTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Validate; @@ -33,7 +30,7 @@ * RecordValidatorTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class RecordValidatorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Validate/ResultTest.php b/tests/PSX/Validate/ResultTest.php index d543c7db..31a9afef 100644 --- a/tests/PSX/Validate/ResultTest.php +++ b/tests/PSX/Validate/ResultTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Validate; @@ -33,7 +30,7 @@ * ResultTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ResultTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Validate/ValidateAbstractTest.php b/tests/PSX/Validate/ValidateAbstractTest.php index f994a445..db1892d7 100644 --- a/tests/PSX/Validate/ValidateAbstractTest.php +++ b/tests/PSX/Validate/ValidateAbstractTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Validate; @@ -33,7 +30,7 @@ * ValidateAbstractTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ValidateAbstractTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/ValidateTest.php b/tests/PSX/ValidateTest.php index bbda32ab..badf8aae 100644 --- a/tests/PSX/ValidateTest.php +++ b/tests/PSX/ValidateTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -29,7 +26,7 @@ * ValidateTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class ValidateTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/Xml/WriterTest.php b/tests/PSX/Xml/WriterTest.php index e3d2f8dc..7e2fe1e9 100644 --- a/tests/PSX/Xml/WriterTest.php +++ b/tests/PSX/Xml/WriterTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX\Xml; @@ -27,7 +24,7 @@ * WriterTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class WriterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/PSX/XmlTest.php b/tests/PSX/XmlTest.php index 2cbfb9a1..c46f10b7 100644 --- a/tests/PSX/XmlTest.php +++ b/tests/PSX/XmlTest.php @@ -1,24 +1,21 @@ + * PSX is a open source PHP framework to develop RESTful APIs. + * For the current version and informations visit * - * Copyright (c) 2010-2015 Christoph Kappestein - * - * This file is part of psx. psx is free software: you can - * 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 any later version. - * - * psx 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 psx. If not, see . + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ namespace PSX; @@ -27,7 +24,7 @@ * XmlTest * * @author Christoph Kappestein - * @license http://www.gnu.org/licenses/gpl.html GPLv3 + * @license http://www.apache.org/licenses/LICENSE-2.0 * @link http://phpsx.org */ class XmlTest extends \PHPUnit_Framework_TestCase diff --git a/tests/bootstrap.php b/tests/bootstrap.php index a8d2284a..72ae7cc1 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,4 +1,22 @@ + * + * Copyright 2010-2015 Christoph Kappestein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ $loader = require(__DIR__ . '/../vendor/autoload.php'); $loader->add('PSX', 'tests');