From b2dcad5fd49e6c0d604de38c311db0e08ed061a7 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 13 Jun 2013 00:08:55 +0400 Subject: [PATCH] Change ZNC license to Apache 2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The following people agreed with the change, in alphabetical order: (people who approved in several ways are listed only once) By email: - Adam (from Anope) - Austin Morton - Brian Campbell - Christian Walde - Daniel Holbert - Daniel Wallace - Falk Seidel - Heiko Hund - Ingmar Runge - Jim Hull - Kyle Fuller - Lee Aylward - Martin Martimeo - Matt Harper - Michael J Edgar - Michael Ziegler - Nick Bebout - Paul Driver - Perry Nguyen - Philippe (cycomate) - Reuben Morais - Roland Hieber - Sebastian Ramacher - Stefan Rado - Stéphan Kochen - Thomas Ward - Toon Schoenmakers - Veit Wahlich - Wulf C. Krueger By IRC: - CNU - Jonas Gorski - Joshua M. Clulow - Prozac/SHiZNO - SilverLeo - Uli Schlachter At https://github.com/znc/znc/issues/311 : - Alexey Sokolov - Elizabeth Myers - flakes - Jens-Andre Koch - Jyzee - KindOne/ineedalifetoday - Lee Williams - Mantas Mikulėnas - md-5 - Reed Loden At the last few pull requests' comments: - Allan Odgaard - Jacob Baines - Lluís Batlle i Rossell - ravomavain - protomouse The following commits' authors didn't respond: Trivial changes: - f70f1086fd0c15d7fdb9eeef95dcefe9781ac3ab - 4ca8b50e45f3ce77f22f209979fd092b89e7d335 The changes which are not presented in master anymore: - 5512ed2ea061b2951ae9e24e89537f8ccb021944 - 960a4498f7b04f652462dfbff131a4d7c4701fdb - 0f739de2c083bf19c7e4ee080390a4840ccecbee - 7f53cc810b886351c452652cc32cea9b4cca1a8c Fix #311 Fix #218 --- AUTHORS | 38 +-- LICENSE | 475 ++++++++++++--------------------- LICENSE.OpenSSL | 12 - NOTICE | 49 ++++ include/znc/Buffer.h | 16 +- include/znc/Chan.h | 16 +- include/znc/Client.h | 16 +- include/znc/Config.h | 16 +- include/znc/ExecSock.h | 16 +- include/znc/FileUtils.h | 16 +- include/znc/HTTPSock.h | 16 +- include/znc/IRCNetwork.h | 16 +- include/znc/IRCSock.h | 16 +- include/znc/Listener.h | 16 +- include/znc/Modules.h | 16 +- include/znc/Nick.h | 16 +- include/znc/Server.h | 16 +- include/znc/Socket.h | 16 +- include/znc/Template.h | 16 +- include/znc/Threads.h | 16 +- include/znc/User.h | 16 +- include/znc/Utils.h | 16 +- include/znc/WebModules.h | 16 +- include/znc/ZNCDebug.h | 16 +- include/znc/ZNCString.h | 16 +- include/znc/defines.h | 16 +- include/znc/main.h | 16 +- include/znc/znc.h | 16 +- modules/adminlog.cpp | 16 +- modules/autoattach.cpp | 16 +- modules/autocycle.cpp | 16 +- modules/autoop.cpp | 16 +- modules/autoreply.cpp | 16 +- modules/autovoice.cpp | 16 +- modules/awaynick.cpp | 16 +- modules/awaystore.cpp | 24 +- modules/block_motd.cpp | 16 +- modules/blockuser.cpp | 16 +- modules/bouncedcc.cpp | 16 +- modules/buffextras.cpp | 16 +- modules/cert.cpp | 16 +- modules/certauth.cpp | 16 +- modules/chansaver.cpp | 16 +- modules/charset.cpp | 16 +- modules/clearbufferonmsg.cpp | 16 +- modules/clientnotify.cpp | 16 +- modules/controlpanel.cpp | 16 +- modules/crypt.cpp | 16 +- modules/ctcpflood.cpp | 16 +- modules/cyrusauth.cpp | 20 +- modules/dcc.cpp | 16 +- modules/disconkick.cpp | 16 +- modules/fail2ban.cpp | 16 +- modules/flooddetach.cpp | 16 +- modules/identfile.cpp | 16 +- modules/imapauth.cpp | 16 +- modules/keepnick.cpp | 16 +- modules/kickrejoin.cpp | 21 +- modules/lastseen.cpp | 16 +- modules/listsockets.cpp | 16 +- modules/log.cpp | 16 +- modules/missingmotd.cpp | 16 +- modules/modperl.cpp | 16 +- modules/modperl/codegen.pl | 32 ++- modules/modperl/modperl.i | 16 +- modules/modperl/module.h | 16 +- modules/modperl/pstring.h | 16 +- modules/modperl/startup.pl | 16 +- modules/modpython.cpp | 16 +- modules/modpython/codegen.pl | 33 ++- modules/modpython/compiler.cpp | 16 +- modules/modpython/modpython.i | 16 +- modules/modpython/module.h | 16 +- modules/modpython/ret.h | 16 +- modules/modpython/znc.py | 16 +- modules/modtcl.cpp | 16 +- modules/modtcl/binds.tcl | 17 +- modules/modtcl/modtcl.tcl | 17 +- modules/nickserv.cpp | 16 +- modules/notes.cpp | 16 +- modules/notify_connect.cpp | 16 +- modules/partyline.cpp | 16 +- modules/perform.cpp | 16 +- modules/q.cpp | 16 +- modules/raw.cpp | 16 +- modules/route_replies.cpp | 16 +- modules/sample.cpp | 16 +- modules/sasl.cpp | 16 +- modules/savebuff.cpp | 24 +- modules/schat.cpp | 24 +- modules/send_raw.cpp | 16 +- modules/shell.cpp | 16 +- modules/simple_away.cpp | 16 +- modules/stickychan.cpp | 16 +- modules/watch.cpp | 16 +- modules/webadmin.cpp | 16 +- src/Buffer.cpp | 16 +- src/Chan.cpp | 16 +- src/Client.cpp | 16 +- src/ClientCommand.cpp | 16 +- src/Config.cpp | 16 +- src/FileUtils.cpp | 16 +- src/HTTPSock.cpp | 16 +- src/IRCNetwork.cpp | 16 +- src/IRCSock.cpp | 16 +- src/Listener.cpp | 16 +- src/Modules.cpp | 16 +- src/Nick.cpp | 16 +- src/Server.cpp | 16 +- src/Socket.cpp | 16 +- src/Template.cpp | 16 +- src/Threads.cpp | 16 +- src/User.cpp | 16 +- src/Utils.cpp | 16 +- src/WebModules.cpp | 16 +- src/ZNCDebug.cpp | 16 +- src/ZNCString.cpp | 16 +- src/main.cpp | 16 +- src/znc.cpp | 16 +- 119 files changed, 1647 insertions(+), 835 deletions(-) mode change 100644 => 120000 AUTHORS delete mode 100644 LICENSE.OpenSSL create mode 100644 NOTICE diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 2990b530..00000000 --- a/AUTHORS +++ /dev/null @@ -1,37 +0,0 @@ -ZNC is developed by these people: - -Prozac -Jim Hull -Uli Schlachter -SilverLeo -kroimon -flakes -Alexey "DarthGandalf" Sokolov -Kyle Fuller - -These people, in no particular order, have helped develop ZNC, for example by -sending in patches, writing new modules or finding significant bugs: - -Kuja - runs and pays for znc.in -derblubber -toby -Zack3000 -d4n13L - graphiX webadmin skin -Veit "Cru" Wahlich -crox -Freman (http://fremnet.net/contact) -Sebastian Ramacher -cnu - master of destruction (security issues) -Ingmar "KiNgMaR" Runge -Michael "Svedrin" Ziegler -Robert Lacroix (http://www.robertlacroix.com) -Martin "Nirjen" Martimeo -Reed Loden -Brian Campbell (bcampbell@splafinga.com) -Joshua M. Clulow (http://sysmgr.org) -evaryont -Michael "adgar" Edgar -Jens-Andre "vain" Koch -Heiko Hund - cyrusauth module - -If you did something useful and want to be listed here too, add yourself and submit the patch. diff --git a/AUTHORS b/AUTHORS new file mode 120000 index 00000000..132d13f0 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +NOTICE \ No newline at end of file diff --git a/LICENSE b/LICENSE index d511905c..d6456956 100644 --- a/LICENSE +++ b/LICENSE @@ -1,339 +1,202 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ - Preamble + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. + 1. Definitions. - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. - The precise terms and conditions for copying, distribution and -modification follow. + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. + END OF TERMS AND CONDITIONS -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. + APPENDIX: How to apply the Apache License to your work. - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. + Copyright [yyyy] [name of copyright owner] - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. + http://www.apache.org/licenses/LICENSE-2.0 -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/LICENSE.OpenSSL b/LICENSE.OpenSSL deleted file mode 100644 index 98454f2f..00000000 --- a/LICENSE.OpenSSL +++ /dev/null @@ -1,12 +0,0 @@ -In addition, as a special exception, the copyright holders give -permission to link the code of portions of this program with the -OpenSSL library under certain conditions as described in each -individual source file, and distribute linked combinations -including the two. -You must obey the GNU General Public License in all respects -for all of the code used other than OpenSSL. If you modify -file(s) with this exception, you may extend this exception to your -version of the file(s), but you are not obligated to do so. If you -do not wish to do so, delete this exception statement from your -version. If you delete this exception statement from all source -files in the program, then also delete it here. diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..675f5dd6 --- /dev/null +++ b/NOTICE @@ -0,0 +1,49 @@ +ZNC +=== + +ZNC includes code from Csocket (https://github.com/jimloco/Csocket), licensed by Sleepycat-alike License. +ZNC includes code generated by SWIG (http://www.swig.org), not governed by SWIG's license. +ZNC includes modified code of autoconf macro AX_PTHREAD, licensed by GPLv3+. +ZNC includes modified code of autoconf macro AC_PROG_SWIG, licensed by GPLv2+ with Autoconf Exception. +ZNC includes modified code of autoconf macro AM_ICONV, licensed by FSF Unlimited License. +ZNC includes modified code of autoconf macro gl_VISIBILITY, licensed by FSF Unlimited License. +ZNC includes modified code of MD5 implementation by Christophe Devine, licensed by GPLv2+. + +ZNC is developed by these people: + +Prozac +Jim Hull +Uli Schlachter +SilverLeo +kroimon +flakes +Alexey "DarthGandalf" Sokolov +Kyle Fuller + +These people, in no particular order, have helped develop ZNC, for example by +sending in patches, writing new modules or finding significant bugs: + +Kuja - runs and pays for znc.in +derblubber +toby +Zack3000 +d4n13L - graphiX webadmin skin +Veit "Cru" Wahlich +crox +Freman (http://fremnet.net/contact) +Sebastian Ramacher +cnu - master of destruction (security issues) +Ingmar "KiNgMaR" Runge +Michael "Svedrin" Ziegler +Robert Lacroix (http://www.robertlacroix.com) +Martin "Nirjen" Martimeo +Reed Loden +Brian Campbell (bcampbell@splafinga.com) +Joshua M. Clulow (http://sysmgr.org) +evaryont +Michael "adgar" Edgar +Jens-Andre "vain" Koch +Heiko Hund - cyrusauth module +Philippe (http://sourceforge.net/users/cycomate) - kickrejoin module + +If you did something useful and want to be listed here too, add yourself and submit the patch. diff --git a/include/znc/Buffer.h b/include/znc/Buffer.h index 8643435f..d0ecdd91 100644 --- a/include/znc/Buffer.h +++ b/include/znc/Buffer.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _BUFFER_H diff --git a/include/znc/Chan.h b/include/znc/Chan.h index 91b6096b..fa4bd93a 100644 --- a/include/znc/Chan.h +++ b/include/znc/Chan.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _CHAN_H diff --git a/include/znc/Client.h b/include/znc/Client.h index e0ad5f33..a7cf365c 100644 --- a/include/znc/Client.h +++ b/include/znc/Client.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _CLIENT_H diff --git a/include/znc/Config.h b/include/znc/Config.h index fa5af37e..fed30e1c 100644 --- a/include/znc/Config.h +++ b/include/znc/Config.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef CONFIG_H diff --git a/include/znc/ExecSock.h b/include/znc/ExecSock.h index 8766b3aa..9553d6d7 100644 --- a/include/znc/ExecSock.h +++ b/include/znc/ExecSock.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef EXEC_SOCK_H diff --git a/include/znc/FileUtils.h b/include/znc/FileUtils.h index e2be4e9a..72380208 100644 --- a/include/znc/FileUtils.h +++ b/include/znc/FileUtils.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _FILEUTILS_H diff --git a/include/znc/HTTPSock.h b/include/znc/HTTPSock.h index 7625653a..4b80a6e0 100644 --- a/include/znc/HTTPSock.h +++ b/include/znc/HTTPSock.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _HTTPSOCK_H diff --git a/include/znc/IRCNetwork.h b/include/znc/IRCNetwork.h index 13c9ea2c..ab78aeeb 100644 --- a/include/znc/IRCNetwork.h +++ b/include/znc/IRCNetwork.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _IRCNETWORK_H diff --git a/include/znc/IRCSock.h b/include/znc/IRCSock.h index 20c9dafd..12382229 100644 --- a/include/znc/IRCSock.h +++ b/include/znc/IRCSock.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _IRCSOCK_H diff --git a/include/znc/Listener.h b/include/znc/Listener.h index 85a68ec2..64721a03 100644 --- a/include/znc/Listener.h +++ b/include/znc/Listener.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _LISTENER_H diff --git a/include/znc/Modules.h b/include/znc/Modules.h index f02d4815..a12095c5 100644 --- a/include/znc/Modules.h +++ b/include/znc/Modules.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _MODULES_H diff --git a/include/znc/Nick.h b/include/znc/Nick.h index ec412d3b..97eb8482 100644 --- a/include/znc/Nick.h +++ b/include/znc/Nick.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _NICK_H diff --git a/include/znc/Server.h b/include/znc/Server.h index 2fb66a20..c40ab91e 100644 --- a/include/znc/Server.h +++ b/include/znc/Server.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _SERVER_H diff --git a/include/znc/Socket.h b/include/znc/Socket.h index 6acff68c..b9e01af4 100644 --- a/include/znc/Socket.h +++ b/include/znc/Socket.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef SOCKET_H diff --git a/include/znc/Template.h b/include/znc/Template.h index 61ea641b..ff52466b 100644 --- a/include/znc/Template.h +++ b/include/znc/Template.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _TEMPLATE_H diff --git a/include/znc/Threads.h b/include/znc/Threads.h index c2c6e7d9..f170f8bd 100644 --- a/include/znc/Threads.h +++ b/include/znc/Threads.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2012 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _THREADS_H diff --git a/include/znc/User.h b/include/znc/User.h index 9906fefd..ca482824 100644 --- a/include/znc/User.h +++ b/include/znc/User.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _USER_H diff --git a/include/znc/Utils.h b/include/znc/Utils.h index ce7b70e0..3bc5ffc7 100644 --- a/include/znc/Utils.h +++ b/include/znc/Utils.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _UTILS_H diff --git a/include/znc/WebModules.h b/include/znc/WebModules.h index 13bf8fa5..a60c88f9 100644 --- a/include/znc/WebModules.h +++ b/include/znc/WebModules.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _WEBMODULES_H diff --git a/include/znc/ZNCDebug.h b/include/znc/ZNCDebug.h index 310505f8..7519e872 100644 --- a/include/znc/ZNCDebug.h +++ b/include/znc/ZNCDebug.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef ZNCDEBUG_H diff --git a/include/znc/ZNCString.h b/include/znc/ZNCString.h index 6f59ae24..d6bbe1d9 100644 --- a/include/znc/ZNCString.h +++ b/include/znc/ZNCString.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef ZNCSTRING_H diff --git a/include/znc/defines.h b/include/znc/defines.h index 30891e9d..59633798 100644 --- a/include/znc/defines.h +++ b/include/znc/defines.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _DEFINES_H diff --git a/include/znc/main.h b/include/znc/main.h index d2a62635..8c02f293 100644 --- a/include/znc/main.h +++ b/include/znc/main.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _MAIN_H diff --git a/include/znc/znc.h b/include/znc/znc.h index 6b707b1c..9be132f2 100644 --- a/include/znc/znc.h +++ b/include/znc/znc.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef _ZNC_H diff --git a/modules/adminlog.cpp b/modules/adminlog.cpp index cf196a71..62c45d33 100644 --- a/modules/adminlog.cpp +++ b/modules/adminlog.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/autoattach.cpp b/modules/autoattach.cpp index 26bd96ee..d4d37086 100644 --- a/modules/autoattach.cpp +++ b/modules/autoattach.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/autocycle.cpp b/modules/autocycle.cpp index 25163d78..aadfd6cb 100644 --- a/modules/autocycle.cpp +++ b/modules/autocycle.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/autoop.cpp b/modules/autoop.cpp index 58bad70c..f1b4af0d 100644 --- a/modules/autoop.cpp +++ b/modules/autoop.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/autoreply.cpp b/modules/autoreply.cpp index a5f6695e..9b5e63aa 100644 --- a/modules/autoreply.cpp +++ b/modules/autoreply.cpp @@ -1,10 +1,18 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * Copyright (C) 2008 Michael "Svedrin" Ziegler diese-addy@funzt-halt.net * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/autovoice.cpp b/modules/autovoice.cpp index 77b8d0bc..6f4f5790 100644 --- a/modules/autovoice.cpp +++ b/modules/autovoice.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/awaynick.cpp b/modules/awaynick.cpp index 5bcad8b2..1af5564e 100644 --- a/modules/awaynick.cpp +++ b/modules/awaynick.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ // @todo handle raw 433 (nick in use) diff --git a/modules/awaystore.cpp b/modules/awaystore.cpp index c525feb7..53fe7aeb 100644 --- a/modules/awaystore.cpp +++ b/modules/awaystore.cpp @@ -1,13 +1,23 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. - * - * Quiet Away and message logger + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * Author: imaginos * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* + * Quiet Away and message logger + * * I originally wrote this module for when I had multiple clients connected to ZNC. I would leave work and forget to close my client, arriving at home * and re-attaching there someone may have messaged me in commute and I wouldn't know it until I would arrive back at work the next day. I wrote it such that * my xchat client would monitor desktop activity and ping the module to let it know I was active. Within a few minutes of inactivity the pinging stops and diff --git a/modules/block_motd.cpp b/modules/block_motd.cpp index fddbd52f..6581045e 100644 --- a/modules/block_motd.cpp +++ b/modules/block_motd.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/blockuser.cpp b/modules/blockuser.cpp index 6d1e80fd..01469e67 100644 --- a/modules/blockuser.cpp +++ b/modules/blockuser.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/bouncedcc.cpp b/modules/bouncedcc.cpp index 75bc53c0..ebcfcee6 100644 --- a/modules/bouncedcc.cpp +++ b/modules/bouncedcc.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/buffextras.cpp b/modules/buffextras.cpp index 796c52b7..b2c543b7 100644 --- a/modules/buffextras.cpp +++ b/modules/buffextras.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/cert.cpp b/modules/cert.cpp index 0ba09920..5b1defd0 100644 --- a/modules/cert.cpp +++ b/modules/cert.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #define REQUIRESSL diff --git a/modules/certauth.cpp b/modules/certauth.cpp index 3128a2aa..03429d2d 100644 --- a/modules/certauth.cpp +++ b/modules/certauth.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #define REQUIRESSL diff --git a/modules/chansaver.cpp b/modules/chansaver.cpp index 394c7dbe..20e0f1a6 100644 --- a/modules/chansaver.cpp +++ b/modules/chansaver.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/charset.cpp b/modules/charset.cpp index f763a2d6..61960f29 100644 --- a/modules/charset.cpp +++ b/modules/charset.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/clearbufferonmsg.cpp b/modules/clearbufferonmsg.cpp index c8718146..c4f9363d 100644 --- a/modules/clearbufferonmsg.cpp +++ b/modules/clearbufferonmsg.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/clientnotify.cpp b/modules/clientnotify.cpp index 26387671..0ec54eec 100644 --- a/modules/clientnotify.cpp +++ b/modules/clientnotify.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/controlpanel.cpp b/modules/controlpanel.cpp index 854c8125..98ac44e6 100644 --- a/modules/controlpanel.cpp +++ b/modules/controlpanel.cpp @@ -1,12 +1,20 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * Copyright (C) 2008 by Stefan Rado * based on admin.cpp by Sebastian Ramacher * based on admin.cpp in crox branch * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/crypt.cpp b/modules/crypt.cpp index d6794a95..2693521f 100644 --- a/modules/crypt.cpp +++ b/modules/crypt.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ //! @author prozac@rottenboy.com diff --git a/modules/ctcpflood.cpp b/modules/ctcpflood.cpp index 65d32691..03c3743c 100644 --- a/modules/ctcpflood.cpp +++ b/modules/ctcpflood.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/cyrusauth.cpp b/modules/cyrusauth.cpp index 43831cb1..138cc42e 100644 --- a/modules/cyrusauth.cpp +++ b/modules/cyrusauth.cpp @@ -1,11 +1,21 @@ -/** +/* + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * Copyright (C) 2008 Heiko Hund - * Copyright (C) 2008-2013 See the AUTHORS file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** * @class CSASLAuthMod * @author Heiko Hund * @brief SASL authentication module for znc. diff --git a/modules/dcc.cpp b/modules/dcc.cpp index 974e5763..0d4cf984 100644 --- a/modules/dcc.cpp +++ b/modules/dcc.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/disconkick.cpp b/modules/disconkick.cpp index 47b1d6c1..b1d4c2b5 100644 --- a/modules/disconkick.cpp +++ b/modules/disconkick.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/fail2ban.cpp b/modules/fail2ban.cpp index 856e1ef4..519c9e02 100644 --- a/modules/fail2ban.cpp +++ b/modules/fail2ban.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/flooddetach.cpp b/modules/flooddetach.cpp index 9775ae22..0593bcef 100644 --- a/modules/flooddetach.cpp +++ b/modules/flooddetach.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/identfile.cpp b/modules/identfile.cpp index e341beb3..00fc2c42 100644 --- a/modules/identfile.cpp +++ b/modules/identfile.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/imapauth.cpp b/modules/imapauth.cpp index abfc72e9..1ad1f259 100644 --- a/modules/imapauth.cpp +++ b/modules/imapauth.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/keepnick.cpp b/modules/keepnick.cpp index b20d82fb..471a6ba7 100644 --- a/modules/keepnick.cpp +++ b/modules/keepnick.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/kickrejoin.cpp b/modules/kickrejoin.cpp index 3c3d48fe..c565840a 100644 --- a/modules/kickrejoin.cpp +++ b/modules/kickrejoin.cpp @@ -1,12 +1,21 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. - * + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * This was originally written by cycomate. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * Autorejoin module * rejoin channel (after a delay) when kicked * Usage: LoadModule = rejoin [delay] diff --git a/modules/lastseen.cpp b/modules/lastseen.cpp index 11f0a03c..0f9648ed 100644 --- a/modules/lastseen.cpp +++ b/modules/lastseen.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/listsockets.cpp b/modules/listsockets.cpp index 1d9df238..f0ddfcbd 100644 --- a/modules/listsockets.cpp +++ b/modules/listsockets.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/log.cpp b/modules/log.cpp index 78b353c9..6ea52dc7 100644 --- a/modules/log.cpp +++ b/modules/log.cpp @@ -1,10 +1,18 @@ /* - * Copyright (C) 2008-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * Copyright (C) 2006-2007, CNU (http://cnu.dieplz.net/znc) * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/missingmotd.cpp b/modules/missingmotd.cpp index a2e70f21..66a81b59 100644 --- a/modules/missingmotd.cpp +++ b/modules/missingmotd.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/modperl.cpp b/modules/modperl.cpp index 56977ecc..85f37bc9 100644 --- a/modules/modperl.cpp +++ b/modules/modperl.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/modperl/codegen.pl b/modules/modperl/codegen.pl index 5913518c..04150389 100755 --- a/modules/modperl/codegen.pl +++ b/modules/modperl/codegen.pl @@ -1,10 +1,18 @@ #!/usr/bin/env perl # -# Copyright (C) 2004-2013 See the AUTHORS file for details. +# Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. # -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 as published -# by the Free Software Foundation. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # use strict; @@ -17,11 +25,19 @@ open my $out, ">", $ARGV[1] or die; print $out <<'EOF'; /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ /*************************************************************************** diff --git a/modules/modperl/modperl.i b/modules/modperl/modperl.i index b751da41..649397aa 100644 --- a/modules/modperl/modperl.i +++ b/modules/modperl/modperl.i @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ %module ZNC %{ diff --git a/modules/modperl/module.h b/modules/modperl/module.h index bfd94541..2f586d09 100644 --- a/modules/modperl/module.h +++ b/modules/modperl/module.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #pragma once diff --git a/modules/modperl/pstring.h b/modules/modperl/pstring.h index 79864b1a..cdc23045 100644 --- a/modules/modperl/pstring.h +++ b/modules/modperl/pstring.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #pragma once diff --git a/modules/modperl/startup.pl b/modules/modperl/startup.pl index 52bbf67f..4c58af0d 100644 --- a/modules/modperl/startup.pl +++ b/modules/modperl/startup.pl @@ -1,9 +1,17 @@ # -# Copyright (C) 2004-2013 See the AUTHORS file for details. +# Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. # -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 as published -# by the Free Software Foundation. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # use 5.010; diff --git a/modules/modpython.cpp b/modules/modpython.cpp index c19eb2f4..bce9d3e1 100644 --- a/modules/modpython.cpp +++ b/modules/modpython.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/modpython/codegen.pl b/modules/modpython/codegen.pl index d3564742..9f870ba2 100755 --- a/modules/modpython/codegen.pl +++ b/modules/modpython/codegen.pl @@ -1,11 +1,20 @@ #!/usr/bin/env perl # -# Copyright (C) 2004-2013 See the AUTHORS file for details. +# Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. # -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 as published -# by the Free Software Foundation. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + # Parts of SWIG are used here. use strict; @@ -18,11 +27,19 @@ open my $out, ">", $ARGV[1] or die; print $out <<'EOF'; /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. * * Parts of SWIG are used here. */ diff --git a/modules/modpython/compiler.cpp b/modules/modpython/compiler.cpp index 6cb4ed91..ce11b1df 100644 --- a/modules/modpython/compiler.cpp +++ b/modules/modpython/compiler.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/modpython/modpython.i b/modules/modpython/modpython.i index df1c689f..3dc7ed95 100644 --- a/modules/modpython/modpython.i +++ b/modules/modpython/modpython.i @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ %module znc_core %{ diff --git a/modules/modpython/module.h b/modules/modpython/module.h index c8367d02..52e2eb1e 100644 --- a/modules/modpython/module.h +++ b/modules/modpython/module.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #pragma once diff --git a/modules/modpython/ret.h b/modules/modpython/ret.h index 5ff840f7..2be95732 100644 --- a/modules/modpython/ret.h +++ b/modules/modpython/ret.h @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #pragma once diff --git a/modules/modpython/znc.py b/modules/modpython/znc.py index e75e2500..4cf24f17 100644 --- a/modules/modpython/znc.py +++ b/modules/modpython/znc.py @@ -1,9 +1,17 @@ # -# Copyright (C) 2004-2013 See the AUTHORS file for details. +# Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. # -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 as published -# by the Free Software Foundation. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # import imp diff --git a/modules/modtcl.cpp b/modules/modtcl.cpp index 9a20af6d..60c8fd88 100644 --- a/modules/modtcl.cpp +++ b/modules/modtcl.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/modtcl/binds.tcl b/modules/modtcl/binds.tcl index 82cd0b8c..5dda7550 100644 --- a/modules/modtcl/binds.tcl +++ b/modules/modtcl/binds.tcl @@ -1,9 +1,18 @@ -# Copyright (C) 2004-2013 See the AUTHORS file for details. +# Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. # -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 as published -# by the Free Software Foundation. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + # Binds module to process incoming messages with ZNC modtcl # # Supported bind types: bot, dcc, evnt, kick, msg, msgm, nick, pub, pubm, time diff --git a/modules/modtcl/modtcl.tcl b/modules/modtcl/modtcl.tcl index b90bdf93..eb05460a 100644 --- a/modules/modtcl/modtcl.tcl +++ b/modules/modtcl/modtcl.tcl @@ -1,9 +1,18 @@ -# Copyright (C) 2004-2013 See the AUTHORS file for details. +# Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. # -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 as published -# by the Free Software Foundation. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + # TCL master file for ZNC modtcl # # Usage: LoadModule = modtcl /path/to/this/file diff --git a/modules/nickserv.cpp b/modules/nickserv.cpp index 55ec4cb3..deb2f8eb 100644 --- a/modules/nickserv.cpp +++ b/modules/nickserv.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/notes.cpp b/modules/notes.cpp index 5d2880a4..e6a26cbe 100644 --- a/modules/notes.cpp +++ b/modules/notes.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/notify_connect.cpp b/modules/notify_connect.cpp index 2b1da798..495b3039 100644 --- a/modules/notify_connect.cpp +++ b/modules/notify_connect.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/partyline.cpp b/modules/partyline.cpp index 2b20149c..c32611c4 100644 --- a/modules/partyline.cpp +++ b/modules/partyline.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/perform.cpp b/modules/perform.cpp index 50a4edbe..8f323ca7 100644 --- a/modules/perform.cpp +++ b/modules/perform.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/q.cpp b/modules/q.cpp index b859fd55..750f8632 100644 --- a/modules/q.cpp +++ b/modules/q.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2008-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/raw.cpp b/modules/raw.cpp index bc528ddc..6a4b6860 100644 --- a/modules/raw.cpp +++ b/modules/raw.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/route_replies.cpp b/modules/route_replies.cpp index a71d95a4..c9a0db5f 100644 --- a/modules/route_replies.cpp +++ b/modules/route_replies.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/sample.cpp b/modules/sample.cpp index d82ac77a..cf00942e 100644 --- a/modules/sample.cpp +++ b/modules/sample.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/sasl.cpp b/modules/sasl.cpp index 7a576ee6..1e8341b0 100644 --- a/modules/sasl.cpp +++ b/modules/sasl.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/savebuff.cpp b/modules/savebuff.cpp index 2171904c..ea291a49 100644 --- a/modules/savebuff.cpp +++ b/modules/savebuff.cpp @@ -1,13 +1,23 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. - * - * Buffer Saving thing, incase your shit goes out while your out + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * Author: imaginos * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* + * Buffer Saving thing, incase your shit goes out while your out + * * Its only as secure as your shell, the encryption only offers a slightly * better solution then plain text. */ diff --git a/modules/schat.cpp b/modules/schat.cpp index c69442e0..7378df8c 100644 --- a/modules/schat.cpp +++ b/modules/schat.cpp @@ -1,12 +1,22 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. - * - * Secure chat system + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * Author: imaginos + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* + * Secure chat system */ #define REQUIRESSL diff --git a/modules/send_raw.cpp b/modules/send_raw.cpp index d436e22f..861397d2 100644 --- a/modules/send_raw.cpp +++ b/modules/send_raw.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/shell.cpp b/modules/shell.cpp index 93c78b3b..9ef96b3a 100644 --- a/modules/shell.cpp +++ b/modules/shell.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/simple_away.cpp b/modules/simple_away.cpp index d7485541..eb0ac6a1 100644 --- a/modules/simple_away.cpp +++ b/modules/simple_away.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/stickychan.cpp b/modules/stickychan.cpp index b5a03d1b..6346e5fa 100644 --- a/modules/stickychan.cpp +++ b/modules/stickychan.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/watch.cpp b/modules/watch.cpp index f4c110d2..1237adae 100644 --- a/modules/watch.cpp +++ b/modules/watch.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp index aab72138..93cb7372 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 224b7be4..d2e24084 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/Chan.cpp b/src/Chan.cpp index c7be322c..b67002df 100644 --- a/src/Chan.cpp +++ b/src/Chan.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/Client.cpp b/src/Client.cpp index 666dfe52..ccd1655e 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/ClientCommand.cpp b/src/ClientCommand.cpp index c8a31c86..fb134bcf 100644 --- a/src/ClientCommand.cpp +++ b/src/ClientCommand.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/Config.cpp b/src/Config.cpp index 61020c92..8f9d55fd 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/FileUtils.cpp b/src/FileUtils.cpp index 1a5afb1b..a58a1e13 100644 --- a/src/FileUtils.cpp +++ b/src/FileUtils.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/HTTPSock.cpp b/src/HTTPSock.cpp index 84618fdd..984d9ccf 100644 --- a/src/HTTPSock.cpp +++ b/src/HTTPSock.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/IRCNetwork.cpp b/src/IRCNetwork.cpp index e0d7428a..63fe059f 100644 --- a/src/IRCNetwork.cpp +++ b/src/IRCNetwork.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/IRCSock.cpp b/src/IRCSock.cpp index 0db71be1..198c0bb3 100644 --- a/src/IRCSock.cpp +++ b/src/IRCSock.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/Listener.cpp b/src/Listener.cpp index 4fea68b5..e1665892 100644 --- a/src/Listener.cpp +++ b/src/Listener.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/Modules.cpp b/src/Modules.cpp index 3c721163..d8f24266 100644 --- a/src/Modules.cpp +++ b/src/Modules.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/Nick.cpp b/src/Nick.cpp index ed24ba70..55ba4759 100644 --- a/src/Nick.cpp +++ b/src/Nick.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/Server.cpp b/src/Server.cpp index 2c6382f5..22f3f777 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/Socket.cpp b/src/Socket.cpp index cd18facd..6a1c9096 100644 --- a/src/Socket.cpp +++ b/src/Socket.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/Template.cpp b/src/Template.cpp index 94c4f3de..11ef9db0 100644 --- a/src/Template.cpp +++ b/src/Template.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/Threads.cpp b/src/Threads.cpp index 880e19c4..a2861845 100644 --- a/src/Threads.cpp +++ b/src/Threads.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2012 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/User.cpp b/src/User.cpp index ed8160f5..9d751f28 100644 --- a/src/User.cpp +++ b/src/User.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/Utils.cpp b/src/Utils.cpp index 0a5bb0e6..49c6ea30 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/WebModules.cpp b/src/WebModules.cpp index f943a16a..6722bd7f 100644 --- a/src/WebModules.cpp +++ b/src/WebModules.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/ZNCDebug.cpp b/src/ZNCDebug.cpp index d457928a..d5d08203 100644 --- a/src/ZNCDebug.cpp +++ b/src/ZNCDebug.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/ZNCString.cpp b/src/ZNCString.cpp index 5d05cfc9..53bfd933 100644 --- a/src/ZNCString.cpp +++ b/src/ZNCString.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/main.cpp b/src/main.cpp index 1c9f578d..21ae11db 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include diff --git a/src/znc.cpp b/src/znc.cpp index f664c8c6..827b63bf 100644 --- a/src/znc.cpp +++ b/src/znc.cpp @@ -1,9 +1,17 @@ /* - * Copyright (C) 2004-2013 See the AUTHORS file for details. + * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include