diff --git a/CMakeLists.txt b/CMakeLists.txt index ecdc7bce..e0e40535 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1174,7 +1174,7 @@ endif() set(public_headers include/zmq.h include/zmq_utils.h) -set(readme-docs AUTHORS COPYING COPYING.LESSER NEWS) +set(readme-docs AUTHORS LICENSE NEWS) # ----------------------------------------------------------------------------- # optional modules @@ -1789,7 +1789,7 @@ if(MSVC AND ENABLE_CPACK) set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ZeroMQ lightweight messaging kernel") set(CPACK_PACKAGE_VENDOR "Miru") set(CPACK_NSIS_CONTACT "Steven McCoy ") - set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_BINARY_DIR}\\\\COPYING.txt") + set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_BINARY_DIR}\\\\LICENSE.txt") # set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_BINARY_DIR}\\\\README.txt") set(CPACK_RESOURCE_FILE_WELCOME # "${CMAKE_CURRENT_BINARY_DIR}\\\\WELCOME.txt") There is a bug in NSI that does not handle full unix paths properly. # Make sure there is at least one set of four(4) backslashes. diff --git a/COPYING b/COPYING deleted file mode 100644 index b6f3fd5d..00000000 --- a/COPYING +++ /dev/null @@ -1,674 +0,0 @@ - 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 - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/COPYING.LESSER b/COPYING.LESSER deleted file mode 100644 index 02e943c4..00000000 --- a/COPYING.LESSER +++ /dev/null @@ -1,181 +0,0 @@ - GNU LESSER 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. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - --------------------------------------------------------------------------------- - - SPECIAL EXCEPTION GRANTED BY COPYRIGHT HOLDERS - -As a special exception, copyright holders give you permission to link this -library with independent modules to produce an executable, regardless of -the license terms of these independent modules, and to copy and distribute -the resulting executable under terms of your choice, provided that you also -meet, for each linked independent module, the terms and conditions of -the license of that module. An independent module is a module which is not -derived from or based on this library. If you modify this library, you must -extend this exception to your version of the library. - -Note: this exception relieves you of any obligations under sections 4 and 5 -of this license, and section 6 of the GNU General Public License. diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..a612ad98 --- /dev/null +++ b/LICENSE @@ -0,0 +1,373 @@ +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. diff --git a/Makefile.am b/Makefile.am index 392d40cd..aa40273d 100755 --- a/Makefile.am +++ b/Makefile.am @@ -1439,6 +1439,7 @@ EXTRA_DIST = \ autogen.sh \ version.sh \ ci_build.sh \ + LICENSE \ src/libzmq.vers \ src/version.rc.in \ tests/CMakeLists.txt \ diff --git a/README.doxygen.md b/README.doxygen.md index b3ca7199..7795ad24 100644 --- a/README.doxygen.md +++ b/README.doxygen.md @@ -38,7 +38,7 @@ Freenode network (irc.freenode.net). ## Copyright Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file. -The project license is specified in COPYING and COPYING.LESSER. +The project license is specified in LICENSE. The names "ØMQ", "ZeroMQ", "0MQ", and the ØMQ logo are registered trademarks of iMatix Corporation ("iMatix") and refers to either (a) the original libzmq diff --git a/README.md b/README.md index e7cea5ef..4b3247aa 100644 --- a/README.md +++ b/README.md @@ -192,27 +192,10 @@ Libera Chat network (irc.libera.chat). ## License -The project license is specified in COPYING and COPYING.LESSER. +The project license is specified in LICENSE. libzmq is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License (LGPL) as published -by the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -As a special exception, the Contributors give you permission to link -this library with independent modules to produce an executable, -regardless of the license terms of these independent modules, and to -copy and distribute the resulting executable under terms of your choice, -provided that you also meet, for each linked independent module, the -terms and conditions of the license of that module. An independent -module is a module which is not derived from or based on this library. -If you modify this library, you must extend this exception to your -version of the library. - -libzmq is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public -License for more details. +the terms of the Mozilla Public License Version 2.0. ## Contributing diff --git a/RELICENSE/AnCaPepe.md b/RELICENSE/AnCaPepe.md deleted file mode 100644 index 15ec5452..00000000 --- a/RELICENSE/AnCaPepe.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Leonardo J. Consoni -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "AnCaPepe", with -commit author "Leonardo José Consoni ", are copyright of Leonardo J. Consoni. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Leonardo José Consoni -2017/03/19 diff --git a/RELICENSE/AndreLouisCaron.md b/RELICENSE/AndreLouisCaron.md deleted file mode 100644 index 4acd6b87..00000000 --- a/RELICENSE/AndreLouisCaron.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Andre Caron -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "AndreLouisCaron", with -commit author "Andre Caron ", are copyright of Andre Caron. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Andre Caron -2017/03/19 diff --git a/RELICENSE/Asmod4n.md b/RELICENSE/Asmod4n.md deleted file mode 100644 index ad472827..00000000 --- a/RELICENSE/Asmod4n.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Hendrik Beskow -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "Asmod4n", with -commit author "Asmod4n Asmod4n@users.noreply.github.com", are copyright of Hendrik Beskow. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Hendrik Beskow -2017/04/21 diff --git a/RELICENSE/AxelNennker.md b/RELICENSE/AxelNennker.md deleted file mode 100644 index 9bd6bec2..00000000 --- a/RELICENSE/AxelNennker.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Axel Nennker that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "AxelNennker", with -commit author "Axel Nennker ", are -copyright of Axel Nennker. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Axel Nennker -2019/08/11 diff --git a/RELICENSE/Bklyn.md b/RELICENSE/Bklyn.md deleted file mode 100644 index 905db56b..00000000 --- a/RELICENSE/Bklyn.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Caleb Epstein -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "Bklyn", with -commit author "Caleb Epstein ", are copyright of Caleb Epstein. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Caleb Epstein -2017/03/21 diff --git a/RELICENSE/Botje.md b/RELICENSE/Botje.md deleted file mode 100644 index 7fc9617c..00000000 --- a/RELICENSE/Botje.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Dries Harnie -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "Botje", with -commit author "Dries Harnie ", are copyright of Dries Harnie. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Dries Harnie -2019/10/31 diff --git a/RELICENSE/C-Sir.md b/RELICENSE/C-Sir.md deleted file mode 100644 index 9c41edd6..00000000 --- a/RELICENSE/C-Sir.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by C-Sir -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "C-Sir", with -commit author "C-Sir <942510829@qq.com>", are copyright of C-Sir. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -C-Sir -2020/09/28 diff --git a/RELICENSE/CommanderBubble.md b/RELICENSE/CommanderBubble.md deleted file mode 100644 index cb36a603..00000000 --- a/RELICENSE/CommanderBubble.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Michael Lloyd -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "CommanderBubble", with -commit author "Michael Lloyd ", are copyright of Michael Lloyd. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Michael Lloyd -2019/02/23 diff --git a/RELICENSE/Cziken.md b/RELICENSE/Cziken.md deleted file mode 100644 index 85a02bee..00000000 --- a/RELICENSE/Cziken.md +++ /dev/null @@ -1,7 +0,0 @@ -Permission to Relicense under MPLv2 - -This is a statement by Wojciech Kula that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "Cziken", with commit author "Cziken wojciech_kula@o2.pl", are copyright of Wojciech Kula. This document hereby grants the libzmq project team to relicense libzmq, including all past, present and future contributions of the author listed above. - -Wojciech Kula 2021/01/13 diff --git a/RELICENSE/DaiyuHurst.md b/RELICENSE/DaiyuHurst.md deleted file mode 100644 index 812aea77..00000000 --- a/RELICENSE/DaiyuHurst.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Daiyu Hurst that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "daiyuhurst", with -commit author "Daiyu Hurst ", are -copyright of Daiyu Hurst. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Daiyu Hurst -2019/08/31 diff --git a/RELICENSE/Eelis.md b/RELICENSE/Eelis.md deleted file mode 100644 index f5b9670a..00000000 --- a/RELICENSE/Eelis.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Eelis van der Weegen that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "Eelis", with -commit author "Eelis van der Weegen ", are -copyright of Eelis van der Weegen. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Eelis van der Weegen -2019/02/22 diff --git a/RELICENSE/FrancoFichtner.md b/RELICENSE/FrancoFichtner.md deleted file mode 100644 index 41f9d25a..00000000 --- a/RELICENSE/FrancoFichtner.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Franco Fichtner that grants permission to relicense -its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public -License v2 (MPLv2) or any other Open Source Initiative approved license -chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "fichtner", with -commit author "Franco Fichtner ", are copyright -of Franco Fichtner. This document hereby grants the libzmq project -team to relicense libzmq, including all past, present and future -contributions of the author listed above. - -Franco Fichtner -2017/03/21 diff --git a/RELICENSE/FredTreg.md b/RELICENSE/FredTreg.md deleted file mode 100644 index 5c1bf87f..00000000 --- a/RELICENSE/FredTreg.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Frédéric Trégon -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "FredTreg", with -commit author "Frederic Tregon ", are copyright of Frédéric Trégon. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Frédéric Trégon -2020/02/03 diff --git a/RELICENSE/Hugne.md b/RELICENSE/Hugne.md deleted file mode 100644 index 6a1288d5..00000000 --- a/RELICENSE/Hugne.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Erik Hugne -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "Hugne", with -commit author "erik.hugne@gmail.com", are copyright of Erik Hugne. -Commits made by author "erik.hugne@ericsson.com" are NOT covered by this -statement. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Erik Hugne -2017/03/22 diff --git a/RELICENSE/Jasper-Bekkers.md b/RELICENSE/Jasper-Bekkers.md deleted file mode 100644 index 1688ec65..00000000 --- a/RELICENSE/Jasper-Bekkers.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by the Netherlands eScience Center -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "Jasper-Bekkers", with -commit author "Jasper Bekkers bekkers@gmail.com", are copyright of Traverse Research BV. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Jasper Bekkers ", are copyright of Jon Dyte. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Jon Dyte -2019/10/03 diff --git a/RELICENSE/KLNikita.md b/RELICENSE/KLNikita.md deleted file mode 100644 index edaecf69..00000000 --- a/RELICENSE/KLNikita.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Nikita Kozlov -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "KLNikita", with -commit author "nikita kozlov ", are copyright of Nikita Kozlov . -This document hereby grants the libzmq project team to relicense -libzmq, -including all past, present and future contributions of the author -listed above. - -Nikita Kozlov -6 February 2020 diff --git a/RELICENSE/MartinGrigorov.md b/RELICENSE/MartinGrigorov.md deleted file mode 100644 index d65195fd..00000000 --- a/RELICENSE/MartinGrigorov.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Martin Grigorov -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "martin-g", with -commit author "Martin Grigorov", are copyright of Martin Grigorov. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Martin Grigorov -2021/01/11 \ No newline at end of file diff --git a/RELICENSE/NLeScienceCenter.md b/RELICENSE/NLeScienceCenter.md deleted file mode 100644 index 7623c1cb..00000000 --- a/RELICENSE/NLeScienceCenter.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by the Netherlands eScience Center -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "egpbos", with -commit author "E. G. Patrick Bos p.bos@esciencecenter.nl", are copyright of the Netherlands eScience Center. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Rob van Nieuwpoort -2021/06/15 diff --git a/RELICENSE/Neopallium.md b/RELICENSE/Neopallium.md deleted file mode 100644 index 628a64f7..00000000 --- a/RELICENSE/Neopallium.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Robert G. Jakabosky -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "Neopallium", with -commit author "Robert G. Jakabosky ", are copyright of Robert G. Jakabosky. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Robert Gabriel Jakabosky -2019/08/17 diff --git a/RELICENSE/PaulThiele.md b/RELICENSE/PaulThiele.md deleted file mode 100644 index 1042c582..00000000 --- a/RELICENSE/PaulThiele.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Paul Thiele that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "thielepaul", with -commit author "Paul Thiele ", are -copyright of Paul Thiele. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Paul Thiele -2021/11/04 diff --git a/RELICENSE/Quuxplusone.md b/RELICENSE/Quuxplusone.md deleted file mode 100644 index 0420a61e..00000000 --- a/RELICENSE/Quuxplusone.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Arthur O'Dwyer -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "Quuxplusone", with -commit author "Arthur O'Dwyer ", are copyright of Arthur O'Dwyer. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Arthur O'Dwyer -2019/02/17 diff --git a/RELICENSE/README.md b/RELICENSE/README.md deleted file mode 100644 index bdb32c3f..00000000 --- a/RELICENSE/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# Permission to Relicense under MPLV2 - -This directory collects grants from individuals and firms that hold -copyrights in ZeroMQ to permit licensing the ZeroMQ code under -the [Mozilla Public License, version -2](https://www.mozilla.org/en-US/MPL/2.0/). See [GitHub Pull -Request #1917](https://github.com/zeromq/libzmq/pull/1917), -the [0MQ Licensing Page](http://zeromq.org/area:licensing) and -[original iMatix zeromq-dev license -grant](http://lists.zeromq.org/pipermail/zeromq-dev/2016-April/030288.html) -for some background information. - -Please create a separate file in this directory for each individual -or firm holding copyright in ZeroMQ, named after the individual or -firm holding the copyright. - -Each patch must be made with a GitHub handle that is clearly -associated with the copyright owner, to guarantee the identity of -the signatory. Please avoid changing the files created by other -individuals or firms granting a copyright license over their -copyrights (if rewording is required contact them and ask them to -submit an updated version). This makes it easier to verify that -the license grant was made by an authorized GitHub account. diff --git a/RELICENSE/RPGillespie6.md b/RELICENSE/RPGillespie6.md deleted file mode 100644 index 596c5448..00000000 --- a/RELICENSE/RPGillespie6.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Bryan Gillespie (RPGillespie6) -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "RPGillespie6", with -commit author "Bryan Gillespie ", are copyright of Bryan Gillespie. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Bryan Gillespie -2019/09/06 diff --git a/RELICENSE/Ricardicus.md b/RELICENSE/Ricardicus.md deleted file mode 100644 index c052a879..00000000 --- a/RELICENSE/Ricardicus.md +++ /dev/null @@ -1,6 +0,0 @@ -Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL -This is a statement by Rickard Hallerbäck that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open Source Initiative approved license chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "Ricardicus", with commit author "Rickard Hallerbäck", are copyright of Rickard Hallerbäck. This document hereby grants the libzmq project team to relicense libzmq, including all past, present and future contributions of the author listed above. - -Rickard Hallerbäck 2020/02/28 \ No newline at end of file diff --git a/RELICENSE/SRombauts.md b/RELICENSE/SRombauts.md deleted file mode 100644 index 381e43b8..00000000 --- a/RELICENSE/SRombauts.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Sébastien Rombauts -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "SRombauts", with -commit author "Sébastien Rombauts", are copyright of Sébastien Rombauts. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Sébastien Rombauts -2017/03/21 \ No newline at end of file diff --git a/RELICENSE/SergheiNovac.md b/RELICENSE/SergheiNovac.md deleted file mode 100644 index 14bd7597..00000000 --- a/RELICENSE/SergheiNovac.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Serghei Novac -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "carbofos", with -commit author "Serghei Novac ", are copyright of Serghei Novac. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Serghei Novac -2019/03/05 diff --git a/RELICENSE/StephaneVales.md b/RELICENSE/StephaneVales.md deleted file mode 100644 index 3ebcc787..00000000 --- a/RELICENSE/StephaneVales.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Stephane Vales -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "StephaneVales", with -commit author "Stephane Vales <7755128+stvales@users.noreply.github.com>", are copyright of Stephane Vales. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Stephane Vales -2020/08/06 diff --git a/RELICENSE/SylvainCorlay.md b/RELICENSE/SylvainCorlay.md deleted file mode 100644 index af2bb447..00000000 --- a/RELICENSE/SylvainCorlay.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Sylvain Corlay -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "SylvainCorlay", with -commit author "Sylvain Corlay sylvain.corlay@gmail.com", are copyright of Sylvain Corlay . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Sylvain Corlay -2017/03/20 - diff --git a/RELICENSE/TTimo.md b/RELICENSE/TTimo.md deleted file mode 100644 index 8c2b03f3..00000000 --- a/RELICENSE/TTimo.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Timothee Besset -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "TTimo", with -commit author "Timothee Besset ", are copyright of Timothee Besset. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Timothee Besset -2017/03/19 diff --git a/RELICENSE/Teebonne.md b/RELICENSE/Teebonne.md deleted file mode 100644 index 69393edb..00000000 --- a/RELICENSE/Teebonne.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Teebonne -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "Teebonne", with -commit author "Teebonne", are copyright of Teebonne. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Teebonne -06/12/2022 diff --git a/RELICENSE/ThePrez.md b/RELICENSE/ThePrez.md deleted file mode 100644 index ae4b9eb7..00000000 --- a/RELICENSE/ThePrez.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Jesse Gorzinski -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "ThePrez", with -commit author "ThePrez <jgorzinski@gmail.com>", are copyright of Jesse Gorzinski. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Jesse Gorzinski -2019/10/02 diff --git a/RELICENSE/TobiSchluter.md b/RELICENSE/TobiSchluter.md deleted file mode 100644 index 9b901922..00000000 --- a/RELICENSE/TobiSchluter.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Tobias Schlter -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "TobiSchluter", with -commit author "TobiSchluter", are copyright of Tobias Schlter . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Tobias Schlter -2019/09/13 diff --git a/RELICENSE/WenbinHou.md b/RELICENSE/WenbinHou.md deleted file mode 100644 index 0b6c967d..00000000 --- a/RELICENSE/WenbinHou.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Wenbin Hou -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "WenbinHou", with -commit author "Wenbin Hou ", are copyright of Wenbin Hou. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Wenbin Hou -2018/05/16 diff --git a/RELICENSE/a4z.md b/RELICENSE/a4z.md deleted file mode 100644 index 248415b4..00000000 --- a/RELICENSE/a4z.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Harald Achitz -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "a4z", with -commit author "Harald Achitz " or -"Harald Achitz " or -"Harald Achitz ", are copyright of Harald Achitz. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Harald Achitz -2017/03/21 diff --git a/RELICENSE/abaelhe b/RELICENSE/abaelhe deleted file mode 100644 index 452a50dc..00000000 --- a/RELICENSE/abaelhe +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Yijun He -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "abaelhe", with -commit author "Yijun He ", are copyright of Yijun He. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Yijun He -2022/07/17 diff --git a/RELICENSE/abbradar.md b/RELICENSE/abbradar.md deleted file mode 100644 index 9ae32732..00000000 --- a/RELICENSE/abbradar.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Nikolay Amiantov that grants permission to relicense his -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License -v2 (MPLv2) or any other Open Source Initiative approved license chosen by the -current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "abbradar", with commit -author "Nikolay Amiantov ", are copyright of Nikolay Amiantov. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Nikolay Amiantov -2017/03/24 diff --git a/RELICENSE/ackalker.md b/RELICENSE/ackalker.md deleted file mode 100644 index ee884468..00000000 --- a/RELICENSE/ackalker.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Alain Kalker -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "ackalker", with -commit author "Alain Kalker ", are copyright of Alain Kalker. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Alain Kalker -2019/05/23 diff --git a/RELICENSE/acsearle.md b/RELICENSE/acsearle.md deleted file mode 100644 index 1b6be68f..00000000 --- a/RELICENSE/acsearle.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Liquid Instruments -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "acsearle", with -commit author "Antony Searle", are copyright of Liquid Instruments . -This document hereby grants the libzmq project team to relicense -libzmq, including all past, present and future contributions of the author -listed above. - -Antony Searle -2020/02/03 diff --git a/RELICENSE/agronholm.md b/RELICENSE/agronholm.md deleted file mode 100644 index 00e8ab71..00000000 --- a/RELICENSE/agronholm.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Alex Grönholm -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "agronholm", with -commit author "Alex Grönholm ", are copyright of Alex Grönholm. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Alex Grönholm -2017/03/19 diff --git a/RELICENSE/aixxe.md b/RELICENSE/aixxe.md deleted file mode 100644 index 0a9bfe06..00000000 --- a/RELICENSE/aixxe.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by aixxe (aixxe) -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "aixxe", with commit author -"aixxe " are copyright of aixxe. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -aixxe -2019/07/25 \ No newline at end of file diff --git a/RELICENSE/ambitslix.md b/RELICENSE/ambitslix.md deleted file mode 100644 index eae6fa72..00000000 --- a/RELICENSE/ambitslix.md +++ /dev/null @@ -1,7 +0,0 @@ -Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Attila Mark Sz that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open Source Initiative approved license chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "ambitslix", with commit author "gougolith@gmail.com", are copyright of Attila Mark. This document hereby grants the libzmq project team to relicense libzmq, including all past, present and future contributions of the author listed above. - -Attila Mark Sz 2020/11/10 diff --git a/RELICENSE/amuraru.md b/RELICENSE/amuraru.md deleted file mode 100644 index 3a92e0e3..00000000 --- a/RELICENSE/amuraru.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Adrian Muraru -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "amuraru", with -commit author "Adrian Muraru ", are copyright of Adrian Muraru. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Adrian Muraru -2017/03/20 diff --git a/RELICENSE/analogist.md b/RELICENSE/analogist.md deleted file mode 100644 index 28d5a7d2..00000000 --- a/RELICENSE/analogist.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by James Wu -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "analogist", with -commit author "James Wu ", are copyright of James Wu. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -James Wu -2020/09/24 diff --git a/RELICENSE/answeroo.md b/RELICENSE/answeroo.md deleted file mode 100644 index c79c0a4b..00000000 --- a/RELICENSE/answeroo.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Ming Ji -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "answeroo", with -commit author "answeroo ", are copyright of Ming Ji. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Ming Ji -2018/08/20 diff --git a/RELICENSE/antonrd.md b/RELICENSE/antonrd.md deleted file mode 100644 index b6e38219..00000000 --- a/RELICENSE/antonrd.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Anton Dimitrov that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "antonrd", with -commit author "Anton Dimitrov ", are -copyright of Anton Dimitrov. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Anton Dimitrov - -2018/10/01 \ No newline at end of file diff --git a/RELICENSE/ardrabczyk.md b/RELICENSE/ardrabczyk.md deleted file mode 100644 index 5e1b058c..00000000 --- a/RELICENSE/ardrabczyk.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Arkadiusz Drabczyk (ardrabczyk) that grants -permission to relicense his copyrights in the libzmq C++ library -(ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open -Source Initiative approved license chosen by the current ZeroMQ BDFL -(Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "ardrabczyk", with -commit author "Arkadiusz Drabczyk ", are -copyright of Arkadiusz Drabczyk. This document hereby grants the -libzmq project team to relicense libzmq, including all past, present -and future contributions of the author listed above. - -Arkadiusz Drabczyk -2020/11/10 diff --git a/RELICENSE/arsenm.md b/RELICENSE/arsenm.md deleted file mode 100644 index 00b3115e..00000000 --- a/RELICENSE/arsenm.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Matthew Arsenault -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "arsenm", with -commit author "Matt Arsenault ", are copyright of Matthew Arsenault. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Matthew Arsenault -2017/10/12 \ No newline at end of file diff --git a/RELICENSE/asafkahlon.md b/RELICENSE/asafkahlon.md deleted file mode 100644 index e38175f6..00000000 --- a/RELICENSE/asafkahlon.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Asaf Kahlon -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "asafkahlon", with -commit author "Asaf Kahlon asafka7@gmail.com", are copyright of Asaf Kahlon. -This document hereby grants the libzmq project team to relicense -libzmq, -including all past, present and future contributions of the author -listed above. - -Asaf Kahlon -2020/02/05 diff --git a/RELICENSE/aseering.md b/RELICENSE/aseering.md deleted file mode 100644 index 0100f489..00000000 --- a/RELICENSE/aseering.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Adam Seering -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commit made by the Github handle "aseering", with -commit author "Adam Seering ", are copyright of Adam Seering. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Adam Seering -2017/03/20 diff --git a/RELICENSE/atomashpolskiy.md b/RELICENSE/atomashpolskiy.md deleted file mode 100644 index 75a8223a..00000000 --- a/RELICENSE/atomashpolskiy.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Andrei Tomashpolskiy -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "atomashpolskiy", with -commit author "Andrei Tomashpolskiy ", are copyright of Andrei Tomashpolskiy . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Andrei Tomashpolskiy -2019/08/22 diff --git a/RELICENSE/autoantwort.txt b/RELICENSE/autoantwort.txt deleted file mode 100644 index 975d867a..00000000 --- a/RELICENSE/autoantwort.txt +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Leander Schulten -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "autoantwort", with -commit author "Leander Schulten ", are copyright of Leander Schulten . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Leander Schulten -2023/03/27 diff --git a/RELICENSE/banburybill.md b/RELICENSE/banburybill.md deleted file mode 100644 index 7df74dcb..00000000 --- a/RELICENSE/banburybill.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Jim Hague that grants permission to relicense -its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla -Public License v2 (MPLv2) or any other Open Source Initiative approved -license chosen by the current ZeroMQ BDFL (Benevolent Dictator for -Life). - -A portion of the commits made by the Github handle "banburybill", with -commit author "Jim Hague ", are copyright of Jim -Hague. This document hereby grants the libzmq project team to -relicense libzmq, including all past, present and future contributions -of the author listed above. - -Jim Hague -2017/03/20 diff --git a/RELICENSE/bbdb68.md b/RELICENSE/bbdb68.md deleted file mode 100644 index e4684658..00000000 --- a/RELICENSE/bbdb68.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Bruno Bodin -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "bbdb68", with -commit author "Bruno Bodin ", are copyright of Bruno Bodin . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Bruno Bodin -2017/04/04 diff --git a/RELICENSE/bebopagogo.md b/RELICENSE/bebopagogo.md deleted file mode 100644 index 9ad78e8d..00000000 --- a/RELICENSE/bebopagogo.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Brian Adamson that grants permission to relicense its -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 -(MPLv2). - -A portion of the commits made by the Github handle "bebopagogo", with commit -author "bebopagogo " and "Brian Adamson -", are copyright of Brian Adamson. This document hereby grants -the libzmq project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Brian Adamson 2019/08/11 s diff --git a/RELICENSE/benjdero.md b/RELICENSE/benjdero.md deleted file mode 100644 index eb9813b1..00000000 --- a/RELICENSE/benjdero.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Benjamin Deroche -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "benjdero", with -commit author "Benjamin Deroche", are copyright of Benjamin Deroche. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Benjamin Deroche -2019/10/26 \ No newline at end of file diff --git a/RELICENSE/bjornstromberg.md b/RELICENSE/bjornstromberg.md deleted file mode 100644 index 8f5bf93c..00000000 --- a/RELICENSE/bjornstromberg.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Björn Strömberg that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "bjornstromberg", with -commit author "Björn Strömberg <5454791+bjornstromberg@users.noreply.github.com>", are -copyright of Björn Strömberg. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Björn Strömberg -2023/04/22 diff --git a/RELICENSE/bjoto.md b/RELICENSE/bjoto.md deleted file mode 100644 index 1c772a02..00000000 --- a/RELICENSE/bjoto.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Björn Töpel that grants permission to relicense -its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla -Public License v2 (MPLv2) or any other Open Source Initiative approved -license chosen by the current ZeroMQ BDFL (Benevolent Dictator for -Life). - -A portion of the commits made by the Github handle "bjoto", with -commit author "Bjorn Topel ", are copyright of -Björn Töpel. This document hereby grants the libzmq project team to -relicense libzmq, including all past, present and future contributions -of the author listed above. - -Björn Töpel -2017/03/26 diff --git a/RELICENSE/bjovke.md b/RELICENSE/bjovke.md deleted file mode 100644 index 8b2221dc..00000000 --- a/RELICENSE/bjovke.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Jovan Bunjevacki that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "bjovke", with -commit author "Jovan Bunjevacki ", are -copyright of Jovan Bunjevacki. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Jovan Bunjevacki -2017/04/04 diff --git a/RELICENSE/bl0x.md b/RELICENSE/bl0x.md deleted file mode 100644 index bb400143..00000000 --- a/RELICENSE/bl0x.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Bastian Löher that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "bl0x", with -commit author "Bastian Löher ", are -copyright of Bastian Löher. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Bastian Löher -2019/08/01 diff --git a/RELICENSE/bluca.md b/RELICENSE/bluca.md deleted file mode 100644 index cae4541e..00000000 --- a/RELICENSE/bluca.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Luca Boccassi (bluca) -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "bluca", with -commit author "Luca Boccassi " or -"Luca Boccassi ", are copyright of Luca Boccassi. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Luca Boccassi -2019/02/16 diff --git a/RELICENSE/boscosiu.md b/RELICENSE/boscosiu.md deleted file mode 100644 index 8d19628f..00000000 --- a/RELICENSE/boscosiu.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by boscosiu -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "boscosiu", with -commit author "boscosiu", are copyright of boscosiu. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -boscosiu -2021/12/28 diff --git a/RELICENSE/boxkey.md b/RELICENSE/boxkey.md deleted file mode 100644 index 00d09bc7..00000000 --- a/RELICENSE/boxkey.md +++ /dev/null @@ -1,7 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by boxkey that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open Source Initiative approved license chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "boxkey", with commit author "boxkey [289844900@qq.com](289844900@qq.com)", are copyright of boxkey. This document hereby grants the libzmq project team to relicense libzmq, including all past, present and future contributions of the author listed above. - -boxkey 2020/11/30 \ No newline at end of file diff --git a/RELICENSE/bprager.md b/RELICENSE/bprager.md deleted file mode 100644 index e0db6d0c..00000000 --- a/RELICENSE/bprager.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Bernd Prager -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "bprager", with -commit author "Bernd Prager ", are copyright of Bernd Prager. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Bernd Prager -2017/03/22 diff --git a/RELICENSE/brett-cameron.md b/RELICENSE/brett-cameron.md deleted file mode 100644 index b842cd0d..00000000 --- a/RELICENSE/brett-cameron.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Brett Cameron -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "brc859844", with -commit author "Brett Cameron " or -"Brett Cameron ", are copyright of Brett Cameron. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Brett Russell Cameron -2019/02/25 - diff --git a/RELICENSE/brian-peloton.md b/RELICENSE/brian-peloton.md deleted file mode 100644 index 92a8c262..00000000 --- a/RELICENSE/brian-peloton.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Brian Silverman -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "brian-peloton", with -commit author "brian@peloton-tech.com", are copyright of Brian Silverman . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Brian Silverman -2019/08/14 \ No newline at end of file diff --git a/RELICENSE/brocade_communications_systems.md b/RELICENSE/brocade_communications_systems.md deleted file mode 100644 index 25805c19..00000000 --- a/RELICENSE/brocade_communications_systems.md +++ /dev/null @@ -1,15 +0,0 @@ -## Brocade Communications Systems Inc. - -This is a statement by Brocade Communications Systems Inc. (Brocade) -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "bluca", with -commit author "Luca Boccassi " or -"Luca Boccassi ", are copyright of Brocade. -This permission to relicense includes all past, present and future -contributions of Brocade employees. - -Luca Boccassi -Software Engineer, Brocade Communications Systems Inc. -2016-05-16 diff --git a/RELICENSE/brubakerjeff.md b/RELICENSE/brubakerjeff.md deleted file mode 100644 index fbd4ef2f..00000000 --- a/RELICENSE/brubakerjeff.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Jeff Brubaker that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "brubakerjeff", with -commit author "Jeff Brubaker ", are -copyright of Jeff Brubaker. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Jeff Brubaker -2018/11/18 diff --git a/RELICENSE/bwbuchanan.md b/RELICENSE/bwbuchanan.md deleted file mode 100644 index e241bc85..00000000 --- a/RELICENSE/bwbuchanan.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Brian Buchanan -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "bwbuchanan", with -commit author "Brian Buchanan <bwb@holo.org>" or "Brian Buchanan <brian@tiogalake.com>", are copyright of Brian Buchanan. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Brian Buchanan -2017/03/23 diff --git a/RELICENSE/c-rack.md b/RELICENSE/c-rack.md deleted file mode 100644 index c427fd04..00000000 --- a/RELICENSE/c-rack.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Constantin Rack -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "c-rack", with -commit author "Constantin Rack ", are copyright of Constantin Rack. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Constantin Rack -2017/03/20 diff --git a/RELICENSE/c-zhao-3g.md b/RELICENSE/c-zhao-3g.md deleted file mode 100644 index 8c31429e..00000000 --- a/RELICENSE/c-zhao-3g.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Lingqiao Zhao -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "s-zhao-3g", with -commit author "s-zhao-3g ", are copyright of Lingqiao Zhao. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Lingqiao Zhao -2021/01/26 \ No newline at end of file diff --git a/RELICENSE/calid.md b/RELICENSE/calid.md deleted file mode 100644 index 30b6d562..00000000 --- a/RELICENSE/calid.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Dylan Cali -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "calid", with -commit author "Dylan Cali ", are copyright of Dylan Cali. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Dylan Cali - -2019/02/17 diff --git a/RELICENSE/camachat.md b/RELICENSE/camachat.md deleted file mode 100644 index 6cd2494c..00000000 --- a/RELICENSE/camachat.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Eric Camachat -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "camachat", with -commit author "Eric Camachat ", are copyright of Eric Camachat. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Eric L. Camachat -March 20, 2017 diff --git a/RELICENSE/casaroli.md b/RELICENSE/casaroli.md deleted file mode 100644 index 97ea9285..00000000 --- a/RELICENSE/casaroli.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Marco Casaroli that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "casaroli", with -commit author "Marco Casaroli ", are -copyright of Marco Casaroli. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Marco Casaroli -2023/2/2 diff --git a/RELICENSE/cbusbey.md b/RELICENSE/cbusbey.md deleted file mode 100644 index 200dff09..00000000 --- a/RELICENSE/cbusbey.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Connamara Systems llc -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "cbusbey", with -commit author "chris busbey", are copyright of Connamara Systems, llc. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Chris Busbey -2019/09/03 diff --git a/RELICENSE/cdepillabout.md b/RELICENSE/cdepillabout.md deleted file mode 100644 index d12dc146..00000000 --- a/RELICENSE/cdepillabout.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Dennis Gosnell that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "cdepillabout", with -commit author "Dennis Gosnell ", are -copyright of Dennis Gosnell. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Dennis Gosnell -2023/05/11 diff --git a/RELICENSE/cdolan.md b/RELICENSE/cdolan.md deleted file mode 100644 index 50accf54..00000000 --- a/RELICENSE/cdolan.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Christopher Dolan -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "cdolan", with -commit author "Christopher Dolan ", are copyright of Christopher Dolan. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Christopher Dolan -2017/03/19 diff --git a/RELICENSE/chachoi.md b/RELICENSE/chachoi.md deleted file mode 100644 index f0cf458c..00000000 --- a/RELICENSE/chachoi.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by James Choi -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "chachoi", with -commit author "James Choi ", are copyright of James Choi. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -James Choi -2023/04/11 \ No newline at end of file diff --git a/RELICENSE/chickenkiller.md b/RELICENSE/chickenkiller.md deleted file mode 100644 index 3b5f38f3..00000000 --- a/RELICENSE/chickenkiller.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Lionel Orry -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "chickenkiller", with -commit author "Lionel Orry ", are copyright of Lionel Orry. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Lionel Orry -2017/03/23 diff --git a/RELICENSE/chrisstaite.md b/RELICENSE/chrisstaite.md deleted file mode 100644 index 650f4ba2..00000000 --- a/RELICENSE/chrisstaite.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Chris Staite that grants permission to relicense its -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License -v2 (MPLv2). - -A portion of the commits made by the Github handle "chrisstaite", with commit -author "Chris ", are copyright of Chris Staite. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Chris Staite -2017/03/28 diff --git a/RELICENSE/christhrasher.md b/RELICENSE/christhrasher.md deleted file mode 100644 index a74a9b2d..00000000 --- a/RELICENSE/christhrasher.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Chris Thrasher that grants permission to relicense -its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public -License v2 (MPLv2) or any other Open Source Initiative approved license chosen -by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "ChrisThrasher", with -commit author "Chris Thrasher ", are copyright of -Chris Thrasher. This document hereby grants the libzmq project team to -relicense libzmq, including all past, present and future contributions of the -author listed above. - -Chris Thrasher -2021/07/01 diff --git a/RELICENSE/chuckremes.md b/RELICENSE/chuckremes.md deleted file mode 100644 index c13387e8..00000000 --- a/RELICENSE/chuckremes.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Chuck Remes -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "chuckremes", with -commit author "Chuck Remes", are copyright of Chuck Remes. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Chuck Remes -2017/03/21 diff --git a/RELICENSE/chuggafan.md b/RELICENSE/chuggafan.md deleted file mode 100644 index c15c9454..00000000 --- a/RELICENSE/chuggafan.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by "chugga\_fan" -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "chuggafan", with -commit author "chugga\_fan chuggafans@gmail.com", are copyright of "chugga\_fan" . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -"chugga\_fan" -2017/03/19 diff --git a/RELICENSE/chymanfx.md b/RELICENSE/chymanfx.md deleted file mode 100644 index 238ec1e3..00000000 --- a/RELICENSE/chymanfx.md +++ /dev/null @@ -1,12 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -I happily grant permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -The portion of the commits made by the Github handle "chymanfx", are -not copyrighted in any way. -Chyman -2019/08/12 diff --git a/RELICENSE/cjuniet.md b/RELICENSE/cjuniet.md deleted file mode 100644 index 37d9403e..00000000 --- a/RELICENSE/cjuniet.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Christophe Juniet -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "cjuniet", with -commit author "Christophe Juniet ", are copyright of Christophe Juniet. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Christophe Juniet -2017/03/20 diff --git a/RELICENSE/ckamm.md b/RELICENSE/ckamm.md deleted file mode 100644 index 1b36cb66..00000000 --- a/RELICENSE/ckamm.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Christian Kamm -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "ckamm", with -commit author "Christian Kamm kamm@incasoftware.de", are copyright of Christian Kamm. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Christian Kamm -2017/03/20 diff --git a/RELICENSE/claws.md b/RELICENSE/claws.md deleted file mode 100644 index 747e5645..00000000 --- a/RELICENSE/claws.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Christopher Laws -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "claws", with -commit author "Chris Laws ", are copyright of Christopher Laws. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Christopher Laws -2019/08/11 diff --git a/RELICENSE/clkao.md b/RELICENSE/clkao.md deleted file mode 100644 index 819b0825..00000000 --- a/RELICENSE/clkao.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Chia-liang Kao -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -share-alike Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "clkao", with -commit author "Chia-liang Kao clkao@clkao.org", are copyright of Chia-liang Kao. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Chia-liang Kao -2017/03/20 diff --git a/RELICENSE/colletted.md b/RELICENSE/colletted.md deleted file mode 100644 index 37a67966..00000000 --- a/RELICENSE/colletted.md +++ /dev/null @@ -1,7 +0,0 @@ -Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Denis Collette that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open Source Initiative approved license chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "colletted", with commit author "Denis Collette denisncollette@gmail.com", are copyright of Denis Collette. This document hereby grants the libzmq project team to relicense libzmq, including all past, present and future contributions of the author listed above. - -Denis Collette 2020/01/22 diff --git a/RELICENSE/cowo78.md b/RELICENSE/cowo78.md deleted file mode 100644 index 82e3d493..00000000 --- a/RELICENSE/cowo78.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Giuseppe Corbelli -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "cowo78" with -commit author "Giuseppe Corbelli ", are copyright of Giuseppe Corbelli. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Giuseppe Corbelli -2017/03/21 diff --git a/RELICENSE/crocket.md b/RELICENSE/crocket.md deleted file mode 100644 index 7bb92e22..00000000 --- a/RELICENSE/crocket.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by crocket -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "crocket", with -commit author "crocket <748856+crocket@users.noreply.github.com>", are copyright of crocket. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -crocket -2018/11/10 diff --git a/RELICENSE/cwsmith.md b/RELICENSE/cwsmith.md deleted file mode 100644 index 2292f335..00000000 --- a/RELICENSE/cwsmith.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Cameron Smith -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "cwsmith", with -commit author "Cameron Smith ", are copyright of Cameron Smith. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Cameron Smith -2020/02/05 diff --git a/RELICENSE/daira.md b/RELICENSE/daira.md deleted file mode 100644 index cc841a83..00000000 --- a/RELICENSE/daira.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Daira Hopwood -that grants permission to relicense hir copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "daira", with -commit author "Daira Hopwood ", are copyright of Daira Hopwood. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Daira Hopwood -2023/02/01 diff --git a/RELICENSE/danielhtshih.md b/RELICENSE/danielhtshih.md deleted file mode 100644 index fc021225..00000000 --- a/RELICENSE/danielhtshih.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Daniel Shih -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "danielhtshih", with -commit author "Daniel Shih ", are copyright of Daniel Shih. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Daniel Shih -2017/03/20 diff --git a/RELICENSE/danriegsecker.md b/RELICENSE/danriegsecker.md deleted file mode 100644 index 772ece88..00000000 --- a/RELICENSE/danriegsecker.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Dan Riegsecker -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "danriegsecker", with -commit author "Dan Riegsecker 1baldgeek@gmail.com", are copyright of -Dan Riegsecker. This document hereby grants the libzmq project team to -relicense libzmq, including all past, present and future contributions of -the author listed above. - -Dan Riegsecker -2017/03/20 diff --git a/RELICENSE/darkdragon-001.md b/RELICENSE/darkdragon-001.md deleted file mode 100644 index c4b4d7b1..00000000 --- a/RELICENSE/darkdragon-001.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Darkdragon-001 -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "darkdragon-001", with -commit author "Darkdragon-001", are copyright of Darkdragon-001. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Darkdragon-001 -2022/03/15 diff --git a/RELICENSE/demozon.md b/RELICENSE/demozon.md deleted file mode 100644 index b33947af..00000000 --- a/RELICENSE/demozon.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Tore Halvorsen -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "demozon", with -commit author "Tore Halvorsen ", are copyright of Tore Halvorsen. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Tore Halvorsen -2017/03/20 diff --git a/RELICENSE/dennisklein.md b/RELICENSE/dennisklein.md deleted file mode 100644 index 0cbc7486..00000000 --- a/RELICENSE/dennisklein.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Dennis Klein -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "dennisklein", with -commit author "Dennis Klein ", are copyright of Dennis Klein. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Dennis Klein -2019/08/11 diff --git a/RELICENSE/dfons.md b/RELICENSE/dfons.md deleted file mode 100644 index 586d573f..00000000 --- a/RELICENSE/dfons.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Diego Fons -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "dfons", with -commit author "Diego Fons " or "Diego Fons ", are copyright of Diego Fons. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Diego Fons - -2017/03/20 diff --git a/RELICENSE/dhammika.md b/RELICENSE/dhammika.md deleted file mode 100644 index c59b2921..00000000 --- a/RELICENSE/dhammika.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Dhammika Pathirana -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "dhammika", with -commit author "Dhammika Pathirana ", are copyright of Dhammika Pathirana . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Dhammika Pathirana -2019/08/12 diff --git a/RELICENSE/dimpase.md b/RELICENSE/dimpase.md deleted file mode 100644 index c4b86d96..00000000 --- a/RELICENSE/dimpase.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Dmitrii (Dima) Pasechnik -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "dimpase", with -commit author "Dima Pasechnik dimpase@gmail.com", are copyright of Dmitrii Pasechnik. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Dmitrii Pasechnik 2019/09/18 diff --git a/RELICENSE/diorcety.md b/RELICENSE/diorcety.md deleted file mode 100644 index 460512a7..00000000 --- a/RELICENSE/diorcety.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Diorcet Yann -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "diorcety", with -commit author "yann.diorcet@xenocs.com", are copyright of Diorcet Yann. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Diorcet Yann -2019/09/04 diff --git a/RELICENSE/djelenc.md b/RELICENSE/djelenc.md deleted file mode 100644 index 01f9fc99..00000000 --- a/RELICENSE/djelenc.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by David Jelenc -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "djelenc", with -commit author "David Jelenc ", are copyright of David Jelenc. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -David Jelenc -2017/03/20 diff --git a/RELICENSE/djolemanojlovic.md b/RELICENSE/djolemanojlovic.md deleted file mode 100644 index b0feb48a..00000000 --- a/RELICENSE/djolemanojlovic.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Đorđije Manojlović -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "djolemanojlovic", with -commit author "Đorđije Manojlović ", -are copyright of Đorđije Manojlović. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Đorđije Manojlović -2022/11/11 diff --git a/RELICENSE/dkrikun.md b/RELICENSE/dkrikun.md deleted file mode 100644 index bd1ffd2e..00000000 --- a/RELICENSE/dkrikun.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Daniel Krikun -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "dkrikun", with -commit author "Daniel Krikun", are copyright of Daniel Krikun . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Daniel Krikun -2019/08/17 diff --git a/RELICENSE/dmeehan1968.md b/RELICENSE/dmeehan1968.md deleted file mode 100644 index 13abffbf..00000000 --- a/RELICENSE/dmeehan1968.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Dave Meehan -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "dmeehan1968", with -commit author "Dave Meehan dave_meehan@replicated.co.uk", are copyright of Dave Meehan. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Dave Meehan -2019/08/31 diff --git a/RELICENSE/drbobbeaty.md b/RELICENSE/drbobbeaty.md deleted file mode 100644 index d919d6c0..00000000 --- a/RELICENSE/drbobbeaty.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Robert Beaty -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "drbobbeaty", with -commit author "Bob Beaty ", are copyright of Robert Beaty . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Robert Beaty -2019/08/10 diff --git a/RELICENSE/drodri.md b/RELICENSE/drodri.md deleted file mode 100644 index e156df6c..00000000 --- a/RELICENSE/drodri.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Diego R.Losada -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "drodri", with -commit author "drodri ", are copyright of Diego Rodriguez-Losada. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Diego Rodriguez-Losada -2017/03/20 diff --git a/RELICENSE/drolevar.md b/RELICENSE/drolevar.md deleted file mode 100644 index 47741866..00000000 --- a/RELICENSE/drolevar.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Andrij Abyzov -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "drolevar", with -commit author "Andrij Abyzov ", are copyright of Andrij Abyzov. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Andrij Abyzov -2019/11/19 diff --git a/RELICENSE/eburkitt.md b/RELICENSE/eburkitt.md deleted file mode 100644 index ea425d7c..00000000 --- a/RELICENSE/eburkitt.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by G. Evan Burkitt -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "eburkitt", with -commit author "Evan Burkitt ", are copyright of G. Evan Burkitt. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -G. Evan Burkitt -2017/04/06 \ No newline at end of file diff --git a/RELICENSE/egomotion.md b/RELICENSE/egomotion.md deleted file mode 100644 index 9c47a943..00000000 --- a/RELICENSE/egomotion.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Egomotion Limited -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "robertcastle", with -commit author "Robert Castle ", are copyright of Egomotion Limited. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Robert Castle, -Director, Egomotion Limited -2017/03/21 \ No newline at end of file diff --git a/RELICENSE/eldruin.md b/RELICENSE/eldruin.md deleted file mode 100644 index 3346958e..00000000 --- a/RELICENSE/eldruin.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Diego Barrios Romero -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "eldruin", with -commit author "Diego Barrios Romero ", are copyright of Diego Barrios Romero. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Diego Barrios Romero -2019/11/13 \ No newline at end of file diff --git a/RELICENSE/emtr.md b/RELICENSE/emtr.md deleted file mode 100644 index 602f3de9..00000000 --- a/RELICENSE/emtr.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Claudio Biagi that grants permission to relicense -its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public -License v2 (MPLv2) or any other Open Source Initiative approved license -chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "emtr", with -commit author "Claudio Biagi ", are copyright -of Claudio Biagi. This document hereby grants the libzmq project -team to relicense libzmq, including all past, present and future -contributions of the author listed above. - -Claudio Biagi -2019/03/07 diff --git a/RELICENSE/eponsko.md b/RELICENSE/eponsko.md deleted file mode 100644 index 05cddd5a..00000000 --- a/RELICENSE/eponsko.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Pontus Sköldström -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "eponsko", with -commit author "Pontus Sköldström ", are copyright of Pontus Sköldström. -This document hereby grants the libzmq project team to relicense -libzmq, -including all past, present and future contributions of the author -listed above. - -Pontus Sköldström -2021/1/28 diff --git a/RELICENSE/ericsson.md b/RELICENSE/ericsson.md deleted file mode 100644 index ec7dcf1e..00000000 --- a/RELICENSE/ericsson.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Ericsson -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "hugne", with -commit author "Erik Hugne erik.hugne@ericsson.com", are copyright of Ericsson. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Jon Maloy -2019/03/27 diff --git a/RELICENSE/evoskuil.md b/RELICENSE/evoskuil.md deleted file mode 100644 index dccd83a9..00000000 --- a/RELICENSE/evoskuil.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Eric Voskuil -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "evoskuil", with -commit author "Eric Voskuil ", are copyright of Eric Voskuil. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Eric Voskuil -2017/03/19 \ No newline at end of file diff --git a/RELICENSE/ezhikus.md b/RELICENSE/ezhikus.md deleted file mode 100644 index c952aee8..00000000 --- a/RELICENSE/ezhikus.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Volodymyr Korniichuk -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "ezhikus", with -commit author "VolodymyrKorn@gmail.com", are copyright of Volodymyr Korniichuk. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Volodymyr Korniichuk -2017/03/21 \ No newline at end of file diff --git a/RELICENSE/f18m.md b/RELICENSE/f18m.md deleted file mode 100644 index 8003cc8e..00000000 --- a/RELICENSE/f18m.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Francesco Montorsi that grants permission to relicense -its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public -License v2 (MPLv2) or any other Open Source Initiative approved license -chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "f18m", with -commit author "Francesco Montorsi ", are copyright -of Francesco Montorsi. This document hereby grants the libzmq project -team to relicense libzmq, including all past, present and future -contributions of the author listed above. - -Francesco Montorsi -2018/09/14 diff --git a/RELICENSE/fanquake.md b/RELICENSE/fanquake.md deleted file mode 100644 index e4d9b5d0..00000000 --- a/RELICENSE/fanquake.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Michael Ford that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "fanquake", with -commit author "Michael Ford ", are -copyright of Michael Ford. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Michael Ford -2019/08/10 - diff --git a/RELICENSE/febeling.md b/RELICENSE/febeling.md deleted file mode 100644 index 06bab1fc..00000000 --- a/RELICENSE/febeling.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Florian Ebeling that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "febeling", with -commit author "Florian Ebeling ", are -copyright of Florian Ebeling. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Florian Ebeling -2017/03/20 diff --git a/RELICENSE/ferdnyc.md b/RELICENSE/ferdnyc.md deleted file mode 100644 index 283030a5..00000000 --- a/RELICENSE/ferdnyc.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Frank R. Dana Jr. -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "ferdnyc", with -commit author "FeRD (Frank Dana)", are copyright of Frank R. Dana, Jr. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Frank Richard Dana, Jr. -2020-03-16 diff --git a/RELICENSE/ffontaine.md b/RELICENSE/ffontaine.md deleted file mode 100644 index a64c6305..00000000 --- a/RELICENSE/ffontaine.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Fabrice Fontaine -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "ffontaine", with -commit author "Fabrice Fontaine ", are copyright of Fabrice Fontaine. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Fabrice Fontaine -2018-09-13 diff --git a/RELICENSE/fidlej.md b/RELICENSE/fidlej.md deleted file mode 100644 index bc64f5a3..00000000 --- a/RELICENSE/fidlej.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Ivo Danihelka -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "fidlej", with -commit author "Ivo Danihelka ", are copyright of Ivo Danihelka. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Ivo Danihelka -2017/03/21 diff --git a/RELICENSE/flub.md b/RELICENSE/flub.md deleted file mode 100644 index b942de61..00000000 --- a/RELICENSE/flub.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Floris Bruynooghe -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "flub", with -commit author "Floris Bruynooghe ", are copyright of -Floris Bruynooghe . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Floris Bruynooghe -2017/05/03 diff --git a/RELICENSE/gabm.md b/RELICENSE/gabm.md deleted file mode 100644 index b4ec8dc1..00000000 --- a/RELICENSE/gabm.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Matthias Gabriel -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "gabm", with -commit author "Matthias Gabriel ", are copyright of Matthias Gabriel. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Matthias Gabriel -2018/10/8 diff --git a/RELICENSE/garlick.md b/RELICENSE/garlick.md deleted file mode 100644 index 764065fa..00000000 --- a/RELICENSE/garlick.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Jim Garlick (garlick) -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "garlick", with -commit author "Jim Garlick ", are copyright of -Jim Garlick. This document hereby grants the libzmq project team to -relicense libzmq, including all past, present and future contributions -of the author listed above. - -Jim Garlick -2019/08/10 diff --git a/RELICENSE/gavinmcniff.md b/RELICENSE/gavinmcniff.md deleted file mode 100644 index 98d20b44..00000000 --- a/RELICENSE/gavinmcniff.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Gavin McNiff -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "gavinmcniff", with -commit author "Gavin McNiff ", are copyright of Gavin McNiff . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Gavin McNiff -2017/03/20 diff --git a/RELICENSE/gcsideal.md b/RELICENSE/gcsideal.md deleted file mode 100644 index aa85b5e2..00000000 --- a/RELICENSE/gcsideal.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Laszlo Boszormenyi (GCS) that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "gcsideal", with -commit author "Laszlo Boszormenyi (GCS) ", are copyright of -Laszlo Boszormenyi (GCS) . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author -listed above. - -Laszlo Boszormenyi (GCS) -2020/02/13 diff --git a/RELICENSE/gena-moscow.md b/RELICENSE/gena-moscow.md deleted file mode 100644 index e1ba0be7..00000000 --- a/RELICENSE/gena-moscow.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Gennady Makovetski -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "gena-moscow", with -commit author "Gennady Makovetski ", are copyright of Gennady Makovetski. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Gennady Makovetski -2017/03/21 \ No newline at end of file diff --git a/RELICENSE/ghpu.md b/RELICENSE/ghpu.md deleted file mode 100644 index 27ae64a9..00000000 --- a/RELICENSE/ghpu.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Ghislain PUTOIS -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "ghpu", with -commit author "Ghislain PUTOIS", are copyright of Ghislain PUTOIS. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Ghislain PUTOIS -2017/03/20 diff --git a/RELICENSE/gitfoxi.md b/RELICENSE/gitfoxi.md deleted file mode 100644 index 5b027332..00000000 --- a/RELICENSE/gitfoxi.md +++ /dev/null @@ -1,16 +0,0 @@ - -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Michael Fox -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "gitfoxi", with -commit author "gitfoxi", are copyright of Michael Fox. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Michael Fox -2017/03/20 diff --git a/RELICENSE/glemercier.md b/RELICENSE/glemercier.md deleted file mode 100644 index 97428c77..00000000 --- a/RELICENSE/glemercier.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Anton Dimitrov that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "glemercier", with -commit author "Gregory Lemercier ", are -copyright of Gregory Lmercier. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Gregory Lemercier - -2018/10/07 diff --git a/RELICENSE/gonzus.md b/RELICENSE/gonzus.md deleted file mode 100644 index b844a115..00000000 --- a/RELICENSE/gonzus.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Gonzalo Diethelm -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "gonzus", with -commit author "Gonzalo Diethelm " or "Gonzalo Diethelm ", are copyright of Gonzalo Diethelm . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Gonzalo Diethelm -2017/03/20 diff --git a/RELICENSE/goodfella.md b/RELICENSE/goodfella.md deleted file mode 100644 index f3b68d24..00000000 --- a/RELICENSE/goodfella.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLV2 or any Open Source Initiative (OSI) approved license chosen by the current ZeroMQ BDFL - -This is a statement by Nick Guiffrida that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -The commits made by the Github handle "goodfella", with commit author -"Nick Guiffrida goodfella005@gmail.com" are copyright of Nick -Guiffrida. This document hereby grants the libzmq project team to -relicense libzmq, including all past, present and future contributions -of the author listed above. diff --git a/RELICENSE/google.md b/RELICENSE/google.md deleted file mode 100644 index 65d587b0..00000000 --- a/RELICENSE/google.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Google, Inc. -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "tkoeppe", with -commit author "Thomas Köppe", are copyright of Google, Inc. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Thomas Köppe -2017/09/13 diff --git a/RELICENSE/grmt.md b/RELICENSE/grmt.md deleted file mode 100644 index 7992f4cd..00000000 --- a/RELICENSE/grmt.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by grmt. -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "grmt", with -commit author "grmt", are copyright of grmt. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -grmt (garmt.noname@gmail.com) -2020/05/04 diff --git a/RELICENSE/guidovranken.md b/RELICENSE/guidovranken.md deleted file mode 100644 index f7e9b62c..00000000 --- a/RELICENSE/guidovranken.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Guido Vranken that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "guidovranken", with -commit author "Guido Vranken ", are -copyright of Guido Vranken. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Guido Vranken -2019/01/08 - diff --git a/RELICENSE/guillon.md b/RELICENSE/guillon.md deleted file mode 100644 index 0620ab01..00000000 --- a/RELICENSE/guillon.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Christophe Guillon -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "guillon", with -commit author "Christophe Guillon ", are copyright of Christophe Guillon . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Christophe Guillon -2019/06/10 diff --git a/RELICENSE/gummif.md b/RELICENSE/gummif.md deleted file mode 100644 index abe512ba..00000000 --- a/RELICENSE/gummif.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Gudmundur Adalsteinsson that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "gummif", with -commit author "Gudmundur Adalsteinsson ", are -copyright of Gudmundur Adalsteinsson. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Gudmundur Adalsteinsson -2020/02/04 - diff --git a/RELICENSE/hangao.md b/RELICENSE/hangao.md deleted file mode 100644 index de100bb5..00000000 --- a/RELICENSE/hangao.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Han Gao that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "Rabenda", with -commit author "Han Gao " or "Han Gao ", are copyright of Han Gao . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Han Gao 2023/01/10 diff --git a/RELICENSE/herbrechtsmeier.md b/RELICENSE/herbrechtsmeier.md deleted file mode 100644 index de42b8ea..00000000 --- a/RELICENSE/herbrechtsmeier.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Weidmueller Interface GmbH & Co KG -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "herbrechtsmeier", with -commit author "Stefan Herbrechtsmeier", are copyright of Weidmueller Interface GmbH & Co KG. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Stefan Herbrechtsmeier -2019/09/09 diff --git a/RELICENSE/hewlett_packard_enterprise.md b/RELICENSE/hewlett_packard_enterprise.md deleted file mode 100644 index 067ce39c..00000000 --- a/RELICENSE/hewlett_packard_enterprise.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Hewlett Packard Enterprise -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "brc859844", with -commit author "Brett Cameron ", and the commits made -by the Github handle "dgloe-hpe", with commit author -"David Gloe ", are copyright of Hewlett Packard Enterprise. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the authors listed above. - -Hewlett Packard Enterprise -2019/03/12 diff --git a/RELICENSE/hgourvest.md b/RELICENSE/hgourvest.md deleted file mode 100644 index b6c77b9d..00000000 --- a/RELICENSE/hgourvest.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Henri Gourvest that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "hgourvest", with -commit author "Henri Gourvest ", are -copyright of Henri Gourvest. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Henri Gourvest -2018/12/8 diff --git a/RELICENSE/hitstergtd.md b/RELICENSE/hitstergtd.md deleted file mode 100644 index ad7c4537..00000000 --- a/RELICENSE/hitstergtd.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Hitster GTD -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "hitstergtd", with -commit author "Hitster GTD ", are copyright of Hitster GTD. -This document hereby grants the libzmq project team to relicense -libzmq, -including all past, present and future contributions of the author -listed above. - -Hitster GTD -2022/01/08 diff --git a/RELICENSE/hnwyllmm.md b/RELICENSE/hnwyllmm.md deleted file mode 100644 index c34eaf6f..00000000 --- a/RELICENSE/hnwyllmm.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Wang Yunlai -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "hnwyllmm", with -commit author "hnwyllmm hnwyllmm@126.com", are copyright of Wang Yunlai . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Wang Yunlai -2019/08/13 diff --git a/RELICENSE/hoditohod.md b/RELICENSE/hoditohod.md deleted file mode 100644 index d3867c61..00000000 --- a/RELICENSE/hoditohod.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Szekely Gyorgy -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "hoditohod", with -commit author "Szekely Gyorgy ", are copyright of Szekely Gyorgy. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Szekely Gyorgy -2018/08/15 \ No newline at end of file diff --git a/RELICENSE/hpsaturn.md b/RELICENSE/hpsaturn.md deleted file mode 100644 index 9ec16058..00000000 --- a/RELICENSE/hpsaturn.md +++ /dev/null @@ -1,9 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Antonio Vanegas that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "hpsaturn", with commit author "Antonio Vanegas", are copyright of Antonio Vanegas. -This document hereby grants the libzmq project team to relicense libzmq, including all past, present and future contributions of the author listed above. - -Antonio Vanegas -2018/10/27 diff --git a/RELICENSE/hsw.md b/RELICENSE/hsw.md deleted file mode 100644 index 37013859..00000000 --- a/RELICENSE/hsw.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Christopher Hall that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "hxw", with commit -author "Christopher Hall ", are copyright of -Christopher Hall. This document hereby grants the libzmq project team -to relicense libzmq, including all past, present and future -contributions of the author listed above. - -Christopher Hall -2019/08/07 diff --git a/RELICENSE/ianbarber.md b/RELICENSE/ianbarber.md deleted file mode 100644 index ae4321f5..00000000 --- a/RELICENSE/ianbarber.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Ian Barber -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commit made by the Github handle "ianbarber", with -commit author "Ian Barber ", are copyright of Ian Barber. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Ian Barber -2017/03/27 diff --git a/RELICENSE/imatix.md b/RELICENSE/imatix.md deleted file mode 100644 index 84236018..00000000 --- a/RELICENSE/imatix.md +++ /dev/null @@ -1,23 +0,0 @@ -# Permission to Relicense under MPLV2 - -This document collects grants from firms that hold copyrights in ZeroMQ. Please add new firms at the start. Each patch must be made with a GitHub handle that guarantees identity of the signatory. - -## iMatix Corporation - -This is a statement by iMatix Corporation sprl (iMatix) that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -1. The original ZeroMQ codebase was developed from 2007-2009 by FastMQ Inc. (FastMQ) in Slovakia, which held all copyrights in code written by its staff. - -2. On 2009-11-01, iMatix exercised an option to acquire FastMQ and its assets, -including ZeroMQ. On or before 2010-01-05 the FastMQ copyrights in ZeroMQ were -transferred to iMatix ([commit](https://github.com/zeromq/libzmq/commit/4f6baf4dde627656b63cc4e2acdb78a8577ba640)). The FastMQ legal entity was subsequently liquidated. - -3. Between 2009 and 2016, iMatix has continued to add contributions to ZeroMQ under the GitHub handle 'hintjens'. - -4. This grant therefore covers what remains of the original FastMQ codebase plus all later contributions. - -5. iMatix hereby grants an irrevocable, global, and fully paid-up license on all its copyrights that exist in ZeroMQ, under the MPLv2. - --Pieter Hintjens -CEO, iMatix Corporation sprl -23 April 2016 diff --git a/RELICENSE/imkcy9.md b/RELICENSE/imkcy9.md deleted file mode 100644 index 66235c28..00000000 --- a/RELICENSE/imkcy9.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Chengye Ke -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "imkcy9", with -commit author "Chengye Ke " or -"Chengye Ke ", are copyright of Chengye Ke. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Chengye Ke -2019/05/18 \ No newline at end of file diff --git a/RELICENSE/inuik.md b/RELICENSE/inuik.md deleted file mode 100644 index 98f939bf..00000000 --- a/RELICENSE/inuik.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Rishi Theivendan (inuik) -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "inuik", with -commit author "Rishi Theivendran <29522253+inuik@users.noreply.github.com>" or -"Rishi Theivendran ", are copyright of Rishi Theivendran. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Rishi Theivendran -2019/07/18 diff --git a/RELICENSE/ipa.md b/RELICENSE/ipa.md deleted file mode 100644 index 2e803c65..00000000 --- a/RELICENSE/ipa.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Iwan Paolucci that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "ipa", with -commit author "Iwan Paolucci ", are -copyright oIwan Paoluccii. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Iwan Paolucci -2019/04/18 - diff --git a/RELICENSE/ipechorin.md b/RELICENSE/ipechorin.md deleted file mode 100644 index 40ddffea..00000000 --- a/RELICENSE/ipechorin.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Ivan Pechorin that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "ipechorin", with -commit author "Ivan Pechorin ", are -copyright of Ivan Pechorin. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Ivan Pechorin -2019/09/25 - diff --git a/RELICENSE/jackpimbert.md b/RELICENSE/jackpimbert.md deleted file mode 100644 index e1917f91..00000000 --- a/RELICENSE/jackpimbert.md +++ /dev/null @@ -1,18 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Jack Pimbert that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "jackpimbert", -with commit author "jackpimbert ", are -copyright of Jack Pimbert. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Jack Pimbert -2019/05/24 - - diff --git a/RELICENSE/jacquesg.md b/RELICENSE/jacquesg.md deleted file mode 100644 index 119f1121..00000000 --- a/RELICENSE/jacquesg.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Jacques Germishuys that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "jacquesg", with -commit author "Jacques Germishuys ", are -copyright of Jacques Germishuys. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Jacques Germishuys -2018/12/14 - diff --git a/RELICENSE/jakecobb.md b/RELICENSE/jakecobb.md deleted file mode 100644 index 3e3be485..00000000 --- a/RELICENSE/jakecobb.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Jake Cobb -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "jakecobb", with -commit author "Jake Cobb <jake.cobb@gmail.com>", are copyright of Jake Cobb. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Jake Cobb -2017/04/04 diff --git a/RELICENSE/jbreams.md b/RELICENSE/jbreams.md deleted file mode 100644 index b1c30515..00000000 --- a/RELICENSE/jbreams.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Jonathan Reams -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "jbreams", with -commit author "Jonathan Reams ", are copyright of -Jonathan Reams. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Jonathan Reams -2019/08/31 diff --git a/RELICENSE/jcfr.md b/RELICENSE/jcfr.md deleted file mode 100644 index 4576920e..00000000 --- a/RELICENSE/jcfr.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Jean-Christophe Fillion-Robin -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "jcfr", with -commit author "Jean-Christophe Fillion-Robin ", are copyright of Kitware Inc. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Jean-Christophe Fillion-Robin -2019/09/03 diff --git a/RELICENSE/jcourreges.md b/RELICENSE/jcourreges.md deleted file mode 100644 index b20bec8d..00000000 --- a/RELICENSE/jcourreges.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Jérémie Courrèges-Anglas -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "jcourreges", with -commit author "Jérémie Courrèges-Anglas", are copyright of Jérémie Courrèges-Anglas. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Jérémie Courrèges-Anglas -2018/12/07 diff --git a/RELICENSE/jean-airoldie.md b/RELICENSE/jean-airoldie.md deleted file mode 100644 index 27deff76..00000000 --- a/RELICENSE/jean-airoldie.md +++ /dev/null @@ -1,7 +0,0 @@ -Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Jean Airoldie that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open Source Initiative approved license chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "jean-airoldie", with commit author "jean-airoldie <25088801+jean-airoldie@users.noreply.github.com>", are copyright of Jean Airoldie. This document hereby grants the libzmq project team to relicense libzmq, including all past, present and future contributions of the author listed above. - -Jean Airoldie 2019/04/27 diff --git a/RELICENSE/jemc.md b/RELICENSE/jemc.md deleted file mode 100644 index b7ab5ab9..00000000 --- a/RELICENSE/jemc.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Joe Eli McIlvain -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "jemc", with -commit author "Joe Eli McIlvain", are copyright of Joe Eli McIlvain. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Joe Eli McIlvain -2017/03/28 diff --git a/RELICENSE/jens.auer.md b/RELICENSE/jens.auer.md deleted file mode 100644 index bdc20e93..00000000 --- a/RELICENSE/jens.auer.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Jens Auer -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "jens.auer", with -commit author "Jens Auer", are copyright of Jens Auer. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Jens Auer -2019/11/08 diff --git a/RELICENSE/jimenezrick.md b/RELICENSE/jimenezrick.md deleted file mode 100644 index 743ca895..00000000 --- a/RELICENSE/jimenezrick.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Ricardo Catalinas Jimenez -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "jimenezrick", with -commit author "Ricardo Catalinas Jimenez", are copyright of Ricardo -Catalinas Jimenez. -This document hereby grants the libzmq project team to relicense -libzmq, -including all past, present and future contributions of the author -listed above. - -Ricardo Catalinas Jimenez -2020/02/03 diff --git a/RELICENSE/jimklimov.md b/RELICENSE/jimklimov.md deleted file mode 100644 index 91bf335c..00000000 --- a/RELICENSE/jimklimov.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Evgeny (Jim) Klimov -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "jimklimov", -with commit author "Jim Klimov " or -"Jim Klimov ", are copyright of Evgeny (Jim) Klimov. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Evgeny (Jim) Klimov   -2017/03/21 diff --git a/RELICENSE/jkryl.md b/RELICENSE/jkryl.md deleted file mode 100644 index ecd681e6..00000000 --- a/RELICENSE/jkryl.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Jan Kryl -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "jkryl", with -commit author "Jan Kryl jan.kryl@nexenta.com", are copyright of Jan Kryl. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Jan Kryl -2017/03/19 diff --git a/RELICENSE/jlauenercern.md b/RELICENSE/jlauenercern.md deleted file mode 100644 index b21790a1..00000000 --- a/RELICENSE/jlauenercern.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Joel Lauener -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -share-alike Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "jlauenercern", with -commit author "Joel Lauener ", are copyright of Joel Lauener . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Joel Lauener -2019/08/12 \ No newline at end of file diff --git a/RELICENSE/jlsantiago0.md b/RELICENSE/jlsantiago0.md deleted file mode 100644 index 2e740da9..00000000 --- a/RELICENSE/jlsantiago0.md +++ /dev/null @@ -1,13 +0,0 @@ - Permission to Relicense under MPLv2 - -This is a statement by Jose L. Santiago -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "jlsantiago0", with -commit author "Jose L. Santiago", are copyright of Jose L. Santiago. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Jose L. Santiago -2021/02/18 diff --git a/RELICENSE/johntconklin.md b/RELICENSE/johntconklin.md deleted file mode 100644 index decf3331..00000000 --- a/RELICENSE/johntconklin.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by John T. Conklin -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "johntconklin", with -commit author "J.T. Conklin ", are copyright of John T. Conklin. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -John T. Conklin -2017-03-19 diff --git a/RELICENSE/jruffin.md b/RELICENSE/jruffin.md deleted file mode 100644 index 947e0f73..00000000 --- a/RELICENSE/jruffin.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by IVU Traffic Technologies AG -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "jruffin", with -commit author "Julien Ruffin ", are copyright of IVU Traffic Technologies AG. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Henrik Benner -Head of Department Ticketing Development, IVU Traffic Technologies AG -2017/05/10 diff --git a/RELICENSE/jsyoo5b.md b/RELICENSE/jsyoo5b.md deleted file mode 100644 index 655b38ec..00000000 --- a/RELICENSE/jsyoo5b.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by JaeSang Yoo -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "JSYoo5B", with -commit author "JaeSang Yoo ", are copyright of JaeSang Yoo. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -JaeSang Yoo -2020.02.29 diff --git a/RELICENSE/kaczmarj.md b/RELICENSE/kaczmarj.md deleted file mode 100644 index 232df014..00000000 --- a/RELICENSE/kaczmarj.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Jakub Kaczmarzyk -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "kaczmarj", with -commit author "Jakub Kaczmarzyk jakub.kaczmarzyk@gmail.com", are copyright of Jakub Kaczmarzyk. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Jakub Kaczmarzyk -2020/07/29 diff --git a/RELICENSE/kalantar.md b/RELICENSE/kalantar.md deleted file mode 100644 index 6eb0292e..00000000 --- a/RELICENSE/kalantar.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Davit Kalantaryan -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made with commit author -"Davit Kalantaryan ", are copyright of Davit Kalantaryan. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Davit Kalantaryan -2020/08/06 diff --git a/RELICENSE/kanonet.md b/RELICENSE/kanonet.md deleted file mode 100644 index fecb2776..00000000 --- a/RELICENSE/kanonet.md +++ /dev/null @@ -1,8 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Christoph Kahl that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open Source Initiative approved license chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "kanonet", with commit author "Christoph Kahl", are copyright of Christoph Kahl. This document hereby grants the libzmq project team to relicense libzmq, including all past, present and future contributions of the author listed above. - -Christoph Kahl -2020/01/09 \ No newline at end of file diff --git a/RELICENSE/keith-dev.md b/RELICENSE/keith-dev.md deleted file mode 100644 index e2c33a84..00000000 --- a/RELICENSE/keith-dev.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Keith Williams -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "keith-dev", with -commit author "Keith Williams ", are copyright of Keith Williams. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Keith Williams -2023/04/19 diff --git a/RELICENSE/kentzo.md b/RELICENSE/kentzo.md deleted file mode 100644 index cd942132..00000000 --- a/RELICENSE/kentzo.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Ilya Kulakov -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "kentzo", with -commit author "Ilya Kulakov ", are copyright of Ilya Kulakov. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Ilya Kulakov -2017/05/23 diff --git a/RELICENSE/kfish.md b/RELICENSE/kfish.md deleted file mode 100644 index 832cb969..00000000 --- a/RELICENSE/kfish.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Conrad Parker that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "kfish", with -commit author "Conrad Parker ", are -copyright of Conrad Parker. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Conrad Parker -2018/10/30 - diff --git a/RELICENSE/kobolog.md b/RELICENSE/kobolog.md deleted file mode 100644 index bd3a1dd2..00000000 --- a/RELICENSE/kobolog.md +++ /dev/null @@ -1,12 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Andrey Sibiryov that grants permission to relicense its copyrights in the -libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open Source -Initiative approved license chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "kobolog", with commit author "Andrey Sibiryov ", -are copyright of Andrey Sibiryov. This document hereby grants the libzmq project team to -relicense libzmq, including all past, present and future contributions of the author listed above. - -Andrey Sibiryov -2017/04/04 diff --git a/RELICENSE/kreuzberger.md b/RELICENSE/kreuzberger.md deleted file mode 100644 index 638234de..00000000 --- a/RELICENSE/kreuzberger.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Joerg Kreuzberger -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "kreuzberger", with -commit author "Joerg Kreuzberger", are copyright of Joerg Kreuzberger . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Joerg Kreuzberger -2019/09/02 diff --git a/RELICENSE/kurdybacha.md b/RELICENSE/kurdybacha.md deleted file mode 100644 index 2345d580..00000000 --- a/RELICENSE/kurdybacha.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Pawel Kurdybacha -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "kurdybacha", with -commit author "Pawel Kurdybacha pawel.kurdybacha@gmail.com", are copyright of Pawel Kurdybacha . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Pawel Kurdybacha -2017/04/13 diff --git a/RELICENSE/laplaceyang.md b/RELICENSE/laplaceyang.md deleted file mode 100644 index f5931042..00000000 --- a/RELICENSE/laplaceyang.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Xujing Yang (laplaceyang) -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "laplaceyang", with -commit author "laplaceyang ", are copyright of Xujing Yang. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Xujing Yang -2020/04/22 diff --git a/RELICENSE/latchmoor-services-carcich.md b/RELICENSE/latchmoor-services-carcich.md deleted file mode 100644 index 5fda258e..00000000 --- a/RELICENSE/latchmoor-services-carcich.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Latchmoor Services, LLC -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "drbitboy", with -commit author "Brian Carcich ", are copyright of Latchmoor -Services, LLC. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Latchmoor Services, LLC -2019/07/26 diff --git a/RELICENSE/leonarf.md b/RELICENSE/leonarf.md deleted file mode 100644 index 91e81e6d..00000000 --- a/RELICENSE/leonarf.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Léonard Michelet -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "leonarf", with -commit author "Léonard Michelet ", are copyright of Léonard Michelet. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Michelet Léonard 2017/03/29 diff --git a/RELICENSE/liedtkeInTUM.md b/RELICENSE/liedtkeInTUM.md deleted file mode 100644 index 7348494f..00000000 --- a/RELICENSE/liedtkeInTUM.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Sven Liedtke -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "liedtkeInTUM", with -commit author "Sven Liedtke", are copyright of Sven Liedtke. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Sven Liedtke -2019/11/27 \ No newline at end of file diff --git a/RELICENSE/linville.md b/RELICENSE/linville.md deleted file mode 100644 index 3e5ec8bb..00000000 --- a/RELICENSE/linville.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Aaron Linville -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "linville", with -commit author "Aaron Linville ", are copyright of Aaron Linville. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Aaron Linville -2017/03/27 \ No newline at end of file diff --git a/RELICENSE/loachfish.md b/RELICENSE/loachfish.md deleted file mode 100644 index c6fa5bce..00000000 --- a/RELICENSE/loachfish.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Justin.Hung -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "loachfish", with -commit author "Justin.Hung fronront@qq.com", are copyright of Justin.Hung . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Justin.Hung -2017/03/20 \ No newline at end of file diff --git a/RELICENSE/lodagro.md b/RELICENSE/lodagro.md deleted file mode 100644 index 04b1b9a6..00000000 --- a/RELICENSE/lodagro.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Wouter Overmeire that grants permission to relicense its -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License -v2 (MPLv2) or any other Open Source Initiative approved license chosen by the -current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "lodagro", with commit -author "lodagro ", are copyright of Wouter Overmeire. This -document hereby grants the libzmq project team to relicense libzmq, including -all past, present and future contributions of the author listed above. - -Wouter Overmeire -2017/04/01 diff --git a/RELICENSE/lourens.md b/RELICENSE/lourens.md deleted file mode 100644 index 000c0741..00000000 --- a/RELICENSE/lourens.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Lourens Naudé -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -share-alike Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "methodmissing", with -commit author "Lourens Naudé ", are copyright of Lourens Naudé. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Lourens Naudé -2019/07/01 diff --git a/RELICENSE/lstacul.md b/RELICENSE/lstacul.md deleted file mode 100644 index b95c149a..00000000 --- a/RELICENSE/lstacul.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Laurent Stacul -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "stac47", with -commit author "Laurent Stacul ", are copyright of -Laurent Stacul . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Laurent Stacul -2020/02/21 diff --git a/RELICENSE/madebr.md b/RELICENSE/madebr.md deleted file mode 100644 index d4f142a5..00000000 --- a/RELICENSE/madebr.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Anonymous Maarten -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "madebr", with -commit author "Anonymous Maarten ", are copyright of Anonymous Maarten. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Anonymous Maarten -2017/03/27 diff --git a/RELICENSE/malexzx.md b/RELICENSE/malexzx.md deleted file mode 100644 index 15388719..00000000 --- a/RELICENSE/malexzx.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Aleksander Melnikov -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "malexzx", with -commit author "Aleksander Melnikov", are copyright of Aleksander Melnikov. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Aleksander Melnikov -2019/08/11 diff --git a/RELICENSE/mancasg.md b/RELICENSE/mancasg.md deleted file mode 100644 index 233fb0f4..00000000 --- a/RELICENSE/mancasg.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Mancaș George -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "mancasg", with -commit author "Mancaș George ", are copyright of Mancaș George . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Mancaș George -2019/07/24 diff --git a/RELICENSE/martin-ksti.md b/RELICENSE/martin-ksti.md deleted file mode 100644 index a8258472..00000000 --- a/RELICENSE/martin-ksti.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Martin Labsch on behalf of KST innovations GmbH that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "martin-ksti", with -commit author "Martin Labsch ", are -copyright of Martin Labsch on behalf of KST innovations GmbH. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Martin Labsch -2020/10/09 diff --git a/RELICENSE/martindelille.md b/RELICENSE/martindelille.md deleted file mode 100644 index 25f6d5d4..00000000 --- a/RELICENSE/martindelille.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Martin Delille -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "martindelille", with -commit author "Martin Delille", are copyright of Martin Delille. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Martin Delille (martindelille) -Done in Lyon on the 2023/01/27 diff --git a/RELICENSE/mattconnolly.md b/RELICENSE/mattconnolly.md deleted file mode 100644 index ecb1f0cd..00000000 --- a/RELICENSE/mattconnolly.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Matthew Connolly -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "mattconnolly", with -commit author "Matt Connolly ", are copyright of Matthew Connolly. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Matthew Connolly -2017/06/28 \ No newline at end of file diff --git a/RELICENSE/mauri-melato.md b/RELICENSE/mauri-melato.md deleted file mode 100644 index 4bfddeed..00000000 --- a/RELICENSE/mauri-melato.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Maurizio Melato -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "mauri-melato", with -commit author "Maurizio Melato", are copyright of Maurizio Melato. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Maurizio Melato -2017-04-04 diff --git a/RELICENSE/mbarbisan.md b/RELICENSE/mbarbisan.md deleted file mode 100644 index 52606159..00000000 --- a/RELICENSE/mbarbisan.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Mark Barbisan -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "mbarbisan", with -commit author "Mark Barbisan ", are copyright of Mark Barbisan. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Mark Barbisan -2019/08/31 - diff --git a/RELICENSE/mdionisio.md b/RELICENSE/mdionisio.md deleted file mode 100644 index b455376f..00000000 --- a/RELICENSE/mdionisio.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Thomas M. DuBuisson -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "mdionisio", with -commit author "Michele Dionisio", are copyright of Michele Dionisio. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Michele Dionisio -2019/07/09 diff --git a/RELICENSE/mditzel.md b/RELICENSE/mditzel.md deleted file mode 100644 index 88f7c2e5..00000000 --- a/RELICENSE/mditzel.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Maarten Ditzel -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "mditzel", with -commit author "Maarten Ditzel ", are copyright of Maarten Ditzel. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Maarten Ditzel -2017/03/24 diff --git a/RELICENSE/meox.md b/RELICENSE/meox.md deleted file mode 100644 index a963d34a..00000000 --- a/RELICENSE/meox.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Gian Lorenzo Meocci -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "meox", with -commit author "Gian Lorenzo Meocci ", are copyright of Gian Lorenzo Meocci. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Gian Lorenzo Meocci -2017/04/09 \ No newline at end of file diff --git a/RELICENSE/mesegura.md b/RELICENSE/mesegura.md deleted file mode 100644 index 5d501242..00000000 --- a/RELICENSE/mesegura.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Manuel Segura -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "mesegura", with -commit author "Manuel Segura", are copyright of Manuel Segura . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Manuel Eduardo Segura -2019/08/10 diff --git a/RELICENSE/mgatny.md b/RELICENSE/mgatny.md deleted file mode 100644 index 28ed8378..00000000 --- a/RELICENSE/mgatny.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Mike Gatny (mgatny) that grants permission to relicense -his copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public -License v2 (MPLv2) or any other Open Source Initiative approved license chosen -by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "mgatny", with commit author -"Mike Gatny " or "Mike Gatny ", are -copyright of Mike Gatny. This document hereby grants the libzmq project team -to relicense libzmq, including all past, present and future contributions of -the author listed above. - -Mike Gatny -2019/02/19 diff --git a/RELICENSE/michicc.md b/RELICENSE/michicc.md deleted file mode 100644 index a0f8f120..00000000 --- a/RELICENSE/michicc.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Michael Lutz -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "michicc", with -commit author "Michael Lutz ", are copyright of Michael Lutz. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Michael Lutz -2017/05/01 diff --git a/RELICENSE/micromass-ricnewton.md b/RELICENSE/micromass-ricnewton.md deleted file mode 100644 index 6aedb60c..00000000 --- a/RELICENSE/micromass-ricnewton.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Micromass UK Limited -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "ricnewton", with -commit author "Richard Newton" are copyright of Micromass UK Limited. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Steve Smith -Director Micromass UK Limited -2017/04/26 diff --git a/RELICENSE/mileschet.md b/RELICENSE/mileschet.md deleted file mode 100644 index facf4f64..00000000 --- a/RELICENSE/mileschet.md +++ /dev/null @@ -1,6 +0,0 @@ -Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL -This is a statement by Roberto Santacroce Martins that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open Source Initiative approved license chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "mileschet", with commit author "Roberto Santacroce Martins miles.chet@gmail.com", are copyright of Roberto Santacroce Martins. This document hereby grants the libzmq project team to relicense libzmq, including all past, present and future contributions of the author listed above. - -Roberto Santacroce Martins 2020/07/06 diff --git a/RELICENSE/miniway.md b/RELICENSE/miniway.md deleted file mode 100644 index 171e87c5..00000000 --- a/RELICENSE/miniway.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Dongmin Yu -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "miniway", with -commit author "Dongmin Yu ", are copyright of Dongmin Yu. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Dongmin Yu -2019/08/12 diff --git a/RELICENSE/minrk.md b/RELICENSE/minrk.md deleted file mode 100644 index 3aaea556..00000000 --- a/RELICENSE/minrk.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Min Ragan-Kelley -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the GitHub handle "minrk", with -commit author "Min RK benjaminrk@gmail.com", are copyright of Min Ragan-Kelley. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Min Ragan-Kelley -2017/07/17 diff --git a/RELICENSE/mipaaa.md b/RELICENSE/mipaaa.md deleted file mode 100644 index c8b7f1a0..00000000 --- a/RELICENSE/mipaaa.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Michael Hand -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "mipaaa", with -commit author "Michael Hand ", are copyright of Michael Hand. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Michael Hand -2017/03/21 diff --git a/RELICENSE/mjvk.md b/RELICENSE/mjvk.md deleted file mode 100644 index 3620aa54..00000000 --- a/RELICENSE/mjvk.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Mark Jan van Kampen that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "mjvk" and "mjvankampen", with -commit author "Mark Jan van Kampen ", are -copyright of Mark Jan van Kampen. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Mark Jan van Kampen -2020/02/24 \ No newline at end of file diff --git a/RELICENSE/mkluwe.md b/RELICENSE/mkluwe.md deleted file mode 100644 index 3ffe98d4..00000000 --- a/RELICENSE/mkluwe.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Matthias Kluwe -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "mkluwe", with -commit author "Matthias Kluwe ", are copyright of Matthias Kluwe. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Matthias Kluwe -2017/03/24 diff --git a/RELICENSE/mkoppanen.md b/RELICENSE/mkoppanen.md deleted file mode 100644 index 061732d3..00000000 --- a/RELICENSE/mkoppanen.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Mikko Koppanen that grants permission to relicense his -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License -v2 (MPLv2) or any other Open Source Initiative approved license chosen by the -current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "mkoppanen", with commit -author "Mikko Koppanen ", are copyright of Mikko Koppanen. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Mikko Koppanen -2018/02/17 diff --git a/RELICENSE/mloy.md b/RELICENSE/mloy.md deleted file mode 100644 index ae904452..00000000 --- a/RELICENSE/mloy.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Matthias Loy -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "mloy", with -commit author "Matthias Loy", are copyright of Matthias Loy. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Matthias Loy -2020/01/18 - diff --git a/RELICENSE/mongodb.md b/RELICENSE/mongodb.md deleted file mode 100644 index 774a3451..00000000 --- a/RELICENSE/mongodb.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Jonathan Reams (of MongoDB, Inc.) -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "jbreams", with -commit author "Jonathan Reams jbreams@mongodb.com" (specifically the commits merged in pull requests #1451, #1449, #1448, and #1174), are copyright of -MongoDB, Inc. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Jonathan Reams -2019/10/1 diff --git a/RELICENSE/montoyaedu.md b/RELICENSE/montoyaedu.md deleted file mode 100644 index 62df2250..00000000 --- a/RELICENSE/montoyaedu.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by H. Eduardo Montoya Sánchez -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "montoyaedu", with -commit author "Montoya Edu ", are copyright of H. Eduardo Montoya Sánchez. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -H. Eduardo Montoya Sánchez -2017/03/20 diff --git a/RELICENSE/moretromain.md b/RELICENSE/moretromain.md deleted file mode 100644 index 88d6fb2c..00000000 --- a/RELICENSE/moretromain.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Romain Moret that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "moretromain", with -commit author "Romain Moret ", are -copyright of Romain Moret. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Romain Moret -2019/05/06 \ No newline at end of file diff --git a/RELICENSE/mrvn.md b/RELICENSE/mrvn.md deleted file mode 100644 index d8ad4a9e..00000000 --- a/RELICENSE/mrvn.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Goswin von Brederlow -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "mrvn", with -commit author "Goswin von Brederlow " or "Goswin von Brederlow ", are copyright of Goswin von Brederlow. -This document hereby grants the libzmq project team to relicense -libzmq, -including all past, present and future contributions of the author -listed above. - -Goswin von Brederlow -2020/12/20 diff --git a/RELICENSE/msune.md b/RELICENSE/msune.md deleted file mode 100644 index 9f73c460..00000000 --- a/RELICENSE/msune.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Marc Suñé Clos (msune) -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "msune", with -commit author "Marc Sune " or -"Marc Sune ", are copyright of Marc Suñé. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Marc Suñé Clos -2019/08/31 diff --git a/RELICENSE/murphybytes.md b/RELICENSE/murphybytes.md deleted file mode 100644 index 7930e438..00000000 --- a/RELICENSE/murphybytes.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by John Murphy -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "murphybytes", with -commit author "John Murphy ", are copyright of John Murphy . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -John Murphy -2019/08/12 diff --git a/RELICENSE/mvilim.md b/RELICENSE/mvilim.md deleted file mode 100644 index 5c4d70c1..00000000 --- a/RELICENSE/mvilim.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Michael Vilim that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "mvilim", with -commit author "Michael Vilim <697a9b924bfa6f06a81e82975ddca4785b90a7b40d91044ce76f68d3bd65a9b8@697a9b924bfa6f06a81e82975ddca4785b90a7b40d91044ce76f68d3bd65a9b8.com>", are -copyright of Michael Vilim. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Michael Vilim -2019/08/31 diff --git a/RELICENSE/mystfit.md b/RELICENSE/mystfit.md deleted file mode 100644 index b8c607fa..00000000 --- a/RELICENSE/mystfit.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Byron Mallett -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "mystfit", with -commit author "Byron Mallett ", are copyright of Byron Mallett . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Byron Mallett -2018/9/1 diff --git a/RELICENSE/naos_ltd.md b/RELICENSE/naos_ltd.md deleted file mode 100644 index 11407397..00000000 --- a/RELICENSE/naos_ltd.md +++ /dev/null @@ -1,19 +0,0 @@ -## Naos Ltd (a New Zealand company) - -This is a statement by Naos Ltd (Naos) that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under -the Mozilla Public License v2 (MPLv2). - -The port of libzmq to run on the z/OS Mainframe ([GitHub Pull -request #1136](https://github.com/zeromq/libzmq/pull/1136), [GitHub Pull -request #1138](https://github.com/zeromq/libzmq/pull/1138), and -[GitHub Pull request #1139](https://github.com/zeromq/libzmq/pull/1139)) -was performed as work for hire under contract to iMatix Corporation -sprl, itself under contract to a client. Thus copyright in that -portability work does not belong to Naos Ltd, and Naos Ltd hereby -releases any claim to the copyright in the z/OS Mainframe portability -work identified by the above three GitHub pull requests. - -Ewen McNeill -Managing Director, Naos Ltd -2016-04-25 diff --git a/RELICENSE/natano.md b/RELICENSE/natano.md deleted file mode 100644 index fd127de1..00000000 --- a/RELICENSE/natano.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Martin Natano -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "natano", with -commit author "Martin Natano", are copyright of Martin Natano. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Martin Natano -2017/03/21 diff --git a/RELICENSE/neheb.md b/RELICENSE/neheb.md deleted file mode 100644 index d616230b..00000000 --- a/RELICENSE/neheb.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Rosen Penev -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "flub", with -commit author "Rosen Penev ", are copyright of -Rosen Penev . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Rosen Penev -2019/04/19 diff --git a/RELICENSE/nevalsar.md b/RELICENSE/nevalsar.md deleted file mode 100644 index 18e17e6a..00000000 --- a/RELICENSE/nevalsar.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Nevin Valsaraj that grants permission to relicense its -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License -v2 (MPLv2) or any other share-alike Open Source Initiative approved license -chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "nevalsar", with -commit author "Nevin Valsaraj ", are copyright of -Nevin Valsaraj. This document hereby grants the libzmq project team to relicense -libzmq, including all past, present and future contributions of the author -listed above. - -Nevin Valsaraj -2022/08/03 diff --git a/RELICENSE/nfware.md b/RELICENSE/nfware.md deleted file mode 100644 index e79ddafe..00000000 --- a/RELICENSE/nfware.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by NFWare Corp. that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "ilkondr", with -commit author "Ilya Kondrashkin ", are copyright of NFWare. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Ilya Kondrashkin 2023/01/10 diff --git a/RELICENSE/ninoles.md b/RELICENSE/ninoles.md deleted file mode 100644 index 508b6e89..00000000 --- a/RELICENSE/ninoles.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Fabien Ninoles that grants permission to relicense -its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla -Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "ninoles", -with commit author "Fabien Ninoles", are copyright of Fabien Ninoles. - -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author -listed above. - -Fabien Ninoles - -2020/02/11 diff --git a/RELICENSE/nixman.md b/RELICENSE/nixman.md deleted file mode 100644 index 4b2499c3..00000000 --- a/RELICENSE/nixman.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by niXman (github.nixman@pm.me) -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "niXman", with -commit author "niXman", are copyright of nixMan . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -niXman (github.nixman@pm.me) -2019/10/03 diff --git a/RELICENSE/niyassait.md b/RELICENSE/niyassait.md deleted file mode 100644 index 64d8ccd8..00000000 --- a/RELICENSE/niyassait.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Niyas SAIT -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "nsait-linaro", with -commit author "Niyas SAIT", are copyright of Niyas SAIT . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Niyas SAIT (nsait-linaro) -Done in Cambridge, UK on the 2021/11/15 diff --git a/RELICENSE/nokia.md b/RELICENSE/nokia.md deleted file mode 100644 index 49e2f455..00000000 --- a/RELICENSE/nokia.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Nokia -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "aheroff1", with -commit author "Andy Heroff", are copyright of Nokia. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Andy Heroff -2021/01/05 diff --git a/RELICENSE/normano.md b/RELICENSE/normano.md deleted file mode 100644 index 0d82f5f1..00000000 --- a/RELICENSE/normano.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Norman Ovenseri -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "normano", with -commit author "normano", are copyright of Norman Ovenseri. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -This is a statement by Norman Ovenseri -2019/05/01 diff --git a/RELICENSE/ojura.md b/RELICENSE/ojura.md deleted file mode 100644 index 8ebf8834..00000000 --- a/RELICENSE/ojura.md +++ /dev/null @@ -1,9 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Juraj Oršulić that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "ojura", with commit author "Juraj Oršulić", are copyright of Juraj Oršulić. -This document hereby grants the libzmq project team to relicense libzmq, including all past, present and future contributions of the author listed above. - -Juraj Oršulić -2018/10/26 diff --git a/RELICENSE/olafmandel.md b/RELICENSE/olafmandel.md deleted file mode 100644 index 9372bb47..00000000 --- a/RELICENSE/olafmandel.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Olaf Mandel -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "olafmandel", with -commit author "Olaf Mandel ", are copyright of Olaf Mandel. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Olaf Mandel -2017/03/21 diff --git a/RELICENSE/omegastick.md b/RELICENSE/omegastick.md deleted file mode 100644 index 47d46eda..00000000 --- a/RELICENSE/omegastick.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Isaac Poulton -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "Omegastick", with -commit author "Omegastick", are copyright of Isaac Poulton. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Isaac Poulton -2019/04/14 diff --git a/RELICENSE/opedroso.md b/RELICENSE/opedroso.md deleted file mode 100644 index 772e8b34..00000000 --- a/RELICENSE/opedroso.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by "Osiris Pedroso" -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "opedroso", with -commit author "Osiris Pedroso ", are copyright of "Osiris Pedroso". -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Osiris Pedroso -2017/03/21 diff --git a/RELICENSE/opensource-kymetacorp.md b/RELICENSE/opensource-kymetacorp.md deleted file mode 100644 index 1723d2aa..00000000 --- a/RELICENSE/opensource-kymetacorp.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Kymeta Corporation -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "opensource-kymetacorp", with -commit author "opensource-kymetacorp", are copyright of Kymeta Corporation. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Kymeta Corporation -2018/11/21 diff --git a/RELICENSE/paddor.md b/RELICENSE/paddor.md deleted file mode 100644 index add5103c..00000000 --- a/RELICENSE/paddor.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Patrik Wenger -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "paddor", with -commit author "Patrik Wenger", are copyright of Patrik Wenger . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Patrik Wenger -2019/08/31 diff --git a/RELICENSE/panicgh.md b/RELICENSE/panicgh.md deleted file mode 100644 index e66cb38f..00000000 --- a/RELICENSE/panicgh.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Nicolas Benes -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "panicgh", with -commit author "Nicolas Benes ", are copyright of Nicolas Benes. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Nicolas Benes -2023/05/12 diff --git a/RELICENSE/panlinux.md b/RELICENSE/panlinux.md deleted file mode 100644 index b43a4043..00000000 --- a/RELICENSE/panlinux.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Andreas Hasenack that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "panlinux", with -commit author "Andreas Hasenack ", are -copyright of Andreas Hasenack. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Andreas Hasenack -2019/03/18 - diff --git a/RELICENSE/patrickvolante.md b/RELICENSE/patrickvolante.md deleted file mode 100644 index 1f84827c..00000000 --- a/RELICENSE/patrickvolante.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Patrick Volante -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -share-alike Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "patrick-volante", with -commit author "patrick-volante ", are copyright of patrick volante. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Patrick Volante -03/12/2021 diff --git a/RELICENSE/pavel-pimenov.md b/RELICENSE/pavel-pimenov.md deleted file mode 100644 index d62b5994..00000000 --- a/RELICENSE/pavel-pimenov.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Pavel Pimenov -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle pavel-pimenov, with -commit author Pavel Pimenov pavel.pimenov@gmail.com, are copyright of Pavel Pimenov . -This document hereby grants the libzmq project team to relicense -libzmq, -including all past, present and future contributions of the author -listed above. - -Pavel Pimenov -2020/02/04 diff --git a/RELICENSE/philippeleite.md b/RELICENSE/philippeleite.md deleted file mode 100644 index c7aa3218..00000000 --- a/RELICENSE/philippeleite.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Philippe Leite that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "philippeleite", with -commit author "Philippe Leite ", are -copyright of Philippe Leite. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Philippe Leite -2019/06/10 diff --git a/RELICENSE/phreed.md b/RELICENSE/phreed.md deleted file mode 100644 index d14b9927..00000000 --- a/RELICENSE/phreed.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Fredrick Paul Eisele -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle phreed, with -commit author "Fred Eisele", are copyright of Fred Eisele . -This document hereby grants the libzmq project team to relicense -libzmq, -including all past, present and future contributions of the author -listed above. - -Fredrick Paul Eisele -2020/01/03 diff --git a/RELICENSE/pijyoi.md b/RELICENSE/pijyoi.md deleted file mode 100644 index ffd890b1..00000000 --- a/RELICENSE/pijyoi.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by KIU Shueng Chuan -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "pijyoi", with -commit author "KIU Shueng Chuan ", are copyright of KIU Shueng Chuan. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -KIU Shueng Chuan -2017/03/23 diff --git a/RELICENSE/pmienk.md b/RELICENSE/pmienk.md deleted file mode 100644 index 513b0b79..00000000 --- a/RELICENSE/pmienk.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Phillip Mienk -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "pmienk", with -commit author "Phillip Mienk ", are copyright of Phillip Mienk. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Phillip Mienk -2019/02/18 diff --git a/RELICENSE/pnnl.md b/RELICENSE/pnnl.md deleted file mode 100644 index d3a05c99..00000000 --- a/RELICENSE/pnnl.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Pacific Northwest National Laboratory (Battelle Memorial Institute, Pacific Northwest Division) -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license (at least as permissive as the MPLv2) chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "hashstat", with -commit author "Brandon Carpenter ", are copyright of Pacific Northwest National Laboratory (Battelle Memorial Institute, Pacific Northwest Division). -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Jereme Haack on behalf of Brandon Carpenter -2019/02/18 diff --git a/RELICENSE/prarrot.md b/RELICENSE/prarrot.md deleted file mode 100644 index d98cb053..00000000 --- a/RELICENSE/prarrot.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Timothy Mossbarger -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "Prarrot", with -commit author "Prarrot", are copyright of Timothy Mossbarger . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Timothy Mossbarger -18 Feb 2019 diff --git a/RELICENSE/psl-felipefarinon.md b/RELICENSE/psl-felipefarinon.md deleted file mode 100644 index 80e7c312..00000000 --- a/RELICENSE/psl-felipefarinon.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Felipe Goron Farinon (psl-felipefarinon) -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "psl-felipefarinon", with -commit author "Felipe Goron Farinon", are copyright of Felipe Goron Farinon. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Felipe Goron Farinon -2019/09/02 diff --git a/RELICENSE/ptroja.md b/RELICENSE/ptroja.md deleted file mode 100644 index 6a9b1e8f..00000000 --- a/RELICENSE/ptroja.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Piotr Trojanek that grants permission to relicense its -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License -v2 (MPLv2) or any other Open Source Initiative approved license chosen by the -current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "ptroja", with -commit author "Piotr Trojanek ", are copyright of Piotr Trojanek. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Piotr Trojanek -2017/03/19 diff --git a/RELICENSE/qzkLicense b/RELICENSE/qzkLicense deleted file mode 100644 index ef317da3..00000000 --- a/RELICENSE/qzkLicense +++ /dev/null @@ -1,6 +0,0 @@ -Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL -This is a statement by Qqzk that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open Source Initiative approved license chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "qzkLicense", with commit author "Qzk quzhongkui1@163.com", are copyright of Qqzk. This document hereby grants the libzmq project team to relicense libzmq, including all past, present and future contributions of the author listed above. - -Qqzk 2021/11/03 diff --git a/RELICENSE/rcxdude.md b/RELICENSE/rcxdude.md deleted file mode 100644 index 24514e5d..00000000 --- a/RELICENSE/rcxdude.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Douglas Young -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "rcxdude", with -commit author "Douglas Young ", are copyright of Douglas Young . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Douglas Young -2019/08/31 diff --git a/RELICENSE/reunanen.md b/RELICENSE/reunanen.md deleted file mode 100644 index 48923857..00000000 --- a/RELICENSE/reunanen.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Juha Reunanen, Tomaattinen Ltd, and Outotec (Finland) Oy -that grants permission to relicense their copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the GitHub handle "reunanen", with -commit author "Juha Reunanen ", are copyright of Juha Reunanen. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Juha Reunanen -2017/04/01 diff --git a/RELICENSE/rex4539.md b/RELICENSE/rex4539.md deleted file mode 100644 index df73d4a7..00000000 --- a/RELICENSE/rex4539.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Patrick Volante -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -share-alike Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "rex4539", with -commit author "Dimitris Apostolou ", are copyright of Dimitris Apostolou. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Dimitris Apostolou -11/02/2022 \ No newline at end of file diff --git a/RELICENSE/reza-ebrahimi.md b/RELICENSE/reza-ebrahimi.md deleted file mode 100644 index e393ec9e..00000000 --- a/RELICENSE/reza-ebrahimi.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Reza Ebrahimi -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "reza-ebrahimi", with -commit author "Reza Ebrahimi ", are copyright of Reza Ebrahimi. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Reza Ebrahimi -2017/03/22 \ No newline at end of file diff --git a/RELICENSE/rgagnon24.md b/RELICENSE/rgagnon24.md deleted file mode 100644 index 007f0af4..00000000 --- a/RELICENSE/rgagnon24.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Robert Gagnon that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open Source Initiative approved -license chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "rgagnon24", with commit author -"Robert Gagnon rgagnon24+zmq@gmail.com", are copyright of Robert Gagnon. This document hereby grants the -libzmq project team to relicense libzmq, including all past, present and future contributions of the -author listed above. - -Robert Gagnon -2017/03/19 diff --git a/RELICENSE/rikvdh.md b/RELICENSE/rikvdh.md deleted file mode 100644 index 2fdcbbef..00000000 --- a/RELICENSE/rikvdh.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Rik van der Heijden -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "rikvdh", with -commit author "Rik van der Heijden " and "Rik van der Heijden ", are copyright of Rik van der Heijden. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Rik van der Heijden -2017/04/23 diff --git a/RELICENSE/rlenferink.md b/RELICENSE/rlenferink.md deleted file mode 100644 index f7b33655..00000000 --- a/RELICENSE/rlenferink.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Roy Lenferink -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "rlenferink", with -commit author "Roy Lenferink " or "Roy Lenferink ", are copyright of Roy Lenferink. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Roy Lenferink -2017/03/17 \ No newline at end of file diff --git a/RELICENSE/roalz.md b/RELICENSE/roalz.md deleted file mode 100644 index b3f0680f..00000000 --- a/RELICENSE/roalz.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Roal Zanazzi that grants permission to relicense its -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License -v2 (MPLv2). - -A portion of the commits made by the Github handle "roalz", with commit author -"roalz ", are copyright of Roal Zanazzi. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Roal Zanazzi -2017/03/21 diff --git a/RELICENSE/rodgert.md b/RELICENSE/rodgert.md deleted file mode 100644 index 51e00691..00000000 --- a/RELICENSE/rodgert.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Thomas Rodgers -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "rodgert", with -commit author "Thomas Rodgers ", are copyright -of Thomas Rodgers. - -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Thomas W Rodgers -2017/04/08 diff --git a/RELICENSE/rotty.md b/RELICENSE/rotty.md deleted file mode 100644 index 0823450f..00000000 --- a/RELICENSE/rotty.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Andreas Rottmann that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other share-alike Open Source -Initiative approved license chosen by the current ZeroMQ BDFL -(Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "rotty", with -commit author "Andreas Rottmann ", are copyright of -Andreas Rottmann. This document hereby grants the libzmq project team -to relicense libzmq, including all past, present and future -contributions of the author listed above. - -Andreas Rottmann -2017/05/07 diff --git a/RELICENSE/sab24.md b/RELICENSE/sab24.md deleted file mode 100644 index 4d4acfcd..00000000 --- a/RELICENSE/sab24.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Bart Smink -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "sab24", with -commit author "sab24 ", are copyright of Bart Smink. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Bart Smink 2021/01/30 diff --git a/RELICENSE/sabotagebeats.md b/RELICENSE/sabotagebeats.md deleted file mode 100644 index e62df117..00000000 --- a/RELICENSE/sabotagebeats.md +++ /dev/null @@ -1,16 +0,0 @@ - -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by sabotagebeats -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "sabotagebeats", with -commit author "sabotagebeats", are copyright of sabotagebeats . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -sabotagebeats -2021/7/24 \ No newline at end of file diff --git a/RELICENSE/sappo.md b/RELICENSE/sappo.md deleted file mode 100644 index 88c91954..00000000 --- a/RELICENSE/sappo.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Kevin Sapper that grants permission to relicense its -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License -v2 (MPLv2). - -A portion of the commits made by the Github handle "sappo", with commit author -"Kevin Sapper ", are copyright of Kevin Sapper. This document hereby grants the -libzmq project team to relicense libzmq, including all past, present and future -contributions of the author listed above. - -Kevin Sapper -2017/03/20 diff --git a/RELICENSE/saschavv.md b/RELICENSE/saschavv.md deleted file mode 100644 index 2328140f..00000000 --- a/RELICENSE/saschavv.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Sascha van Vliet -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "saschavv", with -commit author "Sascha van Vliet ", are copyright of Sascha van Vliet. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Sascha van Vliet -2021/07/30 diff --git a/RELICENSE/scemama.md b/RELICENSE/scemama.md deleted file mode 100644 index d90ef8d9..00000000 --- a/RELICENSE/scemama.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Anthony Scemama -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "scemama", with -commit author "Anthony Scemama ", are copyright of Anthony Scemama. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Anthony Scemama -2017/03/21 diff --git a/RELICENSE/schulzch.md b/RELICENSE/schulzch.md deleted file mode 100644 index 2ed2939a..00000000 --- a/RELICENSE/schulzch.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Christoph Schulz -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "schulzch", with -commit author "Christoph Schulz ", are copyright of Christoph Schulz. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Christoph Schulz -2018/09/10 diff --git a/RELICENSE/sdrsdr.md b/RELICENSE/sdrsdr.md deleted file mode 100644 index 4d7563c9..00000000 --- a/RELICENSE/sdrsdr.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Stoian Ivanov that grants permission to relicense -its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public -License v2 (MPLv2) or any other Open Source Initiative approved license -chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "sdrsdr", with commit -author "Stoian Ivanov sdr@mail.bg", are copyright of Stoian Ivanov. This -document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Stoian Ivanov -2017-03-23 diff --git a/RELICENSE/serg06.md b/RELICENSE/serg06.md deleted file mode 100644 index 59174a5c..00000000 --- a/RELICENSE/serg06.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by serg06 (serg06) -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "serg06", with commit author -"serg06 " are copyright of serg06. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -serg06 -2020/05/25 diff --git a/RELICENSE/sergeyfedorov.md b/RELICENSE/sergeyfedorov.md deleted file mode 100644 index 157ee48a..00000000 --- a/RELICENSE/sergeyfedorov.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Sergey Fedorov -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "barracuda156", -with commit author "Sergey Fedorov " -or commit author "barracuda156", are copyright of Sergey Fedorov. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Sergey Fedorov (barracuda156) -Done in Taipei on the 2023/02/01 \ No newline at end of file diff --git a/RELICENSE/shancat.md b/RELICENSE/shancat.md deleted file mode 100644 index 5e3aeb2f..00000000 --- a/RELICENSE/shancat.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Shannen Saez -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "shancat", with -commit author "Shannen Saez ", are copyright of Shannen Saez. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Shannen Saez -2017/03/21 diff --git a/RELICENSE/sheremetyev.md b/RELICENSE/sheremetyev.md deleted file mode 100644 index a3412332..00000000 --- a/RELICENSE/sheremetyev.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Fedor Sheremetyev -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "sheremetyev", with -commit author "Fedor Sheremetyev ", are copyright of Fedor Sheremetyev. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Fedor Sheremetyev -2017/03/20 diff --git a/RELICENSE/shripchenko.md b/RELICENSE/shripchenko.md deleted file mode 100644 index 932f9f4a..00000000 --- a/RELICENSE/shripchenko.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Sergey KHripchenko -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "shripchenko", with -commit author "Sergey KHripchenko ", are copyright of Sergey KHripchenko. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Sergey KHripchenko -2017/03/20 \ No newline at end of file diff --git a/RELICENSE/sigiesec.md b/RELICENSE/sigiesec.md deleted file mode 100644 index c7eaf3b3..00000000 --- a/RELICENSE/sigiesec.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Simon Giesecke that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "sigiesec", with -commit author "Simon Giesecke ", are -copyright of Simon Giesecke. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Simon Giesecke -2017/08/17 - diff --git a/RELICENSE/simias.md b/RELICENSE/simias.md deleted file mode 100644 index 1a8d89d8..00000000 --- a/RELICENSE/simias.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Lionel Flandrin -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "simias", with -commit author "Lionel Flandrin lflandrin@ereca.fr", are copyright of Lionel Flandrin. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Lionel Flandrin -2018/05/02 diff --git a/RELICENSE/skaes.md b/RELICENSE/skaes.md deleted file mode 100644 index acdc4b57..00000000 --- a/RELICENSE/skaes.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Dr. Stefan Kaes that grants permission to relicense its -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License -v2 (MPLv2). - -A portion of the commits made by the Github handle "skaes", with commit author -"Stefan Kaes ", are copyright of New Work SE. This -document hereby grants the libzmq project team to relicense libzmq, including -all past, present and future contributions of the author listed above. - -Dr. Stefan Kaes -2021/01/04 diff --git a/RELICENSE/skaller.md b/RELICENSE/skaller.md deleted file mode 100644 index 7aa59a7a..00000000 --- a/RELICENSE/skaller.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by John Skallwe -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any -other Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle “skaller", with -commit author “skaller", are copyright of John Skaller . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -John Skaller -2019/09/01 diff --git a/RELICENSE/skicc.md b/RELICENSE/skicc.md deleted file mode 100644 index 127d7db2..00000000 --- a/RELICENSE/skicc.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by skicc -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "skicc", with -commit author "skicc ", are copyright of skicc. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -skicc -2019/06/15 diff --git a/RELICENSE/somdoron.md b/RELICENSE/somdoron.md deleted file mode 100644 index 6446333e..00000000 --- a/RELICENSE/somdoron.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Doron Somech (somdoron) -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "somdoron", with -commit author "Doron Somech ", are copyright of Doron Somech. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed -above. - -Doron Somech -2019/02/18 diff --git a/RELICENSE/sonoware.md b/RELICENSE/sonoware.md deleted file mode 100644 index 255027ee..00000000 --- a/RELICENSE/sonoware.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by sonoware GmbH that grants permission to relicense its -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License -v2 (MPLv2). - -A portion of the commits made by the Github handle "sonoware", with commit author -"Stephan Senkbeil" are copyright of sonoware GmbH. -This document hereby grants the libzmq project team to relicense libzmq, including -all past, present and future contributions of the authors listed above. - -Stephan Senkbeil -2019/12/13 diff --git a/RELICENSE/soulik.md b/RELICENSE/soulik.md deleted file mode 100644 index 3263d00c..00000000 --- a/RELICENSE/soulik.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Mário Kašuba -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "soulik", with -commit author "Mário Kašuba mario.kasuba@it-academy.sk", are copyright of Mário Kašuba. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Mário Kašuba -2017/03/20 \ No newline at end of file diff --git a/RELICENSE/spotify.md b/RELICENSE/spotify.md deleted file mode 100644 index cfda4a76..00000000 --- a/RELICENSE/spotify.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Spotify AB that grants permission to relicense its -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License -v2 (MPLv2). - -A portion of the commits made by the Github handle "gimaker", with commit author -"Staffan Gimåker", the commits made by the Github handle "danielnorberg", with -commit author "Daniel Norberg", and the commits made by the Github handle -"caipre", with commit author "Nick Platt", are copyright of Spotify AB. This -document hereby grants the libzmq project team to relicense libzmq, including -all past, present and future contributions of the authors listed above. - -Nick Platt -2019/08/21 diff --git a/RELICENSE/sradomski.md b/RELICENSE/sradomski.md deleted file mode 100644 index 1c14788a..00000000 --- a/RELICENSE/sradomski.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Stefan Radomski -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "sradomski", with -commit author "Stefan Radomski ", are copyright of Stefan Radomski . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Stefan Radomski -2020/12/20 diff --git a/RELICENSE/ssbl.md b/RELICENSE/ssbl.md deleted file mode 100644 index 4529bd83..00000000 --- a/RELICENSE/ssbl.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Shubham Lagwankar that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "ssbl", with -commit author "Shubham Lagwankar ", are -copyright of Shubham Lagwankar. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Shubham Lagwankar -2018/10/30 - diff --git a/RELICENSE/stanpl.md b/RELICENSE/stanpl.md deleted file mode 100644 index e74801a2..00000000 --- a/RELICENSE/stanpl.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Stanisław Maciaś -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "stanpl", with -commit author "Stanisław Maciaś", are copyright of Stanisław Maciaś. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Stanisław Maciaś -2020/12/23 diff --git a/RELICENSE/staticfloat.md b/RELICENSE/staticfloat.md deleted file mode 100644 index 6b1dad16..00000000 --- a/RELICENSE/staticfloat.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Elliot Saba -that grants permission to relicense his copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "staticfloat", with -commit author "Elliot Saba ", are copyright of Elliot Saba. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Elliot Saba -2017/03/19 diff --git a/RELICENSE/std-any-emplace.md b/RELICENSE/std-any-emplace.md deleted file mode 100644 index 09892ac7..00000000 --- a/RELICENSE/std-any-emplace.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by the Github user "std-any-emplace" -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -share-alike Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "std-any-emplace", with -commit author "std-any-emplace", are copyright of the Github user "std-any-emplace". -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -"std-any-emplace" -2020/01/19 \ No newline at end of file diff --git a/RELICENSE/stephan57160.md b/RELICENSE/stephan57160.md deleted file mode 100644 index fca8dc95..00000000 --- a/RELICENSE/stephan57160.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Stephan Guilloux -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "stephan57160", with -commit author "Stephan Guilloux " or -are copyright of Stephan Guilloux. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Stephan Guilloux -2022/10/13 diff --git a/RELICENSE/stephanlachnit.md b/RELICENSE/stephanlachnit.md deleted file mode 100644 index a57990bf..00000000 --- a/RELICENSE/stephanlachnit.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Stephan Lachnit -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "stephanlachnit", with -commit author "Stephan Lachnit ", are copyright of Stephan Lachnit. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Stephan Lachnit -2023/03/05 diff --git a/RELICENSE/steve-o.md b/RELICENSE/steve-o.md deleted file mode 100644 index 7ea393e6..00000000 --- a/RELICENSE/steve-o.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Steven McCoy -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "steve-o", with -commit author "Steven McCoy " and "Steve-o -", are copyright of Steven McCoy. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Steven McCoy -2019/02/24 diff --git a/RELICENSE/straubar.md b/RELICENSE/straubar.md deleted file mode 100644 index 975f9ae1..00000000 --- a/RELICENSE/straubar.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Alexander Straub -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "straubar", with -commit author "Alexander Straub ", are copyright of Alexander Straub. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Alexander Straub -2019/09/04 diff --git a/RELICENSE/suudy.md b/RELICENSE/suudy.md deleted file mode 100644 index d2dd9f1d..00000000 --- a/RELICENSE/suudy.md +++ /dev/null @@ -1,12 +0,0 @@ -This is a statement by Peter LaDow that grants permission to relicense its -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public -License v2 (MPLv2) or any other Open Source Initiative approved license -chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "Suudy", with commit -author "Suudy ", are copyright of Peter LaDow. This -document hereby grants the libzmq project team to relicense libzmq, including -all past, present and future contributions of the author listed above. - -Peter LaDow -14 August 2019 diff --git a/RELICENSE/swansontec.md b/RELICENSE/swansontec.md deleted file mode 100644 index c7127cfb..00000000 --- a/RELICENSE/swansontec.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by William Swanson -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "swansontec", with -commit author " William Swanson ", are copyright of William Swanson. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -William Swanson -2017/04/10 diff --git a/RELICENSE/t-b.md b/RELICENSE/t-b.md deleted file mode 100644 index 5b17e148..00000000 --- a/RELICENSE/t-b.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Thomas Braun -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "t-b", with -commit author "thomas.braun@virtuell-zuhause.de" and "thomas.braun@byte-physics.de", are copyright of Thomas Braun. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Thomas Braun -2017/03/27 diff --git a/RELICENSE/tSed.md b/RELICENSE/tSed.md deleted file mode 100644 index 806896ab..00000000 --- a/RELICENSE/tSed.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Samuel Martin -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "tSed", with -commit author "Samuel Martin ", are copyright of Samuel Martin. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Samuel Martin -2017/03/25 diff --git a/RELICENSE/tabe.md b/RELICENSE/tabe.md deleted file mode 100644 index 44f5e45c..00000000 --- a/RELICENSE/tabe.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Takeshi Abe -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "tabe", with -commit author "Takeshi Abe ", are copyright of Takeshi Abe. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Takeshi Abe -2017/03/22 diff --git a/RELICENSE/tailhook.md b/RELICENSE/tailhook.md deleted file mode 100644 index 63088b71..00000000 --- a/RELICENSE/tailhook.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Paul Colomiets -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "tailhook", with -commit author "Paul Colomiets " or "Paul Colomiets -", are copyright of Paul Colomiets. This document hereby grants -the libzmq project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Paul Colomiets -2017/03/19 diff --git a/RELICENSE/taotetek.md b/RELICENSE/taotetek.md deleted file mode 100644 index 97769213..00000000 --- a/RELICENSE/taotetek.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Brian Knox -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "taotetek", with -commit author "Brian Knox", are copyright of Brian Knox. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Brian Knox -2017/03/19 diff --git a/RELICENSE/tarmo.md b/RELICENSE/tarmo.md deleted file mode 100644 index 67c6c7a0..00000000 --- a/RELICENSE/tarmo.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Tarmo Tänav that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "tarmo", with -commit author "Tarmo Tänav ", are copyright of Tarmo Tänav. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Tarmo Tänav -2020/08/29 diff --git a/RELICENSE/tberkey.md b/RELICENSE/tberkey.md deleted file mode 100644 index 7fe868c2..00000000 --- a/RELICENSE/tberkey.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Telford Berkey -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "tberkey", with -commit author "Telford Berkey ", are copyright of Telford Berkey. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Telford Berkey - -03 Feb 2020 diff --git a/RELICENSE/td-krzysiek.md b/RELICENSE/td-krzysiek.md deleted file mode 100644 index f6243ff6..00000000 --- a/RELICENSE/td-krzysiek.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Krzysztof Rosiński -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -share-alike Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "td-krzysiek", with -commit author "Krzysztof Rosiński ", are copyright of Krzysztof Rosiński. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Krzysztof Rosiński -2022/11/24 \ No newline at end of file diff --git a/RELICENSE/templates/relicense-template-mplv2-any-osi.txt b/RELICENSE/templates/relicense-template-mplv2-any-osi.txt deleted file mode 100644 index 4af359f4..00000000 --- a/RELICENSE/templates/relicense-template-mplv2-any-osi.txt +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by {{ name of company / name of individual }} -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "{{github username}}", with -commit author "{{github commit author}}", are copyright of {{ name }} . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -{{ Full Name }} -{{ creation date of document (format: yyyy/mm/dd) }} \ No newline at end of file diff --git a/RELICENSE/templates/relicense-template-mplv2-share-alike-osi.txt b/RELICENSE/templates/relicense-template-mplv2-share-alike-osi.txt deleted file mode 100644 index f530a931..00000000 --- a/RELICENSE/templates/relicense-template-mplv2-share-alike-osi.txt +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by {{ name of company / name of individual }} -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -share-alike Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "{{github username}}", with -commit author "{{github commit author}}", are copyright of {{ name }} . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -{{ Full Name }} -{{ creation date of document (format: yyyy/mm/dd) }} \ No newline at end of file diff --git a/RELICENSE/templates/relicense-template-mplv2.txt b/RELICENSE/templates/relicense-template-mplv2.txt deleted file mode 100644 index 1cdd3ca8..00000000 --- a/RELICENSE/templates/relicense-template-mplv2.txt +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by {{ name of company / name of individual }} -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "{{github username}}", with -commit author "{{github commit author}}", are copyright of {{ name }} . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -{{ Full Name }} -{{ creation date of document (format: yyyy/mm/dd) }} \ No newline at end of file diff --git a/RELICENSE/thompsa.md b/RELICENSE/thompsa.md deleted file mode 100644 index d62d38df..00000000 --- a/RELICENSE/thompsa.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Andrew Thompson -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "thompsa", with -commit author "Andew Thompson ", are copyright of Andrew Thompson. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Andrew Thompson -2017/03/20 diff --git a/RELICENSE/thxkiwi.md b/RELICENSE/thxkiwi.md deleted file mode 100644 index c4cd271e..00000000 --- a/RELICENSE/thxkiwi.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by MICHAEL NGARIMU -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -share-alike Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "thxkiwi", with -commit author "Michael Ngarimu ", are copyright of Michael Ngarimu. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Michael Ngarimu -2021/10/28 \ No newline at end of file diff --git a/RELICENSE/timblechmann.md b/RELICENSE/timblechmann.md deleted file mode 100644 index df13dbda..00000000 --- a/RELICENSE/timblechmann.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Tim Blechmann that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "timblechmann", with -commit author "Tim Blechmann ", are -copyright of Tim Blechmann. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Tim Blechmann -2021/09/21 diff --git a/RELICENSE/tommd.md b/RELICENSE/tommd.md deleted file mode 100644 index c75af8f8..00000000 --- a/RELICENSE/tommd.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Thomas M. DuBuisson -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "tommd", with -commit author "Thomas M. DuBuisson", are copyright of Thomas M. DuBuisson. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Thomas M. DuBuisson -2019/04/11 diff --git a/RELICENSE/tomzbench.md b/RELICENSE/tomzbench.md deleted file mode 100644 index 1cbcc4fd..00000000 --- a/RELICENSE/tomzbench.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Thomas Chiantia -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "tomzbench", with -commit author "Thomas", are copyright of -Thomas Chiantia. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Thomas Chiantia -2019/08/10 diff --git a/RELICENSE/tongsong-cai.md b/RELICENSE/tongsong-cai.md deleted file mode 100644 index d6f0cc9f..00000000 --- a/RELICENSE/tongsong-cai.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Tongsong CAI -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "caicaiking", with -commit author "caicaiking" and "caicaiking@gmail.com", are copyright of Tongsong CAI. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Tongsong CAI -2022/08/11 diff --git a/RELICENSE/toonetown.md b/RELICENSE/toonetown.md deleted file mode 100644 index 62c2e8c8..00000000 --- a/RELICENSE/toonetown.md +++ /dev/null @@ -1,17 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Nathan Toone that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "toonetown", with -commit author "Nathan Toone ", are -copyright of Nathan Toone. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Nathan Toone -2018/11/05 - diff --git a/RELICENSE/tranthamp.md b/RELICENSE/tranthamp.md deleted file mode 100644 index ec81c62b..00000000 --- a/RELICENSE/tranthamp.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Patrick Trantham -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "tranthamp", with -commit author "Patrick Trantham", are copyright of Patrick Trantham -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Patrick Trantham -2022/01/07 diff --git a/RELICENSE/trevorbernard.md b/RELICENSE/trevorbernard.md deleted file mode 100644 index 6477d303..00000000 --- a/RELICENSE/trevorbernard.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Trevor Bernard (trevorbernard) that grants -permission to relicense his copyrights in the libzmq C++ library -(ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open -Source Initiative approved license chosen by the current ZeroMQ BDFL -(Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "trevorbernard", -with commit author "Trevor Bernard ", are -copyright of Trevor Bernard. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Trevor Bernard -2019/02/25 diff --git a/RELICENSE/trya.md b/RELICENSE/trya.md deleted file mode 100644 index 8e303fef..00000000 --- a/RELICENSE/trya.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by trya. -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "trya", with -commit author "trya", are copyright of trya. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -trya -2019/09/23 diff --git a/RELICENSE/twhittock.md b/RELICENSE/twhittock.md deleted file mode 100644 index 8498ed07..00000000 --- a/RELICENSE/twhittock.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Tom Whittock -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "twhittock", with -commit author "Tom Whittock", are copyright of Tom Whittock. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Tom Whittock -2017/04/10 diff --git a/RELICENSE/ulikoehler.md b/RELICENSE/ulikoehler.md deleted file mode 100644 index 20f12190..00000000 --- a/RELICENSE/ulikoehler.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Uli Köhler. -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -All commits made by the Github handle "ulikoehler", with -commit author "Uli Köhler", are copyright of Uli Köhler. - -This document hereby grants the libzmq project team to relicense libzmq and / or CZMQ, -including all past, present and future contributions of the author listed above. - -Uli Köhler -2017/03/25 \ No newline at end of file diff --git a/RELICENSE/viciious.md b/RELICENSE/viciious.md deleted file mode 100644 index 2d77b247..00000000 --- a/RELICENSE/viciious.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Victor Luchits -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "viciious", with -commit author "Victor Luchits", are copyright of Victor Luchits. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Victor Luchits -2019/11/12 diff --git a/RELICENSE/vortechs2000.md b/RELICENSE/vortechs2000.md deleted file mode 100644 index 5f63ff41..00000000 --- a/RELICENSE/vortechs2000.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Quantum Corporation -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "vortechs2000", with -commit author "AJ Lewis aj.lewis@quantum.com", are copyright of Quantum Corporation. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -AJ Lewis -2019/02/21 diff --git a/RELICENSE/vtellier.md b/RELICENSE/vtellier.md deleted file mode 100644 index 3d57001e..00000000 --- a/RELICENSE/vtellier.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Vincent Tellier -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "vtellier", with -commit author "Vincent Tellier", are copyright of Vincent Tellier . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Vincent Louis Théophile Tellier -2017/03/20 \ No newline at end of file diff --git a/RELICENSE/vyskocilm.md b/RELICENSE/vyskocilm.md deleted file mode 100644 index ddf27f1c..00000000 --- a/RELICENSE/vyskocilm.md +++ /dev/null @@ -1,7 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by "Michal Vyskocil" that grants permission to relicense its copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other Open Source Initiative approved license chosen by the current ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "vyskocilm", with commit author "Michal Vyskocil michal.vyskocil@gmail.com", are copyright of "Michal Vyskocil". This document hereby grants the libzmq project team to relicense libzmq, including all past, present and future contributions of the author listed above. - -Michal Vyskocil 2017/03/24 diff --git a/RELICENSE/wallstprog.md b/RELICENSE/wallstprog.md deleted file mode 100644 index b32a11a7..00000000 --- a/RELICENSE/wallstprog.md +++ /dev/null @@ -1,16 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Bill Torpey that grants permission to -relicense its copyrights in the libzmq C++ library (ZeroMQ) under the -Mozilla Public License v2 (MPLv2) or any other Open Source Initiative -approved license chosen by the current ZeroMQ BDFL (Benevolent -Dictator for Life). - -A portion of the commits made by the Github handle "wallstprog", with -commit author "Bill Torpey ", are -copyright of Bill Torpey. This document hereby grants the libzmq -project team to relicense libzmq, including all past, present and -future contributions of the author listed above. - -Bill Torpey -2018/11/02 diff --git a/RELICENSE/weston-nrl.md b/RELICENSE/weston-nrl.md deleted file mode 100644 index fd58a826..00000000 --- a/RELICENSE/weston-nrl.md +++ /dev/null @@ -1,12 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Jeffery Weston that grants permission to relicense its -copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License -v2 (MPLv2). - -A portion of the commits made by the Github handle "weston-nrl", with commit -author "Jeff Weston" or "Jeffery Weston" are copyright of Jeffery Weston. This -document hereby grants the libzmq project team to relicense libzmq, including -all past, present and future contributions of the author listed above. - -Jeffery Weston 2023/04/05 s diff --git a/RELICENSE/willstrang.md b/RELICENSE/willstrang.md deleted file mode 100644 index 9484c59f..00000000 --- a/RELICENSE/willstrang.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by William P Strang -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "willstrang", with -commit author "Will Strang ", are copyright of Michel Zou. -This document hereby grants the libzmq project team to relicense -libzmq, -including all past, present and future contributions of the author -listed above. - -Michel Zou -2020/02/03 diff --git a/RELICENSE/xaqq.md b/RELICENSE/xaqq.md deleted file mode 100644 index dc5cb84f..00000000 --- a/RELICENSE/xaqq.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Kapp Arnaud -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "xaqq", with -commit author "Kapp Arnaud", are copyright of Kapp Arnaud. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Kapp Arnaud -2017/03/30 diff --git a/RELICENSE/xqcool.mq b/RELICENSE/xqcool.mq deleted file mode 100644 index eb7786d3..00000000 --- a/RELICENSE/xqcool.mq +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by xqcool -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -share-alike Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "xqcool", with -commit author "xqcool ", are copyright of xqcool . -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -xqcool -2020/01/01 diff --git a/RELICENSE/yan12125.md b/RELICENSE/yan12125.md deleted file mode 100644 index 69832838..00000000 --- a/RELICENSE/yan12125.md +++ /dev/null @@ -1,13 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Chih-Hsuan Yen -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "yan12125", with -commit author "Chih-Hsuan Yen ", are copyright of Chih-Hsuan Yen. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Chih-Hsuan Yen -2019/10/12 diff --git a/RELICENSE/yitzchak.md b/RELICENSE/yitzchak.md deleted file mode 100644 index 5498c79d..00000000 --- a/RELICENSE/yitzchak.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Tarn W. Burton -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "yitzchak", with -commit author "Tarn W. Burton", are copyright of Tarn W. Burton. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Tarn W. Burton -2021/05/16 diff --git a/RELICENSE/yunye-pu.md b/RELICENSE/yunye-pu.md deleted file mode 100644 index 774131ce..00000000 --- a/RELICENSE/yunye-pu.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Yunye Pu -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -share-alike Open Source Initiative approved license chosen by the current -ZeroMQ BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "Yunye-Pu", with -commit author "Yunye Pu ", are copyright of Yunye Pu. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Yunye Pu -2021/08/31 \ No newline at end of file diff --git a/RELICENSE/yuvallanger.md b/RELICENSE/yuvallanger.md deleted file mode 100644 index c5a7ea4c..00000000 --- a/RELICENSE/yuvallanger.md +++ /dev/null @@ -1,15 +0,0 @@ -# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL - -This is a statement by Yuval Langer -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other -Open Source Initiative approved license chosen by the current ZeroMQ -BDFL (Benevolent Dictator for Life). - -A portion of the commits made by the Github handle "yuvallanger", with -commit author "Yuval Langer ", are copyright of Yuval Langer. -This document hereby grants the libzmq project team to relicense libzmq, -including all past, present and future contributions of the author listed above. - -Yuval Langer -2017-03-19 diff --git a/RELICENSE/zedalaye.md b/RELICENSE/zedalaye.md deleted file mode 100644 index 8fed57d9..00000000 --- a/RELICENSE/zedalaye.md +++ /dev/null @@ -1,14 +0,0 @@ -# Permission to Relicense under MPLv2 - -This is a statement by Pierre Yager -that grants permission to relicense its copyrights in the libzmq C++ -library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). - -A portion of the commits made by the Github handle "zedalaye", with -commit author "Pierre Yager " or -"Pierre Yager . +# SPDX-License-Identifier: MPL-2.0 # Script to generate all required files from fresh git checkout. diff --git a/builds/gyp/platform.hpp b/builds/gyp/platform.hpp index f0c3c688..78396c96 100644 --- a/builds/gyp/platform.hpp +++ b/builds/gyp/platform.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PLATFORM_HPP_INCLUDED__ #define __ZMQ_PLATFORM_HPP_INCLUDED__ diff --git a/builds/mingw32/platform.hpp b/builds/mingw32/platform.hpp index 988d7176..3b170459 100644 --- a/builds/mingw32/platform.hpp +++ b/builds/mingw32/platform.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PLATFORM_HPP_INCLUDED__ #define __ZMQ_PLATFORM_HPP_INCLUDED__ diff --git a/builds/nuget/libzmq.autopkg b/builds/nuget/libzmq.autopkg index 8b8b3657..68c06255 100644 --- a/builds/nuget/libzmq.autopkg +++ b/builds/nuget/libzmq.autopkg @@ -5,7 +5,7 @@ nuget{ title: ZMQ - Code Connected; authors: { zeromq }; owners: { phreed, jgoz }; - licenseUrl: "https://www.gnu.org/licenses/lgpl.html"; + licenseUrl: "https://www.mozilla.org/MPL/2.0/"; projectUrl: "http://www.zeromq.org/"; iconUrl: "http://www.zeromq.org/local--files/admin:css/logo.gif"; requireLicenseAcceptance: false; diff --git a/builds/zos/test_fork.cpp b/builds/zos/test_fork.cpp index 54bba09f..da52e17d 100644 --- a/builds/zos/test_fork.cpp +++ b/builds/zos/test_fork.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include // For alarm() diff --git a/doc/zmq.txt b/doc/zmq.txt index 07f5fcb1..30909bc0 100644 --- a/doc/zmq.txt +++ b/doc/zmq.txt @@ -273,8 +273,8 @@ Main web site: Report bugs to the 0MQ development mailing list: -COPYING +LICENSE ------- -Free use of this software is granted under the terms of the GNU Lesser General -Public License (LGPL). For details see the files `COPYING` and `COPYING.LESSER` -included with the 0MQ distribution. +Free use of this software is granted under the terms of the Mozilla Public +License Version 2.0 (MPL-2.0). For details see the file `LICENSE` included with +the 0MQ distribution. diff --git a/include/zmq.h b/include/zmq.h index 878fc0e9..6520b073 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -1,32 +1,5 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . - - ************************************************************************* +/* SPDX-License-Identifier: MPL-2.0 */ +/* ************************************************************************* NOTE to contributors. This file comprises the principal public contract for ZeroMQ API users. Any change to this file supplied in a stable release SHOULD not break existing applications. diff --git a/include/zmq_utils.h b/include/zmq_utils.h index b9398d57..c4094063 100644 --- a/include/zmq_utils.h +++ b/include/zmq_utils.h @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ /* This file is deprecated, and all its functionality provided by zmq.h */ /* Note that -Wpedantic compilation requires GCC to avoid using its custom diff --git a/packaging/debian/copyright b/packaging/debian/copyright index 1acc7eea..44ef3d7e 100644 --- a/packaging/debian/copyright +++ b/packaging/debian/copyright @@ -3,46 +3,12 @@ Upstream-Name: ZeroMQ Source: http://zeromq.org Files: * -Copyright: 2009-2011, 250bpm s.r.o - 2007-2013, iMatix Corporation - 2007-2011, Other contributors as noted in the AUTHORS file -License: LGPL-3.0+ - -Files: src/xreq.cpp - src/xpub.cpp - src/xsub.cpp - tests/test_reqrep_device.cpp - tests/test_invalid_rep.cpp -Copyright: 2010-2011, 250bpm s.r.o - 2011, VMware, Inc - 2010-2011, Other contributors as noted in the AUTHORS file -License: LGPL-3.0+ - -Files: src/msg.hpp - src/xrep.* - src/options.* - src/req.* - src/socket_base.* - src/pipe.* - src/encoder.cpp - src/lb.cpp - src/session_base.* - src/fq.cpp - include/zmq.h -Copyright: 2009-2011, 250bpm s.r.o - 2007-2013, iMatix Corporation - 2011, VMware, Inc - 2007-2011, Other contributors as noted in the AUTHORS file -License: LGPL-3.0+ - -Files: src/pgm_receiver.* - src/pgm_sender.* - src/pgm_socket.* Copyright: 2009-2011, 250bpm s.r.o 2007-2013, iMatix Corporation 2010-2011, Miru Limited - 2007-2011, Other contributors as noted in the AUTHORS file -License: LGPL-3.0+ + 2011, VMware, Inc + 2007-2023, Other contributors as noted in the AUTHORS file +License: MPL-2.0 Files: external/unity/* Copyright: 2007-2014 Mike Karlesky @@ -93,24 +59,6 @@ License: LGPL-2.0+ On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-2". -License: LGPL-3.0+ - This package is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. - . - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see . - . - On Debian systems, the complete text of the GNU Lesser General - Public License can be found in "/usr/share/common-licenses/LGPL-3".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. +License: MPL-2.0 + On Debian systems the full text of the MPL-2.0 can be found in + /usr/share/common-licenses/MPL-2.0. diff --git a/packaging/nuget/package.gsl b/packaging/nuget/package.gsl index 784e528f..8b0150fe 100644 --- a/packaging/nuget/package.gsl +++ b/packaging/nuget/package.gsl @@ -19,7 +19,7 @@ $(package.id) libzmq contributors Eric Voskuil - https://raw.github.com/zeromq/libzmq/master/COPYING.LESSER + https://raw.github.com/zeromq/libzmq/master/LICENSE https://github.com/zeromq/libzmq https://avatars1.githubusercontent.com/u/109777?s=32 true @@ -27,7 +27,7 @@ The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. The 0MQ lightweight messaging kernel, packaged for specific Visual Studio compiler. https://raw.github.com/zeromq/libzmq/master/NEWS - GNU Lesser GPL v3 + MPL-2.0 native, libzmq, zmq, 0MQ, messaging, sockets, C++ .for dependency diff --git a/packaging/nuget/package.nuspec b/packaging/nuget/package.nuspec index a209dddf..3ea7f8d9 100644 --- a/packaging/nuget/package.nuspec +++ b/packaging/nuget/package.nuspec @@ -11,7 +11,7 @@ libzmq-vc142 libzmq contributors Eric Voskuil - https://raw.github.com/zeromq/libzmq/master/COPYING.LESSER + https://raw.github.com/zeromq/libzmq/master/LICENSE https://github.com/zeromq/libzmq https://avatars1.githubusercontent.com/u/109777?s=32 true @@ -19,7 +19,7 @@ The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. The 0MQ lightweight messaging kernel, packaged for specific Visual Studio compiler. https://raw.github.com/zeromq/libzmq/master/NEWS - GNU Lesser GPL v3 + MPL-2.0 native, libzmq, zmq, 0MQ, messaging, sockets, C++ diff --git a/packaging/redhat/zeromq.spec b/packaging/redhat/zeromq.spec index d9375ac6..2772d406 100644 --- a/packaging/redhat/zeromq.spec +++ b/packaging/redhat/zeromq.spec @@ -14,7 +14,7 @@ Version: 4.3.5 Release: 1%{?dist} Summary: The ZeroMQ messaging library Group: Development/Libraries/C and C++ -License: LGPL-3.0-or-later +License: MPL-2.0 URL: http://www.zeromq.org/ Source: http://download.zeromq.org/%{name}-%{version}.tar.gz Prefix: %{_prefix} @@ -249,7 +249,7 @@ autoreconf -fi %defattr(-,root,root,-) # docs in the main package -%doc AUTHORS COPYING COPYING.LESSER NEWS +%doc AUTHORS LICENSE NEWS # libraries %{_libdir}/libzmq.so.* diff --git a/perf/benchmark_radix_tree.cpp b/perf/benchmark_radix_tree.cpp index 432d535f..7f261abe 100644 --- a/perf/benchmark_radix_tree.cpp +++ b/perf/benchmark_radix_tree.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2018 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #if __cplusplus >= 201103L diff --git a/perf/inproc_lat.cpp b/perf/inproc_lat.cpp index bf89e998..5986fbfa 100644 --- a/perf/inproc_lat.cpp +++ b/perf/inproc_lat.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../include/zmq.h" diff --git a/perf/inproc_thr.cpp b/perf/inproc_thr.cpp index 2dcf6422..1963e65d 100644 --- a/perf/inproc_thr.cpp +++ b/perf/inproc_thr.cpp @@ -1,33 +1,4 @@ -/* - Copyright (c) 2007-2012 iMatix Corporation - Copyright (c) 2009-2011 250bpm s.r.o. - Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../include/zmq.h" diff --git a/perf/local_lat.cpp b/perf/local_lat.cpp index dc14cc30..d5bcab8c 100644 --- a/perf/local_lat.cpp +++ b/perf/local_lat.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../include/zmq.h" #include diff --git a/perf/local_thr.cpp b/perf/local_thr.cpp index 07dd75b1..0f039cfa 100644 --- a/perf/local_thr.cpp +++ b/perf/local_thr.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../include/zmq.h" #include diff --git a/perf/proxy_thr.cpp b/perf/proxy_thr.cpp index 7e9ea14e..0bfb938e 100644 --- a/perf/proxy_thr.cpp +++ b/perf/proxy_thr.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../include/zmq.h" #include diff --git a/perf/remote_lat.cpp b/perf/remote_lat.cpp index a21b0a5d..2b453908 100644 --- a/perf/remote_lat.cpp +++ b/perf/remote_lat.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../include/zmq.h" #include diff --git a/perf/remote_thr.cpp b/perf/remote_thr.cpp index 8378950c..8d4fcaef 100644 --- a/perf/remote_thr.cpp +++ b/perf/remote_thr.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../include/zmq.h" #include diff --git a/src/address.cpp b/src/address.cpp index f1e23eae..f69a75db 100644 --- a/src/address.cpp +++ b/src/address.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/address.hpp b/src/address.hpp index 3c0a51de..00826462 100644 --- a/src/address.hpp +++ b/src/address.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_ADDRESS_HPP_INCLUDED__ #define __ZMQ_ADDRESS_HPP_INCLUDED__ diff --git a/src/array.hpp b/src/array.hpp index 8c813824..0abfd3fb 100644 --- a/src/array.hpp +++ b/src/array.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_ARRAY_INCLUDED__ #define __ZMQ_ARRAY_INCLUDED__ diff --git a/src/atomic_counter.hpp b/src/atomic_counter.hpp index 371779fb..83ca9769 100644 --- a/src/atomic_counter.hpp +++ b/src/atomic_counter.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_ATOMIC_COUNTER_HPP_INCLUDED__ #define __ZMQ_ATOMIC_COUNTER_HPP_INCLUDED__ diff --git a/src/atomic_ptr.hpp b/src/atomic_ptr.hpp index fa8bc7c3..841a7d83 100644 --- a/src/atomic_ptr.hpp +++ b/src/atomic_ptr.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_ATOMIC_PTR_HPP_INCLUDED__ #define __ZMQ_ATOMIC_PTR_HPP_INCLUDED__ diff --git a/src/blob.hpp b/src/blob.hpp index d84bba64..1b758e97 100644 --- a/src/blob.hpp +++ b/src/blob.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_BLOB_HPP_INCLUDED__ #define __ZMQ_BLOB_HPP_INCLUDED__ diff --git a/src/channel.cpp b/src/channel.cpp index bae4407e..f1ea118e 100644 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/channel.hpp b/src/channel.hpp index 0eb360a0..6aee0117 100644 --- a/src/channel.hpp +++ b/src/channel.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_CHANNEL_HPP_INCLUDED__ #define __ZMQ_CHANNEL_HPP_INCLUDED__ diff --git a/src/client.cpp b/src/client.cpp index ef3fc1cc..61f1a20f 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/client.hpp b/src/client.hpp index c166f0e8..5029de65 100644 --- a/src/client.hpp +++ b/src/client.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_CLIENT_HPP_INCLUDED__ #define __ZMQ_CLIENT_HPP_INCLUDED__ diff --git a/src/clock.cpp b/src/clock.cpp index 1acc98d1..fc2151f6 100644 --- a/src/clock.cpp +++ b/src/clock.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "clock.hpp" diff --git a/src/clock.hpp b/src/clock.hpp index 300d1801..96302c2b 100644 --- a/src/clock.hpp +++ b/src/clock.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_CLOCK_HPP_INCLUDED__ #define __ZMQ_CLOCK_HPP_INCLUDED__ diff --git a/src/command.hpp b/src/command.hpp index 234c858a..135d1aee 100644 --- a/src/command.hpp +++ b/src/command.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_COMMAND_HPP_INCLUDED__ #define __ZMQ_COMMAND_HPP_INCLUDED__ diff --git a/src/compat.hpp b/src/compat.hpp index 47744b98..f9093774 100644 --- a/src/compat.hpp +++ b/src/compat.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_COMPAT_HPP_INCLUDED__ #define __ZMQ_COMPAT_HPP_INCLUDED__ diff --git a/src/condition_variable.hpp b/src/condition_variable.hpp index 47d14e79..815821c9 100644 --- a/src/condition_variable.hpp +++ b/src/condition_variable.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_CONDITON_VARIABLE_HPP_INCLUDED__ #define __ZMQ_CONDITON_VARIABLE_HPP_INCLUDED__ diff --git a/src/config.hpp b/src/config.hpp index c355c6d7..2feb0d4e 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_CONFIG_HPP_INCLUDED__ #define __ZMQ_CONFIG_HPP_INCLUDED__ diff --git a/src/ctx.cpp b/src/ctx.cpp index 8c92fa95..1515051f 100644 --- a/src/ctx.cpp +++ b/src/ctx.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/ctx.hpp b/src/ctx.hpp index 0ccd68fa..2000f990 100644 --- a/src/ctx.hpp +++ b/src/ctx.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_CTX_HPP_INCLUDED__ #define __ZMQ_CTX_HPP_INCLUDED__ diff --git a/src/curve_client.cpp b/src/curve_client.cpp index 5d1f64e8..f56ff54a 100644 --- a/src/curve_client.cpp +++ b/src/curve_client.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/curve_client.hpp b/src/curve_client.hpp index 9d51d3a0..d3705b8c 100644 --- a/src/curve_client.hpp +++ b/src/curve_client.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_CURVE_CLIENT_HPP_INCLUDED__ #define __ZMQ_CURVE_CLIENT_HPP_INCLUDED__ diff --git a/src/curve_client_tools.hpp b/src/curve_client_tools.hpp index 6785f648..d49cb4ba 100644 --- a/src/curve_client_tools.hpp +++ b/src/curve_client_tools.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_CURVE_CLIENT_TOOLS_HPP_INCLUDED__ #define __ZMQ_CURVE_CLIENT_TOOLS_HPP_INCLUDED__ diff --git a/src/curve_mechanism_base.cpp b/src/curve_mechanism_base.cpp index 6f0173e1..f0104553 100644 --- a/src/curve_mechanism_base.cpp +++ b/src/curve_mechanism_base.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/curve_mechanism_base.hpp b/src/curve_mechanism_base.hpp index 7f7a1ae4..fe75df88 100644 --- a/src/curve_mechanism_base.hpp +++ b/src/curve_mechanism_base.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_CURVE_MECHANISM_BASE_HPP_INCLUDED__ #define __ZMQ_CURVE_MECHANISM_BASE_HPP_INCLUDED__ diff --git a/src/curve_server.cpp b/src/curve_server.cpp index fadfc746..d35e57b6 100644 --- a/src/curve_server.cpp +++ b/src/curve_server.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/curve_server.hpp b/src/curve_server.hpp index 995efce0..c836032d 100644 --- a/src/curve_server.hpp +++ b/src/curve_server.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_CURVE_SERVER_HPP_INCLUDED__ #define __ZMQ_CURVE_SERVER_HPP_INCLUDED__ diff --git a/src/dbuffer.hpp b/src/dbuffer.hpp index 00ea66be..cb9ae395 100644 --- a/src/dbuffer.hpp +++ b/src/dbuffer.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_DBUFFER_HPP_INCLUDED__ #define __ZMQ_DBUFFER_HPP_INCLUDED__ diff --git a/src/dealer.cpp b/src/dealer.cpp index 7045e4a6..982bc4a6 100644 --- a/src/dealer.cpp +++ b/src/dealer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/dealer.hpp b/src/dealer.hpp index 5515fd39..11f17838 100644 --- a/src/dealer.hpp +++ b/src/dealer.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_DEALER_HPP_INCLUDED__ #define __ZMQ_DEALER_HPP_INCLUDED__ diff --git a/src/decoder.hpp b/src/decoder.hpp index f89e10d9..d51eada2 100644 --- a/src/decoder.hpp +++ b/src/decoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_DECODER_HPP_INCLUDED__ #define __ZMQ_DECODER_HPP_INCLUDED__ diff --git a/src/decoder_allocators.cpp b/src/decoder_allocators.cpp index 979b09eb..8eedea33 100644 --- a/src/decoder_allocators.cpp +++ b/src/decoder_allocators.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "decoder_allocators.hpp" diff --git a/src/decoder_allocators.hpp b/src/decoder_allocators.hpp index 2620f1b8..e28cbc96 100644 --- a/src/decoder_allocators.hpp +++ b/src/decoder_allocators.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_DECODER_ALLOCATORS_HPP_INCLUDED__ #define __ZMQ_DECODER_ALLOCATORS_HPP_INCLUDED__ diff --git a/src/devpoll.cpp b/src/devpoll.cpp index 11b38ccb..6b808db1 100644 --- a/src/devpoll.cpp +++ b/src/devpoll.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "devpoll.hpp" diff --git a/src/devpoll.hpp b/src/devpoll.hpp index e57814b9..43c1f858 100644 --- a/src/devpoll.hpp +++ b/src/devpoll.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_DEVPOLL_HPP_INCLUDED__ #define __ZMQ_DEVPOLL_HPP_INCLUDED__ diff --git a/src/dgram.cpp b/src/dgram.cpp index 2cca4af9..2156eb0e 100644 --- a/src/dgram.cpp +++ b/src/dgram.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/dgram.hpp b/src/dgram.hpp index d84dac69..ea06a9d7 100644 --- a/src/dgram.hpp +++ b/src/dgram.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_DGRAM_HPP_INCLUDED__ #define __ZMQ_DGRAM_HPP_INCLUDED__ diff --git a/src/dish.cpp b/src/dish.cpp index 0e881b04..fc680bf3 100644 --- a/src/dish.cpp +++ b/src/dish.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/dish.hpp b/src/dish.hpp index c41ca92e..329082c8 100644 --- a/src/dish.hpp +++ b/src/dish.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_DISH_HPP_INCLUDED__ #define __ZMQ_DISH_HPP_INCLUDED__ diff --git a/src/dist.cpp b/src/dist.cpp index cb11bf8e..81fc2d36 100644 --- a/src/dist.cpp +++ b/src/dist.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "dist.hpp" diff --git a/src/dist.hpp b/src/dist.hpp index a5926cfb..8248f738 100644 --- a/src/dist.hpp +++ b/src/dist.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_DIST_HPP_INCLUDED__ #define __ZMQ_DIST_HPP_INCLUDED__ diff --git a/src/encoder.hpp b/src/encoder.hpp index 84ffe329..535739ab 100644 --- a/src/encoder.hpp +++ b/src/encoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_ENCODER_HPP_INCLUDED__ #define __ZMQ_ENCODER_HPP_INCLUDED__ diff --git a/src/endpoint.cpp b/src/endpoint.cpp index c9ad6d66..59a78e3c 100644 --- a/src/endpoint.cpp +++ b/src/endpoint.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "endpoint.hpp" diff --git a/src/endpoint.hpp b/src/endpoint.hpp index e1b5fff9..c19b6fea 100644 --- a/src/endpoint.hpp +++ b/src/endpoint.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_ENDPOINT_HPP_INCLUDED__ #define __ZMQ_ENDPOINT_HPP_INCLUDED__ diff --git a/src/epoll.cpp b/src/epoll.cpp index 03642cf2..bcba5845 100644 --- a/src/epoll.cpp +++ b/src/epoll.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #if defined ZMQ_IOTHREAD_POLLER_USE_EPOLL diff --git a/src/epoll.hpp b/src/epoll.hpp index 636b59cc..72cec10e 100644 --- a/src/epoll.hpp +++ b/src/epoll.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_EPOLL_HPP_INCLUDED__ #define __ZMQ_EPOLL_HPP_INCLUDED__ diff --git a/src/err.cpp b/src/err.cpp index ea2a9b51..74d062c4 100644 --- a/src/err.cpp +++ b/src/err.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "err.hpp" diff --git a/src/err.hpp b/src/err.hpp index c283e6a5..79b4663d 100644 --- a/src/err.hpp +++ b/src/err.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_ERR_HPP_INCLUDED__ #define __ZMQ_ERR_HPP_INCLUDED__ diff --git a/src/fd.hpp b/src/fd.hpp index 21925ae6..e0ca8306 100644 --- a/src/fd.hpp +++ b/src/fd.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_FD_HPP_INCLUDED__ #define __ZMQ_FD_HPP_INCLUDED__ diff --git a/src/fq.cpp b/src/fq.cpp index d3dfeab6..5b19da60 100644 --- a/src/fq.cpp +++ b/src/fq.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "fq.hpp" diff --git a/src/fq.hpp b/src/fq.hpp index ed019126..3ffcefe6 100644 --- a/src/fq.hpp +++ b/src/fq.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_FQ_HPP_INCLUDED__ #define __ZMQ_FQ_HPP_INCLUDED__ diff --git a/src/gather.cpp b/src/gather.cpp index 231e7253..ef9dcdcc 100644 --- a/src/gather.cpp +++ b/src/gather.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/gather.hpp b/src/gather.hpp index f2de0647..8e8cc534 100644 --- a/src/gather.hpp +++ b/src/gather.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_GATHER_HPP_INCLUDED__ #define __ZMQ_GATHER_HPP_INCLUDED__ diff --git a/src/generic_mtrie.hpp b/src/generic_mtrie.hpp index 6c309894..ff0a1072 100644 --- a/src/generic_mtrie.hpp +++ b/src/generic_mtrie.hpp @@ -1,31 +1,4 @@ -/* -Copyright (c) 2018 Contributors as noted in the AUTHORS file - -This file is part of libzmq, the ZeroMQ core engine in C++. - -libzmq is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License (LGPL) as published -by the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -As a special exception, the Contributors give you permission to link -this library with independent modules to produce an executable, -regardless of the license terms of these independent modules, and to -copy and distribute the resulting executable under terms of your choice, -provided that you also meet, for each linked independent module, the -terms and conditions of the license of that module. An independent -module is a module which is not derived from or based on this library. -If you modify this library, you must extend this exception to your -version of the library. - -libzmq is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public -License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_GENERIC_MTRIE_HPP_INCLUDED__ #define __ZMQ_GENERIC_MTRIE_HPP_INCLUDED__ diff --git a/src/generic_mtrie_impl.hpp b/src/generic_mtrie_impl.hpp index 96eec584..cdfb0e3f 100644 --- a/src/generic_mtrie_impl.hpp +++ b/src/generic_mtrie_impl.hpp @@ -1,31 +1,4 @@ -/* -Copyright (c) 2018 Contributors as noted in the AUTHORS file - -This file is part of libzmq, the ZeroMQ core engine in C++. - -libzmq is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License (LGPL) as published -by the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -As a special exception, the Contributors give you permission to link -this library with independent modules to produce an executable, -regardless of the license terms of these independent modules, and to -copy and distribute the resulting executable under terms of your choice, -provided that you also meet, for each linked independent module, the -terms and conditions of the license of that module. An independent -module is a module which is not derived from or based on this library. -If you modify this library, you must extend this exception to your -version of the library. - -libzmq is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public -License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_GENERIC_MTRIE_IMPL_HPP_INCLUDED__ #define __ZMQ_GENERIC_MTRIE_IMPL_HPP_INCLUDED__ diff --git a/src/gssapi_client.cpp b/src/gssapi_client.cpp index 291e9f09..0fd23e92 100644 --- a/src/gssapi_client.cpp +++ b/src/gssapi_client.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/gssapi_client.hpp b/src/gssapi_client.hpp index 18d428c8..f6fd581d 100644 --- a/src/gssapi_client.hpp +++ b/src/gssapi_client.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_GSSAPI_CLIENT_HPP_INCLUDED__ #define __ZMQ_GSSAPI_CLIENT_HPP_INCLUDED__ diff --git a/src/gssapi_mechanism_base.cpp b/src/gssapi_mechanism_base.cpp index b9ffeec5..89b77803 100644 --- a/src/gssapi_mechanism_base.cpp +++ b/src/gssapi_mechanism_base.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/gssapi_mechanism_base.hpp b/src/gssapi_mechanism_base.hpp index dec53d0b..d6647676 100644 --- a/src/gssapi_mechanism_base.hpp +++ b/src/gssapi_mechanism_base.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_GSSAPI_MECHANISM_BASE_HPP_INCLUDED__ #define __ZMQ_GSSAPI_MECHANISM_BASE_HPP_INCLUDED__ diff --git a/src/gssapi_server.cpp b/src/gssapi_server.cpp index 0a43349a..7e982a9e 100644 --- a/src/gssapi_server.cpp +++ b/src/gssapi_server.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/gssapi_server.hpp b/src/gssapi_server.hpp index 26130115..89019757 100644 --- a/src/gssapi_server.hpp +++ b/src/gssapi_server.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_GSSAPI_SERVER_HPP_INCLUDED__ #define __ZMQ_GSSAPI_SERVER_HPP_INCLUDED__ diff --git a/src/i_decoder.hpp b/src/i_decoder.hpp index e0bcf074..6fe68092 100644 --- a/src/i_decoder.hpp +++ b/src/i_decoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_I_DECODER_HPP_INCLUDED__ #define __ZMQ_I_DECODER_HPP_INCLUDED__ diff --git a/src/i_encoder.hpp b/src/i_encoder.hpp index 33ef9dd8..58ae7d12 100644 --- a/src/i_encoder.hpp +++ b/src/i_encoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_I_ENCODER_HPP_INCLUDED__ #define __ZMQ_I_ENCODER_HPP_INCLUDED__ diff --git a/src/i_engine.hpp b/src/i_engine.hpp index 7d05df8a..1950c39c 100644 --- a/src/i_engine.hpp +++ b/src/i_engine.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_I_ENGINE_HPP_INCLUDED__ #define __ZMQ_I_ENGINE_HPP_INCLUDED__ diff --git a/src/i_mailbox.hpp b/src/i_mailbox.hpp index 7402a219..a19d7ce2 100644 --- a/src/i_mailbox.hpp +++ b/src/i_mailbox.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_I_MAILBOX_HPP_INCLUDED__ #define __ZMQ_I_MAILBOX_HPP_INCLUDED__ diff --git a/src/i_poll_events.hpp b/src/i_poll_events.hpp index 5e70162c..f3d00590 100644 --- a/src/i_poll_events.hpp +++ b/src/i_poll_events.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_I_POLL_EVENTS_HPP_INCLUDED__ #define __ZMQ_I_POLL_EVENTS_HPP_INCLUDED__ diff --git a/src/io_object.cpp b/src/io_object.cpp index aa466c08..7a3c6ce3 100644 --- a/src/io_object.cpp +++ b/src/io_object.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "io_object.hpp" diff --git a/src/io_object.hpp b/src/io_object.hpp index 703af7ef..a24c6a09 100644 --- a/src/io_object.hpp +++ b/src/io_object.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_IO_OBJECT_HPP_INCLUDED__ #define __ZMQ_IO_OBJECT_HPP_INCLUDED__ diff --git a/src/io_thread.cpp b/src/io_thread.cpp index a2ca950a..6a6c39d9 100644 --- a/src/io_thread.cpp +++ b/src/io_thread.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/io_thread.hpp b/src/io_thread.hpp index 65e276d9..afbc05fd 100644 --- a/src/io_thread.hpp +++ b/src/io_thread.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_IO_THREAD_HPP_INCLUDED__ #define __ZMQ_IO_THREAD_HPP_INCLUDED__ diff --git a/src/ip.cpp b/src/ip.cpp index 0a90c822..e4c941e1 100644 --- a/src/ip.cpp +++ b/src/ip.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "ip.hpp" diff --git a/src/ip.hpp b/src/ip.hpp index bceb8313..9ec54fc6 100644 --- a/src/ip.hpp +++ b/src/ip.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_IP_HPP_INCLUDED__ #define __ZMQ_IP_HPP_INCLUDED__ diff --git a/src/ip_resolver.hpp b/src/ip_resolver.hpp index e60f6356..c6f28fba 100644 --- a/src/ip_resolver.hpp +++ b/src/ip_resolver.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2018 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_IP_RESOLVER_HPP_INCLUDED__ #define __ZMQ_IP_RESOLVER_HPP_INCLUDED__ diff --git a/src/ipc_address.cpp b/src/ipc_address.cpp index f1f56516..d06771d3 100644 --- a/src/ipc_address.cpp +++ b/src/ipc_address.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "compat.hpp" diff --git a/src/ipc_address.hpp b/src/ipc_address.hpp index 4c2277d3..422c2711 100644 --- a/src/ipc_address.hpp +++ b/src/ipc_address.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_IPC_ADDRESS_HPP_INCLUDED__ #define __ZMQ_IPC_ADDRESS_HPP_INCLUDED__ diff --git a/src/ipc_connecter.cpp b/src/ipc_connecter.cpp index 8dd01f02..3f988745 100644 --- a/src/ipc_connecter.cpp +++ b/src/ipc_connecter.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "ipc_connecter.hpp" diff --git a/src/ipc_connecter.hpp b/src/ipc_connecter.hpp index 1f85c893..ec6dc922 100644 --- a/src/ipc_connecter.hpp +++ b/src/ipc_connecter.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __IPC_CONNECTER_HPP_INCLUDED__ #define __IPC_CONNECTER_HPP_INCLUDED__ diff --git a/src/ipc_listener.cpp b/src/ipc_listener.cpp index d6f7ee51..50126040 100644 --- a/src/ipc_listener.cpp +++ b/src/ipc_listener.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "ipc_listener.hpp" diff --git a/src/ipc_listener.hpp b/src/ipc_listener.hpp index 85c7d41e..5983b197 100644 --- a/src/ipc_listener.hpp +++ b/src/ipc_listener.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_IPC_LISTENER_HPP_INCLUDED__ #define __ZMQ_IPC_LISTENER_HPP_INCLUDED__ diff --git a/src/kqueue.cpp b/src/kqueue.cpp index a6a7a7f2..eb1812ba 100644 --- a/src/kqueue.cpp +++ b/src/kqueue.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "kqueue.hpp" diff --git a/src/kqueue.hpp b/src/kqueue.hpp index 002fbab3..721dd62a 100644 --- a/src/kqueue.hpp +++ b/src/kqueue.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_KQUEUE_HPP_INCLUDED__ #define __ZMQ_KQUEUE_HPP_INCLUDED__ diff --git a/src/lb.cpp b/src/lb.cpp index e766b4f2..cd96bdcb 100644 --- a/src/lb.cpp +++ b/src/lb.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2018 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "lb.hpp" diff --git a/src/lb.hpp b/src/lb.hpp index b206967b..3eba3a37 100644 --- a/src/lb.hpp +++ b/src/lb.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_LB_HPP_INCLUDED__ #define __ZMQ_LB_HPP_INCLUDED__ diff --git a/src/likely.hpp b/src/likely.hpp index d6cb14d7..c20a7baf 100644 --- a/src/likely.hpp +++ b/src/likely.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_LIKELY_HPP_INCLUDED__ #define __ZMQ_LIKELY_HPP_INCLUDED__ diff --git a/src/mailbox.cpp b/src/mailbox.cpp index 2fb0fe0c..7b26df87 100644 --- a/src/mailbox.cpp +++ b/src/mailbox.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "mailbox.hpp" diff --git a/src/mailbox.hpp b/src/mailbox.hpp index ab0119b2..cb150f03 100644 --- a/src/mailbox.hpp +++ b/src/mailbox.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_MAILBOX_HPP_INCLUDED__ #define __ZMQ_MAILBOX_HPP_INCLUDED__ diff --git a/src/mailbox_safe.cpp b/src/mailbox_safe.cpp index f49fa957..575ee074 100644 --- a/src/mailbox_safe.cpp +++ b/src/mailbox_safe.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "mailbox_safe.hpp" diff --git a/src/mailbox_safe.hpp b/src/mailbox_safe.hpp index 04dbf140..fac2d640 100644 --- a/src/mailbox_safe.hpp +++ b/src/mailbox_safe.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_MAILBOX_SAFE_HPP_INCLUDED__ #define __ZMQ_MAILBOX_SAFE_HPP_INCLUDED__ diff --git a/src/mechanism.cpp b/src/mechanism.cpp index 0d46c11e..07127775 100644 --- a/src/mechanism.cpp +++ b/src/mechanism.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/mechanism.hpp b/src/mechanism.hpp index 13f0ffbe..066e9bc2 100644 --- a/src/mechanism.hpp +++ b/src/mechanism.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_MECHANISM_HPP_INCLUDED__ #define __ZMQ_MECHANISM_HPP_INCLUDED__ diff --git a/src/mechanism_base.cpp b/src/mechanism_base.cpp index ddb179e7..a8ecece4 100644 --- a/src/mechanism_base.cpp +++ b/src/mechanism_base.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/mechanism_base.hpp b/src/mechanism_base.hpp index 767f1803..88ed1be2 100644 --- a/src/mechanism_base.hpp +++ b/src/mechanism_base.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_MECHANISM_BASE_HPP_INCLUDED__ #define __ZMQ_MECHANISM_BASE_HPP_INCLUDED__ diff --git a/src/metadata.cpp b/src/metadata.cpp index 45a16a60..b569344a 100644 --- a/src/metadata.cpp +++ b/src/metadata.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "metadata.hpp" diff --git a/src/metadata.hpp b/src/metadata.hpp index b8c14513..a5fcd6ec 100644 --- a/src/metadata.hpp +++ b/src/metadata.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_METADATA_HPP_INCLUDED__ #define __ZMQ_METADATA_HPP_INCLUDED__ diff --git a/src/msg.cpp b/src/msg.cpp index 2116d1e4..a92e4321 100644 --- a/src/msg.cpp +++ b/src/msg.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "compat.hpp" diff --git a/src/msg.hpp b/src/msg.hpp index e2eaa09e..e9755b63 100644 --- a/src/msg.hpp +++ b/src/msg.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_MSG_HPP_INCLUDE__ #define __ZMQ_MSG_HPP_INCLUDE__ diff --git a/src/mtrie.cpp b/src/mtrie.cpp index 30a84e32..92152b50 100644 --- a/src/mtrie.cpp +++ b/src/mtrie.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "mtrie.hpp" diff --git a/src/mtrie.hpp b/src/mtrie.hpp index b5ca3ac0..b31478f1 100644 --- a/src/mtrie.hpp +++ b/src/mtrie.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_MTRIE_HPP_INCLUDED__ #define __ZMQ_MTRIE_HPP_INCLUDED__ diff --git a/src/mutex.hpp b/src/mutex.hpp index 25ad8451..f0c7efaa 100644 --- a/src/mutex.hpp +++ b/src/mutex.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_MUTEX_HPP_INCLUDED__ #define __ZMQ_MUTEX_HPP_INCLUDED__ diff --git a/src/null_mechanism.cpp b/src/null_mechanism.cpp index 4c1fd2a4..ced270cd 100644 --- a/src/null_mechanism.cpp +++ b/src/null_mechanism.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/null_mechanism.hpp b/src/null_mechanism.hpp index 3ea31649..d22874f3 100644 --- a/src/null_mechanism.hpp +++ b/src/null_mechanism.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_NULL_MECHANISM_HPP_INCLUDED__ #define __ZMQ_NULL_MECHANISM_HPP_INCLUDED__ diff --git a/src/object.cpp b/src/object.cpp index 5946959a..a04cea5f 100644 --- a/src/object.cpp +++ b/src/object.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/object.hpp b/src/object.hpp index b672b0d8..1fe06357 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_OBJECT_HPP_INCLUDED__ #define __ZMQ_OBJECT_HPP_INCLUDED__ diff --git a/src/options.cpp b/src/options.cpp index ca4ad49e..3e9bb996 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/options.hpp b/src/options.hpp index 54a725fd..46e9d24c 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_OPTIONS_HPP_INCLUDED__ #define __ZMQ_OPTIONS_HPP_INCLUDED__ diff --git a/src/own.cpp b/src/own.cpp index a7b29651..b70c29d8 100644 --- a/src/own.cpp +++ b/src/own.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "own.hpp" diff --git a/src/own.hpp b/src/own.hpp index 21463fe3..fa8e2b80 100644 --- a/src/own.hpp +++ b/src/own.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_OWN_HPP_INCLUDED__ #define __ZMQ_OWN_HPP_INCLUDED__ diff --git a/src/pair.cpp b/src/pair.cpp index 83551ddd..5b3806b6 100644 --- a/src/pair.cpp +++ b/src/pair.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/pair.hpp b/src/pair.hpp index 74996d3b..4c2a34a6 100644 --- a/src/pair.hpp +++ b/src/pair.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PAIR_HPP_INCLUDED__ #define __ZMQ_PAIR_HPP_INCLUDED__ diff --git a/src/peer.cpp b/src/peer.cpp index 3e3f27ed..9d9c123a 100644 --- a/src/peer.cpp +++ b/src/peer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/peer.hpp b/src/peer.hpp index 96674b29..5f62e3de 100644 --- a/src/peer.hpp +++ b/src/peer.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PEER_HPP_INCLUDED__ #define __ZMQ_PEER_HPP_INCLUDED__ diff --git a/src/pgm_receiver.cpp b/src/pgm_receiver.cpp index 227efa06..a74d31f5 100644 --- a/src/pgm_receiver.cpp +++ b/src/pgm_receiver.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/pgm_receiver.hpp b/src/pgm_receiver.hpp index cb033745..0b8772d5 100644 --- a/src/pgm_receiver.hpp +++ b/src/pgm_receiver.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PGM_RECEIVER_HPP_INCLUDED__ #define __ZMQ_PGM_RECEIVER_HPP_INCLUDED__ diff --git a/src/pgm_sender.cpp b/src/pgm_sender.cpp index a11989b0..3a022030 100644 --- a/src/pgm_sender.cpp +++ b/src/pgm_sender.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/pgm_sender.hpp b/src/pgm_sender.hpp index 1d120c95..3b8643ea 100644 --- a/src/pgm_sender.hpp +++ b/src/pgm_sender.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PGM_SENDER_HPP_INCLUDED__ #define __ZMQ_PGM_SENDER_HPP_INCLUDED__ diff --git a/src/pgm_socket.cpp b/src/pgm_socket.cpp index e3399db1..70d4d6f9 100644 --- a/src/pgm_socket.cpp +++ b/src/pgm_socket.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/pgm_socket.hpp b/src/pgm_socket.hpp index 00ec4856..cbc7848f 100644 --- a/src/pgm_socket.hpp +++ b/src/pgm_socket.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __PGM_SOCKET_HPP_INCLUDED__ #define __PGM_SOCKET_HPP_INCLUDED__ diff --git a/src/pipe.cpp b/src/pipe.cpp index 31e553b3..20caf5ba 100644 --- a/src/pipe.cpp +++ b/src/pipe.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/pipe.hpp b/src/pipe.hpp index f1cbcffa..b5bc51e1 100644 --- a/src/pipe.hpp +++ b/src/pipe.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PIPE_HPP_INCLUDED__ #define __ZMQ_PIPE_HPP_INCLUDED__ diff --git a/src/plain_client.cpp b/src/plain_client.cpp index 6ba56a84..4c5d639e 100644 --- a/src/plain_client.cpp +++ b/src/plain_client.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/plain_client.hpp b/src/plain_client.hpp index 7b49d498..45dc0f28 100644 --- a/src/plain_client.hpp +++ b/src/plain_client.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PLAIN_CLIENT_HPP_INCLUDED__ #define __ZMQ_PLAIN_CLIENT_HPP_INCLUDED__ diff --git a/src/plain_common.hpp b/src/plain_common.hpp index c97e184e..80e43cc2 100644 --- a/src/plain_common.hpp +++ b/src/plain_common.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PLAIN_COMMON_HPP_INCLUDED__ #define __ZMQ_PLAIN_COMMON_HPP_INCLUDED__ diff --git a/src/plain_server.cpp b/src/plain_server.cpp index 694c925e..820a9dc4 100644 --- a/src/plain_server.cpp +++ b/src/plain_server.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/plain_server.hpp b/src/plain_server.hpp index 3e6e2d3f..e3bf2d6d 100644 --- a/src/plain_server.hpp +++ b/src/plain_server.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PLAIN_SERVER_HPP_INCLUDED__ #define __ZMQ_PLAIN_SERVER_HPP_INCLUDED__ diff --git a/src/poll.cpp b/src/poll.cpp index 0a94625e..dd230ccf 100644 --- a/src/poll.cpp +++ b/src/poll.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "poll.hpp" diff --git a/src/poll.hpp b/src/poll.hpp index 4c274425..01dede7d 100644 --- a/src/poll.hpp +++ b/src/poll.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_POLL_HPP_INCLUDED__ #define __ZMQ_POLL_HPP_INCLUDED__ diff --git a/src/poller.hpp b/src/poller.hpp index ba9fbb17..192fc502 100644 --- a/src/poller.hpp +++ b/src/poller.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_POLLER_HPP_INCLUDED__ #define __ZMQ_POLLER_HPP_INCLUDED__ diff --git a/src/poller_base.cpp b/src/poller_base.cpp index 78db28f6..dd8453b3 100644 --- a/src/poller_base.cpp +++ b/src/poller_base.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "poller_base.hpp" diff --git a/src/poller_base.hpp b/src/poller_base.hpp index b39f2a41..41825261 100644 --- a/src/poller_base.hpp +++ b/src/poller_base.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_POLLER_BASE_HPP_INCLUDED__ #define __ZMQ_POLLER_BASE_HPP_INCLUDED__ diff --git a/src/polling_util.cpp b/src/polling_util.cpp index c8e42eb8..7564297b 100644 --- a/src/polling_util.cpp +++ b/src/polling_util.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2018 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "polling_util.hpp" diff --git a/src/polling_util.hpp b/src/polling_util.hpp index 3794ac9f..13a4911f 100644 --- a/src/polling_util.hpp +++ b/src/polling_util.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2018 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_SOCKET_POLLING_UTIL_HPP_INCLUDED__ #define __ZMQ_SOCKET_POLLING_UTIL_HPP_INCLUDED__ diff --git a/src/pollset.cpp b/src/pollset.cpp index 35baf839..3554276b 100644 --- a/src/pollset.cpp +++ b/src/pollset.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "pollset.hpp" diff --git a/src/pollset.hpp b/src/pollset.hpp index 8286bed2..8030764c 100644 --- a/src/pollset.hpp +++ b/src/pollset.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_POLLSET_HPP_INCLUDED__ #define __ZMQ_POLLSET_HPP_INCLUDED__ diff --git a/src/precompiled.cpp b/src/precompiled.cpp index acf58f76..af41625f 100644 --- a/src/precompiled.cpp +++ b/src/precompiled.cpp @@ -1,30 +1,3 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/precompiled.hpp b/src/precompiled.hpp index d9cb325a..0bc7fe6d 100644 --- a/src/precompiled.hpp +++ b/src/precompiled.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PRECOMPILED_HPP_INCLUDED__ #define __ZMQ_PRECOMPILED_HPP_INCLUDED__ diff --git a/src/proxy.cpp b/src/proxy.cpp index a0096a62..7f600c0b 100644 --- a/src/proxy.cpp +++ b/src/proxy.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/proxy.hpp b/src/proxy.hpp index c621cb45..a8cad076 100644 --- a/src/proxy.hpp +++ b/src/proxy.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PROXY_HPP_INCLUDED__ #define __ZMQ_PROXY_HPP_INCLUDED__ diff --git a/src/pub.cpp b/src/pub.cpp index fe42982e..49a91a6c 100644 --- a/src/pub.cpp +++ b/src/pub.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "pub.hpp" diff --git a/src/pub.hpp b/src/pub.hpp index b423da02..3b7f0e42 100644 --- a/src/pub.hpp +++ b/src/pub.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PUB_HPP_INCLUDED__ #define __ZMQ_PUB_HPP_INCLUDED__ diff --git a/src/pull.cpp b/src/pull.cpp index 9c9a843e..927f941a 100644 --- a/src/pull.cpp +++ b/src/pull.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/pull.hpp b/src/pull.hpp index 4634d82c..42d45909 100644 --- a/src/pull.hpp +++ b/src/pull.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PULL_HPP_INCLUDED__ #define __ZMQ_PULL_HPP_INCLUDED__ diff --git a/src/push.cpp b/src/push.cpp index 42184807..2a357f7c 100644 --- a/src/push.cpp +++ b/src/push.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/push.hpp b/src/push.hpp index 3b908c10..05627d24 100644 --- a/src/push.hpp +++ b/src/push.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PUSH_HPP_INCLUDED__ #define __ZMQ_PUSH_HPP_INCLUDED__ diff --git a/src/radio.cpp b/src/radio.cpp index 0ebb0815..60799437 100644 --- a/src/radio.cpp +++ b/src/radio.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/radio.hpp b/src/radio.hpp index 8b3bd641..9a59e2d3 100644 --- a/src/radio.hpp +++ b/src/radio.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_RADIO_HPP_INCLUDED__ #define __ZMQ_RADIO_HPP_INCLUDED__ diff --git a/src/radix_tree.cpp b/src/radix_tree.cpp index 12e1534c..1bbc2423 100644 --- a/src/radix_tree.cpp +++ b/src/radix_tree.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2018 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/radix_tree.hpp b/src/radix_tree.hpp index 4c4aa0c0..13e358cc 100644 --- a/src/radix_tree.hpp +++ b/src/radix_tree.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2018 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef RADIX_TREE_HPP #define RADIX_TREE_HPP diff --git a/src/random.cpp b/src/random.cpp index ae9e98f5..07022910 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/random.hpp b/src/random.hpp index 0b57adb9..6cba7f86 100644 --- a/src/random.hpp +++ b/src/random.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_RANDOM_HPP_INCLUDED__ #define __ZMQ_RANDOM_HPP_INCLUDED__ diff --git a/src/raw_decoder.cpp b/src/raw_decoder.cpp index 97ed7972..c29b6b0d 100644 --- a/src/raw_decoder.cpp +++ b/src/raw_decoder.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/raw_decoder.hpp b/src/raw_decoder.hpp index 4f6e8341..2e32cd96 100644 --- a/src/raw_decoder.hpp +++ b/src/raw_decoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_RAW_DECODER_HPP_INCLUDED__ #define __ZMQ_RAW_DECODER_HPP_INCLUDED__ diff --git a/src/raw_encoder.cpp b/src/raw_encoder.cpp index 39c7633e..ecb5cbe2 100644 --- a/src/raw_encoder.cpp +++ b/src/raw_encoder.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "encoder.hpp" diff --git a/src/raw_encoder.hpp b/src/raw_encoder.hpp index 0485e64a..c0e7e467 100644 --- a/src/raw_encoder.hpp +++ b/src/raw_encoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_RAW_ENCODER_HPP_INCLUDED__ #define __ZMQ_RAW_ENCODER_HPP_INCLUDED__ diff --git a/src/raw_engine.cpp b/src/raw_engine.cpp index 3eac5871..b0fc2209 100644 --- a/src/raw_engine.cpp +++ b/src/raw_engine.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/raw_engine.hpp b/src/raw_engine.hpp index cf60bb67..bf8f1e17 100644 --- a/src/raw_engine.hpp +++ b/src/raw_engine.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_RAW_ENGINE_HPP_INCLUDED__ #define __ZMQ_RAW_ENGINE_HPP_INCLUDED__ diff --git a/src/reaper.cpp b/src/reaper.cpp index 525bf578..4361a7e9 100644 --- a/src/reaper.cpp +++ b/src/reaper.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/reaper.hpp b/src/reaper.hpp index 7b2d51cc..61826cdd 100644 --- a/src/reaper.hpp +++ b/src/reaper.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_REAPER_HPP_INCLUDED__ #define __ZMQ_REAPER_HPP_INCLUDED__ diff --git a/src/rep.cpp b/src/rep.cpp index 99707f89..d018572d 100644 --- a/src/rep.cpp +++ b/src/rep.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "rep.hpp" diff --git a/src/rep.hpp b/src/rep.hpp index 995fe40c..85ef654c 100644 --- a/src/rep.hpp +++ b/src/rep.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_REP_HPP_INCLUDED__ #define __ZMQ_REP_HPP_INCLUDED__ diff --git a/src/req.cpp b/src/req.cpp index b120f570..6f95e294 100644 --- a/src/req.cpp +++ b/src/req.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/req.hpp b/src/req.hpp index 0b0084cf..2121661b 100644 --- a/src/req.hpp +++ b/src/req.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_REQ_HPP_INCLUDED__ #define __ZMQ_REQ_HPP_INCLUDED__ diff --git a/src/router.cpp b/src/router.cpp index c659f265..53ec17c9 100644 --- a/src/router.cpp +++ b/src/router.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/router.hpp b/src/router.hpp index f020672f..607d2113 100644 --- a/src/router.hpp +++ b/src/router.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_ROUTER_HPP_INCLUDED__ #define __ZMQ_ROUTER_HPP_INCLUDED__ diff --git a/src/scatter.cpp b/src/scatter.cpp index b951b92e..f7c9391c 100644 --- a/src/scatter.cpp +++ b/src/scatter.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/scatter.hpp b/src/scatter.hpp index 5fd36a2b..413551e9 100644 --- a/src/scatter.hpp +++ b/src/scatter.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_SCATTER_HPP_INCLUDED__ #define __ZMQ_SCATTER_HPP_INCLUDED__ diff --git a/src/secure_allocator.hpp b/src/secure_allocator.hpp index 5e973689..92bf1194 100644 --- a/src/secure_allocator.hpp +++ b/src/secure_allocator.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_SECURE_ALLOCATOR_HPP_INCLUDED__ #define __ZMQ_SECURE_ALLOCATOR_HPP_INCLUDED__ diff --git a/src/select.cpp b/src/select.cpp index 46852c79..8673215b 100644 --- a/src/select.cpp +++ b/src/select.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "select.hpp" diff --git a/src/select.hpp b/src/select.hpp index 8f18a383..34f260ec 100644 --- a/src/select.hpp +++ b/src/select.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_SELECT_HPP_INCLUDED__ #define __ZMQ_SELECT_HPP_INCLUDED__ diff --git a/src/server.cpp b/src/server.cpp index 6f0cf269..f458bfae 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/server.hpp b/src/server.hpp index cef1e4d2..e91edf8e 100644 --- a/src/server.hpp +++ b/src/server.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_SERVER_HPP_INCLUDED__ #define __ZMQ_SERVER_HPP_INCLUDED__ diff --git a/src/session_base.cpp b/src/session_base.cpp index f6452146..5a81b076 100644 --- a/src/session_base.cpp +++ b/src/session_base.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/session_base.hpp b/src/session_base.hpp index e96e0533..ca3bc668 100644 --- a/src/session_base.hpp +++ b/src/session_base.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_SESSION_BASE_HPP_INCLUDED__ #define __ZMQ_SESSION_BASE_HPP_INCLUDED__ diff --git a/src/signaler.cpp b/src/signaler.cpp index 93fb248e..64692db6 100644 --- a/src/signaler.cpp +++ b/src/signaler.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "poller.hpp" diff --git a/src/signaler.hpp b/src/signaler.hpp index 49fac1ba..8cb8cc89 100644 --- a/src/signaler.hpp +++ b/src/signaler.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_SIGNALER_HPP_INCLUDED__ #define __ZMQ_SIGNALER_HPP_INCLUDED__ diff --git a/src/socket_base.cpp b/src/socket_base.cpp index 9c367c42..5a9adcde 100644 --- a/src/socket_base.cpp +++ b/src/socket_base.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/socket_base.hpp b/src/socket_base.hpp index 01920e72..e539d50b 100644 --- a/src/socket_base.hpp +++ b/src/socket_base.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_SOCKET_BASE_HPP_INCLUDED__ #define __ZMQ_SOCKET_BASE_HPP_INCLUDED__ diff --git a/src/socket_poller.cpp b/src/socket_poller.cpp index eecbf16b..b5c330e8 100644 --- a/src/socket_poller.cpp +++ b/src/socket_poller.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "socket_poller.hpp" diff --git a/src/socket_poller.hpp b/src/socket_poller.hpp index 6f4923e7..3e71b44c 100644 --- a/src/socket_poller.hpp +++ b/src/socket_poller.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_SOCKET_POLLER_HPP_INCLUDED__ #define __ZMQ_SOCKET_POLLER_HPP_INCLUDED__ diff --git a/src/socks.cpp b/src/socks.cpp index b5a2f8fc..a910e557 100644 --- a/src/socks.cpp +++ b/src/socks.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/socks.hpp b/src/socks.hpp index bc3d5e2f..704ac6c0 100644 --- a/src/socks.hpp +++ b/src/socks.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_SOCKS_HPP_INCLUDED__ #define __ZMQ_SOCKS_HPP_INCLUDED__ diff --git a/src/socks_connecter.cpp b/src/socks_connecter.cpp index b2931605..e2d25e5d 100644 --- a/src/socks_connecter.cpp +++ b/src/socks_connecter.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/socks_connecter.hpp b/src/socks_connecter.hpp index de79415c..8aa0bee6 100644 --- a/src/socks_connecter.hpp +++ b/src/socks_connecter.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __SOCKS_CONNECTER_HPP_INCLUDED__ #define __SOCKS_CONNECTER_HPP_INCLUDED__ diff --git a/src/stdint.hpp b/src/stdint.hpp index dc4d5df1..668edd25 100644 --- a/src/stdint.hpp +++ b/src/stdint.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_STDINT_HPP_INCLUDED__ #define __ZMQ_STDINT_HPP_INCLUDED__ diff --git a/src/stream.cpp b/src/stream.cpp index 3713c7e7..7d10b62b 100644 --- a/src/stream.cpp +++ b/src/stream.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/stream.hpp b/src/stream.hpp index b5ea24cd..f8eb9901 100644 --- a/src/stream.hpp +++ b/src/stream.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_STREAM_HPP_INCLUDED__ #define __ZMQ_STREAM_HPP_INCLUDED__ diff --git a/src/stream_connecter_base.cpp b/src/stream_connecter_base.cpp index 37dac995..f89941a2 100644 --- a/src/stream_connecter_base.cpp +++ b/src/stream_connecter_base.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "stream_connecter_base.hpp" diff --git a/src/stream_connecter_base.hpp b/src/stream_connecter_base.hpp index 008c9014..78de107f 100644 --- a/src/stream_connecter_base.hpp +++ b/src/stream_connecter_base.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __STREAM_CONNECTER_BASE_HPP_INCLUDED__ #define __STREAM_CONNECTER_BASE_HPP_INCLUDED__ diff --git a/src/stream_engine_base.cpp b/src/stream_engine_base.cpp index b5ce18c9..71e09b1b 100644 --- a/src/stream_engine_base.cpp +++ b/src/stream_engine_base.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/stream_engine_base.hpp b/src/stream_engine_base.hpp index 05bcc659..1100cae0 100644 --- a/src/stream_engine_base.hpp +++ b/src/stream_engine_base.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_STREAM_ENGINE_BASE_HPP_INCLUDED__ #define __ZMQ_STREAM_ENGINE_BASE_HPP_INCLUDED__ diff --git a/src/stream_listener_base.cpp b/src/stream_listener_base.cpp index ecd21be0..350093ad 100644 --- a/src/stream_listener_base.cpp +++ b/src/stream_listener_base.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "stream_listener_base.hpp" diff --git a/src/stream_listener_base.hpp b/src/stream_listener_base.hpp index 71582541..1a4f62ff 100644 --- a/src/stream_listener_base.hpp +++ b/src/stream_listener_base.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_STREAM_LISTENER_BASE_HPP_INCLUDED__ #define __ZMQ_STREAM_LISTENER_BASE_HPP_INCLUDED__ diff --git a/src/sub.cpp b/src/sub.cpp index 7240054a..903e7dc8 100644 --- a/src/sub.cpp +++ b/src/sub.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "sub.hpp" diff --git a/src/sub.hpp b/src/sub.hpp index ee519c89..6fac7262 100644 --- a/src/sub.hpp +++ b/src/sub.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_SUB_HPP_INCLUDED__ #define __ZMQ_SUB_HPP_INCLUDED__ diff --git a/src/tcp.cpp b/src/tcp.cpp index e75c482b..adebea62 100644 --- a/src/tcp.cpp +++ b/src/tcp.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/tcp.hpp b/src/tcp.hpp index 0b5e9759..c6b24f56 100644 --- a/src/tcp.hpp +++ b/src/tcp.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_TCP_HPP_INCLUDED__ #define __ZMQ_TCP_HPP_INCLUDED__ diff --git a/src/tcp_address.cpp b/src/tcp_address.cpp index cd8016f6..4f4807a7 100644 --- a/src/tcp_address.cpp +++ b/src/tcp_address.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/tcp_address.hpp b/src/tcp_address.hpp index 4d3edf49..c3f7bff1 100644 --- a/src/tcp_address.hpp +++ b/src/tcp_address.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_TCP_ADDRESS_HPP_INCLUDED__ #define __ZMQ_TCP_ADDRESS_HPP_INCLUDED__ diff --git a/src/tcp_connecter.cpp b/src/tcp_connecter.cpp index a0138eb1..0dbf5863 100644 --- a/src/tcp_connecter.cpp +++ b/src/tcp_connecter.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/tcp_connecter.hpp b/src/tcp_connecter.hpp index 49477039..39be80a8 100644 --- a/src/tcp_connecter.hpp +++ b/src/tcp_connecter.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __TCP_CONNECTER_HPP_INCLUDED__ #define __TCP_CONNECTER_HPP_INCLUDED__ diff --git a/src/tcp_listener.cpp b/src/tcp_listener.cpp index 69581b74..bb9804b0 100644 --- a/src/tcp_listener.cpp +++ b/src/tcp_listener.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/tcp_listener.hpp b/src/tcp_listener.hpp index 3f41b8fb..b489191a 100644 --- a/src/tcp_listener.hpp +++ b/src/tcp_listener.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_TCP_LISTENER_HPP_INCLUDED__ #define __ZMQ_TCP_LISTENER_HPP_INCLUDED__ diff --git a/src/thread.cpp b/src/thread.cpp index 3504236f..29885392 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/thread.hpp b/src/thread.hpp index 1d58f4b6..955b227d 100644 --- a/src/thread.hpp +++ b/src/thread.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_THREAD_HPP_INCLUDED__ #define __ZMQ_THREAD_HPP_INCLUDED__ diff --git a/src/timers.cpp b/src/timers.cpp index e9b516e0..0aeb7bef 100644 --- a/src/timers.cpp +++ b/src/timers.cpp @@ -1,31 +1,4 @@ -/* -Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - -This file is part of libzmq, the ZeroMQ core engine in C++. - -libzmq is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License (LGPL) as published -by the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -As a special exception, the Contributors give you permission to link -this library with independent modules to produce an executable, -regardless of the license terms of these independent modules, and to -copy and distribute the resulting executable under terms of your choice, -provided that you also meet, for each linked independent module, the -terms and conditions of the license of that module. An independent -module is a module which is not derived from or based on this library. -If you modify this library, you must extend this exception to your -version of the library. - -libzmq is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public -License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "timers.hpp" diff --git a/src/timers.hpp b/src/timers.hpp index ba8cdfba..dbc9b8dc 100644 --- a/src/timers.hpp +++ b/src/timers.hpp @@ -1,31 +1,4 @@ -/* -Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - -This file is part of libzmq, the ZeroMQ core engine in C++. - -libzmq is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License (LGPL) as published -by the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -As a special exception, the Contributors give you permission to link -this library with independent modules to produce an executable, -regardless of the license terms of these independent modules, and to -copy and distribute the resulting executable under terms of your choice, -provided that you also meet, for each linked independent module, the -terms and conditions of the license of that module. An independent -module is a module which is not derived from or based on this library. -If you modify this library, you must extend this exception to your -version of the library. - -libzmq is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public -License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_TIMERS_HPP_INCLUDED__ #define __ZMQ_TIMERS_HPP_INCLUDED__ diff --git a/src/tipc_address.cpp b/src/tipc_address.cpp index 758b6a56..3fb67fb7 100644 --- a/src/tipc_address.cpp +++ b/src/tipc_address.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/tipc_address.hpp b/src/tipc_address.hpp index 55ae0e7d..db6f88ac 100644 --- a/src/tipc_address.hpp +++ b/src/tipc_address.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_TIPC_ADDRESS_HPP_INCLUDED__ #define __ZMQ_TIPC_ADDRESS_HPP_INCLUDED__ diff --git a/src/tipc_connecter.cpp b/src/tipc_connecter.cpp index 6057997f..9d4e8263 100644 --- a/src/tipc_connecter.cpp +++ b/src/tipc_connecter.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/tipc_connecter.hpp b/src/tipc_connecter.hpp index e12643ff..fd7f630c 100644 --- a/src/tipc_connecter.hpp +++ b/src/tipc_connecter.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __TIPC_CONNECTER_HPP_INCLUDED__ #define __TIPC_CONNECTER_HPP_INCLUDED__ diff --git a/src/tipc_listener.cpp b/src/tipc_listener.cpp index 338327bc..c0cef6b4 100644 --- a/src/tipc_listener.cpp +++ b/src/tipc_listener.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/tipc_listener.hpp b/src/tipc_listener.hpp index 040a99e6..dd569c9f 100644 --- a/src/tipc_listener.hpp +++ b/src/tipc_listener.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_TIPC_LISTENER_HPP_INCLUDED__ #define __ZMQ_TIPC_LISTENER_HPP_INCLUDED__ diff --git a/src/trie.cpp b/src/trie.cpp index 3c1e8565..548ae4d2 100644 --- a/src/trie.cpp +++ b/src/trie.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/trie.hpp b/src/trie.hpp index 8457c3ce..f7ca14ae 100644 --- a/src/trie.hpp +++ b/src/trie.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_TRIE_HPP_INCLUDED__ #define __ZMQ_TRIE_HPP_INCLUDED__ diff --git a/src/udp_address.cpp b/src/udp_address.cpp index 5d1713fe..2e6f82c4 100644 --- a/src/udp_address.cpp +++ b/src/udp_address.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/udp_address.hpp b/src/udp_address.hpp index a2530d8f..7cf1bbbe 100644 --- a/src/udp_address.hpp +++ b/src/udp_address.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_UDP_ADDRESS_HPP_INCLUDED__ #define __ZMQ_UDP_ADDRESS_HPP_INCLUDED__ diff --git a/src/udp_engine.cpp b/src/udp_engine.cpp index 9086ae2e..fe0a536a 100644 --- a/src/udp_engine.cpp +++ b/src/udp_engine.cpp @@ -1,31 +1,4 @@ -/* -Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - -This file is part of libzmq, the ZeroMQ core engine in C++. - -libzmq is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License (LGPL) as published -by the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -As a special exception, the Contributors give you permission to link -this library with independent modules to produce an executable, -regardless of the license terms of these independent modules, and to -copy and distribute the resulting executable under terms of your choice, -provided that you also meet, for each linked independent module, the -terms and conditions of the license of that module. An independent -module is a module which is not derived from or based on this library. -If you modify this library, you must extend this exception to your -version of the library. - -libzmq is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public -License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/v1_decoder.cpp b/src/v1_decoder.cpp index df162b5f..59a48167 100644 --- a/src/v1_decoder.cpp +++ b/src/v1_decoder.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/v1_decoder.hpp b/src/v1_decoder.hpp index ccf63fc0..56a0e30a 100644 --- a/src/v1_decoder.hpp +++ b/src/v1_decoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_V1_DECODER_HPP_INCLUDED__ #define __ZMQ_V1_DECODER_HPP_INCLUDED__ diff --git a/src/v1_encoder.cpp b/src/v1_encoder.cpp index 38e7e982..715da11e 100644 --- a/src/v1_encoder.cpp +++ b/src/v1_encoder.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "encoder.hpp" diff --git a/src/v1_encoder.hpp b/src/v1_encoder.hpp index 3f7a57e3..4a3f9202 100644 --- a/src/v1_encoder.hpp +++ b/src/v1_encoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_V1_ENCODER_HPP_INCLUDED__ #define __ZMQ_V1_ENCODER_HPP_INCLUDED__ diff --git a/src/v2_decoder.cpp b/src/v2_decoder.cpp index 5848d6a0..6cdda4c1 100644 --- a/src/v2_decoder.cpp +++ b/src/v2_decoder.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/v2_decoder.hpp b/src/v2_decoder.hpp index 4c5d135d..93bba53e 100644 --- a/src/v2_decoder.hpp +++ b/src/v2_decoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_V2_DECODER_HPP_INCLUDED__ #define __ZMQ_V2_DECODER_HPP_INCLUDED__ diff --git a/src/v2_encoder.cpp b/src/v2_encoder.cpp index f331adee..a4ce0eb9 100644 --- a/src/v2_encoder.cpp +++ b/src/v2_encoder.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "v2_protocol.hpp" diff --git a/src/v2_encoder.hpp b/src/v2_encoder.hpp index 4f60616f..586ed917 100644 --- a/src/v2_encoder.hpp +++ b/src/v2_encoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_V2_ENCODER_HPP_INCLUDED__ #define __ZMQ_V2_ENCODER_HPP_INCLUDED__ diff --git a/src/v2_protocol.hpp b/src/v2_protocol.hpp index f1297295..2b4164d0 100644 --- a/src/v2_protocol.hpp +++ b/src/v2_protocol.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_V2_PROTOCOL_HPP_INCLUDED__ #define __ZMQ_V2_PROTOCOL_HPP_INCLUDED__ diff --git a/src/v3_1_encoder.cpp b/src/v3_1_encoder.cpp index f9e11dfa..fcf8cc63 100644 --- a/src/v3_1_encoder.cpp +++ b/src/v3_1_encoder.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "v2_protocol.hpp" diff --git a/src/v3_1_encoder.hpp b/src/v3_1_encoder.hpp index d5d9c136..4b56ef8b 100644 --- a/src/v3_1_encoder.hpp +++ b/src/v3_1_encoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_V3_1_ENCODER_HPP_INCLUDED__ #define __ZMQ_V3_1_ENCODER_HPP_INCLUDED__ diff --git a/src/vmci.cpp b/src/vmci.cpp index b8807e35..48c10290 100644 --- a/src/vmci.cpp +++ b/src/vmci.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "ip.hpp" diff --git a/src/vmci.hpp b/src/vmci.hpp index a79b4bf3..983cf72d 100644 --- a/src/vmci.hpp +++ b/src/vmci.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_VMCI_HPP_INCLUDED__ #define __ZMQ_VMCI_HPP_INCLUDED__ diff --git a/src/vmci_address.cpp b/src/vmci_address.cpp index 7af36a02..83fbb920 100644 --- a/src/vmci_address.cpp +++ b/src/vmci_address.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/vmci_address.hpp b/src/vmci_address.hpp index ae6b39fb..e8f19236 100644 --- a/src/vmci_address.hpp +++ b/src/vmci_address.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_VMCI_ADDRESS_HPP_INCLUDED__ #define __ZMQ_VMCI_ADDRESS_HPP_INCLUDED__ diff --git a/src/vmci_connecter.cpp b/src/vmci_connecter.cpp index 2e0e4b4f..19491686 100644 --- a/src/vmci_connecter.cpp +++ b/src/vmci_connecter.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/vmci_connecter.hpp b/src/vmci_connecter.hpp index 64a176a9..c5ebc90d 100644 --- a/src/vmci_connecter.hpp +++ b/src/vmci_connecter.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_VMCI_CONNECTER_HPP_INCLUDED__ #define __ZMQ_VMCI_CONNECTER_HPP_INCLUDED__ diff --git a/src/vmci_listener.cpp b/src/vmci_listener.cpp index c6b10dfb..af7d3602 100644 --- a/src/vmci_listener.cpp +++ b/src/vmci_listener.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/vmci_listener.hpp b/src/vmci_listener.hpp index abce0793..b4bb653d 100644 --- a/src/vmci_listener.hpp +++ b/src/vmci_listener.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_VMCI_LISTENER_HPP_INCLUDED__ #define __ZMQ_VMCI_LISTENER_HPP_INCLUDED__ diff --git a/src/windows.hpp b/src/windows.hpp index c6d62518..9a4e96d5 100644 --- a/src/windows.hpp +++ b/src/windows.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_WINDOWS_HPP_INCLUDED__ #define __ZMQ_WINDOWS_HPP_INCLUDED__ diff --git a/src/wire.hpp b/src/wire.hpp index 47b61b00..53a031f3 100644 --- a/src/wire.hpp +++ b/src/wire.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_WIRE_HPP_INCLUDED__ #define __ZMQ_WIRE_HPP_INCLUDED__ diff --git a/src/ws_address.cpp b/src/ws_address.cpp index 9e5224b9..1b763f18 100644 --- a/src/ws_address.cpp +++ b/src/ws_address.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/ws_address.hpp b/src/ws_address.hpp index a5d5de89..94b653f4 100644 --- a/src/ws_address.hpp +++ b/src/ws_address.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_WS_ADDRESS_HPP_INCLUDED__ #define __ZMQ_WS_ADDRESS_HPP_INCLUDED__ diff --git a/src/ws_connecter.cpp b/src/ws_connecter.cpp index f9321d9b..0cb69ed8 100644 --- a/src/ws_connecter.cpp +++ b/src/ws_connecter.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/ws_connecter.hpp b/src/ws_connecter.hpp index 9755b216..b67cff78 100644 --- a/src/ws_connecter.hpp +++ b/src/ws_connecter.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __WS_CONNECTER_HPP_INCLUDED__ #define __WS_CONNECTER_HPP_INCLUDED__ diff --git a/src/ws_decoder.cpp b/src/ws_decoder.cpp index 58b12707..428d0eaf 100644 --- a/src/ws_decoder.cpp +++ b/src/ws_decoder.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/ws_decoder.hpp b/src/ws_decoder.hpp index a12f7d1e..dc19aacb 100644 --- a/src/ws_decoder.hpp +++ b/src/ws_decoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_WS_DECODER_HPP_INCLUDED__ #define __ZMQ_WS_DECODER_HPP_INCLUDED__ diff --git a/src/ws_encoder.cpp b/src/ws_encoder.cpp index 7d833615..0065e8bc 100644 --- a/src/ws_encoder.cpp +++ b/src/ws_encoder.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "ws_protocol.hpp" diff --git a/src/ws_encoder.hpp b/src/ws_encoder.hpp index 299259a7..21166574 100644 --- a/src/ws_encoder.hpp +++ b/src/ws_encoder.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_WS_ENCODER_HPP_INCLUDED__ #define __ZMQ_WS_ENCODER_HPP_INCLUDED__ diff --git a/src/ws_engine.cpp b/src/ws_engine.cpp index 615ffacb..9eec0d92 100644 --- a/src/ws_engine.cpp +++ b/src/ws_engine.cpp @@ -1,31 +1,4 @@ -/* -Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - -This file is part of libzmq, the ZeroMQ core engine in C++. - -libzmq is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License (LGPL) as published -by the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -As a special exception, the Contributors give you permission to link -this library with independent modules to produce an executable, -regardless of the license terms of these independent modules, and to -copy and distribute the resulting executable under terms of your choice, -provided that you also meet, for each linked independent module, the -terms and conditions of the license of that module. An independent -module is a module which is not derived from or based on this library. -If you modify this library, you must extend this exception to your -version of the library. - -libzmq is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public -License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/ws_engine.hpp b/src/ws_engine.hpp index bdf145b8..167b9fe6 100644 --- a/src/ws_engine.hpp +++ b/src/ws_engine.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_WS_ENGINE_HPP_INCLUDED__ #define __ZMQ_WS_ENGINE_HPP_INCLUDED__ diff --git a/src/ws_listener.cpp b/src/ws_listener.cpp index 43ca198a..15168137 100644 --- a/src/ws_listener.cpp +++ b/src/ws_listener.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/ws_listener.hpp b/src/ws_listener.hpp index 88f3b08b..60b043d1 100644 --- a/src/ws_listener.hpp +++ b/src/ws_listener.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_WS_LISTENER_HPP_INCLUDED__ #define __ZMQ_WS_LISTENER_HPP_INCLUDED__ diff --git a/src/ws_protocol.hpp b/src/ws_protocol.hpp index b4b7e81f..e80c3339 100644 --- a/src/ws_protocol.hpp +++ b/src/ws_protocol.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_WS_PROTOCOL_HPP_INCLUDED__ #define __ZMQ_WS_PROTOCOL_HPP_INCLUDED__ diff --git a/src/wss_address.cpp b/src/wss_address.cpp index abfec9eb..e26003de 100644 --- a/src/wss_address.cpp +++ b/src/wss_address.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/wss_address.hpp b/src/wss_address.hpp index ec6a9033..9fe233f9 100644 --- a/src/wss_address.hpp +++ b/src/wss_address.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_WSS_ADDRESS_HPP_INCLUDED__ #define __ZMQ_WSS_ADDRESS_HPP_INCLUDED__ diff --git a/src/wss_engine.cpp b/src/wss_engine.cpp index 935e9c1f..300ae24b 100644 --- a/src/wss_engine.cpp +++ b/src/wss_engine.cpp @@ -1,31 +1,4 @@ -/* -Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - -This file is part of libzmq, the ZeroMQ core engine in C++. - -libzmq is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License (LGPL) as published -by the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -As a special exception, the Contributors give you permission to link -this library with independent modules to produce an executable, -regardless of the license terms of these independent modules, and to -copy and distribute the resulting executable under terms of your choice, -provided that you also meet, for each linked independent module, the -terms and conditions of the license of that module. An independent -module is a module which is not derived from or based on this library. -If you modify this library, you must extend this exception to your -version of the library. - -libzmq is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public -License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "wss_engine.hpp" diff --git a/src/wss_engine.hpp b/src/wss_engine.hpp index 0280c38a..036f24e2 100644 --- a/src/wss_engine.hpp +++ b/src/wss_engine.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_WSS_ENGINE_HPP_INCLUDED__ #define __ZMQ_WSS_ENGINE_HPP_INCLUDED__ diff --git a/src/xpub.cpp b/src/xpub.cpp index acaed4c9..b09cec1b 100644 --- a/src/xpub.cpp +++ b/src/xpub.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/xpub.hpp b/src/xpub.hpp index 32d7325a..9a0693f5 100644 --- a/src/xpub.hpp +++ b/src/xpub.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_XPUB_HPP_INCLUDED__ #define __ZMQ_XPUB_HPP_INCLUDED__ diff --git a/src/xsub.cpp b/src/xsub.cpp index d2192c90..a82d3a08 100644 --- a/src/xsub.cpp +++ b/src/xsub.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include diff --git a/src/xsub.hpp b/src/xsub.hpp index 14f3c7bb..01f52355 100644 --- a/src/xsub.hpp +++ b/src/xsub.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_XSUB_HPP_INCLUDED__ #define __ZMQ_XSUB_HPP_INCLUDED__ diff --git a/src/ypipe.hpp b/src/ypipe.hpp index 1c10136a..4b49264c 100644 --- a/src/ypipe.hpp +++ b/src/ypipe.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_YPIPE_HPP_INCLUDED__ #define __ZMQ_YPIPE_HPP_INCLUDED__ diff --git a/src/ypipe_base.hpp b/src/ypipe_base.hpp index 50a534f8..b0e51e68 100644 --- a/src/ypipe_base.hpp +++ b/src/ypipe_base.hpp @@ -1,32 +1,5 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_YPIPE_BASE_HPP_INCLUDED__ #define __ZMQ_YPIPE_BASE_HPP_INCLUDED__ diff --git a/src/ypipe_conflate.hpp b/src/ypipe_conflate.hpp index c81e66ae..c2b31a96 100644 --- a/src/ypipe_conflate.hpp +++ b/src/ypipe_conflate.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_YPIPE_CONFLATE_HPP_INCLUDED__ #define __ZMQ_YPIPE_CONFLATE_HPP_INCLUDED__ diff --git a/src/yqueue.hpp b/src/yqueue.hpp index 0780ea7a..1fd3fa79 100755 --- a/src/yqueue.hpp +++ b/src/yqueue.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_YQUEUE_HPP_INCLUDED__ #define __ZMQ_YQUEUE_HPP_INCLUDED__ diff --git a/src/zap_client.cpp b/src/zap_client.cpp index 1eba76b0..521e2a9e 100644 --- a/src/zap_client.cpp +++ b/src/zap_client.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/zap_client.hpp b/src/zap_client.hpp index 970a0379..b4b7341a 100644 --- a/src/zap_client.hpp +++ b/src/zap_client.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_ZAP_CLIENT_HPP_INCLUDED__ #define __ZMQ_ZAP_CLIENT_HPP_INCLUDED__ diff --git a/src/zmq.cpp b/src/zmq.cpp index a9641a31..c6d35f34 100644 --- a/src/zmq.cpp +++ b/src/zmq.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ // "Tell them I was a writer. // A maker of software. diff --git a/src/zmq_draft.h b/src/zmq_draft.h index 0688ee5e..ce5a04dd 100644 --- a/src/zmq_draft.h +++ b/src/zmq_draft.h @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_DRAFT_H_INCLUDED__ #define __ZMQ_DRAFT_H_INCLUDED__ diff --git a/src/zmq_utils.cpp b/src/zmq_utils.cpp index a66855e3..e7abf701 100644 --- a/src/zmq_utils.cpp +++ b/src/zmq_utils.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" diff --git a/src/zmtp_engine.cpp b/src/zmtp_engine.cpp index 0bde8660..b8bbd49f 100644 --- a/src/zmtp_engine.cpp +++ b/src/zmtp_engine.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "precompiled.hpp" #include "macros.hpp" diff --git a/src/zmtp_engine.hpp b/src/zmtp_engine.hpp index 10f4134c..ed2d5815 100644 --- a/src/zmtp_engine.hpp +++ b/src/zmtp_engine.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_ZMTP_ENGINE_HPP_INCLUDED__ #define __ZMQ_ZMTP_ENGINE_HPP_INCLUDED__ diff --git a/tests/test_abstract_ipc.cpp b/tests/test_abstract_ipc.cpp index f01d8bda..866702ce 100644 --- a/tests/test_abstract_ipc.cpp +++ b/tests/test_abstract_ipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_address_tipc.cpp b/tests/test_address_tipc.cpp index de545a18..fc212aa7 100644 --- a/tests/test_address_tipc.cpp +++ b/tests/test_address_tipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2018 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_ancillaries.cpp b/tests/test_ancillaries.cpp index 2f982562..49db2448 100644 --- a/tests/test_ancillaries.cpp +++ b/tests/test_ancillaries.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ /* * File for adding tests for ancillary API methods and other miscellaenous diff --git a/tests/test_app_meta.cpp b/tests/test_app_meta.cpp index f1f824b4..e134cb20 100644 --- a/tests/test_app_meta.cpp +++ b/tests/test_app_meta.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2018 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_atomics.cpp b/tests/test_atomics.cpp index b1e5772d..904e757a 100644 --- a/tests/test_atomics.cpp +++ b/tests/test_atomics.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_base85.cpp b/tests/test_base85.cpp index d2fc131b..ca047dee 100644 --- a/tests/test_base85.cpp +++ b/tests/test_base85.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_bind_after_connect_tcp.cpp b/tests/test_bind_after_connect_tcp.cpp index eb2ecb1c..043b9fef 100644 --- a/tests/test_bind_after_connect_tcp.cpp +++ b/tests/test_bind_after_connect_tcp.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_bind_curve_fuzzer.cpp b/tests/test_bind_curve_fuzzer.cpp index 35d2d763..66853bbf 100644 --- a/tests/test_bind_curve_fuzzer.cpp +++ b/tests/test_bind_curve_fuzzer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef ZMQ_USE_FUZZING_ENGINE #include diff --git a/tests/test_bind_fuzzer.cpp b/tests/test_bind_fuzzer.cpp index 484e2e81..b99000d4 100644 --- a/tests/test_bind_fuzzer.cpp +++ b/tests/test_bind_fuzzer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef ZMQ_USE_FUZZING_ENGINE #include diff --git a/tests/test_bind_null_fuzzer.cpp b/tests/test_bind_null_fuzzer.cpp index 98685cf6..ca3c0c69 100644 --- a/tests/test_bind_null_fuzzer.cpp +++ b/tests/test_bind_null_fuzzer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef ZMQ_USE_FUZZING_ENGINE #include diff --git a/tests/test_bind_src_address.cpp b/tests/test_bind_src_address.cpp index 8f80a3aa..84093a48 100644 --- a/tests/test_bind_src_address.cpp +++ b/tests/test_bind_src_address.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_bind_stream_fuzzer.cpp b/tests/test_bind_stream_fuzzer.cpp index 0d43ca3d..abd8a6d8 100644 --- a/tests/test_bind_stream_fuzzer.cpp +++ b/tests/test_bind_stream_fuzzer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef ZMQ_USE_FUZZING_ENGINE #include diff --git a/tests/test_bind_ws_fuzzer.cpp b/tests/test_bind_ws_fuzzer.cpp index bec06887..0b8907f9 100644 --- a/tests/test_bind_ws_fuzzer.cpp +++ b/tests/test_bind_ws_fuzzer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef ZMQ_USE_FUZZING_ENGINE #include diff --git a/tests/test_busy_poll.cpp b/tests/test_busy_poll.cpp index e0405542..a16c63d8 100644 --- a/tests/test_busy_poll.cpp +++ b/tests/test_busy_poll.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2021 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_capabilities.cpp b/tests/test_capabilities.cpp index 5417fed7..33e8ae31 100644 --- a/tests/test_capabilities.cpp +++ b/tests/test_capabilities.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_channel.cpp b/tests/test_channel.cpp index 42777b43..b4533f1c 100644 --- a/tests/test_channel.cpp +++ b/tests/test_channel.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_client_server.cpp b/tests/test_client_server.cpp index c74883d8..5e1a99a1 100644 --- a/tests/test_client_server.cpp +++ b/tests/test_client_server.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_conflate.cpp b/tests/test_conflate.cpp index dce3fb32..a6c1fd0a 100644 --- a/tests/test_conflate.cpp +++ b/tests/test_conflate.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_connect_curve_fuzzer.cpp b/tests/test_connect_curve_fuzzer.cpp index 30a0ccbc..6a6d98eb 100644 --- a/tests/test_connect_curve_fuzzer.cpp +++ b/tests/test_connect_curve_fuzzer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef ZMQ_USE_FUZZING_ENGINE #include diff --git a/tests/test_connect_delay_tipc.cpp b/tests/test_connect_delay_tipc.cpp index 8fd40f14..dc26f3e6 100644 --- a/tests/test_connect_delay_tipc.cpp +++ b/tests/test_connect_delay_tipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_connect_fuzzer.cpp b/tests/test_connect_fuzzer.cpp index c7b42e81..296ee9ca 100644 --- a/tests/test_connect_fuzzer.cpp +++ b/tests/test_connect_fuzzer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef ZMQ_USE_FUZZING_ENGINE #include diff --git a/tests/test_connect_null_fuzzer.cpp b/tests/test_connect_null_fuzzer.cpp index a942a61f..30d92b0a 100644 --- a/tests/test_connect_null_fuzzer.cpp +++ b/tests/test_connect_null_fuzzer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef ZMQ_USE_FUZZING_ENGINE #include diff --git a/tests/test_connect_resolve.cpp b/tests/test_connect_resolve.cpp index b846ca39..2db2cfd4 100644 --- a/tests/test_connect_resolve.cpp +++ b/tests/test_connect_resolve.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" diff --git a/tests/test_connect_rid.cpp b/tests/test_connect_rid.cpp index 49dbded3..89e45780 100644 --- a/tests/test_connect_rid.cpp +++ b/tests/test_connect_rid.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_connect_stream_fuzzer.cpp b/tests/test_connect_stream_fuzzer.cpp index 998d0154..210d47e4 100644 --- a/tests/test_connect_stream_fuzzer.cpp +++ b/tests/test_connect_stream_fuzzer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef ZMQ_USE_FUZZING_ENGINE #include diff --git a/tests/test_connect_ws_fuzzer.cpp b/tests/test_connect_ws_fuzzer.cpp index cdd0180b..6d85a43a 100644 --- a/tests/test_connect_ws_fuzzer.cpp +++ b/tests/test_connect_ws_fuzzer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef ZMQ_USE_FUZZING_ENGINE #include diff --git a/tests/test_ctx_destroy.cpp b/tests/test_ctx_destroy.cpp index 661ca19d..1ea5a211 100644 --- a/tests/test_ctx_destroy.cpp +++ b/tests/test_ctx_destroy.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_ctx_options.cpp b/tests/test_ctx_options.cpp index a7856068..bb3ab316 100644 --- a/tests/test_ctx_options.cpp +++ b/tests/test_ctx_options.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include #include "testutil.hpp" diff --git a/tests/test_dgram.cpp b/tests/test_dgram.cpp index e4f1cf58..939af27c 100644 --- a/tests/test_dgram.cpp +++ b/tests/test_dgram.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_diffserv.cpp b/tests/test_diffserv.cpp index 4ed6dc62..f3ca0c53 100644 --- a/tests/test_diffserv.cpp +++ b/tests/test_diffserv.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_disconnect_inproc.cpp b/tests/test_disconnect_inproc.cpp index 240f29d7..e7c8e79c 100644 --- a/tests/test_disconnect_inproc.cpp +++ b/tests/test_disconnect_inproc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_disconnect_msg.cpp b/tests/test_disconnect_msg.cpp index 73efef3d..40c62af3 100644 --- a/tests/test_disconnect_msg.cpp +++ b/tests/test_disconnect_msg.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_filter_ipc.cpp b/tests/test_filter_ipc.cpp index 4c47df42..e793f682 100644 --- a/tests/test_filter_ipc.cpp +++ b/tests/test_filter_ipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_fork.cpp b/tests/test_fork.cpp index 212a65c4..4a601bcd 100644 --- a/tests/test_fork.cpp +++ b/tests/test_fork.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_getsockopt_memset.cpp b/tests/test_getsockopt_memset.cpp index caab9c27..70b41c7f 100644 --- a/tests/test_getsockopt_memset.cpp +++ b/tests/test_getsockopt_memset.cpp @@ -1,26 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - This file is part of libzmq, the ZeroMQ core engine in C++. - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_heartbeats.cpp b/tests/test_heartbeats.cpp index 23c6fa15..b68e60c2 100644 --- a/tests/test_heartbeats.cpp +++ b/tests/test_heartbeats.cpp @@ -1,21 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of 0MQ. - - 0MQ is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - 0MQ is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #if defined(ZMQ_HAVE_WINDOWS) diff --git a/tests/test_hello_msg.cpp b/tests/test_hello_msg.cpp index e38ea87c..b037907c 100644 --- a/tests/test_hello_msg.cpp +++ b/tests/test_hello_msg.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_hiccup_msg.cpp b/tests/test_hiccup_msg.cpp index c7784b20..a6eb6951 100644 --- a/tests/test_hiccup_msg.cpp +++ b/tests/test_hiccup_msg.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2021 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_hwm.cpp b/tests/test_hwm.cpp index e07d1888..b333d34d 100644 --- a/tests/test_hwm.cpp +++ b/tests/test_hwm.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_hwm_pubsub.cpp b/tests/test_hwm_pubsub.cpp index 2452ddb0..42baecb6 100644 --- a/tests/test_hwm_pubsub.cpp +++ b/tests/test_hwm_pubsub.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_immediate.cpp b/tests/test_immediate.cpp index 08dc3b99..1eadada6 100644 --- a/tests/test_immediate.cpp +++ b/tests/test_immediate.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_inproc_connect.cpp b/tests/test_inproc_connect.cpp index c6437d55..cbb6cdfd 100644 --- a/tests/test_inproc_connect.cpp +++ b/tests/test_inproc_connect.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_invalid_rep.cpp b/tests/test_invalid_rep.cpp index ae9fb18b..b599b93d 100644 --- a/tests/test_invalid_rep.cpp +++ b/tests/test_invalid_rep.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_iov.cpp b/tests/test_iov.cpp index f9ccbafc..88b98aff 100644 --- a/tests/test_iov.cpp +++ b/tests/test_iov.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_ipc_wildcard.cpp b/tests/test_ipc_wildcard.cpp index 2f0ae176..b1b9136c 100644 --- a/tests/test_ipc_wildcard.cpp +++ b/tests/test_ipc_wildcard.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_issue_566.cpp b/tests/test_issue_566.cpp index 2495eadf..31ddcd3b 100644 --- a/tests/test_issue_566.cpp +++ b/tests/test_issue_566.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_last_endpoint.cpp b/tests/test_last_endpoint.cpp index 663b8d71..1209c8d8 100644 --- a/tests/test_last_endpoint.cpp +++ b/tests/test_last_endpoint.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_many_sockets.cpp b/tests/test_many_sockets.cpp index 9444a380..2cee880d 100644 --- a/tests/test_many_sockets.cpp +++ b/tests/test_many_sockets.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_metadata.cpp b/tests/test_metadata.cpp index 642e8d6e..34c132d6 100644 --- a/tests/test_metadata.cpp +++ b/tests/test_metadata.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_mock_pub_sub.cpp b/tests/test_mock_pub_sub.cpp index 757c1e17..d1229ddd 100644 --- a/tests/test_mock_pub_sub.cpp +++ b/tests/test_mock_pub_sub.cpp @@ -1,21 +1,4 @@ -/* - Copyright (c) 2018 Contributors as noted in the AUTHORS file - - This file is part of 0MQ. - - 0MQ is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - 0MQ is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_monitor.cpp b/tests/test_monitor.cpp index 7398dbd8..f4d246b5 100644 --- a/tests/test_monitor.cpp +++ b/tests/test_monitor.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_monitoring.hpp" diff --git a/tests/test_msg_ffn.cpp b/tests/test_msg_ffn.cpp index 5f40f288..cdaf1627 100644 --- a/tests/test_msg_ffn.cpp +++ b/tests/test_msg_ffn.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_msg_flags.cpp b/tests/test_msg_flags.cpp index 55cf348b..a0bc1ed4 100644 --- a/tests/test_msg_flags.cpp +++ b/tests/test_msg_flags.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_msg_init.cpp b/tests/test_msg_init.cpp index 75e78102..47a1f4e1 100644 --- a/tests/test_msg_init.cpp +++ b/tests/test_msg_init.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_pair_inproc.cpp b/tests/test_pair_inproc.cpp index efbd9301..b092b2a7 100644 --- a/tests/test_pair_inproc.cpp +++ b/tests/test_pair_inproc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_pair_ipc.cpp b/tests/test_pair_ipc.cpp index 1872fd81..d6c0e674 100644 --- a/tests/test_pair_ipc.cpp +++ b/tests/test_pair_ipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_pair_tcp.cpp b/tests/test_pair_tcp.cpp index 81b442de..258df323 100644 --- a/tests/test_pair_tcp.cpp +++ b/tests/test_pair_tcp.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_pair_tcp_cap_net_admin.cpp b/tests/test_pair_tcp_cap_net_admin.cpp index 6871bf99..f9192aad 100644 --- a/tests/test_pair_tcp_cap_net_admin.cpp +++ b/tests/test_pair_tcp_cap_net_admin.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_pair_tipc.cpp b/tests/test_pair_tipc.cpp index 9040dda0..56bf07c7 100644 --- a/tests/test_pair_tipc.cpp +++ b/tests/test_pair_tipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include #include "testutil.hpp" diff --git a/tests/test_pair_vmci.cpp b/tests/test_pair_vmci.cpp index 5e045efb..bc235ed2 100644 --- a/tests/test_pair_vmci.cpp +++ b/tests/test_pair_vmci.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include #include diff --git a/tests/test_peer.cpp b/tests/test_peer.cpp index 30127f58..68773294 100644 --- a/tests/test_peer.cpp +++ b/tests/test_peer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_poller.cpp b/tests/test_poller.cpp index 7320308c..cc5723c8 100644 --- a/tests/test_poller.cpp +++ b/tests/test_poller.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_probe_router.cpp b/tests/test_probe_router.cpp index 14e68e31..8ffbe4ad 100644 --- a/tests/test_probe_router.cpp +++ b/tests/test_probe_router.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_proxy.cpp b/tests/test_proxy.cpp index 93873428..8fee4e6f 100644 --- a/tests/test_proxy.cpp +++ b/tests/test_proxy.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_proxy_hwm.cpp b/tests/test_proxy_hwm.cpp index 613fd344..6d3b21b0 100644 --- a/tests/test_proxy_hwm.cpp +++ b/tests/test_proxy_hwm.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_proxy_single_socket.cpp b/tests/test_proxy_single_socket.cpp index 98d61b54..d4e176f6 100644 --- a/tests/test_proxy_single_socket.cpp +++ b/tests/test_proxy_single_socket.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_proxy_terminate.cpp b/tests/test_proxy_terminate.cpp index ae62797e..857c6ff2 100644 --- a/tests/test_proxy_terminate.cpp +++ b/tests/test_proxy_terminate.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_pub_invert_matching.cpp b/tests/test_pub_invert_matching.cpp index 4a5b3f5d..998005ea 100644 --- a/tests/test_pub_invert_matching.cpp +++ b/tests/test_pub_invert_matching.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_pubsub.cpp b/tests/test_pubsub.cpp index 44796e8b..fa31e00d 100644 --- a/tests/test_pubsub.cpp +++ b/tests/test_pubsub.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_pubsub_topics_count.cpp b/tests/test_pubsub_topics_count.cpp index 5f6d9ecf..ef5f803a 100644 --- a/tests/test_pubsub_topics_count.cpp +++ b/tests/test_pubsub_topics_count.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_radio_dish.cpp b/tests/test_radio_dish.cpp index c977156b..7bfa722d 100644 --- a/tests/test_radio_dish.cpp +++ b/tests/test_radio_dish.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_rebind_ipc.cpp b/tests/test_rebind_ipc.cpp index 61736eed..0f000a52 100644 --- a/tests/test_rebind_ipc.cpp +++ b/tests/test_rebind_ipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_reconnect_ivl.cpp b/tests/test_reconnect_ivl.cpp index 51be3368..03e84012 100644 --- a/tests/test_reconnect_ivl.cpp +++ b/tests/test_reconnect_ivl.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_reconnect_options.cpp b/tests/test_reconnect_options.cpp index ba461177..7eaa7812 100644 --- a/tests/test_reconnect_options.cpp +++ b/tests/test_reconnect_options.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include #include "testutil.hpp" diff --git a/tests/test_req_correlate.cpp b/tests/test_req_correlate.cpp index 04dee10c..9bf57cf3 100644 --- a/tests/test_req_correlate.cpp +++ b/tests/test_req_correlate.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_req_relaxed.cpp b/tests/test_req_relaxed.cpp index fc9777fa..ad59a7b8 100644 --- a/tests/test_req_relaxed.cpp +++ b/tests/test_req_relaxed.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_reqrep_device.cpp b/tests/test_reqrep_device.cpp index 3b7b2070..77ee7aee 100644 --- a/tests/test_reqrep_device.cpp +++ b/tests/test_reqrep_device.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_reqrep_device_tipc.cpp b/tests/test_reqrep_device_tipc.cpp index 930c9dad..f48a0538 100644 --- a/tests/test_reqrep_device_tipc.cpp +++ b/tests/test_reqrep_device_tipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_reqrep_inproc.cpp b/tests/test_reqrep_inproc.cpp index d12d67e0..30334a22 100644 --- a/tests/test_reqrep_inproc.cpp +++ b/tests/test_reqrep_inproc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_reqrep_ipc.cpp b/tests/test_reqrep_ipc.cpp index 90b99039..8efc94eb 100644 --- a/tests/test_reqrep_ipc.cpp +++ b/tests/test_reqrep_ipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_reqrep_tcp.cpp b/tests/test_reqrep_tcp.cpp index 01d263ab..33d47cbd 100644 --- a/tests/test_reqrep_tcp.cpp +++ b/tests/test_reqrep_tcp.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_reqrep_tipc.cpp b/tests/test_reqrep_tipc.cpp index c4b64c8f..793fabf8 100644 --- a/tests/test_reqrep_tipc.cpp +++ b/tests/test_reqrep_tipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_reqrep_vmci.cpp b/tests/test_reqrep_vmci.cpp index 3f1e9cda..8cd3b164 100644 --- a/tests/test_reqrep_vmci.cpp +++ b/tests/test_reqrep_vmci.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include #include diff --git a/tests/test_router_handover.cpp b/tests/test_router_handover.cpp index 65cd82ed..612e88b5 100644 --- a/tests/test_router_handover.cpp +++ b/tests/test_router_handover.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_router_mandatory.cpp b/tests/test_router_mandatory.cpp index 021f6715..543ca4d9 100644 --- a/tests/test_router_mandatory.cpp +++ b/tests/test_router_mandatory.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_router_mandatory_hwm.cpp b/tests/test_router_mandatory_hwm.cpp index 1b3ad9fa..d71c283d 100644 --- a/tests/test_router_mandatory_hwm.cpp +++ b/tests/test_router_mandatory_hwm.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_router_mandatory_tipc.cpp b/tests/test_router_mandatory_tipc.cpp index af9b2568..753a42fd 100644 --- a/tests/test_router_mandatory_tipc.cpp +++ b/tests/test_router_mandatory_tipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include #include "testutil.hpp" diff --git a/tests/test_router_notify.cpp b/tests/test_router_notify.cpp index ff3ca4b8..1f73e794 100644 --- a/tests/test_router_notify.cpp +++ b/tests/test_router_notify.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_scatter_gather.cpp b/tests/test_scatter_gather.cpp index 275f155f..d7ed43fd 100644 --- a/tests/test_scatter_gather.cpp +++ b/tests/test_scatter_gather.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_security_curve.cpp b/tests/test_security_curve.cpp index 6b37a928..641b1e9f 100644 --- a/tests/test_security_curve.cpp +++ b/tests/test_security_curve.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ // TODO remove this workaround for handling libsodium diff --git a/tests/test_security_gssapi.cpp b/tests/test_security_gssapi.cpp index 2203d4d6..e1f493e9 100644 --- a/tests/test_security_gssapi.cpp +++ b/tests/test_security_gssapi.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_monitoring.hpp" diff --git a/tests/test_security_no_zap_handler.cpp b/tests/test_security_no_zap_handler.cpp index cce2ef66..59188f94 100644 --- a/tests/test_security_no_zap_handler.cpp +++ b/tests/test_security_no_zap_handler.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_security_null.cpp b/tests/test_security_null.cpp index d6e17a2d..df0df6ef 100644 --- a/tests/test_security_null.cpp +++ b/tests/test_security_null.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_security_plain.cpp b/tests/test_security_plain.cpp index 7cfc53c9..2f15fb8d 100644 --- a/tests/test_security_plain.cpp +++ b/tests/test_security_plain.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_security_zap.cpp b/tests/test_security_zap.cpp index d76a1c24..75b11faa 100644 --- a/tests/test_security_zap.cpp +++ b/tests/test_security_zap.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil_security.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_setsockopt.cpp b/tests/test_setsockopt.cpp index 50414682..8f4b2d96 100644 --- a/tests/test_setsockopt.cpp +++ b/tests/test_setsockopt.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_shutdown_stress.cpp b/tests/test_shutdown_stress.cpp index 11fb1362..0fd70b23 100644 --- a/tests/test_shutdown_stress.cpp +++ b/tests/test_shutdown_stress.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_shutdown_stress_tipc.cpp b/tests/test_shutdown_stress_tipc.cpp index 9d91ff03..62b03b53 100644 --- a/tests/test_shutdown_stress_tipc.cpp +++ b/tests/test_shutdown_stress_tipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_socket_null.cpp b/tests/test_socket_null.cpp index 7c1cc9fa..fed4a97d 100644 --- a/tests/test_socket_null.cpp +++ b/tests/test_socket_null.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" diff --git a/tests/test_socket_options_fuzzer.cpp b/tests/test_socket_options_fuzzer.cpp index adbac6c4..cfacf3eb 100644 --- a/tests/test_socket_options_fuzzer.cpp +++ b/tests/test_socket_options_fuzzer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef ZMQ_USE_FUZZING_ENGINE #include diff --git a/tests/test_sockopt_hwm.cpp b/tests/test_sockopt_hwm.cpp index d96118e3..791d827a 100644 --- a/tests/test_sockopt_hwm.cpp +++ b/tests/test_sockopt_hwm.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_socks.cpp b/tests/test_socks.cpp index 4d7b42ed..1c270544 100644 --- a/tests/test_socks.cpp +++ b/tests/test_socks.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef _WIN32 #include "../src/windows.hpp" diff --git a/tests/test_sodium.cpp b/tests/test_sodium.cpp index 1cd7fce5..a9787a31 100644 --- a/tests/test_sodium.cpp +++ b/tests/test_sodium.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_spec_dealer.cpp b/tests/test_spec_dealer.cpp index 0867a5b1..ea055ce4 100644 --- a/tests/test_spec_dealer.cpp +++ b/tests/test_spec_dealer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_spec_pushpull.cpp b/tests/test_spec_pushpull.cpp index 4ffc7e62..b8baba82 100644 --- a/tests/test_spec_pushpull.cpp +++ b/tests/test_spec_pushpull.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2018 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_spec_rep.cpp b/tests/test_spec_rep.cpp index 034c2b77..48e8ff28 100644 --- a/tests/test_spec_rep.cpp +++ b/tests/test_spec_rep.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_spec_req.cpp b/tests/test_spec_req.cpp index a2abe92e..46379d20 100644 --- a/tests/test_spec_req.cpp +++ b/tests/test_spec_req.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_spec_router.cpp b/tests/test_spec_router.cpp index d9b716fb..3b847b16 100644 --- a/tests/test_spec_router.cpp +++ b/tests/test_spec_router.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_srcfd.cpp b/tests/test_srcfd.cpp index e0c08d19..1975a1c8 100644 --- a/tests/test_srcfd.cpp +++ b/tests/test_srcfd.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_stream.cpp b/tests/test_stream.cpp index 0ae8bf07..1d918917 100644 --- a/tests/test_stream.cpp +++ b/tests/test_stream.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_stream_disconnect.cpp b/tests/test_stream_disconnect.cpp index 2e1e7796..27a07c30 100644 --- a/tests/test_stream_disconnect.cpp +++ b/tests/test_stream_disconnect.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_stream_empty.cpp b/tests/test_stream_empty.cpp index dd4c2c6a..cf742aa6 100644 --- a/tests/test_stream_empty.cpp +++ b/tests/test_stream_empty.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_stream_exceeds_buffer.cpp b/tests/test_stream_exceeds_buffer.cpp index e8478ad4..baa6675f 100644 --- a/tests/test_stream_exceeds_buffer.cpp +++ b/tests/test_stream_exceeds_buffer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_stream_timeout.cpp b/tests/test_stream_timeout.cpp index 0ab4ca60..d39601b0 100644 --- a/tests/test_stream_timeout.cpp +++ b/tests/test_stream_timeout.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_monitoring.hpp" diff --git a/tests/test_sub_forward.cpp b/tests/test_sub_forward.cpp index c5a9865c..4bf4f8ab 100644 --- a/tests/test_sub_forward.cpp +++ b/tests/test_sub_forward.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_sub_forward_tipc.cpp b/tests/test_sub_forward_tipc.cpp index 949c0d1e..105330c5 100644 --- a/tests/test_sub_forward_tipc.cpp +++ b/tests/test_sub_forward_tipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_system.cpp b/tests/test_system.cpp index 8c595502..2fbbf32f 100644 --- a/tests/test_system.cpp +++ b/tests/test_system.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_tcp_accept_filter.cpp b/tests/test_tcp_accept_filter.cpp index be5975db..04c6da4c 100644 --- a/tests/test_tcp_accept_filter.cpp +++ b/tests/test_tcp_accept_filter.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_term_endpoint.cpp b/tests/test_term_endpoint.cpp index 6430a7fe..d95b7d80 100644 --- a/tests/test_term_endpoint.cpp +++ b/tests/test_term_endpoint.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_term_endpoint_tipc.cpp b/tests/test_term_endpoint_tipc.cpp index 7562b0d5..09c90972 100644 --- a/tests/test_term_endpoint_tipc.cpp +++ b/tests/test_term_endpoint_tipc.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_thread_safe.cpp b/tests/test_thread_safe.cpp index bbd2f0dc..71b964a7 100644 --- a/tests/test_thread_safe.cpp +++ b/tests/test_thread_safe.cpp @@ -1,31 +1,4 @@ -/*: - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_timeo.cpp b/tests/test_timeo.cpp index 5de316f1..7447e5e8 100644 --- a/tests/test_timeo.cpp +++ b/tests/test_timeo.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_timers.cpp b/tests/test_timers.cpp index fb4a7655..667d5e1a 100644 --- a/tests/test_timers.cpp +++ b/tests/test_timers.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #define __STDC_LIMIT_MACROS // to define SIZE_MAX with older compilers #include "testutil.hpp" diff --git a/tests/test_unbind_wildcard.cpp b/tests/test_unbind_wildcard.cpp index 92a577d9..7208ea10 100644 --- a/tests/test_unbind_wildcard.cpp +++ b/tests/test_unbind_wildcard.cpp @@ -1,21 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of 0MQ. - - 0MQ is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - 0MQ is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_use_fd.cpp b/tests/test_use_fd.cpp index 888cf203..cd0d10db 100644 --- a/tests/test_use_fd.cpp +++ b/tests/test_use_fd.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2016-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_ws_transport.cpp b/tests/test_ws_transport.cpp index 6781af4d..6d16e20c 100644 --- a/tests/test_ws_transport.cpp +++ b/tests/test_ws_transport.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include #include "testutil.hpp" diff --git a/tests/test_wss_transport.cpp b/tests/test_wss_transport.cpp index 64165ab4..83112032 100644 --- a/tests/test_wss_transport.cpp +++ b/tests/test_wss_transport.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include #include "testutil.hpp" diff --git a/tests/test_xpub_manual.cpp b/tests/test_xpub_manual.cpp index b9db2bc2..3dbd192a 100644 --- a/tests/test_xpub_manual.cpp +++ b/tests/test_xpub_manual.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_xpub_manual_last_value.cpp b/tests/test_xpub_manual_last_value.cpp index 733e34ae..ab049a21 100644 --- a/tests/test_xpub_manual_last_value.cpp +++ b/tests/test_xpub_manual_last_value.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_xpub_nodrop.cpp b/tests/test_xpub_nodrop.cpp index 8599f777..024c50a2 100644 --- a/tests/test_xpub_nodrop.cpp +++ b/tests/test_xpub_nodrop.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_xpub_verbose.cpp b/tests/test_xpub_verbose.cpp index 258c5674..62fabbc9 100644 --- a/tests/test_xpub_verbose.cpp +++ b/tests/test_xpub_verbose.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2018 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_xpub_welcome_msg.cpp b/tests/test_xpub_welcome_msg.cpp index 0066d9ff..c73709ba 100644 --- a/tests/test_xpub_welcome_msg.cpp +++ b/tests/test_xpub_welcome_msg.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_xsub_verbose.cpp b/tests/test_xsub_verbose.cpp index 85305cd5..c99f91d4 100644 --- a/tests/test_xsub_verbose.cpp +++ b/tests/test_xsub_verbose.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2021 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_z85_decode_fuzzer.cpp b/tests/test_z85_decode_fuzzer.cpp index ab817528..68de48dc 100644 --- a/tests/test_z85_decode_fuzzer.cpp +++ b/tests/test_z85_decode_fuzzer.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2020 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifdef ZMQ_USE_FUZZING_ENGINE #include diff --git a/tests/test_zmq_poll_fd.cpp b/tests/test_zmq_poll_fd.cpp index e155310f..115b9b3b 100644 --- a/tests/test_zmq_poll_fd.cpp +++ b/tests/test_zmq_poll_fd.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_zmq_ppoll_fd.cpp b/tests/test_zmq_ppoll_fd.cpp index 65b1c07c..35afa005 100644 --- a/tests/test_zmq_ppoll_fd.cpp +++ b/tests/test_zmq_ppoll_fd.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2021 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/test_zmq_ppoll_signals.cpp b/tests/test_zmq_ppoll_signals.cpp index 255734a6..6f25eb3e 100644 --- a/tests/test_zmq_ppoll_signals.cpp +++ b/tests/test_zmq_ppoll_signals.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2021 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ // author: E. G. Patrick Bos, Netherlands eScience Center, 2021 diff --git a/tests/testutil.cpp b/tests/testutil.cpp index ba7eb9b5..bdc80283 100644 --- a/tests/testutil.cpp +++ b/tests/testutil.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include "testutil_unity.hpp" diff --git a/tests/testutil.hpp b/tests/testutil.hpp index da51c461..164bdf59 100644 --- a/tests/testutil.hpp +++ b/tests/testutil.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __TESTUTIL_HPP_INCLUDED__ #define __TESTUTIL_HPP_INCLUDED__ diff --git a/tests/testutil_monitoring.cpp b/tests/testutil_monitoring.cpp index 8668caee..fdaab0b2 100644 --- a/tests/testutil_monitoring.cpp +++ b/tests/testutil_monitoring.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil_monitoring.hpp" #include "testutil_unity.hpp" diff --git a/tests/testutil_monitoring.hpp b/tests/testutil_monitoring.hpp index eb6817d3..19192ab8 100644 --- a/tests/testutil_monitoring.hpp +++ b/tests/testutil_monitoring.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __TESTUTIL_MONITORING_HPP_INCLUDED__ #define __TESTUTIL_MONITORING_HPP_INCLUDED__ diff --git a/tests/testutil_security.cpp b/tests/testutil_security.cpp index bb6efb27..df076b7f 100644 --- a/tests/testutil_security.cpp +++ b/tests/testutil_security.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil_security.hpp" #include diff --git a/tests/testutil_security.hpp b/tests/testutil_security.hpp index 03d01765..b5d17f2c 100644 --- a/tests/testutil_security.hpp +++ b/tests/testutil_security.hpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2017 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __TESTUTIL_SECURITY_HPP_INCLUDED__ #define __TESTUTIL_SECURITY_HPP_INCLUDED__ diff --git a/tests/testutil_unity.cpp b/tests/testutil_unity.cpp index 79fda926..c6289c8c 100644 --- a/tests/testutil_unity.cpp +++ b/tests/testutil_unity.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil_unity.hpp" #include diff --git a/tests/testutil_unity.hpp b/tests/testutil_unity.hpp index 6fe051d7..f5f58017 100644 --- a/tests/testutil_unity.hpp +++ b/tests/testutil_unity.hpp @@ -1,33 +1,6 @@ #pragma once -/* -Copyright (c) 2018 Contributors as noted in the AUTHORS file - -This file is part of libzmq, the ZeroMQ core engine in C++. - -libzmq is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License (LGPL) as published -by the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -As a special exception, the Contributors give you permission to link -this library with independent modules to produce an executable, -regardless of the license terms of these independent modules, and to -copy and distribute the resulting executable under terms of your choice, -provided that you also meet, for each linked independent module, the -terms and conditions of the license of that module. An independent -module is a module which is not derived from or based on this library. -If you modify this library, you must extend this exception to your -version of the library. - -libzmq is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public -License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../include/zmq.h" diff --git a/tools/curve_keygen.cpp b/tools/curve_keygen.cpp index ff495c4b..6c67036c 100644 --- a/tools/curve_keygen.cpp +++ b/tools/curve_keygen.cpp @@ -1,31 +1,4 @@ -/* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file - - This file is part of libzmq, the ZeroMQ core engine in C++. - - libzmq is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License (LGPL) as published - by the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - As a special exception, the Contributors give you permission to link - this library with independent modules to produce an executable, - regardless of the license terms of these independent modules, and to - copy and distribute the resulting executable under terms of your choice, - provided that you also meet, for each linked independent module, the - terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. - If you modify this library, you must extend this exception to your - version of the library. - - libzmq is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include #include diff --git a/unittests/unittest_curve_encoding.cpp b/unittests/unittest_curve_encoding.cpp index f795d85b..62858504 100644 --- a/unittests/unittest_curve_encoding.cpp +++ b/unittests/unittest_curve_encoding.cpp @@ -1,21 +1,4 @@ -/* -Copyright (c) 2018 Contributors as noted in the AUTHORS file - -This file is part of 0MQ. - -0MQ is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -0MQ is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../tests/testutil_unity.hpp" diff --git a/unittests/unittest_ip_resolver.cpp b/unittests/unittest_ip_resolver.cpp index 3d1fa8c2..a00fc12a 100644 --- a/unittests/unittest_ip_resolver.cpp +++ b/unittests/unittest_ip_resolver.cpp @@ -1,21 +1,4 @@ -/* -Copyright (c) 2018 Contributors as noted in the AUTHORS file - -This file is part of 0MQ. - -0MQ is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -0MQ is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include #include "../src/macros.hpp" diff --git a/unittests/unittest_mtrie.cpp b/unittests/unittest_mtrie.cpp index a03ace2c..dbf71c7d 100644 --- a/unittests/unittest_mtrie.cpp +++ b/unittests/unittest_mtrie.cpp @@ -1,21 +1,4 @@ -/* -Copyright (c) 2018 Contributors as noted in the AUTHORS file - -This file is part of 0MQ. - -0MQ is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -0MQ is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../tests/testutil.hpp" diff --git a/unittests/unittest_poller.cpp b/unittests/unittest_poller.cpp index 0d150d82..8ec4db46 100644 --- a/unittests/unittest_poller.cpp +++ b/unittests/unittest_poller.cpp @@ -1,21 +1,4 @@ -/* -Copyright (c) 2018 Contributors as noted in the AUTHORS file - -This file is part of 0MQ. - -0MQ is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -0MQ is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../tests/testutil.hpp" diff --git a/unittests/unittest_radix_tree.cpp b/unittests/unittest_radix_tree.cpp index 380b573e..f82adc48 100644 --- a/unittests/unittest_radix_tree.cpp +++ b/unittests/unittest_radix_tree.cpp @@ -1,21 +1,4 @@ -/* -Copyright (c) 2018 Contributors as noted in the AUTHORS file - -This file is part of 0MQ. - -0MQ is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -0MQ is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../tests/testutil.hpp" diff --git a/unittests/unittest_resolver_common.hpp b/unittests/unittest_resolver_common.hpp index ebbc446f..2b63696a 100644 --- a/unittests/unittest_resolver_common.hpp +++ b/unittests/unittest_resolver_common.hpp @@ -1,21 +1,4 @@ -/* -Copyright (c) 2018 Contributors as noted in the AUTHORS file - -This file is part of 0MQ. - -0MQ is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -0MQ is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __UNITTEST_RESOLVER_COMMON_INCLUDED__ #define __UNITTEST_RESOLVER_COMMON_INCLUDED__ diff --git a/unittests/unittest_udp_address.cpp b/unittests/unittest_udp_address.cpp index 84dfdc57..c2660500 100644 --- a/unittests/unittest_udp_address.cpp +++ b/unittests/unittest_udp_address.cpp @@ -1,21 +1,4 @@ -/* -Copyright (c) 2018 Contributors as noted in the AUTHORS file - -This file is part of 0MQ. - -0MQ is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -0MQ is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include #include "../tests/testutil.hpp" diff --git a/unittests/unittest_ypipe.cpp b/unittests/unittest_ypipe.cpp index c99717fb..5db7384a 100644 --- a/unittests/unittest_ypipe.cpp +++ b/unittests/unittest_ypipe.cpp @@ -1,21 +1,4 @@ -/* -Copyright (c) 2018 Contributors as noted in the AUTHORS file - -This file is part of 0MQ. - -0MQ is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -0MQ is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . -*/ +/* SPDX-License-Identifier: MPL-2.0 */ #include "../tests/testutil.hpp"