Alexander Afanasyev | 5dee361 | 2015-08-25 16:09:04 -0700 | [diff] [blame] | 1 | ===================== |
| 2 | Copyright and License |
| 3 | ===================== |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 4 | |
Alexander Afanasyev | 28da73c | 2020-06-01 22:51:37 -0400 | [diff] [blame] | 5 | Copyright © 2011-2020 University of California, Los Angeles |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 6 | |
Alexander Afanasyev | 5dee361 | 2015-08-25 16:09:04 -0700 | [diff] [blame] | 7 | ndnSIM is licensed under conditions of GNU General Public License version 3.0 or later |
| 8 | with permission to be linked with NS-3 codebase (GPL 2.0). |
| 9 | |
| 10 | ndnSIM uses a number of third-party software and libraries, licensed under the following |
| 11 | licenses: |
| 12 | |
Alexander Afanasyev | fbbe13d | 2019-02-21 13:40:52 -0500 | [diff] [blame] | 13 | - The Boost libraries are licensed under the |
| 14 | `Boost Software License 1.0`_ |
Alexander Afanasyev | 5dee361 | 2015-08-25 16:09:04 -0700 | [diff] [blame] | 15 | |
Alexander Afanasyev | fbbe13d | 2019-02-21 13:40:52 -0500 | [diff] [blame] | 16 | - any-lite by Martin Moene is licensed under the |
| 17 | `Boost Software License 1.0`_ |
Alexander Afanasyev | 5dee361 | 2015-08-25 16:09:04 -0700 | [diff] [blame] | 18 | |
Alexander Afanasyev | fbbe13d | 2019-02-21 13:40:52 -0500 | [diff] [blame] | 19 | - optional-lite by Martin Moene is licensed under the |
| 20 | `Boost Software License 1.0`_ |
Alexander Afanasyev | 5dee361 | 2015-08-25 16:09:04 -0700 | [diff] [blame] | 21 | |
Alexander Afanasyev | fbbe13d | 2019-02-21 13:40:52 -0500 | [diff] [blame] | 22 | - variant-lite by Martin Moene is licensed under the |
| 23 | `Boost Software License 1.0`_ |
Alexander Afanasyev | 5dee361 | 2015-08-25 16:09:04 -0700 | [diff] [blame] | 24 | |
Alexander Afanasyev | fbbe13d | 2019-02-21 13:40:52 -0500 | [diff] [blame] | 25 | - SQLite is in the `public domain <https://www.sqlite.org/copyright.html>`__ |
| 26 | |
| 27 | - The waf build system is licensed under the terms of the |
| 28 | `BSD license <https://github.com/named-data/ndn-cxx/blob/master/waf>`__ |
Alexander Afanasyev | 5dee361 | 2015-08-25 16:09:04 -0700 | [diff] [blame] | 29 | |
| 30 | - NDN Forwarding Daemon (NFD) licensed under conditions of `GNU GPL 3.0+ |
| 31 | <https://github.com/named-data/NFD/blob/master/COPYING.md>`__ |
Spyridon Mastorakis | af09eac | 2018-02-22 11:25:26 -0800 | [diff] [blame] | 32 | |
Alexander Afanasyev | 5dee361 | 2015-08-25 16:09:04 -0700 | [diff] [blame] | 33 | ndnSIM also relies on several other third-party libraries with non-GPL compatible |
| 34 | license. These library fall into category of "System Libraries" under GPL license |
| 35 | definitions and are used in accordance with GPL license exception for "System Libraries": |
| 36 | |
| 37 | The GPL license is provided below in this file. For more information about these licenses, |
Xinyu Ma | fc8956c | 2019-04-08 23:17:52 -0700 | [diff] [blame] | 38 | see `<https://www.gnu.org/licenses/>`__ |
Alexander Afanasyev | 5dee361 | 2015-08-25 16:09:04 -0700 | [diff] [blame] | 39 | |
Xinyu Ma | fc8956c | 2019-04-08 23:17:52 -0700 | [diff] [blame] | 40 | .. _Boost Software License 1.0 : https://www.boost.org/users/license.html |
Alexander Afanasyev | 5dee361 | 2015-08-25 16:09:04 -0700 | [diff] [blame] | 41 | |
| 42 | ---------------------------------------------------------------------------------- |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 43 | |
| 44 | GNU GENERAL PUBLIC LICENSE |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 45 | ========================== |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 46 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 47 | Version 3, 29 June 2007 |
| 48 | ======================= |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 49 | |
Xinyu Ma | fc8956c | 2019-04-08 23:17:52 -0700 | [diff] [blame] | 50 | Copyright (C) 2007 Free Software Foundation, Inc. https://fsf.org/ Everyone is permitted to copy |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 51 | and distribute verbatim copies of this license document, but changing it is not allowed. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 52 | |
| 53 | Preamble |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 54 | ======== |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 55 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 56 | The GNU General Public License is a free, copyleft license for software and other kinds of works. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 57 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 58 | The licenses for most software and other practical works are designed to take away your freedom to |
| 59 | share and change the works. By contrast, the GNU General Public License is intended to guarantee |
| 60 | your freedom to share and change all versions of a program--to make sure it remains free software |
| 61 | for all its users. We, the Free Software Foundation, use the GNU General Public License for most of |
| 62 | our software; it applies also to any other work released this way by its authors. You can apply it |
| 63 | to your programs, too. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 64 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 65 | When we speak of free software, we are referring to freedom, not price. Our General Public Licenses |
| 66 | are designed to make sure that you have the freedom to distribute copies of free software (and |
| 67 | charge for them if you wish), that you receive source code or can get it if you want it, that you |
| 68 | can change the software or use pieces of it in new free programs, and that you know you can do these |
| 69 | things. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 70 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 71 | To protect your rights, we need to prevent others from denying you these rights or asking you to |
| 72 | surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the |
| 73 | software, or if you modify it: responsibilities to respect the freedom of others. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 74 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 75 | For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass |
| 76 | on to the recipients the same freedoms that you received. You must make sure that they, too, receive |
| 77 | or can get the source code. And you must show them these terms so they know their rights. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 78 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 79 | Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the |
| 80 | software, and (2) offer you this License giving you legal permission to copy, distribute and/or |
| 81 | modify it. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 82 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 83 | For the developers' and authors' protection, the GPL clearly explains that there is no warranty for |
| 84 | this free software. For both users' and authors' sake, the GPL requires that modified versions be |
| 85 | marked as changed, so that their problems will not be attributed erroneously to authors of previous |
| 86 | versions. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 87 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 88 | Some devices are designed to deny users access to install or run modified versions of the software |
| 89 | inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of |
| 90 | protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the |
| 91 | area of products for individuals to use, which is precisely where it is most unacceptable. |
| 92 | Therefore, we have designed this version of the GPL to prohibit the practice for those products. If |
| 93 | such problems arise substantially in other domains, we stand ready to extend this provision to those |
| 94 | domains in future versions of the GPL, as needed to protect the freedom of users. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 95 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 96 | Finally, every program is threatened constantly by software patents. States should not allow patents |
| 97 | to restrict development and use of software on general-purpose computers, but in those that do, we |
| 98 | wish to avoid the special danger that patents applied to a free program could make it effectively |
| 99 | proprietary. To prevent this, the GPL assures that patents cannot be used to render the program |
| 100 | non-free. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 101 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 102 | The precise terms and conditions for copying, distribution and modification follow. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 103 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 104 | TERMS AND CONDITIONS |
| 105 | ==================== |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 106 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 107 | 0. Definitions. |
| 108 | --------------- |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 109 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 110 | *"This License"* refers to version 3 of the GNU General Public License. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 111 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 112 | *"Copyright"* also means copyright-like laws that apply to other kinds of works, such as |
| 113 | semiconductor masks. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 114 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 115 | *"The Program"* refers to any copyrightable work licensed under this License. Each licensee is |
| 116 | addressed as *"you"*. *"Licensees"* and "recipients" may be individuals or organizations. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 117 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 118 | To *"modify"* a work means to copy from or adapt all or part of the work in a fashion requiring |
| 119 | copyright permission, other than the making of an exact copy. The resulting work is called a |
| 120 | *"modified version"* of the earlier work or a work *"based on"* the earlier work. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 121 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 122 | A *"covered work"* means either the unmodified Program or a work based on the Program. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 123 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 124 | To *"propagate"* a work means to do anything with it that, without permission, would make you |
| 125 | directly or secondarily liable for infringement under applicable copyright law, except executing it |
| 126 | on a computer or modifying a private copy. Propagation includes copying, distribution (with or |
| 127 | without modification), making available to the public, and in some countries other activities as |
| 128 | well. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 129 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 130 | To *"convey"* a work means any kind of propagation that enables other parties to make or receive |
| 131 | copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not |
| 132 | conveying. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 133 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 134 | An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a |
| 135 | convenient and prominently visible feature that (1) displays an appropriate copyright notice, and |
| 136 | (2) tells the user that there is no warranty for the work (except to the extent that warranties are |
| 137 | provided), that licensees may convey the work under this License, and how to view a copy of this |
| 138 | License. If the interface presents a list of user commands or options, such as a menu, a prominent |
| 139 | item in the list meets this criterion. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 140 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 141 | 1. Source Code. |
| 142 | --------------- |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 143 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 144 | The *"source code"* for a work means the preferred form of the work for making modifications to it. |
| 145 | *"Object code"* means any non-source form of a work. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 146 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 147 | A *"Standard Interface"* means an interface that either is an official standard defined by a |
| 148 | recognized standards body, or, in the case of interfaces specified for a particular programming |
| 149 | language, one that is widely used among developers working in that language. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 150 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 151 | The *"System Libraries"* of an executable work include anything, other than the work as a whole, |
| 152 | that (a) is included in the normal form of packaging a Major Component, but which is not part of |
| 153 | that Major Component, and (b) serves only to enable use of the work with that Major Component, or to |
| 154 | implement a Standard Interface for which an implementation is available to the public in source code |
| 155 | form. A "Major Component", in this context, means a major essential component (kernel, window |
| 156 | system, and so on) of the specific operating system (if any) on which the executable work runs, or a |
| 157 | compiler used to produce the work, or an object code interpreter used to run it. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 158 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 159 | The *"Corresponding Source"* for a work in object code form means all the source code needed to |
| 160 | generate, install, and (for an executable work) run the object code and to modify the work, |
| 161 | including scripts to control those activities. However, it does not include the work's System |
| 162 | Libraries, or general-purpose tools or generally available free programs which are used unmodified |
| 163 | in performing those activities but which are not part of the work. For example, Corresponding Source |
| 164 | includes interface definition files associated with source files for the work, and the source code |
| 165 | for shared libraries and dynamically linked subprograms that the work is specifically designed to |
| 166 | require, such as by intimate data communication or control flow between those subprograms and other |
| 167 | parts of the work. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 168 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 169 | The Corresponding Source need not include anything that users can regenerate automatically from |
| 170 | other parts of the Corresponding Source. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 171 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 172 | The Corresponding Source for a work in source code form is that same work. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 173 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 174 | 2. Basic Permissions. |
| 175 | --------------------- |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 176 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 177 | All rights granted under this License are granted for the term of copyright on the Program, and are |
| 178 | irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited |
| 179 | permission to run the unmodified Program. The output from running a covered work is covered by this |
| 180 | License only if the output, given its content, constitutes a covered work. This License acknowledges |
| 181 | your rights of fair use or other equivalent, as provided by copyright law. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 182 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 183 | You may make, run and propagate covered works that you do not convey, without conditions so long as |
| 184 | your license otherwise remains in force. You may convey covered works to others for the sole purpose |
| 185 | of having them make modifications exclusively for you, or provide you with facilities for running |
| 186 | those works, provided that you comply with the terms of this License in conveying all material for |
| 187 | which you do not control copyright. Those thus making or running the covered works for you must do |
| 188 | so exclusively on your behalf, under your direction and control, on terms that prohibit them from |
| 189 | making any copies of your copyrighted material outside their relationship with you. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 190 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 191 | Conveying under any other circumstances is permitted solely under the conditions stated below. |
| 192 | Sublicensing is not allowed; section 10 makes it unnecessary. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 193 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 194 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. |
| 195 | -------------------------------------------------------------- |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 196 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 197 | No covered work shall be deemed part of an effective technological measure under any applicable law |
| 198 | fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or |
| 199 | similar laws prohibiting or restricting circumvention of such measures. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 200 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 201 | When you convey a covered work, you waive any legal power to forbid circumvention of technological |
| 202 | measures to the extent such circumvention is effected by exercising rights under this License with |
| 203 | respect to the covered work, and you disclaim any intention to limit operation or modification of |
| 204 | the work as a means of enforcing, against the work's users, your or third parties' legal rights to |
| 205 | forbid circumvention of technological measures. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 206 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 207 | 4. Conveying Verbatim Copies. |
| 208 | ----------------------------- |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 209 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 210 | You may convey verbatim copies of the Program's source code as you receive it, in any medium, |
| 211 | provided that you conspicuously and appropriately publish on each copy an appropriate copyright |
| 212 | notice; keep intact all notices stating that this License and any non-permissive terms added in |
| 213 | accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and |
| 214 | give all recipients a copy of this License along with the Program. |
| 215 | |
| 216 | You may charge any price or no price for each copy that you convey, and you may offer support or |
| 217 | warranty protection for a fee. |
| 218 | |
| 219 | 5. Conveying Modified Source Versions. |
| 220 | -------------------------------------- |
| 221 | |
| 222 | You may convey a work based on the Program, or the modifications to produce it from the Program, in |
| 223 | the form of source code under the terms of section 4, provided that you also meet all of these |
| 224 | conditions: |
| 225 | |
| 226 | a) The work must carry prominent notices stating that you modified |
| 227 | it, and giving a relevant date. |
| 228 | |
| 229 | b) The work must carry prominent notices stating that it is |
| 230 | released under this License and any conditions added under section |
| 231 | 7. This requirement modifies the requirement in section 4 to |
| 232 | "keep intact all notices". |
| 233 | |
| 234 | c) You must license the entire work, as a whole, under this |
| 235 | License to anyone who comes into possession of a copy. This |
| 236 | License will therefore apply, along with any applicable section 7 |
| 237 | additional terms, to the whole of the work, and all its parts, |
| 238 | regardless of how they are packaged. This License gives no |
| 239 | permission to license the work in any other way, but it does not |
| 240 | invalidate such permission if you have separately received it. |
| 241 | |
| 242 | d) If the work has interactive user interfaces, each must display |
| 243 | Appropriate Legal Notices; however, if the Program has interactive |
| 244 | interfaces that do not display Appropriate Legal Notices, your |
| 245 | work need not make them do so. |
| 246 | |
| 247 | A compilation of a covered work with other separate and independent works, which are not by their |
| 248 | nature extensions of the covered work, and which are not combined with it such as to form a larger |
| 249 | program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the |
| 250 | compilation and its resulting copyright are not used to limit the access or legal rights of the |
| 251 | compilation's users beyond what the individual works permit. Inclusion of a covered work in an |
| 252 | aggregate does not cause this License to apply to the other parts of the aggregate. |
| 253 | |
| 254 | 6. Conveying Non-Source Forms. |
| 255 | ------------------------------ |
| 256 | |
| 257 | You may convey a covered work in object code form under the terms of sections 4 and 5, provided that |
| 258 | you also convey the machine-readable Corresponding Source under the terms of this License, in one of |
| 259 | these ways: |
| 260 | |
| 261 | a) Convey the object code in, or embodied in, a physical product |
| 262 | (including a physical distribution medium), accompanied by the |
| 263 | Corresponding Source fixed on a durable physical medium |
| 264 | customarily used for software interchange. |
| 265 | |
| 266 | b) Convey the object code in, or embodied in, a physical product |
| 267 | (including a physical distribution medium), accompanied by a |
| 268 | written offer, valid for at least three years and valid for as |
| 269 | long as you offer spare parts or customer support for that product |
| 270 | model, to give anyone who possesses the object code either (1) a |
| 271 | copy of the Corresponding Source for all the software in the |
| 272 | product that is covered by this License, on a durable physical |
| 273 | medium customarily used for software interchange, for a price no |
| 274 | more than your reasonable cost of physically performing this |
| 275 | conveying of source, or (2) access to copy the |
| 276 | Corresponding Source from a network server at no charge. |
| 277 | |
| 278 | c) Convey individual copies of the object code with a copy of the |
| 279 | written offer to provide the Corresponding Source. This |
| 280 | alternative is allowed only occasionally and noncommercially, and |
| 281 | only if you received the object code with such an offer, in accord |
| 282 | with subsection 6b. |
| 283 | |
| 284 | d) Convey the object code by offering access from a designated |
| 285 | place (gratis or for a charge), and offer equivalent access to the |
| 286 | Corresponding Source in the same way through the same place at no |
| 287 | further charge. You need not require recipients to copy the |
| 288 | Corresponding Source along with the object code. If the place to |
| 289 | copy the object code is a network server, the Corresponding Source |
| 290 | may be on a different server (operated by you or a third party) |
| 291 | that supports equivalent copying facilities, provided you maintain |
| 292 | clear directions next to the object code saying where to find the |
| 293 | Corresponding Source. Regardless of what server hosts the |
| 294 | Corresponding Source, you remain obligated to ensure that it is |
| 295 | available for as long as needed to satisfy these requirements. |
| 296 | |
| 297 | e) Convey the object code using peer-to-peer transmission, provided |
| 298 | you inform other peers where the object code and Corresponding |
| 299 | Source of the work are being offered to the general public at no |
| 300 | charge under subsection 6d. |
| 301 | |
| 302 | A separable portion of the object code, whose source code is excluded from the Corresponding Source |
| 303 | as a System Library, need not be included in conveying the object code work. |
| 304 | |
| 305 | A *"User Product"* is either (1) a *"consumer product"*, which means any tangible personal property |
| 306 | which is normally used for personal, family, or household purposes, or (2) anything designed or sold |
| 307 | for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful |
| 308 | cases shall be resolved in favor of coverage. For a particular product received by a particular |
| 309 | user, "normally used" refers to a typical or common use of that class of product, regardless of the |
| 310 | status of the particular user or of the way in which the particular user actually uses, or expects |
| 311 | or is expected to use, the product. A product is a consumer product regardless of whether the |
| 312 | product has substantial commercial, industrial or non-consumer uses, unless such uses represent the |
| 313 | only significant mode of use of the product. |
| 314 | |
| 315 | *"Installation Information"* for a User Product means any methods, procedures, authorization keys, |
| 316 | or other information required to install and execute modified versions of a covered work in that |
| 317 | User Product from a modified version of its Corresponding Source. The information must suffice to |
| 318 | ensure that the continued functioning of the modified object code is in no case prevented or |
| 319 | interfered with solely because modification has been made. |
| 320 | |
| 321 | If you convey an object code work under this section in, or with, or specifically for use in, a User |
| 322 | Product, and the conveying occurs as part of a transaction in which the right of possession and use |
| 323 | of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of |
| 324 | how the transaction is characterized), the Corresponding Source conveyed under this section must be |
| 325 | accompanied by the Installation Information. But this requirement does not apply if neither you nor |
| 326 | any third party retains the ability to install modified object code on the User Product (for |
| 327 | example, the work has been installed in ROM). |
| 328 | |
| 329 | The requirement to provide Installation Information does not include a requirement to continue to |
| 330 | provide support service, warranty, or updates for a work that has been modified or installed by the |
| 331 | recipient, or for the User Product in which it has been modified or installed. Access to a network |
| 332 | may be denied when the modification itself materially and adversely affects the operation of the |
| 333 | network or violates the rules and protocols for communication across the network. |
| 334 | |
| 335 | Corresponding Source conveyed, and Installation Information provided, in accord with this section |
| 336 | must be in a format that is publicly documented (and with an implementation available to the public |
| 337 | in source code form), and must require no special password or key for unpacking, reading or copying. |
| 338 | |
| 339 | 7. Additional Terms. |
| 340 | -------------------- |
| 341 | |
| 342 | *"Additional permissions"* are terms that supplement the terms of this License by making exceptions |
| 343 | from one or more of its conditions. Additional permissions that are applicable to the entire Program |
| 344 | shall be treated as though they were included in this License, to the extent that they are valid |
| 345 | under applicable law. If additional permissions apply only to part of the Program, that part may be |
| 346 | used separately under those permissions, but the entire Program remains governed by this License |
| 347 | without regard to the additional permissions. |
| 348 | |
| 349 | When you convey a copy of a covered work, you may at your option remove any additional permissions |
| 350 | from that copy, or from any part of it. (Additional permissions may be written to require their own |
| 351 | removal in certain cases when you modify the work.) You may place additional permissions on |
| 352 | material, added by you to a covered work, for which you have or can give appropriate copyright |
| 353 | permission. |
| 354 | |
| 355 | Notwithstanding any other provision of this License, for material you add to a covered work, you may |
| 356 | (if authorized by the copyright holders of that material) supplement the terms of this License with |
| 357 | terms: |
| 358 | |
| 359 | a) Disclaiming warranty or limiting liability differently from the |
| 360 | terms of sections 15 and 16 of this License; or |
| 361 | |
| 362 | b) Requiring preservation of specified reasonable legal notices or |
| 363 | author attributions in that material or in the Appropriate Legal |
| 364 | Notices displayed by works containing it; or |
| 365 | |
| 366 | c) Prohibiting misrepresentation of the origin of that material, or |
| 367 | requiring that modified versions of such material be marked in |
| 368 | reasonable ways as different from the original version; or |
| 369 | |
| 370 | d) Limiting the use for publicity purposes of names of licensors or |
| 371 | authors of the material; or |
| 372 | |
| 373 | e) Declining to grant rights under trademark law for use of some |
| 374 | trade names, trademarks, or service marks; or |
| 375 | |
| 376 | f) Requiring indemnification of licensors and authors of that |
| 377 | material by anyone who conveys the material (or modified versions of |
| 378 | it) with contractual assumptions of liability to the recipient, for |
| 379 | any liability that these contractual assumptions directly impose on |
| 380 | those licensors and authors. |
| 381 | |
| 382 | All other non-permissive additional terms are considered "further restrictions" within the meaning |
| 383 | of section 10. If the Program as you received it, or any part of it, contains a notice stating that |
| 384 | it is governed by this License along with a term that is a further restriction, you may remove that |
| 385 | term. If a license document contains a further restriction but permits relicensing or conveying |
| 386 | under this License, you may add to a covered work material governed by the terms of that license |
| 387 | document, provided that the further restriction does not survive such relicensing or conveying. |
| 388 | |
| 389 | If you add terms to a covered work in accord with this section, you must place, in the relevant |
| 390 | source files, a statement of the additional terms that apply to those files, or a notice indicating |
| 391 | where to find the applicable terms. |
| 392 | |
| 393 | Additional terms, permissive or non-permissive, may be stated in the form of a separately written |
| 394 | license, or stated as exceptions; the above requirements apply either way. |
| 395 | |
| 396 | 8. Termination. |
| 397 | --------------- |
| 398 | |
| 399 | You may not propagate or modify a covered work except as expressly provided under this License. Any |
| 400 | attempt otherwise to propagate or modify it is void, and will automatically terminate your rights |
| 401 | under this License (including any patent licenses granted under the third paragraph of section 11). |
| 402 | |
| 403 | However, if you cease all violation of this License, then your license from a particular copyright |
| 404 | holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally |
| 405 | terminates your license, and (b) permanently, if the copyright holder fails to notify you of the |
| 406 | violation by some reasonable means prior to 60 days after the cessation. |
| 407 | |
| 408 | Moreover, your license from a particular copyright holder is reinstated permanently if the copyright |
| 409 | holder notifies you of the violation by some reasonable means, this is the first time you have |
| 410 | received notice of violation of this License (for any work) from that copyright holder, and you cure |
| 411 | the violation prior to 30 days after your receipt of the notice. |
| 412 | |
| 413 | Termination of your rights under this section does not terminate the licenses of parties who have |
| 414 | received copies or rights from you under this License. If your rights have been terminated and not |
| 415 | permanently reinstated, you do not qualify to receive new licenses for the same material under |
| 416 | section 10. |
| 417 | |
| 418 | 9. Acceptance Not Required for Having Copies. |
| 419 | --------------------------------------------- |
| 420 | |
| 421 | You are not required to accept this License in order to receive or run a copy of the Program. |
| 422 | Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer |
| 423 | transmission to receive a copy likewise does not require acceptance. However, nothing other than |
| 424 | this License grants you permission to propagate or modify any covered work. These actions infringe |
| 425 | copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, |
| 426 | you indicate your acceptance of this License to do so. |
| 427 | |
| 428 | 10. Automatic Licensing of Downstream Recipients. |
| 429 | ------------------------------------------------- |
| 430 | |
| 431 | Each time you convey a covered work, the recipient automatically receives a license from the |
| 432 | original licensors, to run, modify and propagate that work, subject to this License. You are not |
| 433 | responsible for enforcing compliance by third parties with this License. |
| 434 | |
| 435 | An *"entity transaction"* is a transaction transferring control of an organization, or substantially |
| 436 | all assets of one, or subdividing an organization, or merging organizations. If propagation of a |
| 437 | covered work results from an entity transaction, each party to that transaction who receives a copy |
| 438 | of the work also receives whatever licenses to the work the party's predecessor in interest had or |
| 439 | could give under the previous paragraph, plus a right to possession of the Corresponding Source of |
| 440 | the work from the predecessor in interest, if the predecessor has it or can get it with reasonable |
| 441 | efforts. |
| 442 | |
| 443 | You may not impose any further restrictions on the exercise of the rights granted or affirmed under |
| 444 | this License. For example, you may not impose a license fee, royalty, or other charge for exercise |
| 445 | of rights granted under this License, and you may not initiate litigation (including a cross-claim |
| 446 | or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, |
| 447 | offering for sale, or importing the Program or any portion of it. |
| 448 | |
| 449 | 11. Patents. |
| 450 | ------------ |
| 451 | |
| 452 | A *"contributor"* is a copyright holder who authorizes use under this License of the Program or a |
| 453 | work on which the Program is based. The work thus licensed is called the contributor's "contributor |
| 454 | version". |
| 455 | |
| 456 | A contributor's *"essential patent claims"* are all patent claims owned or controlled by the |
| 457 | contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, |
| 458 | permitted by this License, of making, using, or selling its contributor version, but do not include |
| 459 | claims that would be infringed only as a consequence of further modification of the contributor |
| 460 | version. For purposes of this definition, "control" includes the right to grant patent sublicenses |
| 461 | in a manner consistent with the requirements of this License. |
| 462 | |
| 463 | Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the |
| 464 | contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, |
| 465 | modify and propagate the contents of its contributor version. |
| 466 | |
| 467 | In the following three paragraphs, a "patent license" is any express agreement or commitment, |
| 468 | however denominated, not to enforce a patent (such as an express permission to practice a patent or |
| 469 | covenant not to sue for patent infringement). To "grant" such a patent license to a party means to |
| 470 | make such an agreement or commitment not to enforce a patent against the party. |
| 471 | |
| 472 | If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of |
| 473 | the work is not available for anyone to copy, free of charge and under the terms of this License, |
| 474 | through a publicly available network server or other readily accessible means, then you must either |
| 475 | (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the |
| 476 | benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with |
| 477 | the requirements of this License, to extend the patent license to downstream recipients. "Knowingly |
| 478 | relying" means you have actual knowledge that, but for the patent license, your conveying the |
| 479 | covered work in a country, or your recipient's use of the covered work in a country, would infringe |
| 480 | one or more identifiable patents in that country that you have reason to believe are valid. |
| 481 | |
| 482 | If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate |
| 483 | by procuring conveyance of, a covered work, and grant a patent license to some of the parties |
| 484 | receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of |
| 485 | the covered work, then the patent license you grant is automatically extended to all recipients of |
| 486 | the covered work and works based on it. |
| 487 | |
| 488 | A patent license is "discriminatory" if it does not include within the scope of its coverage, |
| 489 | prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that |
| 490 | are specifically granted under this License. You may not convey a covered work if you are a party to |
| 491 | an arrangement with a third party that is in the business of distributing software, under which you |
| 492 | make payment to the third party based on the extent of your activity of conveying the work, and |
| 493 | under which the third party grants, to any of the parties who would receive the covered work from |
| 494 | you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by |
| 495 | you (or copies made from those copies), or (b) primarily for and in connection with specific |
| 496 | products or compilations that contain the covered work, unless you entered into that arrangement, or |
| 497 | that patent license was granted, prior to 28 March 2007. |
| 498 | |
| 499 | Nothing in this License shall be construed as excluding or limiting any implied license or other |
| 500 | defenses to infringement that may otherwise be available to you under applicable patent law. |
| 501 | |
| 502 | 12. No Surrender of Others' Freedom. |
| 503 | ------------------------------------ |
| 504 | |
| 505 | If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict |
| 506 | the conditions of this License, they do not excuse you from the conditions of this License. If you |
| 507 | cannot convey a covered work so as to satisfy simultaneously your obligations under this License and |
| 508 | any other pertinent obligations, then as a consequence you may not convey it at all. For example, if |
| 509 | you agree to terms that obligate you to collect a royalty for further conveying from those to whom |
| 510 | you convey the Program, the only way you could satisfy both those terms and this License would be to |
| 511 | refrain entirely from conveying the Program. |
| 512 | |
| 513 | 13. Use with the GNU Affero General Public License. |
| 514 | --------------------------------------------------- |
| 515 | |
| 516 | Notwithstanding any other provision of this License, you have permission to link or combine any |
| 517 | covered work with a work licensed under version 3 of the GNU Affero General Public License into a |
| 518 | single combined work, and to convey the resulting work. The terms of this License will continue to |
| 519 | apply to the part which is the covered work, but the special requirements of the GNU Affero General |
| 520 | Public License, section 13, concerning interaction through a network will apply to the combination |
| 521 | as such. |
| 522 | |
| 523 | 14. Revised Versions of this License. |
| 524 | ------------------------------------- |
| 525 | |
| 526 | The Free Software Foundation may publish revised and/or new versions of the GNU General Public |
| 527 | License from time to time. Such new versions will be similar in spirit to the present version, but |
| 528 | may differ in detail to address new problems or concerns. |
| 529 | |
| 530 | Each version is given a distinguishing version number. If the Program specifies that a certain |
| 531 | numbered version of the GNU General Public License "or any later version" applies to it, you have |
| 532 | the option of following the terms and conditions either of that numbered version or of any later |
| 533 | version published by the Free Software Foundation. If the Program does not specify a version number |
| 534 | of the GNU General Public License, you may choose any version ever published by the Free Software |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 535 | Foundation. |
| 536 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 537 | If the Program specifies that a proxy can decide which future versions of the GNU General Public |
| 538 | License can be used, that proxy's public statement of acceptance of a version permanently authorizes |
| 539 | you to choose that version for the Program. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 540 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 541 | Later license versions may give you additional or different permissions. However, no additional |
| 542 | obligations are imposed on any author or copyright holder as a result of your choosing to follow a |
| 543 | later version. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 544 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 545 | 15. Disclaimer of Warranty. |
| 546 | --------------------------- |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 547 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 548 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN |
| 549 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" |
| 550 | WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE |
| 551 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO |
| 552 | THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU |
| 553 | ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 554 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 555 | 16. Limitation of Liability. |
| 556 | ---------------------------- |
| 557 | |
| 558 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR |
| 559 | ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR |
| 560 | DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE |
| 561 | OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED |
| 562 | INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH |
| 563 | ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH |
| 564 | DAMAGES. |
| 565 | |
| 566 | 17. Interpretation of Sections 15 and 16. |
| 567 | ----------------------------------------- |
| 568 | |
| 569 | If the disclaimer of warranty and limitation of liability provided above cannot be given local legal |
| 570 | effect according to their terms, reviewing courts shall apply local law that most closely |
| 571 | approximates an absolute waiver of all civil liability in connection with the Program, unless a |
| 572 | warranty or assumption of liability accompanies a copy of the Program in return for a fee. |
| 573 | |
| 574 | # END OF TERMS AND CONDITIONS |
| 575 | ----------------------------- |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 576 | |
| 577 | How to Apply These Terms to Your New Programs |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 578 | ============================================= |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 579 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 580 | If you develop a new program, and you want it to be of the greatest possible use to the public, the |
| 581 | best way to achieve this is to make it free software which everyone can redistribute and change |
| 582 | under these terms. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 583 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 584 | To do so, attach the following notices to the program. It is safest to attach them to the start of |
| 585 | each source file to most effectively state the exclusion of warranty; and each file should have at |
| 586 | least the "copyright" line and a pointer to where the full notice is found. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 587 | |
| 588 | :: |
| 589 | |
| 590 | <one line to give the program's name and a brief idea of what it does.> |
| 591 | Copyright (C) <year> <name of author> |
| 592 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 593 | This program is free software: you can redistribute it and/or modify |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 594 | it under the terms of the GNU General Public License as published by |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 595 | the Free Software Foundation, either version 3 of the License, or |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 596 | (at your option) any later version. |
| 597 | |
| 598 | This program is distributed in the hope that it will be useful, |
| 599 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 600 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 601 | GNU General Public License for more details. |
| 602 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 603 | You should have received a copy of the GNU General Public License |
Xinyu Ma | fc8956c | 2019-04-08 23:17:52 -0700 | [diff] [blame] | 604 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 605 | |
| 606 | Also add information on how to contact you by electronic and paper mail. |
| 607 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 608 | If the program does terminal interaction, make it output a short notice like this when it starts in |
| 609 | an interactive mode: |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 610 | |
| 611 | :: |
| 612 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 613 | <program> Copyright (C) <year> <name of author> |
| 614 | This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 615 | This is free software, and you are welcome to redistribute it |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 616 | under certain conditions; type 'show c' for details. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 617 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 618 | The hypothetical commands *'show w'* and *'show c'* should show the appropriate parts of the General |
| 619 | Public License. Of course, your program's commands might be different; for a GUI interface, you |
| 620 | would use an "about box". |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 621 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 622 | You should also get your employer (if you work as a programmer) or school, if any, to sign a |
| 623 | "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply |
Xinyu Ma | fc8956c | 2019-04-08 23:17:52 -0700 | [diff] [blame] | 624 | and follow the GNU GPL, see https://www.gnu.org/licenses/. |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 625 | |
Spyridon Mastorakis | 460f57c | 2014-12-17 00:44:14 -0800 | [diff] [blame] | 626 | The GNU General Public License does not permit incorporating your program into proprietary programs. |
| 627 | If your program is a subroutine library, you may consider it more useful to permit linking |
| 628 | proprietary applications with the library. If this is what you want to do, use the GNU Lesser |
| 629 | General Public License instead of this License. But first, please read |
Xinyu Ma | fc8956c | 2019-04-08 23:17:52 -0700 | [diff] [blame] | 630 | https://www.gnu.org/philosophy/why-not-lgpl.html. |