summaryrefslogtreecommitdiffstats
path: root/meta/files
diff options
context:
space:
mode:
authorElizabeth Flanagan <elizabeth.flanagan@intel.com>2011-12-03 15:16:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-08 15:24:30 +0000
commitcb91ef9310a2450650ec880be6f0fc3a6e2d4a23 (patch)
tree9886b8bbf81cfb2aedc4825f61ae86c4fae7d2b2 /meta/files
parentc41b31e45161b16d4a792db208edfaafbc164611 (diff)
downloadpoky-cb91ef9310a2450650ec880be6f0fc3a6e2d4a23.tar.gz
license: manifest and license path
This is a fairly large commit, so I want to step through some of what this accomplishes: 1. Additional licenses I've added/modified/corrected some of the common licenses within OE-core in prep. for a major license audit. Most of these are in SPDX format. A few, there is no OSI equivalent. 2. Additional SPDX mappings I've added some additional SPDX mappings to account for removing some duplicate licenses. (ie GPL-2 and GPL-2.0 were the same) I've also remapped a few things to more accurately reflect what they should be pointing at. Note: Artistic/LGPL/GPL/MPL. Quite a few LICENSE fields list these licenses. They make no sense and need auditing. In a future commit I have some fixes to particularly egregious LICENSE fields, but a full audit should be done. I've listed to obvious candidates at: https://wiki.yoctoproject.org/wiki/License_Audit 3. License manifest We now have a license manifest generation that occurs in rootfs for everything BUT .deb. This requires the changes Paul Eggleton has done to rootfs_* particularly the list_installed_packages function. The manifest is accurate during a parallel bitbake now (Weee!) and is prime for my planned SPDX format manifest during the next period. 4. License manifest on image. We also want the ability to add licenses to the image. This functionality is also in base-files and will be stripped out in my next commit. The manifest is not added by default and is a two var setting in license.conf: If I want *just* the manifest on the image (small) then I set: COPY_LIC_MANIFEST = "1" This copies the manifest to: /usr/share/common-licenses/license.manifest If I want the actual PKG license text on the image (much larger) I need to set both both COPY_LIC_MANIFEST and COPY_LIC_DIRS in license.conf. This will create: /usr/share/common-licenses/(package name)/(licenses in LIC_SRC_URI) Word of warning. This can be larger than wanted depending on image and is probably ripe for linking licenses, but I ran out of time this week to get that done. 5. Custom License search path. We now have the ability to add licenses to the build without touching common-licenses. This is set via license.conf: LICENSE_PATH += "/path/to/custom/licenses" You want to make sure the license is unique. license.bbclass picks the first license it finds. (From OE-Core rev: 558b5043e1d5a36caff137093fd04abcf025af1c) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files')
-rw-r--r--meta/files/common-licenses/AFL-192
-rw-r--r--meta/files/common-licenses/AFL-2155
-rw-r--r--meta/files/common-licenses/AGPL-3213
-rw-r--r--meta/files/common-licenses/APL-1327
-rw-r--r--meta/files/common-licenses/APSL-1334
-rw-r--r--meta/files/common-licenses/APSL-2337
-rw-r--r--meta/files/common-licenses/Adobe14
-rw-r--r--meta/files/common-licenses/Apache-159
-rw-r--r--meta/files/common-licenses/Apache-2203
-rw-r--r--meta/files/common-licenses/Artistic131
-rw-r--r--meta/files/common-licenses/Artistic-197
-rw-r--r--meta/files/common-licenses/Artistic-2202
-rw-r--r--meta/files/common-licenses/BSL-125
-rw-r--r--meta/files/common-licenses/BitstreamVera160
-rw-r--r--meta/files/common-licenses/CATOSL-1335
-rw-r--r--meta/files/common-licenses/CC-BY-1185
-rw-r--r--meta/files/common-licenses/CC-BY-2205
-rw-r--r--meta/files/common-licenses/CC-BY-3283
-rw-r--r--meta/files/common-licenses/CC-BY-NC-1194
-rw-r--r--meta/files/common-licenses/CC-BY-NC-2220
-rw-r--r--meta/files/common-licenses/CC-BY-NC-3297
-rw-r--r--meta/files/common-licenses/CC-BY-NC-ND-1146
-rw-r--r--meta/files/common-licenses/CC-BY-NC-ND-2209
-rw-r--r--meta/files/common-licenses/CC-BY-NC-ND-3272
-rw-r--r--meta/files/common-licenses/CC-BY-NC-SA-1209
-rw-r--r--meta/files/common-licenses/CC-BY-NC-SA-2242
-rw-r--r--meta/files/common-licenses/CC-BY-NC-SA-3320
-rw-r--r--meta/files/common-licenses/CC-BY-ND-10
-rw-r--r--meta/files/common-licenses/CC-BY-ND-2194
-rw-r--r--meta/files/common-licenses/CC-BY-ND-3259
-rw-r--r--meta/files/common-licenses/CC-BY-SA-1201
-rw-r--r--meta/files/common-licenses/CC-BY-SA-2227
-rw-r--r--meta/files/common-licenses/CC-BY-SA-3319
-rw-r--r--meta/files/common-licenses/CDDL-1313
-rw-r--r--meta/files/common-licenses/CECILL-1462
-rw-r--r--meta/files/common-licenses/CECILL-2451
-rw-r--r--meta/files/common-licenses/CPAL-1435
-rw-r--r--meta/files/common-licenses/CPL-1250
-rw-r--r--meta/files/common-licenses/CUA-OPL-1482
-rw-r--r--meta/files/common-licenses/DSSSL49
-rw-r--r--meta/files/common-licenses/ECL-161
-rw-r--r--meta/files/common-licenses/ECL-2218
-rw-r--r--meta/files/common-licenses/EDL-1.013
-rw-r--r--meta/files/common-licenses/EFL-130
-rw-r--r--meta/files/common-licenses/EFL-227
-rw-r--r--meta/files/common-licenses/EPL-1204
-rw-r--r--meta/files/common-licenses/EUPL-1302
-rw-r--r--meta/files/common-licenses/Elfutils-Exception12
-rw-r--r--meta/files/common-licenses/ErlPL-1293
-rw-r--r--meta/files/common-licenses/FSF-Unlimited4
-rw-r--r--meta/files/common-licenses/Frameworx-1181
-rw-r--r--meta/files/common-licenses/FreeType170
-rw-r--r--meta/files/common-licenses/GPL-1259
-rw-r--r--meta/files/common-licenses/GPL-1.0+252
-rw-r--r--meta/files/common-licenses/GPL-223
-rw-r--r--meta/files/common-licenses/GPL-2,0-with-GCC-exception17
-rw-r--r--meta/files/common-licenses/GPL-2,0-with-font-exception18
-rw-r--r--meta/files/common-licenses/GPL-2.0+132
-rw-r--r--meta/files/common-licenses/GPL-2.0-with-GCC-exception13
-rw-r--r--meta/files/common-licenses/GPL-2.0-with-font-exception14
-rw-r--r--meta/files/common-licenses/GPL-370
-rw-r--r--meta/files/common-licenses/GPL-3.0224
-rw-r--r--meta/files/common-licenses/GPL-3.0+3
-rw-r--r--meta/files/common-licenses/IPL-1222
-rw-r--r--meta/files/common-licenses/LGPL-2461
-rw-r--r--meta/files/common-licenses/LGPL-2.0189
-rw-r--r--meta/files/common-licenses/LGPL-2.0+173
-rw-r--r--meta/files/common-licenses/LGPL-2.1+176
-rw-r--r--meta/files/common-licenses/LGPL-3147
-rw-r--r--meta/files/common-licenses/LGPL-3.053
-rw-r--r--meta/files/common-licenses/LGPL-3.0+66
-rw-r--r--meta/files/common-licenses/LPL-1213
-rw-r--r--meta/files/common-licenses/LPPL-1422
l---------meta/files/common-licenses/MIT-style1
-rw-r--r--meta/files/common-licenses/MPL-1433
-rw-r--r--meta/files/common-licenses/NASA-1246
-rw-r--r--meta/files/common-licenses/NPOSL-3206
-rw-r--r--meta/files/common-licenses/OASIS13
-rw-r--r--meta/files/common-licenses/OCLC-2207
-rw-r--r--meta/files/common-licenses/OFL-196
-rw-r--r--meta/files/common-licenses/OLDAP-254
-rw-r--r--meta/files/common-licenses/OSL-1172
-rw-r--r--meta/files/common-licenses/OSL-1.02
-rw-r--r--meta/files/common-licenses/OSL-2171
-rw-r--r--meta/files/common-licenses/OSL-3157
-rw-r--r--meta/files/common-licenses/PHP-370
-rw-r--r--meta/files/common-licenses/Proprietary1
-rw-r--r--meta/files/common-licenses/Python-2192
-rw-r--r--meta/files/common-licenses/QPL-196
-rw-r--r--meta/files/common-licenses/RPL-1582
-rw-r--r--meta/files/common-licenses/RPSL-1535
-rw-r--r--meta/files/common-licenses/SPL519
-rw-r--r--meta/files/common-licenses/Simple-253
-rw-r--r--meta/files/common-licenses/UCB26
-rw-r--r--meta/files/common-licenses/VSL-154
-rw-r--r--meta/files/common-licenses/Watcom-1389
-rw-r--r--meta/files/common-licenses/XFree86-150
-rw-r--r--meta/files/common-licenses/YPL-1140
-rw-r--r--meta/files/common-licenses/ZPL-160
-rw-r--r--meta/files/common-licenses/ZPL-244
-rw-r--r--meta/files/common-licenses/Zimbra-1140
-rw-r--r--meta/files/common-licenses/eCos-238
102 files changed, 916 insertions, 17601 deletions
diff --git a/meta/files/common-licenses/AFL-1 b/meta/files/common-licenses/AFL-1
deleted file mode 100644
index d991c6388e..0000000000
--- a/meta/files/common-licenses/AFL-1
+++ /dev/null
@@ -1,92 +0,0 @@
1
2Academic Free License
3Version 1.2
4
5This Academic Free License applies to any original work of authorship
6(the "Original Work") whose owner (the "Licensor") has
7placed the
8following notice immediately following the copyright notice for the
9Original Work:
10
11Licensed under the Academic Free License version 1.2
12
13Grant of License. Licensor hereby grants to any person obtaining a
14copy of the Original Work ("You") a world-wide, royalty-free,
15non-exclusive, perpetual, non-sublicenseable license (1) to use, copy,
16modify, merge, publish, perform, distribute and/or sell copies of the
17Original Work and derivative works thereof, and (2) under patent claims
18owned or controlled by the Licensor that are embodied in the Original
19Work as furnished by the Licensor, to make, use, sell and offer for
20sale the Original Work and derivative works thereof, subject to the
21following conditions.
22
23Attribution Rights. You must retain, in the Source Code of any
24Derivative Works that You create, all copyright, patent or trademark
25notices from the Source Code of the Original Work, as well as any
26notices of licensing and any descriptive text identified therein as an
27"Attribution Notice." You must cause the Source Code for any
28Derivative
29Works that You create to carry a prominent Attribution Notice reasonably
30calculated to inform recipients that You have modified the Original Work.
31
32Exclusions from License Grant. Neither the names of Licensor, nor the
33names of any contributors to the Original Work, nor any of their
34trademarks or service marks, may be used to endorse or promote products
35derived from this Original Work without express prior written permission
36of the Licensor.
37
38Warranty and Disclaimer of Warranty. Licensor warrants that the copyright
39in and to the Original Work is owned by the Licensor or that the Original
40Work is distributed by Licensor under a valid current license from the
41copyright owner. Except as expressly stated in the immediately proceeding
42sentence, the Original Work is provided under this License on an "AS
43IS"
44BASIS and WITHOUT WARRANTY, either express or implied, including, without
45limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS
46FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL
47WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part
48of this License. No license to Original Work is granted hereunder except
49under this disclaimer.
50
51Limitation of Liability. Under no circumstances and under no legal theory,
52whether in tort (including negligence), contract, or otherwise, shall the
53Licensor be liable to any person for any direct, indirect, special,
54incidental, or consequential damages of any character arising as a result
55of this License or the use of the Original Work including, without
56limitation, damages for loss of goodwill, work stoppage, computer failure
57or malfunction, or any and all other commercial damages or losses. This
58limitation of liability shall not apply to liability for death or personal
59injury resulting from Licensor's negligence to the extent applicable law
60prohibits such limitation. Some jurisdictions do not allow the exclusion or
61limitation of incidental or consequential damages, so this exclusion and
62limitation may not apply to You.
63
64License to Source Code. The term "Source Code" means the preferred
65form of
66the Original Work for making modifications to it and all available
67documentation describing how to modify the Original Work. Licensor hereby
68agrees to provide a machine-readable copy of the Source Code of the Original
69Work along with each copy of the Original Work that Licensor distributes.
70Licensor reserves the right to satisfy this obligation by placing a
71machine-readable copy of the Source Code in an information repository
72reasonably calculated to permit inexpensive and convenient access by You for
73as long as Licensor continues to distribute the Original Work, and by
74publishing the address of that information repository in a notice immediately
75following the copyright notice that applies to the Original Work.
76
77Mutual Termination for Patent Action. This License shall terminate
78automatically and You may no longer exercise any of the rights granted to You
79by this License if You file a lawsuit in any court alleging that any OSI
80Certified open source software that is licensed under any license containing
81this "Mutual Termination for Patent Action" clause infringes any
82patent
83claims that are essential to use that software.
84
85Right to Use. You may use the Original Work in all ways not otherwise
86restricted or conditioned by this License or by law, and Licensor promises
87not to interfere with or be responsible for such uses by You.
88
89This license is Copyright (C) 2002 Lawrence E. Rosen. All rights reserved.
90Permission is hereby granted to copy and distribute this license without
91modification. This license may not be modified without the express written
92permission of its copyright owner.
diff --git a/meta/files/common-licenses/AFL-2 b/meta/files/common-licenses/AFL-2
deleted file mode 100644
index e5f993a1bd..0000000000
--- a/meta/files/common-licenses/AFL-2
+++ /dev/null
@@ -1,155 +0,0 @@
1
2The Academic Free License
3v. 2.1
4
5This Academic Free License (the "License") applies to any original
6work of authorship (the "Original Work") whose owner (the
7"Licensor") has placed the following notice immediately following the
8copyright notice for the Original Work:
9
10Licensed under the Academic Free License version 2.1
11
121) Grant of Copyright License. Licensor hereby grants You a world-wide,
13royalty-free, non-exclusive, perpetual, sublicenseable license to do the
14following:
15
16a) to reproduce the Original Work in copies;
17
18b) to prepare derivative works ("Derivative Works") based upon the
19Original Work;
20
21c) to distribute copies of the Original Work and Derivative Works to the
22public;
23
24d) to perform the Original Work publicly; and
25
26e) to display the Original Work publicly.
27
282) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-
29free, non-exclusive, perpetual, sublicenseable license, under patent claims
30owned or controlled by the Licensor that are embodied in the Original Work as
31furnished by the Licensor, to make, use, sell and offer for sale the Original
32Work and Derivative Works.
33
343) Grant of Source Code License. The term "Source Code" means the
35preferred form of the Original Work for making modifications to it and all
36available documentation describing how to modify the Original Work. Licensor
37hereby agrees to provide a machine-readable copy of the Source Code of the
38Original Work along with each copy of the Original Work that Licensor
39distributes. Licensor reserves the right to satisfy this obligation by placing
40a machine-readable copy of the Source Code in an information repository
41reasonably calculated to permit inexpensive and convenient access by You for as
42long as Licensor continues to distribute the Original Work, and by publishing
43the address of that information repository in a notice immediately following
44the copyright notice that applies to the Original Work.
45
464) Exclusions From License Grant. Neither the names of Licensor, nor the names
47of any contributors to the Original Work, nor any of their trademarks or
48service marks, may be used to endorse or promote products derived from this
49Original Work without express prior written permission of the Licensor. Nothing
50in this License shall be deemed to grant any rights to trademarks, copyrights,
51patents, trade secrets or any other intellectual property of Licensor except as
52expressly stated herein. No patent license is granted to make, use, sell or
53offer to sell embodiments of any patent claims other than the licensed claims
54defined in Section 2. No right is granted to the trademarks of Licensor even if
55such marks are included in the Original Work. Nothing in this License shall be
56interpreted to prohibit Licensor from licensing under different terms from this
57License any Original Work that Licensor otherwise would have a right to
58license.
59
605) This section intentionally omitted.
61
626) Attribution Rights. You must retain, in the Source Code of any Derivative
63Works that You create, all copyright, patent or trademark notices from the
64Source Code of the Original Work, as well as any notices of licensing and any
65descriptive text identified therein as an "Attribution Notice." You
66must cause the Source Code for any Derivative Works that You create to carry a
67prominent Attribution Notice reasonably calculated to inform recipients that
68You have modified the Original Work.
69
707) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that
71the copyright in and to the Original Work and the patent rights granted herein
72by Licensor are owned by the Licensor or are sublicensed to You under the terms
73of this License with the permission of the contributor(s) of those copyrights
74and patent rights. Except as expressly stated in the immediately proceeding
75sentence, the Original Work is provided under this License on an "AS
76IS" BASIS and WITHOUT WARRANTY, either express or implied, including,
77without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or
78FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE
79ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential
80part of this License. No license to Original Work is granted hereunder except
81under this disclaimer.
82
838) Limitation of Liability. Under no circumstances and under no legal theory,
84whether in tort (including negligence), contract, or otherwise, shall the
85Licensor be liable to any person for any direct, indirect, special, incidental,
86or consequential damages of any character arising as a result of this License
87or the use of the Original Work including, without limitation, damages for loss
88of goodwill, work stoppage, computer failure or malfunction, or any and all
89other commercial damages or losses. This limitation of liability shall not
90apply to liability for death or personal injury resulting from Licensor's
91negligence to the extent applicable law prohibits such limitation. Some
92jurisdictions do not allow the exclusion or limitation of incidental or
93consequential damages, so this exclusion and limitation may not apply to You.
94
959) Acceptance and Termination. If You distribute copies of the Original Work or
96a Derivative Work, You must make a reasonable effort under the circumstances to
97obtain the express assent of recipients to the terms of this License. Nothing
98else but this License (or another written agreement between Licensor and You)
99grants You permission to create Derivative Works based upon the Original Work
100or to exercise any of the rights granted in Section 1 herein, and any attempt
101to do so except under the terms of this License (or another written agreement
102between Licensor and You) is expressly prohibited by U.S. copyright law, the
103equivalent laws of other countries, and by international treaty. Therefore, by
104exercising any of the rights granted to You in Section 1 herein, You indicate
105Your acceptance of this License and all of its terms and conditions.
106
10710) Termination for Patent Action. This License shall terminate automatically
108and You may no longer exercise any of the rights granted to You by this License
109as of the date You commence an action, including a cross-claim or counterclaim,
110against Licensor or any licensee alleging that the Original Work infringes a
111patent. This termination provision shall not apply for an action alleging
112patent infringement by combinations of the Original Work with other software or
113hardware.
114
11511) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
116License may be brought only in the courts of a jurisdiction wherein the
117Licensor resides or in which Licensor conducts its primary business, and under
118the laws of that jurisdiction excluding its conflict-of-law provisions. The
119application of the United Nations Convention on Contracts for the International
120Sale of Goods is expressly excluded. Any use of the Original Work outside the
121scope of this License or after its termination shall be subject to the
122requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et seq.,
123the equivalent laws of other countries, and international treaty. This section
124shall survive the termination of this License.
125
12612) Attorneys Fees. In any action to enforce the terms of this License or
127seeking damages relating thereto, the prevailing party shall be entitled to
128recover its costs and expenses, including, without limitation, reasonable
129attorneys' fees and costs incurred in connection with such action, including
130any appeal of such action. This section shall survive the termination of this
131License.
132
13313) Miscellaneous. This License represents the complete agreement concerning
134the subject matter hereof. If any provision of this License is held to be
135unenforceable, such provision shall be reformed only to the extent necessary to
136make it enforceable.
137
13814) Definition of "You" in This License. "You" throughout
139this License, whether in upper or lower case, means an individual or a legal
140entity exercising rights under, and complying with all of the terms of, this
141License. For legal entities, "You" includes any entity that controls,
142is controlled by, or is under common control with you. For purposes of this
143definition, "control" means (i) the power, direct or indirect, to
144cause the direction or management of such entity, whether by contract or
145otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding
146shares, or (iii) beneficial ownership of such entity.
147
14815) Right to Use. You may use the Original Work in all ways not otherwise
149restricted or conditioned by this License or by law, and Licensor promises not
150to interfere with or be responsible for such uses by You.
151
152This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved.
153Permission is hereby granted to copy and distribute this license without
154modification. This license may not be modified without the express written
155permission of its copyright owner.
diff --git a/meta/files/common-licenses/AGPL-3 b/meta/files/common-licenses/AGPL-3
deleted file mode 100644
index b2588f7a3c..0000000000
--- a/meta/files/common-licenses/AGPL-3
+++ /dev/null
@@ -1,213 +0,0 @@
1GNU AFFERO GENERAL PUBLIC LICENSE
2
3Version 3, 19 November 2007
4
5Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
6Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
7Preamble
8
9The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software.
10
11The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users.
12
13When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
14
15Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software.
16
17A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public.
18
19The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version.
20
21An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license.
22
23The precise terms and conditions for copying, distribution and modification follow.
24TERMS AND CONDITIONS
250. Definitions.
26
27"This License" refers to version 3 of the GNU Affero General Public License.
28
29"Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
30
31"The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations.
32
33To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work.
34
35A "covered work" means either the unmodified Program or a work based on the Program.
36
37To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
38
39To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
40
41An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
421. Source Code.
43
44The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work.
45
46A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
47
48The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
49
50The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
51
52The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
53
54The Corresponding Source for a work in source code form is that same work.
552. Basic Permissions.
56
57All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
58
59You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
60
61Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
623. Protecting Users' Legal Rights From Anti-Circumvention Law.
63
64No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
65
66When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
674. Conveying Verbatim Copies.
68
69You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
70
71You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
725. Conveying Modified Source Versions.
73
74You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
75
76 * a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
77 * b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices".
78 * c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
79 * d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
80
81A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
826. Conveying Non-Source Forms.
83
84You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
85
86 * a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
87 * b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
88 * c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
89 * d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
90 * e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
91
92A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
93
94A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
95
96"Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
97
98If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
99
100The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
101
102Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
1037. Additional Terms.
104
105"Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
106
107When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
108
109Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
110
111 * a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
112 * b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
113 * c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
114 * d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
115 * e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
116 * f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
117
118All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
119
120If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
121
122Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
1238. Termination.
124
125You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
126
127However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
128
129Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
130
131Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
1329. Acceptance Not Required for Having Copies.
133
134You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
13510. Automatic Licensing of Downstream Recipients.
136
137Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
138
139An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
140
141You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
14211. Patents.
143
144A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version".
145
146A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
147
148Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
149
150In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
151
152If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
153
154If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
155
156A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
157
158Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
15912. No Surrender of Others' Freedom.
160
161If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
16213. Remote Network Interaction; Use with the GNU General Public License.
163
164Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph.
165
166Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License.
16714. Revised Versions of this License.
168
169The Free Software Foundation may publish revised and/or new versions of the GNU Affero 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.
170
171Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation.
172
173If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
174
175Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
17615. Disclaimer of Warranty.
177
178THERE 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.
17916. Limitation of Liability.
180
181IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
18217. Interpretation of Sections 15 and 16.
183
184If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
185
186END OF TERMS AND CONDITIONS
187How to Apply These Terms to Your New Programs
188
189If 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.
190
191To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
192
193 <one line to give the program's name and a brief idea of what it does.>
194 Copyright (C) <year> <name of author>
195
196 This program is free software: you can redistribute it and/or modify
197 it under the terms of the GNU Affero General Public License as
198 published by the Free Software Foundation, either version 3 of the
199 License, or (at your option) any later version.
200
201 This program is distributed in the hope that it will be useful,
202 but WITHOUT ANY WARRANTY; without even the implied warranty of
203 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
204 GNU Affero General Public License for more details.
205
206 You should have received a copy of the GNU Affero General Public License
207 along with this program. If not, see <http://www.gnu.org/licenses/>.
208
209Also add information on how to contact you by electronic and paper mail.
210
211If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements.
212
213You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see <http://www.gnu.org/licenses/>.
diff --git a/meta/files/common-licenses/APL-1 b/meta/files/common-licenses/APL-1
deleted file mode 100644
index 4137b641ca..0000000000
--- a/meta/files/common-licenses/APL-1
+++ /dev/null
@@ -1,327 +0,0 @@
1ADAPTIVE PUBLIC LICENSE
2Version 1.0
3
4THE LICENSED WORK IS PROVIDED UNDER THE TERMS OF THIS ADAPTIVE PUBLIC LICENSE ("LICENSE"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE LICENSED WORK CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS LICENSE AND ITS TERMS, WHETHER OR NOT SUCH RECIPIENT READS THE TERMS OF THIS LICENSE. "LICENSED WORK" AND "RECIPIENT" ARE DEFINED BELOW.
5
6IMPORTANT NOTE: This License is "adaptive", and the generic version or another version of an Adaptive Public License should not be relied upon to determine your rights and obligations under this License. You must read the specific Adaptive Public License that you receive with the Licensed Work, as certain terms are defined at the outset by the Initial Contributor.
7
8See Section 2.2 below, Exhibit A attached, and any Suppfile.txt accompanying this License to determine the specific adaptive features applicable to this License. For example, without limiting the foregoing, (a) for selected choice of law and jurisdiction see Part 3 of Exhibit A; (b) for the selected definition of Third Party see Part 4 of Exhibit A; and (c) for selected patent licensing terms (if any) see Section 2.2 below and Part 6 of Exhibit A.
9
101. DEFINITIONS.
11
12 1.1. "CONTRIBUTION" means:
13
14 (a) In the case of the Initial Contributor, the Initial Work distributed under this License by the Initial Contributor; and
15
16 (b) In the case of each Subsequent Contributor, the Subsequent Work originating from and distributed by such Subsequent Contributor.
17
18 1.2. "DESIGNATED WEB SITE" means the web site having the URL identified in Part 1 of Exhibit A, which URL may be changed by the Initial Contributor by posting on the current Designated Web Site the new URL for at least sixty (60) days.
19
20 1.3. "DISTRIBUTOR" means any Person that distributes the Licensed Work or any portion thereof to at least one Third Party.
21
22 1.4. "ELECTRONIC DISTRIBUTION MECHANISM" means any mechanism generally accepted in the software development community for the electronic transfer of data.
23
24 1.5. "EXECUTABLE" means the Licensed Work in any form other than Source Code.
25
26 1.6. "GOVERNING JURISDICTION" means the state, province or other legal jurisdiction identified in Part 3 of Exhibit A.
27
28 1.7. "INDEPENDENT MODULE" means a separate module of software and/or data that is not a derivative work of or copied from the Licensed Work or any portion thereof. In addition, a module does not qualify as an Independent Module but instead forms part of the Licensed Work if the module: (a) is embedded in the Licensed Work; (b) is included by reference in the Licensed Work other than by a function call or a class reference; or (c) must be included or contained, in whole or in part, within a file directory or subdirectory actually containing files making up the Licensed Work.
29
30 1.8. "INITIAL CONTRIBUTOR" means the Person or entity identified as the Initial Contributor in the notice required by Part 1 of Exhibit A.
31
32 1.9. "INITIAL WORK" means the initial Source Code, object code (if any) and documentation for the computer program identified in Part 2 of Exhibit A, as such Source Code, object code and documentation is distributed under this License by the Initial Contributor.
33
34 1.10. "LARGER WORK" means a work that combines the Licensed Work or portions thereof with code not governed by this License.
35
36 1.11. "LICENSED WORK" means the Initial Work and/or any Subsequent Work, in each case including portions thereof.
37
38 1.12. "LICENSE NOTICE" has the meaning assigned in Part 5 of Exhibit A.
39
40 1.13. "MODIFICATION" or "MODIFICATIONS" means any change to and/or addition to the Licensed Work.
41
42 1.14. "PERSON" means an individual or other legal entity, including a corporation, partnership or other body.
43
44 1.15. "RECIPIENT" means any Person who receives or obtains the Licensed Work under this License (by way of example, without limiting the foregoing, any Subsequent Contributor or Distributor).
45
46 1.16. "SOURCE CODE" means the source code for a computer program, including the source code for all modules and components of the computer program, plus any associated interface definition files, and scripts used to control compilation and installation of an executable.
47
48 1.17. "SUBSEQUENT CONTRIBUTOR" means any Person that makes or contributes to the making of any Subsequent Work and that distributes that Subsequent Work to at least one Third Party.
49
50 1.18. "SUBSEQUENT WORK" means a work that has resulted or arises from changes to and/or additions to:
51
52 (a) the Initial Work;
53
54 (b) any other Subsequent Work; or
55
56 (c) to any combination of the Initial Work and any such other Subsequent Work;
57
58 where such changes and/or additions originate from a Subsequent Contributor. A Subsequent Work will "originate" from a Subsequent Contributor if the Subsequent Work was a result of efforts by such Subsequent Contributor (or anyone acting on such Subsequent Contributor's behalf, such as, a contractor or other entity that is engaged by or under the direction of the Subsequent Contributor). For greater certainty, a Subsequent Work expressly excludes and shall not capture within its meaning any Independent Module.
59
60 1.19. "SUPPLEMENT FILE" means a file distributed with the Licensed Work having a file name "suppfile.txt".
61
62 1.20. "THIRD PARTY" has the meaning assigned in Part 4 of Exhibit A.
63
642. LICENSE.
65
66 2.1. COPYRIGHT LICENSE FROM INITIAL AND SUBSEQUENT CONTRIBUTORS.
67
68 (a) Subject to the terms of this License, the Initial Contributor hereby grants each Recipient a world-wide, royalty-free, non-exclusive copyright license to:
69
70 (i) reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Initial Work; and
71
72 (ii) reproduce, publicly display, publicly perform, distribute, and sublicense any derivative works (if any) prepared by Recipient;
73
74 in Source Code and Executable form, either with other Modifications, on an unmodified basis, or as part of a Larger Work.
75
76 (b) Subject to the terms of this License, each Subsequent Contributor hereby grants each Recipient a world-wide, royalty-free, non-exclusive copyright license to:
77
78 (i) reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Subsequent Work of such Subsequent Contributor; and
79
80 (ii) reproduce, publicly display, publicly perform, distribute, and sublicense any derivative works (if any) prepared by Recipient;
81
82 in Source Code and Executable form, either with other Modifications, on an unmodified basis, or as part of a Larger Work.
83
84 2.2. PATENT LICENSE FROM INITIAL AND SUBSEQUENT CONTRIBUTORS.
85
86 (a) This License does not include or grant any patent license whatsoever from the Initial Contributor, Subsequent Contributor, or any Distributor unless, at the time the Initial Work is first distributed or made available under this License (as the case may be), the Initial Contributor has selected pursuant to Part 6 of Exhibit A the patent terms in paragraphs A, B, C, D and E from Part 6 of Exhibit A. If this is not done then the Initial Work and any other Subsequent Work is made available under the License without any patent license (the "PATENTS-EXCLUDED LICENSE").
87
88 (b) However, the Initial Contributor may subsequently distribute or make available (as the case may be) future copies of: (1) the Initial Work; or (2) any Licensed Work distributed by the Initial Contributor which includes the Initial Work (or any portion thereof) and/or any Modification made by the Initial Contributor; available under a License which includes a patent license (the "PATENTS-INCLUDED LICENSE") by selecting pursuant to Part 6 of Exhibit A the patent terms in paragraphs A, B, C, D and E from Part 6 of Exhibit A, when the Initial Contributor distributes or makes available (as the case may be) such future copies under this License.
89
90 (c) If any Recipient receives or obtains one or more copies of the Initial Work or any other portion of the Licensed Work under the Patents-Included License, then all licensing of such copies under this License shall include the terms in paragraphs A, B, C, D and E from Part 6 of Exhibit A and that Recipient shall not be able to rely upon the Patents-Excluded License for any such copies. However, all Recipients that receive one or more copies of the Initial Work or any other portion of the Licensed Work under a copy of the License which includes the Patents-Excluded License shall have no patent license with respect to such copies received under the Patents-Excluded License and availability and distribution of such copies, including Modifications made by such Recipient to such copies, shall be under a copy of the License without any patent license.
91
92 (d) Where a Recipient uses in combination or combines any copy of the Licensed Work (or portion thereof) licensed under a copy of the License having a Patents-Excluded License with any copy of the Licensed Work (or portion thereof) licensed under a copy of the License having a Patents-Included License, the combination (and any portion thereof) shall, from the first time such Recipient uses, makes available or distributes the combination (as the case may be), be subject to only the terms of the License having the Patents-Included License which shall include the terms in paragraphs A, B, C, D and E from Part 6 of Exhibit A.
93
94 2.3. ACKNOWLEDGEMENT AND DISCLAIMER.
95
96 Recipient understands and agrees that although Initial Contributor and each Subsequent Contributor grants the licenses to its Contributions set forth herein, no representation, warranty, guarantee or assurance is provided by any Initial Contributor, Subsequent Contributor, or Distributor that the Licensed Work does not infringe the patent or other intellectual property rights of any other entity. Initial Contributor, Subsequent Contributor, and each Distributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise, in relation to the Licensed Works. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, without limiting the foregoing disclaimers, if a third party patent license is required to allow Recipient to distribute the Licensed Work, it is Recipient's responsibility to acquire that license before distributing the Licensed Work.
97
98 2.4. RESERVATION.
99
100 Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Initial Contributor, Subsequent Contributor, or Distributor except as expressly stated herein.
101
1023. DISTRIBUTION OBLIGATIONS.
103
104 3.1. DISTRIBUTION GENERALLY.
105
106 (a) A Subsequent Contributor shall make that Subsequent Contributor's Subsequent Work(s) available to the public via an Electronic Distribution Mechanism for a period of at least twelve (12) months. The aforesaid twelve (12) month period shall begin within a reasonable time after the creation of the Subsequent Work and no later than sixty (60) days after first distribution of that Subsequent Contributor's Subsequent Work.
107
108 (b) All Distributors must distribute the Licensed Work in accordance with the terms of the License, and must include a copy of this License (including without limitation Exhibit A and the accompanying Supplement File) with each copy of the Licensed Work distributed. In particular, this License must be prominently distributed with the Licensed Work in a file called "license.txt." In addition, the License Notice in Part 5 of Exhibit A must be included at the beginning of all Source Code files, and viewable to a user in any executable such that the License Notice is reasonably brought to the attention of any party using the Licensed Work.
109
110 3.2. EXECUTABLE DISTRIBUTIONS OF THE LICENSED WORK.
111
112 A Distributor may choose to distribute the Licensed Work, or any portion thereof, in Executable form (an "EXECUTABLE DISTRIBUTION") to any third party, under the terms of Section 2 of this License, provided the Executable Distribution is made available under and accompanied by a copy of this License, AND provided at least ONE of the following conditions is fulfilled:
113
114 (a) The Executable Distribution must be accompanied by the Source Code for the Licensed Work making up the Executable Distribution, and the Source Code must be distributed on the same media as the Executable Distribution or using an Electronic Distribution Mechanism; or
115
116 (b) The Executable Distribution must be accompanied with a written offer, valid for at least thirty six (36) months, to give any third party under the terms of this License, for a charge no more than the cost of physically performing source distribution, a complete machine-readable copy of the Source Code for the Licensed Work making up the Executable Distribution, to be available and distributed using an Electronic Distribution Mechanism, and such Executable Distribution must remain available in Source Code form to any third party via the Electronic Distribution Mechanism (or any replacement Electronic Distribution Mechanism the particular Distributor may reasonably need to turn to as a substitute) for said at least thirty six (36) months.
117
118 For greater certainty, the above-noted requirements apply to any Licensed Work or portion thereof distributed to any third party in Executable form, whether such distribution is made alone, in combination with a Larger Work or Independent Modules, or in some other combination.
119
120 3.3. SOURCE CODE DISTRIBUTIONS.
121
122 When a Distributor makes the Licensed Work, or any portion thereof, available to any Person in Source Code form, it must be made available under this License and a copy of this License must be included with each copy of the Source Code, situated so that the copy of the License is conspicuously brought to the attention of that Person. For greater clarification, this Section 3.3 applies to all distribution of the Licensed Work in any Source Code form. A Distributor may charge a fee for the physical act of transferring a copy, which charge shall be no more than the cost of physically performing source distribution.
123
124 3.4. REQUIRED NOTICES IN SOURCE CODE.
125
126 Each Subsequent Contributor must ensure that the notice set out in Part 5 of Exhibit A is included in each file of the Source Code for each Subsequent Work originating from that particular Subsequent Contributor, if such notice is not already included in each such file. If it is not possible to put such notice in a particular Source Code file due to its structure, then the Subsequent Contributor must include such notice in a location (such as a relevant directory in which the file is stored) where a user would be likely to look for such a notice.
127
128 3.5. NO DISTRIBUTION REQUIREMENTS FOR INTERNALLY USED MODIFICATIONS.
129
130 Notwithstanding Sections 3.2, 3.3 and 3.4, Recipient may, internally within its own corporation or organization use the Licensed Work, including the Initial Work and Subsequent Works, and make Modifications for internal use within Recipient's own corporation or organization (collectively, "INTERNAL USE MODIFICATIONS"). The Recipient shall have no obligation to distribute, in either Source Code or Executable form, any such Internal Use Modifications made by Recipient in the course of such internal use, except where required below in this Section 3.5. All Internal Use Modifications distributed to any Person, whether or not a Third Party, shall be distributed pursuant to and be accompanied by the terms of this License. If the Recipient chooses to distribute any such Internal Use Modifications to any Third Party, then the Recipient shall be deemed a Subsequent Contributor, and any such Internal Use Modifications distributed to any Third Party shall be deemed a Subsequent Work originating from that Subsequent Contributor, and shall from the first such instance become part of the Licensed Work that must thereafter be distributed and made available to third parties in accordance with the terms of Sections 3.1 to 3.4 inclusive.
131
132 3.6. INDEPENDENT MODULES.
133
134 This License shall not apply to Independent Modules of any Initial Contributor, Subsequent Contributor, Distributor or any Recipient, and such Independent Modules may be licensed or made available under one or more separate license agreements.
135
136 3.7. LARGER WORKS.
137
138 Any Distributor or Recipient may create or contribute to a Larger Work by combining any of the Licensed Work with other code not governed by the terms of this License, and may distribute the Larger Work as one or more products. However, in any such case, Distributor or Recipient (as the case may be) must make sure that the requirements of this License are fulfilled for the Licensed Work portion of the Larger Work.
139
140 3.8. DESCRIPTION OF DISTRIBUTED MODIFICATIONS.
141
142 (a) Each Subsequent Contributor (including the Initial Contributor where the Initial Contributor also qualifies as a Subsequent Contributor) must cause each Subsequent Work created or contributed to by that Subsequent Contributor to contain a file documenting the changes, in accordance with the requirements of Part 1 of the Supplement File, that such Subsequent Contributor made in the creation or contribution to that Subsequent Work. If no Supplement File exists or no requirements are set out in Part 1 of the Supplement File, then there are no requirements for Subsequent Contributors to document changes that they make resulting in Subsequent Works.
143
144 (b) The Initial Contributor may at any time introduce requirements or add to or change earlier requirements (in each case, the "EARLIER DESCRIPTION REQUIREMENTS") for documenting changes resulting in Subsequent Works by revising Part 1 of each copy of the Supplement File distributed by the Initial Contributor with future copies of the Licensed Work so that Part 1 then contains new requirements (the "NEW DESCRIPTION REQUIREMENTS") for documenting such changes.
145
146 (c) Any Recipient receiving at any time any copy of an Initial Work or any Subsequent Work under a copy of this License (in each case, an "Earlier LICENSED COPY") having the Earlier Description Requirements may choose, with respect to each such Earlier Licensed Copy, to comply with the Earlier Description Requirements or the New Description Requirements. Where a Recipient chooses to comply with the New Description Requirements, that Recipient will, when thereafter distributing any copies of any such Earlier Licensed Copy, include a Supplement File having a section entitled Part 1 that contains a copy of the New Description Requirements.
147
148 (d) For greater certainty, the intent of Part 1 of the Supplement File is to provide a mechanism (if any) by which Subsequent Contributors must document changes that they make to the Licensed Work resulting in Subsequent Works. Part 1 of any Supplement File shall not be used to increase or reduce the scope of the license granted in Article 2 of this License or in any other way increase or decrease the rights and obligations of any Recipient, and shall at no time serve as the basis for terminating the License. Further, a Recipient can be required to correct and change its documentation procedures to comply with Part 1 of the Supplement File, but cannot be penalised with damages. Part 1 of any Supplement File is only binding on each Recipient of any Licensed Work to the extent Part 1 sets out the requirements for documenting changes to the Initial Work or any Subsequent Work.
149
150 (e) An example of a set of requirements for documenting changes and contributions made by Subsequent Contributor is set out in Part 7 of Exhibit A of this License. Part 7 is a sample only and is not binding on Recipients, unless (subject to the earlier paragraphs of this Section 3.8) those are the requirements that the Initial Contributor includes in Part 1 of the Supplement File with the copies of the Initial Work distributed under this License.
151
152 3.9. USE OF DISTRIBUTOR NAME.
153
154 The name of a Distributor may not be used by any other Distributor to endorse or promote the Licensed Work or products derived from the Licensed Work, without prior written permission.
155
156 3.10. LIMITED RECOGNITION OF INITIAL CONTRIBUTOR.
157
158 (a) As a modest attribution to the Initial Contributor, in the hope that its promotional value may help justify the time, money and effort invested in writing the Initial Work, the Initial Contributor may include in Part 2 of the Supplement File a requirement that each time an executable program resulting from the Initial Work or any Subsequent Work, or a program dependent thereon, is launched or run, a prominent display of the Initial Contributor's attribution information must occur (the "ATTRIBUTION INFORMATION"). The Attribution Information must be included at the beginning of each Source Code file. For greater certainty, the Initial Contributor may specify in the Supplement File that the above attribution requirement only applies to an executable program resulting from the Initial Work or any Subsequent Work, but not a program dependent thereon. The intent is to provide for reasonably modest attribution, therefore the Initial Contributor may not require Recipients to display, at any time, more than the following Attribution Information: (a) a copyright notice including the name of the Initial Contributor; (b) a word or one phrase (not exceeding 10 words); (c) one digital image or graphic provided with the Initial Work; and (d) a URL (collectively, the "ATTRIBUTION LIMITS").
159
160 (b) If no Supplement File exists, or no Attribution Information is set out in Part 2 of the Supplement File, then there are no requirements for Recipients to display any Attribution Information of the Initial Contributor.
161
162 (c) Each Recipient acknowledges that all trademarks, service marks and/or trade names contained within Part 2 of the Supplement File distributed with the Licensed Work are the exclusive property of the Initial Contributor and may only be used with the permission of the Initial Contributor, or under circumstances otherwise permitted by law, or as expressly set out in this License.
163
164 3.11. For greater certainty, any description or attribution provisions contained within a Supplement File may only be used to specify the nature of the description or attribution requirements, as the case may be. Any provision in a Supplement File that otherwise purports to modify, vary, nullify or amend any right, obligation or representation contained herein shall be deemed void to that extent, and shall be of no force or effect.
165
1664. COMMERCIAL USE AND INDEMNITY.
167
168 4.1. COMMERCIAL SERVICES.
169
170 A Recipient ("COMMERCIAL RECIPIENT") may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations (collectively, "SERVICES") to one or more other Recipients or Distributors. However, such Commercial Recipient may do so only on that Commercial Recipient's own behalf, and not on behalf of any other Distributor or Recipient, and Commercial Recipient must make it clear than any such warranty, support, indemnity or liability obligation(s) is/are offered by Commercial Recipient alone. At no time may Commercial Recipient use any Services to deny any party the Licensed Work in Source Code or Executable form when so required under any of the other terms of this License. For greater certainty, this Section 4.1 does not diminish any of the other terms of this License, including without limitation the obligation of the Commercial Recipient as a Distributor, when distributing any of the Licensed Work in Source Code or Executable form, to make such distribution royalty-free (subject to the right to charge a fee of no more than the cost of physically performing Source Code or Executable distribution (as the case may be)).
171
172 4.2. INDEMNITY.
173
174 Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this License is intended to facilitate the commercial use of the Licensed Work, the Distributor who includes any of the Licensed Work in a commercial product offering should do so in a manner which does not create potential liability for other Distributors. Therefore, if a Distributor includes the Licensed Work in a commercial product offering or offers any Services, such Distributor ("COMMERCIAL DISTRIBUTOR") hereby agrees to defend and indemnify every other Distributor or Subsequent Contributor (in each case an "INDEMNIFIED PARTY") against any losses, damages and costs (collectively "LOSSES") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Party to the extent caused by the acts or omissions of such Commercial Distributor in connection with its distribution of any of the Licensed Work in a commercial product offering or in connection with any Services. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Party must: (a) promptly notify the Commercial Distributor in writing of such claim; and (b) allow the Commercial Distributor to control, and co-operate with the Commercial Distributor in, the defense and any related settlement negotiations. The Indemnified Party may participate in any such claim at its own expense.
175
1765. VERSIONS OF THE LICENSE.
177
178 5.1. NEW VERSIONS.
179
180 The Initial Contributor may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
181
182 5.2. EFFECT OF NEW VERSIONS.
183
184 Once the Licensed Work or any portion thereof has been published by Initial Contributor under a particular version of the License, Recipient may choose to continue to use it under the terms of that version. However, if a Recipient chooses to use the Licensed Work under the terms of any subsequent version of the License published by the Initial Contributor, then from the date of making this choice, the Recipient must comply with the terms of that subsequent version with respect to all further reproduction, preparation of derivative works, public display of, public performance of, distribution and sublicensing by the Recipient in connection with the Licensed Work. No one other than the Initial Contributor has the right to modify the terms applicable to the Licensed Work
185
1866. DISCLAIMER OF WARRANTY.
187
188 6.1. GENERAL DISCLAIMER.
189
190 EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, THE LICENSED WORK IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT ANY REPRESENTATION, WARRANTY, GUARANTEE, ASSURANCE OR CONDITION OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LICENSED WORK IS WITH RECIPIENT. SHOULD ANY LICENSED WORK PROVE DEFECTIVE IN ANY RESPECT, RECIPIENT (NOT THE INITIAL CONTRIBUTOR OR ANY SUBSEQUENT CONTRIBUTOR) ASSUMES THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS CLAUSE CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY LICENSED WORK IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS LICENSE INCLUDING WITHOUT LIMITATION THIS DISCLAIMER.
191
192 6.2. RESPONSIBILITY OF RECIPIENTS.
193
194 Each Recipient is solely responsible for determining the appropriateness of using and distributing the Licensed Work and assumes all risks associated with its exercise of rights under this License, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
195
1967. TERMINATION.
197
198 7.1. This License shall continue until terminated in accordance with the express terms herein.
199
200 7.2. Recipient may choose to terminate this License automatically at any time.
201
202 7.3. This License, including without limitation the rights granted hereunder to a particular Recipient, will terminate automatically if such Recipient is in material breach of any of the terms of this License and fails to cure such breach within sixty (60) days of becoming aware of the breach. Without limiting the foregoing, any material breach by such Recipient of any term of any other License under which such Recipient is granted any rights to the Licensed Work shall constitute a material breach of this License.
203
204 7.4. Upon termination of this License by or with respect to a particular Recipient for any reason, all rights granted hereunder and under any other License to that Recipient shall terminate. However, all sublicenses to the Licensed Work which were previously properly granted by such Recipient under a copy of this License (in each case, an "Other License" and in plural, "Other Licenses") shall survive any such termination of this License, including without limitation the rights and obligations under such Other Licenses as set out in their respective Sections 2, 3, 4, 5, 6, 7 and 8, mutatis mutandis, for so long as the respective sublicensees (i.e. other Recipients) remain in compliance with the terms of the copy of this License under which such sublicensees received rights to the Licensed Work. Any termination of such Other Licenses shall be pursuant to their respective Section 7, mutatis mutandis. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
205
206 7.5. Upon any termination of this License by or with respect to a particular Recipient, Sections 4.1, 4.2, 6.1, 6.2, 7.4, 7.5, 8.1, and 8.2, together with all provisions of this License necessary for the interpretation and enforcement of same, shall expressly survive such termination.
207
2088. LIMITATION OF LIABILITY.
209
210 8.1. IN NO EVENT SHALL ANY OF INITIAL CONTRIBUTOR, ITS SUBSIDIARIES, OR AFFILIATES, OR ANY OF ITS OR THEIR RESPECTIVE OFFICERS, DIRECTORS, EMPLOYEES, AND/OR AGENTS (AS THE CASE MAY BE), HAVE ANY LIABILITY FOR ANY DIRECT DAMAGES, INDIRECT DAMAGES, PUNITIVE DAMAGES, INCIDENTAL DAMAGES, SPECIAL DAMAGES, EXEMPLARY DAMAGES, CONSEQUENTIAL DAMAGES OR ANY OTHER DAMAGES WHATSOEVER (INCLUDING WITHOUT LIMITATION LOSS OF USE, DATA OR PROFITS, OR ANY OTHER LOSS ARISING OUT OF OR IN ANY WAY RELATED TO THE USE, INABILITY TO USE, UNAUTHORIZED USE, PERFORMANCE, OR NON-PERFORMANCE OF THE LICENSED WORK OR ANY PART THEREOF OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, OR THAT RESULT FROM ERRORS, DEFECTS, OMISSIONS, DELAYS IN OPERATION OR TRANSMISSION, OR ANY OTHER FAILURE OF PERFORMANCE), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) IN RELATION TO OR ARISING IN ANY WAY OUT OF THIS LICENSE OR THE USE OR DISTRIBUTION OF THE LICENSED WORK OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. THIS CLAUSE CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY LICENSED WORK IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS LICENSE INCLUDING WITHOUT LIMITATION THE LIMITATIONS SET FORTH IN THIS SECTION 8.1.
211
212 8.2. EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, EACH RECIPIENT SHALL NOT HAVE ANY LIABILITY FOR ANY EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE LICENSED WORK OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION.
213
2149. GOVERNING LAW AND LEGAL ACTION.
215
216 9.1. This License shall be governed by and construed in accordance with the laws of the Governing Jurisdiction assigned in Part 3 of Exhibit A, without regard to its conflict of law provisions. No party may bring a legal action under this License more than one year after the cause of the action arose. Each party waives its rights (if any) to a jury trial in any litigation arising under this License. Note that if the Governing Jurisdiction is not assigned in Part 3 of Exhibit A, then the Governing Jurisdiction shall be the State of New York.
217
218 9.2. The courts of the Governing Jurisdiction shall have jurisdiction, but not exclusive jurisdiction, to entertain and determine all disputes and claims, whether for specific performance, injunction, damages or otherwise, both at law and in equity, arising out of or in any way relating to this License, including without limitation, the legality, validity, existence and enforceability of this License. Each party to this License hereby irrevocably attorns to and accepts the jurisdiction of the courts of the Governing Jurisdiction for such purposes.
219
220 9.3. Except as expressly set forth elsewhere herein, in the event of any action or proceeding brought by any party against another under this License the prevailing party shall be entitled to recover all costs and expenses including the fees of its attorneys in such action or proceeding in such amount as the court may adjudge reasonable.
221
22210. MISCELLANEOUS.
223
224 10.1. The obligations imposed by this License are for the benefit of the Initial Contributor and any Recipient, and each Recipient acknowledges and agrees that the Initial Contributor and/or any other Recipient may enforce the terms and conditions of this License against any Recipient.
225
226 10.2. This License represents the complete agreement concerning subject matter hereof, and supersedes and cancels all previous oral and written communications, representations, agreements and understandings between the parties with respect to the subject matter hereof.
227
228 10.3. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded.
229
230 10.4. The language in all parts of this License shall be in all cases construed simply according to its fair meaning, and not strictly for or against any of the parties hereto. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
231
232 10.5. If any provision of this License is invalid or unenforceable under the laws of the Governing Jurisdiction, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
233
234 10.6. The paragraph headings of this License are for reference and convenience only and are not a part of this License, and they shall have no effect upon the construction or interpretation of any part hereof.
235
236 10.7. Each of the terms "including", "include" and "includes", when used in this License, is not limiting whether or not non-limiting language (such as "without limitation" or "but not limited to" or words of similar import) is used with reference thereto.
237
238 10.8. The parties hereto acknowledge they have expressly required that this License and notices relating thereto be drafted in the English language.
239
240//***THE LICENSE TERMS END HERE (OTHER THAN AS SET OUT IN EXHIBIT A).***//
241
242EXHIBIT A (to the Adaptive Public License)
243
244 PART 1: INITIAL CONTRIBUTOR AND DESIGNATED WEB SITE
245 The Initial Contributor is: ____________________________________________________
246
247 [Enter full name of Initial Contributor]
248
249 Address of Initial Contributor: ________________________________________________
250 ________________________________________________
251 ________________________________________________
252
253 [Enter address above]
254
255 The Designated Web Site is: __________________________________________________
256
257 [Enter URL for Designated Web Site of Initial Contributor]
258
259 NOTE: The Initial Contributor is to complete this Part 1, along with Parts 2, 3, and 5, and, if applicable, Parts 4 and 6.
260
261 PART 2: INITIAL WORK
262
263 The Initial Work comprises the computer program(s) distributed by the Initial Contributor having the following title(s): _______________________________________________.
264
265 The date on which the Initial Work was first available under this License: _________________
266
267 PART 3: GOVERNING JURISDICTION
268
269 For the purposes of this License, the Governing Jurisdiction is _________________________________________________.
270 [Initial Contributor to Enter Governing Jurisdiction here]
271
272 PART 4: THIRD PARTIES
273
274 For the purposes of this License, "Third Party" has the definition set forth below in the ONE paragraph selected by the Initial Contributor from paragraphs A, B, C, D and E when the Initial Work is distributed or otherwise made available by the Initial Contributor. To select one of the following paragraphs, the Initial Contributor must place an "X" or "x" in the selection box alongside the one respective paragraph selected.
275 SELECTION
276 BOX PARAGRAPH
277 [ ] A. "THIRD PARTY" means any third party.
278
279 [ ] B. "THIRD PARTY" means any third party except for any of the following: (a) a wholly owned subsidiary of the Subsequent Contributor in question; (b) a legal entity (the "PARENT") that wholly owns the Subsequent Contributor in question; or (c) a wholly owned subsidiary of the wholly owned subsidiary in (a) or of the Parent in (b).
280
281 [ ] C. "THIRD PARTY" means any third party except for any of the following: (a) any Person directly or indirectly owning a majority of the voting interest in the Subsequent Contributor or (b) any Person in which the Subsequent Contributor directly or indirectly owns a majority voting interest.
282
283 [ ] D. "THIRD PARTY" means any third party except for any Person directly or indirectly controlled by the Subsequent Contributor. For purposes of this definition, "control" shall mean the power to direct or cause the direction of, the management and policies of such Person whether through the ownership of voting interests, by contract, or otherwise.
284
285 [ ] E. "THIRD PARTY" means any third party except for any Person directly or indirectly controlling, controlled by, or under common control with the Subsequent Contributor. For purposes of this definition, "control" shall mean the power to direct or cause the direction of, the management and policies of such Person whether through the ownership of voting interests, by contract, or otherwise.
286
287 The default definition of "THIRD PARTY" is the definition set forth in paragraph A, if NONE OR MORE THAN ONE of paragraphs A, B, C, D or E in this Part 4 are selected by the Initial Contributor.
288
289 PART 5: NOTICE
290
291 THE LICENSED WORK IS PROVIDED UNDER THE TERMS OF THE ADAPTIVE PUBLIC LICENSE ("LICENSE") AS FIRST COMPLETED BY: ______________________ [Insert the name of the Initial Contributor here]. ANY USE, PUBLIC DISPLAY, PUBLIC PERFORMANCE, REPRODUCTION OR DISTRIBUTION OF, OR PREPARATION OF DERIVATIVE WORKS BASED ON, THE LICENSED WORK CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS LICENSE AND ITS TERMS, WHETHER OR NOT SUCH RECIPIENT READS THE TERMS OF THE LICENSE. "LICENSED WORK" AND "RECIPIENT" ARE DEFINED IN THE LICENSE. A COPY OF THE LICENSE IS LOCATED IN THE TEXT FILE ENTITLED "LICENSE.TXT" ACCOMPANYING THE CONTENTS OF THIS FILE. IF A COPY OF THE LICENSE DOES NOT ACCOMPANY THIS FILE, A COPY OF THE LICENSE MAY ALSO BE OBTAINED AT THE FOLLOWING WEB SITE: ___________________________________________________ [Insert Initial Contributor's Designated Web Site here]
292
293 Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
294
295 PART 6: PATENT LICENSING TERMS
296
297 For the purposes of this License, paragraphs A, B, C, D and E of this Part 6 of Exhibit A are only incorporated and form part of the terms of the License if the Initial Contributor places an "X" or "x" in the selection box alongside the YES answer to the question immediately below.
298
299 Is this a Patents-Included License pursuant to Section 2.2 of the License?
300
301 YES [ ]
302 NO [ ]
303
304 By default, if YES is not selected by the Initial Contributor, the answer is NO.
305
306 A. For the purposes of the paragraphs in this Part 6 of Exhibit A, "LICENSABLE" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights granted herein.
307
308 B. The Initial Contributor hereby grants all Recipients a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, under patent claim(s) Licensable by the Initial Contributor that are or would be infringed by the making, using, selling, offering for sale, having made, importing, exporting, transfer or disposal of such Initial Work or any portion thereof. Notwithstanding the foregoing, no patent license is granted under this Paragraph B by the Initial Contributor: (1) for any code that the Initial Contributor deletes from the Initial Work (or any portion thereof) distributed by the Initial Contributor prior to such distribution; (2) for any Modifications made to the Initial Work (or any portion thereof) by any other Person; or (3) separate from the Initial Work (or portions thereof) distributed or made available by the Initial Contributor.
309
310 C. Effective upon distribution by a Subsequent Contributor to a Third Party of any Modifications made by that Subsequent Contributor, such Subsequent Contributor hereby grants all Recipients a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, under patent claim(s) Licensable by such Subsequent Contributor that are or would be infringed by the making, using, selling, offering for sale, having made, importing, exporting, transfer or disposal of any such Modifications made by that Subsequent Contributor alone and/or in combination with its Subsequent Work (or portions of such combination) to make, use, sell, offer for sale, have made, import, export, transfer and otherwise dispose of:
311
312 (1) Modifications made by that Subsequent Contributor (or portions thereof); and
313
314 (2) the combination of Modifications made by that Subsequent Contributor with its Subsequent Work (or portions of such combination);
315
316 (collectively and in each case, the "SUBSEQUENT CONTRIBUTOR VERSION").
317
318 Notwithstanding the foregoing, no patent license is granted under this Paragraph C by such Subsequent Contributor: (1) for any code that such Subsequent Contributor deletes from the Subsequent Contributor Version (or any portion thereof) distributed by the Subsequent Contributor prior to such distribution; (2) for any Modifications made to the Subsequent Contributor Version (or any portion thereof) by any other Person; or (3) separate from the Subsequent Contributor Version (or portions thereof) distributed or made available by the Subsequent Contributor.
319
320 D. Effective upon distribution of any Licensed Work by a Distributor to a Third Party, such Distributor hereby grants all Recipients a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, under patent claim(s) Licensable by such Distributor that are or would be infringed by the making, using, selling, offering for sale, having made, importing, exporting, transfer or disposal of any such Licensed Work distributed by such Distributor, to make, use, sell, offer for sale, have made, import, export, transfer and otherwise dispose of such Licensed Work or portions thereof (collectively and in each case, the "DISTRIBUTOR VERSION"). Notwithstanding the foregoing, no patent license is granted under this Paragraph D by such Distributor: (1) for any code that such Distributor deletes from the Distributor Version (or any portion thereof) distributed by the Distributor prior to such distribution; (2) for any Modifications made to the Distributor Version (or any portion thereof) by any other Person; or (3) separate from the Distributor Version (or portions thereof) distributed or made available by the Distributor.
321
322 E. If Recipient institutes patent litigation against another Recipient (a "USER") with respect to a patent applicable to a computer program or software (including a cross-claim or counterclaim in a lawsuit, and whether or not any of the patent claims are directed to a system, method, process, apparatus, device, product, article of manufacture or any other form of patent claim), then any patent or copyright license granted by that User to such Recipient under this License or any other copy of this License shall terminate. The termination shall be effective ninety (90) days after notice of termination from User to Recipient, unless the Recipient withdraws the patent litigation claim before the end of the ninety (90) day period. To be effective, any such notice of license termination must include a specific list of applicable patents and/or a copy of the copyrighted work of User that User alleges will be infringed by Recipient upon License termination. License termination is only effective with respect to patents and/or copyrights for which proper notice has been given.
323
324 PART 7: SAMPLE REQUIREMENTS FOR THE DESCRIPTION OF DISTRIBUTED MODIFICATIONS
325
326 Each Subsequent Contributor (including the Initial Contributor where the Initial Contributor qualifies as a Subsequent Contributor) is invited (but not required) to cause each Subsequent Work created or contributed to by that Subsequent Contributor to contain a file documenting the changes such Subsequent Contributor made to create that Subsequent Work and the date of any change. //***EXHIBIT A ENDS HERE.***//
327
diff --git a/meta/files/common-licenses/APSL-1 b/meta/files/common-licenses/APSL-1
deleted file mode 100644
index 504c9d9553..0000000000
--- a/meta/files/common-licenses/APSL-1
+++ /dev/null
@@ -1,334 +0,0 @@
1
2Apple Public Source License Ver. 1.2
3
41. General; Definitions. This License applies to any program or other work
5which Apple Computer, Inc. ("Apple") makes publicly available and
6which contains a notice placed by Apple identifying such program or work as
7"Original Code" and stating that it is subject to the terms of this
8Apple Public Source License version 1.2 (or subsequent version thereof)
9("License"). As used in this License:
10
111.1 "Applicable Patent Rights" mean: (a) in the case where Apple is
12the grantor of rights, (i) claims of patents that are now or hereafter
13acquired, owned by or assigned to Apple and (ii) that cover subject matter
14contained in the Original Code, but only to the extent necessary to use,
15reproduce and/or distribute the Original Code without infringement; and (b) in
16the case where You are the grantor of rights, (i) claims of patents that are
17now or hereafter acquired, owned by or assigned to You and (ii) that cover
18subject matter in Your Modifications, taken alone or in combination with
19Original Code.
20
211.2 "Contributor" means any person or entity that creates or
22contributes to the creation of Modifications.
23
241.3 "Covered Code" means the Original Code, Modifications, the
25combination of Original Code and any Modifications, and/or any respective
26portions thereof.
27
281.4 "Deploy" means to use, sublicense or distribute Covered Code
29other than for Your internal research and development (R&amp;D) and/or Personal
30Use, and includes without limitation, any and all internal use or distribution
31of Covered Code within Your business or organization except for R&amp;D use
32and/or Personal Use, as well as direct or indirect sublicensing or distribution
33of Covered Code by You to any third party in any form or manner.
34
351.5 "Larger Work" means a work which combines Covered Code or
36portions thereof with code not governed by the terms of this License.
37
381.6 "Modifications" mean any addition to, deletion from, and/or
39change to, the substance and/or structure of the Original Code, any previous
40Modifications, the combination of Original Code and any previous Modifications,
41and/or any respective portions thereof. When code is released as a series of
42files, a Modification is: (a) any addition to or deletion from the contents of
43a file containing Covered Code; and/or (b) any new file or other representation
44of computer program statements that contains any part of Covered Code.
45
461.7 "Original Code" means (a) the Source Code of a program or other
47work as originally made available by Apple under this License, including the
48Source Code of any updates or upgrades to such programs or works made available
49by Apple under this License, and that has been expressly identified by Apple as
50such in the header file(s) of such work; and (b) the object code compiled from
51such Source Code and originally made available by Apple under this License.
52
531.8 "Personal Use" means use of Covered Code by an individual solely
54for his or her personal, private and non-commercial purposes. An individual's
55use of Covered Code in his or her capacity as an officer, employee, member,
56independent contractor or agent of a corporation, business or organization
57(commercial or non-commercial) does not qualify as Personal Use.
58
591.9 "Source Code" means the human readable form of a program or other
60work that is suitable for making modifications to it, including all modules it
61contains, plus any associated interface definition files, scripts used to
62control compilation and installation of an executable (object code).
63
641.10 "You" or "Your" means an individual or a legal entity
65exercising rights under this License. For legal entities, "You" or
66"Your" includes any entity which controls, is controlled by, or is
67under common control with, You, where "control" means (a) the power,
68direct or indirect, to cause the direction or management of such entity,
69whether by contract or otherwise, or (b) ownership of fifty percent (50%) or
70more of the outstanding shares or beneficial ownership of such entity.
71
722. Permitted Uses; Conditions &amp; Restrictions.Subject to the terms and
73conditions of this License, Apple hereby grants You, effective on the date You
74accept this License and download the Original Code, a world-wide, royalty-free,
75non-exclusive license, to the extent of Apple's Applicable Patent Rights and
76copyrights covering the Original Code, to do the following:
77
782.1 You may use, reproduce, display, perform, modify and distribute Original
79Code, with or without Modifications, solely for Your internal research and
80development and/or Personal Use, provided that in each instance:
81
82(a) You must retain and reproduce in all copies of Original Code the copyright
83and other proprietary notices and disclaimers of Apple as they appear in the
84Original Code, and keep intact all notices in the Original Code that refer to
85this License; and
86
87(b) You must include a copy of this License with every copy of Source Code of
88Covered Code and documentation You distribute, and You may not offer or impose
89any terms on such Source Code that alter or restrict this License or the
90recipients' rights hereunder, except as permitted under Section 6.
91
922.2 You may use, reproduce, display, perform, modify and Deploy Covered Code,
93provided that in each instance:
94
95(a) You must satisfy all the conditions of Section 2.1 with respect to the
96Source Code of the Covered Code;
97
98(b) You must duplicate, to the extent it does not already exist, the notice in
99Exhibit A in each file of the Source Code of all Your Modifications, and cause
100the modified files to carry prominent notices stating that You changed the
101files and the date of any change;
102
103(c) You must make Source Code of all Your Deployed Modifications publicly
104available under the terms of this License, including the license grants set
105forth in Section 3 below, for as long as you Deploy the Covered Code or twelve
106(12) months from the date of initial Deployment, whichever is longer. You
107should preferably distribute the Source Code of Your Deployed Modifications
108electronically (e.g. download from a web site); and
109
110(d) if You Deploy Covered Code in object code, executable form only, You must
111include a prominent notice, in the code itself as well as in related
112documentation, stating that Source Code of the Covered Code is available under
113the terms of this License with information on how and where to obtain such
114Source Code.
115
1162.3 You expressly acknowledge and agree that although Apple and each
117Contributor grants the licenses to their respective portions of the Covered
118Code set forth herein, no assurances are provided by Apple or any Contributor
119that the Covered Code does not infringe the patent or other intellectual
120property rights of any other entity. Apple and each Contributor disclaim any
121liability to You for claims brought by any other entity based on infringement
122of intellectual property rights or otherwise. As a condition to exercising the
123rights and licenses granted hereunder, You hereby assume sole responsibility to
124secure any other intellectual property rights needed, if any. For example, if a
125third party patent license is required to allow You to distribute the Covered
126Code, it is Your responsibility to acquire that license before distributing the
127Covered Code.
128
1293. Your Grants. In consideration of, and as a condition to, the licenses
130granted to You under this License:
131
132(a) You hereby grant to Apple and all third parties a non-exclusive, royalty-
133free license, under Your Applicable Patent Rights and other intellectual
134property rights (other than patent) owned or controlled by You, to use,
135reproduce, display, perform, modify, distribute and Deploy Your Modifications
136of the same scope and extent as Apple's licenses under Sections 2.1 and 2.2;
137and
138
139(b) You hereby grant to Apple and its subsidiaries a non-exclusive, worldwide,
140royalty-free, perpetual and irrevocable license, under Your Applicable Patent
141Rights and other intellectual property rights (other than patent) owned or
142controlled by You, to use, reproduce, display, perform, modify or have modified
143(for Apple and/or its subsidiaries), sublicense and distribute Your
144Modifications, in any form, through multiple tiers of distribution.
145
1464. Larger Works. You may create a Larger Work by combining Covered Code with
147other code not governed by the terms of this License and distribute the Larger
148Work as a single product. In each such instance, You must make sure the
149requirements of this License are fulfilled for the Covered Code or any portion
150thereof.
151
1525. Limitations on Patent License. Except as expressly stated in Section 2, no
153other patent rights, express or implied, are granted by Apple herein.
154Modifications and/or Larger Works may require additional patent licenses from
155Apple which Apple may grant in its sole discretion.
156
1576. Additional Terms. You may choose to offer, and to charge a fee for,
158warranty, support, indemnity or liability obligations and/or other rights
159consistent with the scope of the license granted herein ("Additional
160Terms") to one or more recipients of Covered Code. However, You may do so
161only on Your own behalf and as Your sole responsibility, and not on behalf of
162Apple or any Contributor. You must obtain the recipient's agreement that any
163such Additional Terms are offered by You alone, and You hereby agree to
164indemnify, defend and hold Apple and every Contributor harmless for any
165liability incurred by or claims asserted against Apple or such Contributor by
166reason of any such Additional Terms.
167
1687. Versions of the License. Apple may publish revised and/or new versions of
169this License from time to time. Each version will be given a distinguishing
170version number. Once Original Code has been published under a particular
171version of this License, You may continue to use it under the terms of that
172version. You may also choose to use such Original Code under the terms of any
173subsequent version of this License published by Apple. No one other than Apple
174has the right to modify the terms applicable to Covered Code created under this
175License.
176
1778. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part
178pre-release, untested, or not fully tested works. The Covered Code may contain
179errors that could cause failures or loss of data, and may be incomplete or
180contain inaccuracies. You expressly acknowledge and agree that use of the
181Covered Code, or any portion thereof, is at Your sole and entire risk. THE
182COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR
183SUPPORT OF ANY KIND AND APPLE AND APPLE'S LICENSOR(S) (COLLECTIVELY REFERRED TO
184AS "APPLE" FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS
185EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED,
186INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF
187MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE,
188OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
189APPLE AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR
190ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS CONTAINED IN THE COVERED CODE
191WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE COVERED CODE WILL BE
192UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE
193CORRECTED. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE, AN APPLE
194AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY. You
195acknowledge that the Covered Code is not intended for use in the operation of
196nuclear facilities, aircraft navigation, communication systems, or air traffic
197control machines in which case the failure of the Covered Code could lead to
198death, personal injury, or severe physical or environmental damage.
199
2009. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
201SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT
202OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE
203OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A
204THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY
205OR OTHERWISE, EVEN IF APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE
206POSSIBILITY OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL
207PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF
208LIABILITY OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT
209APPLY TO YOU. In no event shall Apple's total liability to You for all damages
210(other than as may be required by applicable law) under this License exceed the
211amount of fifty dollars ($50.00).
212
21310. Trademarks. This License does not grant any rights to use the trademarks or
214trade names "Apple", "Apple Computer", "Mac OS
215X", "Mac OS X Server", "QuickTime", "QuickTime
216Streaming Server" or any other trademarks or trade names belonging to
217Apple (collectively "Apple Marks") or to any trademark or trade name
218belonging to any Contributor. No Apple Marks may be used to endorse or promote
219products derived from the Original Code other than as permitted by and in
220strict compliance at all times with Apple's third party trademark usage
221guidelines which are posted at http://www.apple.com/legal/
222guidelinesfor3rdparties.html.
223
22411. Ownership. Subject to the licenses granted under this License, each
225Contributor retains all rights, title and interest in and to any Modifications
226made by such Contributor. Apple retains all rights, title and interest in and
227to the Original Code and any Modifications made by or on behalf of Apple
228("Apple Modifications"), and such Apple Modifications will not be
229automatically subject to this License. Apple may, at its sole discretion,
230choose to license such Apple Modifications under this License, or on different
231terms from those contained in this License or may choose not to license them at
232all.
233
23412. Termination.
235
23612.1 Termination. This License and the rights granted hereunder will terminate:
237
238(a) automatically without notice from Apple if You fail to comply with any term
239(s) of this License and fail to cure such breach within 30 days of becoming
240aware of such breach;
241
242(b) immediately in the event of the circumstances described in Section 13.5(b);
243or
244
245(c) automatically without notice from Apple if You, at any time during the term
246of this License, commence an action for patent infringement against Apple.
247
24812.2 Effect of Termination. Upon termination, You agree to immediately stop any
249further use, reproduction, modification, sublicensing and distribution of the
250Covered Code and to destroy all copies of the Covered Code that are in your
251possession or control. All sublicenses to the Covered Code which have been
252properly granted prior to termination shall survive any termination of this
253License. Provisions which, by their nature, should remain in effect beyond the
254termination of this License shall survive, including but not limited to
255Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other
256for compensation, indemnity or damages of any sort solely as a result of
257terminating this License in accordance with its terms, and termination of this
258License will be without prejudice to any other right or remedy of any party.
259
26013. Miscellaneous.
261
26213.1 Government End Users. The Covered Code is a "commercial item" as
263defined in FAR 2.101. Government software and technical data rights in the
264Covered Code include only those rights customarily provided to the public as
265defined in this License. This customary commercial license in technical data
266and software is provided in accordance with FAR 12.211 (Technical Data) and
26712.212 (Computer Software) and, for Department of Defense purchases, DFAR
268252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in
269Commercial Computer Software or Computer Software Documentation). Accordingly,
270all U.S. Government End Users acquire Covered Code with only those rights set
271forth herein.
272
27313.2 Relationship of Parties. This License will not be construed as creating an
274agency, partnership, joint venture or any other form of legal association
275between or amongYou, Apple or any Contributor, and You will not represent to
276the contrary, whether expressly, by implication, appearance or otherwise.
277
27813.3 Independent Development. Nothing in this License will impair Apple's right
279to acquire, license, develop, have others develop for it, market and/or
280distribute technology or products that perform the same or similar functions
281as, or otherwise compete with, Modifications, Larger Works, technology or
282products that You may develop, produce, market or distribute.
283
28413.4 Waiver; Construction. Failure by Apple or any Contributor to enforce any
285provision of this License will not be deemed a waiver of future enforcement of
286that or any other provision. Any law or regulation which provides that the
287language of a contract shall be construed against the drafter will not apply to
288this License.
289
29013.5 Severability. (a) If for any reason a court of competent jurisdiction
291finds any provision of this License, or portion thereof, to be unenforceable,
292that provision of the License will be enforced to the maximum extent
293permissible so as to effect the economic benefits and intent of the parties,
294and the remainder of this License will continue in full force and effect. (b)
295Notwithstanding the foregoing, if applicable law prohibits or restricts You
296from fully and/or specifically complying with Sections 2 and/or 3 or prevents
297the enforceability of either of those Sections, this License will immediately
298terminate and You must immediately discontinue any use of the Covered Code and
299destroy all copies of it that are in your possession or control.
300
30113.6 Dispute Resolution. Any litigation or other dispute resolution between You
302and Apple relating to this License shall take place in the Northern District of
303California, and You and Apple hereby consent to the personal jurisdiction of,
304and venue in, the state and federal courts within that District with respect to
305this License. The application of the United Nations Convention on Contracts for
306the International Sale of Goods is expressly excluded.
307
30813.7 Entire Agreement; Governing Law. This License constitutes the entire
309agreement between the parties with respect to the subject matter hereof. This
310License shall be governed by the laws of the United States and the State of
311California, except that body of California law concerning conflicts of law.
312
313Where You are located in the province of Quebec, Canada, the following clause
314applies: The parties hereby confirm that they have requested that this License
315and all related documents be drafted in English. Les parties ont exigé que le
316présent contrat et tous les documents connexes soient rédigés en anglais.
317
318EXHIBIT A.
319
320"Portions Copyright (c) 1999-2001 Apple Computer, Inc. All Rights
321Reserved.
322
323This file contains Original Code and/or Modifications of Original Code as
324defined in and that are subject to the Apple Public Source License Version 1.2
325(the 'License'). You may not use this file except in compliance with the
326License. Please obtain a copy of the License at http://www.apple.com/
327publicsource and read it before using this file.
328
329The Original Code and all software distributed under the License are
330distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS
331OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
332LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
333PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the
334specific language governing rights and limitations under the License."
diff --git a/meta/files/common-licenses/APSL-2 b/meta/files/common-licenses/APSL-2
deleted file mode 100644
index 59f1ed5e17..0000000000
--- a/meta/files/common-licenses/APSL-2
+++ /dev/null
@@ -1,337 +0,0 @@
1
2APPLE PUBLIC SOURCE LICENSE
3Version 2.0 - August 6, 2003
4
5Please read this License carefully before downloading this software. By
6downloading or using this software, you are agreeing to be bound by the terms
7of this License. If you do not or cannot agree to the terms of this License,
8please do not download or use the software.
9
10Apple Note: In January 2007, Apple changed its corporate name from "Apple
11Computer, Inc." to "Apple Inc." This change has been reflected
12below and copyright years updated, but no other changes have been made to the
13APSL 2.0.
14
151. General; Definitions. This License applies to any program or other work
16which Apple Inc. ("Apple") makes publicly available and which
17contains a notice placed by Apple identifying such program or work as
18"Original Code" and stating that it is subject to the terms of this
19Apple Public Source License version 2.0 ("License"). As used in this
20License:
21
221.1 "Applicable Patent Rights" mean: (a) in the case where Apple is
23the grantor of rights, (i) claims of patents that are now or hereafter
24acquired, owned by or assigned to Apple and (ii) that cover subject matter
25contained in the Original Code, but only to the extent necessary to use,
26reproduce and/or distribute the Original Code without infringement; and (b) in
27the case where You are the grantor of rights, (i) claims of patents that are
28now or hereafter acquired, owned by or assigned to You and (ii) that cover
29subject matter in Your Modifications, taken alone or in combination with
30Original Code.
31
321.2 "Contributor" means any person or entity that creates or
33contributes to the creation of Modifications.
34
351.3 "Covered Code" means the Original Code, Modifications, the
36combination of Original Code and any Modifications, and/or any respective
37portions thereof.
38
391.4 "Externally Deploy" means: (a) to sublicense, distribute or
40otherwise make Covered Code available, directly or indirectly, to anyone other
41than You; and/or (b) to use Covered Code, alone or as part of a Larger Work, in
42any way to provide a service, including but not limited to delivery of content,
43through electronic communication with a client other than You.
44
451.5 "Larger Work" means a work which combines Covered Code or
46portions thereof with code not governed by the terms of this License.
47
481.6 "Modifications" mean any addition to, deletion from, and/or
49change to, the substance and/or structure of the Original Code, any previous
50Modifications, the combination of Original Code and any previous Modifications,
51and/or any respective portions thereof. When code is released as a series of
52files, a Modification is: (a) any addition to or deletion from the contents of
53a file containing Covered Code; and/or (b) any new file or other representation
54of computer program statements that contains any part of Covered Code.
55
561.7 "Original Code" means (a) the Source Code of a program or other
57work as originally made available by Apple under this License, including the
58Source Code of any updates or upgrades to such programs or works made available
59by Apple under this License, and that has been expressly identified by Apple as
60such in the header file(s) of such work; and (b) the object code compiled from
61such Source Code and originally made available by Apple under this License
62
631.8 "Source Code" means the human readable form of a program or other
64work that is suitable for making modifications to it, including all modules it
65contains, plus any associated interface definition files, scripts used to
66control compilation and installation of an executable (object code).
67
681.9 "You" or "Your" means an individual or a legal entity
69exercising rights under this License. For legal entities, "You" or
70"Your" includes any entity which controls, is controlled by, or is
71under common control with, You, where "control" means (a) the power,
72direct or indirect, to cause the direction or management of such entity,
73whether by contract or otherwise, or (b) ownership of fifty percent (50%) or
74more of the outstanding shares or beneficial ownership of such entity.
75
762. Permitted Uses; Conditions &amp; Restrictions. Subject to the terms and
77conditions of this License, Apple hereby grants You, effective on the date You
78accept this License and download the Original Code, a world-wide, royalty-free,
79non-exclusive license, to the extent of Apple's Applicable Patent Rights and
80copyrights covering the Original Code, to do the following:
81
822.1 Unmodified Code. You may use, reproduce, display, perform, internally
83distribute within Your organization, and Externally Deploy verbatim, unmodified
84copies of the Original Code, for commercial or non-commercial purposes,
85provided that in each instance:
86
87(a) You must retain and reproduce in all copies of Original Code the copyright
88and other proprietary notices and disclaimers of Apple as they appear in the
89Original Code, and keep intact all notices in the Original Code that refer to
90this License; and
91
92(b) You must include a copy of this License with every copy of Source Code of
93Covered Code and documentation You distribute or Externally Deploy, and You may
94not offer or impose any terms on such Source Code that alter or restrict this
95License or the recipients' rights hereunder, except as permitted under Section
966.
97
982.2 Modified Code. You may modify Covered Code and use, reproduce, display,
99perform, internally distribute within Your organization, and Externally Deploy
100Your Modifications and Covered Code, for commercial or non-commercial purposes,
101provided that in each instance You also meet all of these conditions:
102
103(a) You must satisfy all the conditions of Section 2.1 with respect to the
104Source Code of the Covered Code;
105
106(b) You must duplicate, to the extent it does not already exist, the notice in
107Exhibit A in each file of the Source Code of all Your Modifications, and cause
108the modified files to carry prominent notices stating that You changed the
109files and the date of any change; and
110
111(c) If You Externally Deploy Your Modifications, You must make Source Code of
112all Your Externally Deployed Modifications either available to those to whom
113You have Externally Deployed Your Modifications, or publicly available. Source
114Code of Your Externally Deployed Modifications must be released under the terms
115set forth in this License, including the license grants set forth in Section 3
116below, for as long as you Externally Deploy the Covered Code or twelve (12)
117months from the date of initial External Deployment, whichever is longer. You
118should preferably distribute the Source Code of Your Externally Deployed
119Modifications electronically (e.g. download from a web site).
120
1212.3 Distribution of Executable Versions. In addition, if You Externally Deploy
122Covered Code (Original Code and/or Modifications) in object code, executable
123form only, You must include a prominent notice, in the code itself as well as
124in related documentation, stating that Source Code of the Covered Code is
125available under the terms of this License with information on how and where to
126obtain such Source Code.
127
1282.4 Third Party Rights. You expressly acknowledge and agree that although Apple
129and each Contributor grants the licenses to their respective portions of the
130Covered Code set forth herein, no assurances are provided by Apple or any
131Contributor that the Covered Code does not infringe the patent or other
132intellectual property rights of any other entity. Apple and each Contributor
133disclaim any liability to You for claims brought by any other entity based on
134infringement of intellectual property rights or otherwise. As a condition to
135exercising the rights and licenses granted hereunder, You hereby assume sole
136responsibility to secure any other intellectual property rights needed, if any.
137For example, if a third party patent license is required to allow You to
138distribute the Covered Code, it is Your responsibility to acquire that license
139before distributing the Covered Code.
140
1413. Your Grants. In consideration of, and as a condition to, the licenses
142granted to You under this License, You hereby grant to any person or entity
143receiving or distributing Covered Code under this License a non-exclusive,
144royalty-free, perpetual, irrevocable license, under Your Applicable Patent
145Rights and other intellectual property rights (other than patent) owned or
146controlled by You, to use, reproduce, display, perform, modify, sublicense,
147distribute and Externally Deploy Your Modifications of the same scope and
148extent as Apple's licenses under Sections 2.1 and 2.2 above.
149
1504. Larger Works. You may create a Larger Work by combining Covered Code with
151other code not governed by the terms of this License and distribute the Larger
152Work as a single product. In each such instance, You must make sure the
153requirements of this License are fulfilled for the Covered Code or any portion
154thereof.
155
1565. Limitations on Patent License. Except as expressly stated in Section 2, no
157other patent rights, express or implied, are granted by Apple herein.
158Modifications and/or Larger Works may require additional patent licenses from
159Apple which Apple may grant in its sole discretion.
160
1616. Additional Terms. You may choose to offer, and to charge a fee for,
162warranty, support, indemnity or liability obligations and/or other rights
163consistent with the scope of the license granted herein ("Additional
164Terms") to one or more recipients of Covered Code. However, You may do so
165only on Your own behalf and as Your sole responsibility, and not on behalf of
166Apple or any Contributor. You must obtain the recipient's agreement that any
167such Additional Terms are offered by You alone, and You hereby agree to
168indemnify, defend and hold Apple and every Contributor harmless for any
169liability incurred by or claims asserted against Apple or such Contributor by
170reason of any such Additional Terms.
171
1727. Versions of the License. Apple may publish revised and/or new versions of
173this License from time to time. Each version will be given a distinguishing
174version number. Once Original Code has been published under a particular
175version of this License, You may continue to use it under the terms of that
176version. You may also choose to use such Original Code under the terms of any
177subsequent version of this License published by Apple. No one other than Apple
178has the right to modify the terms applicable to Covered Code created under this
179License.
180
1818. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part
182pre-release, untested, or not fully tested works. The Covered Code may contain
183errors that could cause failures or loss of data, and may be incomplete or
184contain inaccuracies. You expressly acknowledge and agree that use of the
185Covered Code, or any portion thereof, is at Your sole and entire risk. THE
186COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR
187SUPPORT OF ANY KIND AND APPLE AND APPLE'S LICENSOR(S) (COLLECTIVELY REFERRED TO
188AS "APPLE" FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS
189EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED,
190INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF
191MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE,
192OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
193APPLE AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR
194ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS CONTAINED IN THE COVERED CODE
195WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE COVERED CODE WILL BE
196UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE
197CORRECTED. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE, AN APPLE
198AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY. You
199acknowledge that the Covered Code is not intended for use in the operation of
200nuclear facilities, aircraft navigation, communication systems, or air traffic
201control machines in which case the failure of the Covered Code could lead to
202death, personal injury, or severe physical or environmental damage.
203
2049. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
205SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT
206OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE
207OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A
208THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY
209OR OTHERWISE, EVEN IF APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE
210POSSIBILITY OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL
211PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF
212LIABILITY OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT
213APPLY TO YOU. In no event shall Apple's total liability to You for all damages
214(other than as may be required by applicable law) under this License exceed the
215amount of fifty dollars ($50.00).
216
21710. Trademarks. This License does not grant any rights to use the trademarks or
218trade names "Apple", "Mac", "Mac OS",
219"QuickTime", "QuickTime Streaming Server" or any other
220trademarks, service marks, logos or trade names belonging to Apple
221(collectively "Apple Marks") or to any trademark, service mark, logo
222or trade name belonging to any Contributor. You agree not to use any Apple
223Marks in or as part of the name of products derived from the Original Code or
224to endorse or promote products derived from the Original Code other than as
225expressly permitted by and in strict compliance at all times with Apple's third
226party trademark usage guidelines which are posted at http://www.apple.com/
227legal/guidelinesfor3rdparties.html.
228
22911. Ownership. Subject to the licenses granted under this License, each
230Contributor retains all rights, title and interest in and to any Modifications
231made by such Contributor. Apple retains all rights, title and interest in and
232to the Original Code and any Modifications made by or on behalf of Apple
233("Apple Modifications"), and such Apple Modifications will not be
234automatically subject to this License. Apple may, at its sole discretion,
235choose to license such Apple Modifications under this License, or on different
236terms from those contained in this License or may choose not to license them at
237all.
238
23912. Termination.
240
24112.1 Termination. This License and the rights granted hereunder will terminate:
242
243(a) automatically without notice from Apple if You fail to comply with any term
244(s) of this License and fail to cure such breach within 30 days of becoming
245aware of such breach;
246(b) immediately in the event of the circumstances described in Section 13.5(b);
247or
248(c) automatically without notice from Apple if You, at any time during the term
249of this License, commence an action for patent infringement against Apple;
250provided that Apple did not first commence an action for patent infringement
251against You in that instance.
252
25312.2 Effect of Termination. Upon termination, You agree to immediately stop any
254further use, reproduction, modification, sublicensing and distribution of the
255Covered Code. All sublicenses to the Covered Code which have been properly
256granted prior to termination shall survive any termination of this License.
257Provisions which, by their nature, should remain in effect beyond the
258termination of this License shall survive, including but not limited to
259Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other
260for compensation, indemnity or damages of any sort solely as a result of
261terminating this License in accordance with its terms, and termination of this
262License will be without prejudice to any other right or remedy of any party.
263
26413. Miscellaneous.
265
26613.1 Government End Users. The Covered Code is a "commercial item" as
267defined in FAR 2.101. Government software and technical data rights in the
268Covered Code include only those rights customarily provided to the public as
269defined in this License. This customary commercial license in technical data
270and software is provided in accordance with FAR 12.211 (Technical Data) and
27112.212 (Computer Software) and, for Department of Defense purchases, DFAR
272252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in
273Commercial Computer Software or Computer Software Documentation). Accordingly,
274all U.S. Government End Users acquire Covered Code with only those rights set
275forth herein.
276
27713.2 Relationship of Parties. This License will not be construed as creating an
278agency, partnership, joint venture or any other form of legal association
279between or among You, Apple or any Contributor, and You will not represent to
280the contrary, whether expressly, by implication, appearance or otherwise.
281
28213.3 Independent Development. Nothing in this License will impair Apple's right
283to acquire, license, develop, have others develop for it, market and/or
284distribute technology or products that perform the same or similar functions
285as, or otherwise compete with, Modifications, Larger Works, technology or
286products that You may develop, produce, market or distribute.
287
28813.4 Waiver; Construction. Failure by Apple or any Contributor to enforce any
289provision of this License will not be deemed a waiver of future enforcement of
290that or any other provision. Any law or regulation which provides that the
291language of a contract shall be construed against the drafter will not apply to
292this License.
293
29413.5 Severability. (a) If for any reason a court of competent jurisdiction
295finds any provision of this License, or portion thereof, to be unenforceable,
296that provision of the License will be enforced to the maximum extent
297permissible so as to effect the economic benefits and intent of the parties,
298and the remainder of this License will continue in full force and effect. (b)
299Notwithstanding the foregoing, if applicable law prohibits or restricts You
300from fully and/or specifically complying with Sections 2 and/or 3 or prevents
301the enforceability of either of those Sections, this License will immediately
302terminate and You must immediately discontinue any use of the Covered Code and
303destroy all copies of it that are in your possession or control.
304
30513.6 Dispute Resolution. Any litigation or other dispute resolution between You
306and Apple relating to this License shall take place in the Northern District of
307California, and You and Apple hereby consent to the personal jurisdiction of,
308and venue in, the state and federal courts within that District with respect to
309this License. The application of the United Nations Convention on Contracts for
310the International Sale of Goods is expressly excluded.
311
31213.7 Entire Agreement; Governing Law. This License constitutes the entire
313agreement between the parties with respect to the subject matter hereof. This
314License shall be governed by the laws of the United States and the State of
315California, except that body of California law concerning conflicts of law.
316
317Where You are located in the province of Quebec, Canada, the following clause
318applies: The parties hereby confirm that they have requested that this License
319and all related documents be drafted in English. Les parties ont exigé que le
320présent contrat et tous les documents connexes soient rédigés en anglais.
321
322EXHIBIT A.
323
324"Portions Copyright (c) 1999-2007 Apple Inc. All Rights Reserved.
325
326This file contains Original Code and/or Modifications of Original Code as
327defined in and that are subject to the Apple Public Source License Version 2.0
328(the 'License'). You may not use this file except in compliance with the
329License. Please obtain a copy of the License at http://
330www.opensource.apple.com/apsl/ and read it before using this file.
331
332The Original Code and all software distributed under the License are
333distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS
334OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
335LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
336PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the
337specific language governing rights and limitations under the License."
diff --git a/meta/files/common-licenses/Adobe b/meta/files/common-licenses/Adobe
new file mode 100644
index 0000000000..64779da1df
--- /dev/null
+++ b/meta/files/common-licenses/Adobe
@@ -0,0 +1,14 @@
1Copyright 1990-1998 Adobe Systems Incorporated.
2All Rights Reserved.
3
4Patents Pending
5
6NOTICE: All information contained herein is the property of Adobe
7Systems Incorporated.
8
9Permission is granted for redistribution of this file provided
10this copyright notice is maintained intact and that the contents
11of this file are not altered in any way from its original form.
12
13PostScript and Display PostScript are trademarks of Adobe Systems
14Incorporated which may be registered in certain jurisdictions.
diff --git a/meta/files/common-licenses/Apache-1 b/meta/files/common-licenses/Apache-1
deleted file mode 100644
index af3baa8bfe..0000000000
--- a/meta/files/common-licenses/Apache-1
+++ /dev/null
@@ -1,59 +0,0 @@
1
2/* ====================================================================
3* The Apache Software License, Version 1.1
4*
5* Copyright (c) 2000 The Apache Software Foundation. All rights
6* reserved.
7*
8* Redistribution and use in source and binary forms, with or without
9* modification, are permitted provided that the following conditions
10* are met:
11*
12* 1. Redistributions of source code must retain the above copyright
13* notice, this list of conditions and the following disclaimer.
14*
15* 2. Redistributions in binary form must reproduce the above copyright
16* notice, this list of conditions and the following disclaimer in
17* the documentation and/or other materials provided with the
18* distribution.
19*
20* 3. The end-user documentation included with the redistribution,
21* if any, must include the following acknowledgment:
22* "This product includes software developed by the
23* Apache Software Foundation (http://www.apache.org/)."
24* Alternately, this acknowledgment may appear in the software itself,
25* if and wherever such third-party acknowledgments normally appear.
26*
27* 4. The names "Apache" and "Apache Software Foundation"
28must
29* not be used to endorse or promote products derived from this
30* software without prior written permission. For written
31* permission, please contact apache@apache.org.
32*
33* 5. Products derived from this software may not be called "Apache",
34* nor may "Apache" appear in their name, without prior written
35* permission of the Apache Software Foundation.
36*
37* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
38* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
39* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
40* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
41* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
42* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
43* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
44* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
45* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
46* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
47* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
48* SUCH DAMAGE.
49* ====================================================================
50*
51* This software consists of voluntary contributions made by many
52* individuals on behalf of the Apache Software Foundation. For more
53* information on the Apache Software Foundation, please see
54* <http://www.apache.org/>.
55*
56* Portions of this software are based upon public domain software
57* originally written at the National Center for Supercomputing Applications,
58* University of Illinois, Urbana-Champaign.
59*/
diff --git a/meta/files/common-licenses/Apache-2 b/meta/files/common-licenses/Apache-2
deleted file mode 100644
index e019d28b22..0000000000
--- a/meta/files/common-licenses/Apache-2
+++ /dev/null
@@ -1,203 +0,0 @@
1
2
3Apache License
4Version 2.0, January 2004
5http://www.apache.org/licenses/
6
7TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8
91. Definitions.
10
11"License" shall mean the terms and conditions for use, reproduction,
12and distribution as defined by Sections 1 through 9 of this document.
13
14"Licensor" shall mean the copyright owner or entity authorized by
15the copyright owner that is granting the License.
16
17"Legal Entity" shall mean the union of the acting entity and all
18other entities that control, are controlled by, or are under common
19control with that entity. For the purposes of this definition,
20"control" means (i) the power, direct or indirect, to cause the
21direction or management of such entity, whether by contract or
22otherwise, or (ii) ownership of fifty percent (50%) or more of the
23outstanding shares, or (iii) beneficial ownership of such entity.
24
25"You" (or "Your") shall mean an individual or Legal Entity
26exercising permissions granted by this License.
27
28"Source" form shall mean the preferred form for making modifications,
29including but not limited to software source code, documentation
30source, and configuration files.
31
32"Object" form shall mean any form resulting from mechanical
33transformation or translation of a Source form, including but
34not limited to compiled object code, generated documentation,
35and conversions to other media types.
36
37"Work" shall mean the work of authorship, whether in Source or
38Object form, made available under the License, as indicated by a
39copyright notice that is included in or attached to the work
40(an example is provided in the Appendix below).
41
42"Derivative Works" shall mean any work, whether in Source or Object
43form, that is based on (or derived from) the Work and for which the
44editorial revisions, annotations, elaborations, or other modifications
45represent, as a whole, an original work of authorship. For the purposes
46of this License, Derivative Works shall not include works that remain
47separable from, or merely link (or bind by name) to the interfaces of,
48the Work and Derivative Works thereof.
49
50"Contribution" shall mean any work of authorship, including
51the original version of the Work and any modifications or additions
52to that Work or Derivative Works thereof, that is intentionally
53submitted to Licensor for inclusion in the Work by the copyright owner
54or by an individual or Legal Entity authorized to submit on behalf of
55the copyright owner. For the purposes of this definition, "submitted"
56means any form of electronic, verbal, or written communication sent
57to the Licensor or its representatives, including but not limited to
58communication on electronic mailing lists, source code control systems,
59and issue tracking systems that are managed by, or on behalf of, the
60Licensor for the purpose of discussing and improving the Work, but
61excluding communication that is conspicuously marked or otherwise
62designated in writing by the copyright owner as "Not a Contribution."
63
64"Contributor" shall mean Licensor and any individual or Legal Entity
65on behalf of whom a Contribution has been received by Licensor and
66subsequently incorporated within the Work.
67
682. Grant of Copyright License. Subject to the terms and conditions of
69this License, each Contributor hereby grants to You a perpetual,
70worldwide, non-exclusive, no-charge, royalty-free, irrevocable
71copyright license to reproduce, prepare Derivative Works of,
72publicly display, publicly perform, sublicense, and distribute the
73Work and such Derivative Works in Source or Object form.
74
753. Grant of Patent License. Subject to the terms and conditions of
76this License, each Contributor hereby grants to You a perpetual,
77worldwide, non-exclusive, no-charge, royalty-free, irrevocable
78(except as stated in this section) patent license to make, have made,
79use, offer to sell, sell, import, and otherwise transfer the Work,
80where such license applies only to those patent claims licensable
81by such Contributor that are necessarily infringed by their
82Contribution(s) alone or by combination of their Contribution(s)
83with the Work to which such Contribution(s) was submitted. If You
84institute patent litigation against any entity (including a
85cross-claim or counterclaim in a lawsuit) alleging that the Work
86or a Contribution incorporated within the Work constitutes direct
87or contributory patent infringement, then any patent licenses
88granted to You under this License for that Work shall terminate
89as of the date such litigation is filed.
90
914. Redistribution. You may reproduce and distribute copies of the
92Work or Derivative Works thereof in any medium, with or without
93modifications, and in Source or Object form, provided that You
94meet the following conditions:
95
96(a) You must give any other recipients of the Work or
97Derivative Works a copy of this License; and
98
99(b) You must cause any modified files to carry prominent notices
100stating that You changed the files; and
101
102(c) You must retain, in the Source form of any Derivative Works
103that You distribute, all copyright, patent, trademark, and
104attribution notices from the Source form of the Work,
105excluding those notices that do not pertain to any part of
106the Derivative Works; and
107
108(d) If the Work includes a "NOTICE" text file as part of its
109distribution, then any Derivative Works that You distribute must
110include a readable copy of the attribution notices contained
111within such NOTICE file, excluding those notices that do not
112pertain to any part of the Derivative Works, in at least one
113of the following places: within a NOTICE text file distributed
114as part of the Derivative Works; within the Source form or
115documentation, if provided along with the Derivative Works; or,
116within a display generated by the Derivative Works, if and
117wherever such third-party notices normally appear. The contents
118of the NOTICE file are for informational purposes only and
119do not modify the License. You may add Your own attribution
120notices within Derivative Works that You distribute, alongside
121or as an addendum to the NOTICE text from the Work, provided
122that such additional attribution notices cannot be construed
123as modifying the License.
124
125You may add Your own copyright statement to Your modifications and
126may provide additional or different license terms and conditions
127for use, reproduction, or distribution of Your modifications, or
128for any such Derivative Works as a whole, provided Your use,
129reproduction, and distribution of the Work otherwise complies with
130the conditions stated in this License.
131
1325. Submission of Contributions. Unless You explicitly state otherwise,
133any Contribution intentionally submitted for inclusion in the Work
134by You to the Licensor shall be under the terms and conditions of
135this License, without any additional terms or conditions.
136Notwithstanding the above, nothing herein shall supersede or modify
137the terms of any separate license agreement you may have executed
138with Licensor regarding such Contributions.
139
1406. Trademarks. This License does not grant permission to use the trade
141names, trademarks, service marks, or product names of the Licensor,
142except as required for reasonable and customary use in describing the
143origin of the Work and reproducing the content of the NOTICE file.
144
1457. Disclaimer of Warranty. Unless required by applicable law or
146agreed to in writing, Licensor provides the Work (and each
147Contributor provides its Contributions) on an "AS IS" BASIS,
148WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
149implied, including, without limitation, any warranties or conditions
150of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
151PARTICULAR PURPOSE. You are solely responsible for determining the
152appropriateness of using or redistributing the Work and assume any
153risks associated with Your exercise of permissions under this License.
154
1558. Limitation of Liability. In no event and under no legal theory,
156whether in tort (including negligence), contract, or otherwise,
157unless required by applicable law (such as deliberate and grossly
158negligent acts) or agreed to in writing, shall any Contributor be
159liable to You for damages, including any direct, indirect, special,
160incidental, or consequential damages of any character arising as a
161result of this License or out of the use or inability to use the
162Work (including but not limited to damages for loss of goodwill,
163work stoppage, computer failure or malfunction, or any and all
164other commercial damages or losses), even if such Contributor
165has been advised of the possibility of such damages.
166
1679. Accepting Warranty or Additional Liability. While redistributing
168the Work or Derivative Works thereof, You may choose to offer,
169and charge a fee for, acceptance of support, warranty, indemnity,
170or other liability obligations and/or rights consistent with this
171License. However, in accepting such obligations, You may act only
172on Your own behalf and on Your sole responsibility, not on behalf
173of any other Contributor, and only if You agree to indemnify,
174defend, and hold each Contributor harmless for any liability
175incurred by, or claims asserted against, such Contributor by reason
176of your accepting any such warranty or additional liability.
177
178END OF TERMS AND CONDITIONS
179
180APPENDIX: How to apply the Apache License to your work.
181
182To apply the Apache License to your work, attach the following
183boilerplate notice, with the fields enclosed by brackets "[]"
184replaced with your own identifying information. (Don't include
185the brackets!) The text should be enclosed in the appropriate
186comment syntax for the file format. We also recommend that a
187file or class name and description of purpose be included on the
188same "printed page" as the copyright notice for easier
189identification within third-party archives.
190
191Copyright [yyyy] [name of copyright owner]
192
193Licensed under the Apache License, Version 2.0 (the "License");
194you may not use this file except in compliance with the License.
195You may obtain a copy of the License at
196
197http://www.apache.org/licenses/LICENSE-2.0
198
199Unless required by applicable law or agreed to in writing, software
200distributed under the License is distributed on an "AS IS" BASIS,
201WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
202See the License for the specific language governing permissions and
203limitations under the License.
diff --git a/meta/files/common-licenses/Artistic b/meta/files/common-licenses/Artistic
deleted file mode 100644
index 5f221241e8..0000000000
--- a/meta/files/common-licenses/Artistic
+++ /dev/null
@@ -1,131 +0,0 @@
1
2
3
4
5 The "Artistic License"
6
7 Preamble
8
9The intent of this document is to state the conditions under which a
10Package may be copied, such that the Copyright Holder maintains some
11semblance of artistic control over the development of the package,
12while giving the users of the package the right to use and distribute
13the Package in a more-or-less customary fashion, plus the right to make
14reasonable modifications.
15
16Definitions:
17
18 "Package" refers to the collection of files distributed by the
19 Copyright Holder, and derivatives of that collection of files
20 created through textual modification.
21
22 "Standard Version" refers to such a Package if it has not been
23 modified, or has been modified in accordance with the wishes
24 of the Copyright Holder as specified below.
25
26 "Copyright Holder" is whoever is named in the copyright or
27 copyrights for the package.
28
29 "You" is you, if you're thinking about copying or distributing
30 this Package.
31
32 "Reasonable copying fee" is whatever you can justify on the
33 basis of media cost, duplication charges, time of people involved,
34 and so on. (You will not be required to justify it to the
35 Copyright Holder, but only to the computing community at large
36 as a market that must bear the fee.)
37
38 "Freely Available" means that no fee is charged for the item
39 itself, though there may be fees involved in handling the item.
40 It also means that recipients of the item may redistribute it
41 under the same conditions they received it.
42
431. You may make and give away verbatim copies of the source form of the
44Standard Version of this Package without restriction, provided that you
45duplicate all of the original copyright notices and associated disclaimers.
46
472. You may apply bug fixes, portability fixes and other modifications
48derived from the Public Domain or from the Copyright Holder. A Package
49modified in such a way shall still be considered the Standard Version.
50
513. You may otherwise modify your copy of this Package in any way, provided
52that you insert a prominent notice in each changed file stating how and
53when you changed that file, and provided that you do at least ONE of the
54following:
55
56 a) place your modifications in the Public Domain or otherwise make them
57 Freely Available, such as by posting said modifications to Usenet or
58 an equivalent medium, or placing the modifications on a major archive
59 site such as uunet.uu.net, or by allowing the Copyright Holder to include
60 your modifications in the Standard Version of the Package.
61
62 b) use the modified Package only within your corporation or organization.
63
64 c) rename any non-standard executables so the names do not conflict
65 with standard executables, which must also be provided, and provide
66 a separate manual page for each non-standard executable that clearly
67 documents how it differs from the Standard Version.
68
69 d) make other distribution arrangements with the Copyright Holder.
70
714. You may distribute the programs of this Package in object code or
72executable form, provided that you do at least ONE of the following:
73
74 a) distribute a Standard Version of the executables and library files,
75 together with instructions (in the manual page or equivalent) on where
76 to get the Standard Version.
77
78 b) accompany the distribution with the machine-readable source of
79 the Package with your modifications.
80
81 c) give non-standard executables non-standard names, and clearly
82 document the differences in manual pages (or equivalent), together
83 with instructions on where to get the Standard Version.
84
85 d) make other distribution arrangements with the Copyright Holder.
86
875. You may charge a reasonable copying fee for any distribution of this
88Package. You may charge any fee you choose for support of this
89Package. You may not charge a fee for this Package itself. However,
90you may distribute this Package in aggregate with other (possibly
91commercial) programs as part of a larger (possibly commercial) software
92distribution provided that you do not advertise this Package as a
93product of your own. You may embed this Package's interpreter within
94an executable of yours (by linking); this shall be construed as a mere
95form of aggregation, provided that the complete Standard Version of the
96interpreter is so embedded.
97
986. The scripts and library files supplied as input to or produced as
99output from the programs of this Package do not automatically fall
100under the copyright of this Package, but belong to whoever generated
101them, and may be sold commercially, and may be aggregated with this
102Package. If such scripts or library files are aggregated with this
103Package via the so-called "undump" or "unexec" methods of producing a
104binary executable image, then distribution of such an image shall
105neither be construed as a distribution of this Package nor shall it
106fall under the restrictions of Paragraphs 3 and 4, provided that you do
107not represent such an executable image as a Standard Version of this
108Package.
109
1107. C subroutines (or comparably compiled subroutines in other
111languages) supplied by you and linked into this Package in order to
112emulate subroutines and variables of the language defined by this
113Package shall not be considered part of this Package, but are the
114equivalent of input as in Paragraph 6, provided these subroutines do
115not change the language in any way that would cause it to fail the
116regression tests for the language.
117
1188. Aggregation of this Package with a commercial distribution is always
119permitted provided that the use of this Package is embedded; that is,
120when no overt attempt is made to make this Package's interfaces visible
121to the end user of the commercial distribution. Such use shall not be
122construed as a distribution of this Package.
123
1249. The name of the Copyright Holder may not be used to endorse or promote
125products derived from this software without specific prior written permission.
126
12710. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
128IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
129WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
130
131 The End
diff --git a/meta/files/common-licenses/Artistic-1 b/meta/files/common-licenses/Artistic-1
deleted file mode 100644
index 47c9cbdffc..0000000000
--- a/meta/files/common-licenses/Artistic-1
+++ /dev/null
@@ -1,97 +0,0 @@
1
2The Artistic License
3Preamble
4
5The intent of this document is to state the conditions under which a Package
6may be copied, such that the Copyright Holder maintains some semblance of
7artistic control over the development of the package, while giving the users of
8the package the right to use and distribute the Package in a more-or-less
9customary fashion, plus the right to make reasonable modifications.
10
11Definitions:
12
13"Package" refers to the collection of files distributed by the
14Copyright Holder, and derivatives of that collection of files created through
15textual modification.
16"Standard Version" refers to such a Package if it has not been
17modified, or has been modified in accordance with the wishes of the Copyright
18Holder.
19"Copyright Holder" is whoever is named in the copyright or copyrights
20for the package.
21"You" is you, if you're thinking about copying or distributing this
22Package.
23"Reasonable copying fee" is whatever you can justify on the basis of
24media cost, duplication charges, time of people involved, and so on. (You will
25not be required to justify it to the Copyright Holder, but only to the
26computing community at large as a market that must bear the fee.)
27"Freely Available" means that no fee is charged for the item itself,
28though there may be fees involved in handling the item. It also means that
29recipients of the item may redistribute it under the same conditions they
30received it.
311. You may make and give away verbatim copies of the source form of the
32Standard Version of this Package without restriction, provided that you
33duplicate all of the original copyright notices and associated disclaimers.
34
352. You may apply bug fixes, portability fixes and other modifications derived
36from the Public Domain or from the Copyright Holder. A Package modified in such
37a way shall still be considered the Standard Version.
38
393. You may otherwise modify your copy of this Package in any way, provided that
40you insert a prominent notice in each changed file stating how and when you
41changed that file, and provided that you do at least ONE of the following:
42
43a) place your modifications in the Public Domain or otherwise make them Freely
44Available, such as by posting said modifications to Usenet or an equivalent
45medium, or placing the modifications on a major archive site such as
46ftp.uu.net, or by allowing the Copyright Holder to include your modifications
47in the Standard Version of the Package.
48
49b) use the modified Package only within your corporation or organization.
50
51c) rename any non-standard executables so the names do not conflict with
52standard executables, which must also be provided, and provide a separate
53manual page for each non-standard executable that clearly documents how it
54differs from the Standard Version.
55
56d) make other distribution arrangements with the Copyright Holder.
57
584. You may distribute the programs of this Package in object code or executable
59form, provided that you do at least ONE of the following:
60
61a) distribute a Standard Version of the executables and library files, together
62with instructions (in the manual page or equivalent) on where to get the
63Standard Version.
64
65b) accompany the distribution with the machine-readable source of the Package
66with your modifications.
67
68c) accompany any non-standard executables with their corresponding Standard
69Version executables, giving the non-standard executables non-standard names,
70and clearly documenting the differences in manual pages (or equivalent),
71together with instructions on where to get the Standard Version.
72
73d) make other distribution arrangements with the Copyright Holder.
74
755. You may charge a reasonable copying fee for any distribution of this
76Package. You may charge any fee you choose for support of this Package. You may
77not charge a fee for this Package itself. However, you may distribute this
78Package in aggregate with other (possibly commercial) programs as part of a
79larger (possibly commercial) software distribution provided that you do not
80advertise this Package as a product of your own.
81
826. The scripts and library files supplied as input to or produced as output
83from the programs of this Package do not automatically fall under the copyright
84of this Package, but belong to whomever generated them, and may be sold
85commercially, and may be aggregated with this Package.
86
877. C or perl subroutines supplied by you and linked into this Package shall not
88be considered part of this Package.
89
908. The name of the Copyright Holder may not be used to endorse or promote
91products derived from this software without specific prior written permission.
92
939. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
94IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
95MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
96
97The End
diff --git a/meta/files/common-licenses/Artistic-2 b/meta/files/common-licenses/Artistic-2
deleted file mode 100644
index 697eeedac3..0000000000
--- a/meta/files/common-licenses/Artistic-2
+++ /dev/null
@@ -1,202 +0,0 @@
1
2The Artistic License 2.0
3
4Copyright (c) 2000-2006, The Perl Foundation.
5
6Everyone is permitted to copy and distribute verbatim copies
7of this license document, but changing it is not allowed.
8
9Preamble
10
11This license establishes the terms under which a given free software
12Package may be copied, modified, distributed, and/or redistributed.
13The intent is that the Copyright Holder maintains some artistic
14control over the development of that Package while still keeping the
15Package available as open source and free software.
16
17You are always permitted to make arrangements wholly outside of this
18license directly with the Copyright Holder of a given Package. If the
19terms of this license do not permit the full use that you propose to
20make of the Package, you should contact the Copyright Holder and seek
21a different licensing arrangement.
22
23Definitions
24
25"Copyright Holder" means the individual(s) or organization(s)
26named in the copyright notice for the entire Package.
27
28"Contributor" means any party that has contributed code or other
29material to the Package, in accordance with the Copyright Holder's
30procedures.
31
32"You" and "your" means any person who would like to copy,
33distribute, or modify the Package.
34
35"Package" means the collection of files distributed by the
36Copyright Holder, and derivatives of that collection and/or of
37those files. A given Package may consist of either the Standard
38Version, or a Modified Version.
39
40"Distribute" means providing a copy of the Package or making it
41accessible to anyone else, or in the case of a company or
42organization, to others outside of your company or organization.
43
44"Distributor Fee" means any fee that you charge for Distributing
45this Package or providing support for this Package to another
46party. It does not mean licensing fees.
47
48"Standard Version" refers to the Package if it has not been
49modified, or has been modified only in ways explicitly requested
50by the Copyright Holder.
51
52"Modified Version" means the Package, if it has been changed, and
53such changes were not explicitly requested by the Copyright
54Holder.
55
56"Original License" means this Artistic License as Distributed with
57the Standard Version of the Package, in its current version or as
58it may be modified by The Perl Foundation in the future.
59
60"Source" form means the source code, documentation source, and
61configuration files for the Package.
62
63"Compiled" form means the compiled bytecode, object code, binary,
64or any other form resulting from mechanical transformation or
65translation of the Source form.
66
67
68Permission for Use and Modification Without Distribution
69
70(1) You are permitted to use the Standard Version and create and use
71Modified Versions for any purpose without restriction, provided that
72you do not Distribute the Modified Version.
73
74
75Permissions for Redistribution of the Standard Version
76
77(2) You may Distribute verbatim copies of the Source form of the
78Standard Version of this Package in any medium without restriction,
79either gratis or for a Distributor Fee, provided that you duplicate
80all of the original copyright notices and associated disclaimers. At
81your discretion, such verbatim copies may or may not include a
82Compiled form of the Package.
83
84(3) You may apply any bug fixes, portability changes, and other
85modifications made available from the Copyright Holder. The resulting
86Package will still be considered the Standard Version, and as such
87will be subject to the Original License.
88
89
90Distribution of Modified Versions of the Package as Source
91
92(4) You may Distribute your Modified Version as Source (either gratis
93or for a Distributor Fee, and with or without a Compiled form of the
94Modified Version) provided that you clearly document how it differs
95from the Standard Version, including, but not limited to, documenting
96any non-standard features, executables, or modules, and provided that
97you do at least ONE of the following:
98
99(a) make the Modified Version available to the Copyright Holder
100of the Standard Version, under the Original License, so that the
101Copyright Holder may include your modifications in the Standard
102Version.
103
104(b) ensure that installation of your Modified Version does not
105prevent the user installing or running the Standard Version. In
106addition, the Modified Version must bear a name that is different
107from the name of the Standard Version.
108
109(c) allow anyone who receives a copy of the Modified Version to
110make the Source form of the Modified Version available to others
111under
112
113(i) the Original License or
114
115(ii) a license that permits the licensee to freely copy,
116modify and redistribute the Modified Version using the same
117licensing terms that apply to the copy that the licensee
118received, and requires that the Source form of the Modified
119Version, and of any works derived from it, be made freely
120available in that license fees are prohibited but Distributor
121Fees are allowed.
122
123
124Distribution of Compiled Forms of the Standard Version
125or Modified Versions without the Source
126
127(5) You may Distribute Compiled forms of the Standard Version without
128the Source, provided that you include complete instructions on how to
129get the Source of the Standard Version. Such instructions must be
130valid at the time of your distribution. If these instructions, at any
131time while you are carrying out such distribution, become invalid, you
132must provide new instructions on demand or cease further distribution.
133If you provide valid instructions or cease distribution within thirty
134days after you become aware that the instructions are invalid, then
135you do not forfeit any of your rights under this license.
136
137(6) You may Distribute a Modified Version in Compiled form without
138the Source, provided that you comply with Section 4 with respect to
139the Source of the Modified Version.
140
141
142Aggregating or Linking the Package
143
144(7) You may aggregate the Package (either the Standard Version or
145Modified Version) with other packages and Distribute the resulting
146aggregation provided that you do not charge a licensing fee for the
147Package. Distributor Fees are permitted, and licensing fees for other
148components in the aggregation are permitted. The terms of this license
149apply to the use and Distribution of the Standard or Modified Versions
150as included in the aggregation.
151
152(8) You are permitted to link Modified and Standard Versions with
153other works, to embed the Package in a larger work of your own, or to
154build stand-alone binary or bytecode versions of applications that
155include the Package, and Distribute the result without restriction,
156provided the result does not expose a direct interface to the Package.
157
158
159Items That are Not Considered Part of a Modified Version
160
161(9) Works (including, but not limited to, modules and scripts) that
162merely extend or make use of the Package, do not, by themselves, cause
163the Package to be a Modified Version. In addition, such works are not
164considered parts of the Package itself, and are not subject to the
165terms of this license.
166
167
168General Provisions
169
170(10) Any use, modification, and distribution of the Standard or
171Modified Versions is governed by this Artistic License. By using,
172modifying or distributing the Package, you accept this license. Do not
173use, modify, or distribute the Package, if you do not accept this
174license.
175
176(11) If your Modified Version has been derived from a Modified
177Version made by someone other than you, you are nevertheless required
178to ensure that your Modified Version complies with the requirements of
179this license.
180
181(12) This license does not grant you the right to use any trademark,
182service mark, tradename, or logo of the Copyright Holder.
183
184(13) This license includes the non-exclusive, worldwide,
185free-of-charge patent license to make, have made, use, offer to sell,
186sell, import and otherwise transfer the Package with respect to any
187patent claims licensable by the Copyright Holder that are necessarily
188infringed by the Package. If you institute patent litigation
189(including a cross-claim or counterclaim) against any party alleging
190that the Package constitutes direct or contributory patent
191infringement, then this Artistic License to you shall terminate on the
192date that such litigation is filed.
193
194(14) Disclaimer of Warranty:
195THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
196IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
197WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
198NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
199LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
200BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
201DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
202ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/meta/files/common-licenses/BSL-1 b/meta/files/common-licenses/BSL-1
deleted file mode 100644
index e2dcedc0ec..0000000000
--- a/meta/files/common-licenses/BSL-1
+++ /dev/null
@@ -1,25 +0,0 @@
1
2Boost Software License - Version 1.0 - August 17th, 2003
3
4Permission is hereby granted, free of charge, to any person or organization
5obtaining a copy of the software and accompanying documentation covered by
6this license (the "Software") to use, reproduce, display, distribute,
7execute, and transmit the Software, and to prepare derivative works of the
8Software, and to permit third-parties to whom the Software is furnished to
9do so, all subject to the following:
10
11The copyright notices in the Software and this entire statement, including
12the above license grant, this restriction and the following disclaimer,
13must be included in all copies of the Software, in whole or in part, and
14all derivative works of the Software, unless such copies or derivative
15works are solely in the form of machine-executable object code generated by
16a source language processor.
17
18THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19EXPRESS OR
20IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
22SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
23FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
24ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25DEALINGS IN THE SOFTWARE.
diff --git a/meta/files/common-licenses/BitstreamVera b/meta/files/common-licenses/BitstreamVera
new file mode 100644
index 0000000000..e6f03aa57a
--- /dev/null
+++ b/meta/files/common-licenses/BitstreamVera
@@ -0,0 +1,160 @@
1Bitstream Vera Fonts Copyright
2
3The fonts have a generous copyright, allowing derivative works (as
4long as "Bitstream" or "Vera" are not in the names), and full
5redistribution (so long as they are not *sold* by themselves). They
6can be be bundled, redistributed and sold with any software.
7
8The fonts are distributed under the following copyright:
9
10Copyright
11=========
12
13Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
14Vera is a trademark of Bitstream, Inc.
15
16Permission is hereby granted, free of charge, to any person obtaining
17a copy of the fonts accompanying this license ("Fonts") and associated
18documentation files (the "Font Software"), to reproduce and distribute
19the Font Software, including without limitation the rights to use,
20copy, merge, publish, distribute, and/or sell copies of the Font
21Software, and to permit persons to whom the Font Software is furnished
22to do so, subject to the following conditions:
23
24The above copyright and trademark notices and this permission notice
25shall be included in all copies of one or more of the Font Software
26typefaces.
27
28The Font Software may be modified, altered, or added to, and in
29particular the designs of glyphs or characters in the Fonts may be
30modified and additional glyphs or characters may be added to the
31Fonts, only if the fonts are renamed to names not containing either
32the words "Bitstream" or the word "Vera".
33
34This License becomes null and void to the extent applicable to Fonts
35or Font Software that has been modified and is distributed under the
36"Bitstream Vera" names.
37
38The Font Software may be sold as part of a larger software package but
39no copy of one or more of the Font Software typefaces may be sold by
40itself.
41
42THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
43EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
44MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
45OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
46BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
47OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
48OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
49OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
50SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
51
52Except as contained in this notice, the names of Gnome, the Gnome
53Foundation, and Bitstream Inc., shall not be used in advertising or
54otherwise to promote the sale, use or other dealings in this Font
55Software without prior written authorization from the Gnome Foundation
56or Bitstream Inc., respectively. For further information, contact:
57fonts at gnome dot org.
58
59Copyright FAQ
60=============
61
621. I don't understand the resale restriction... What gives?
63
64Bitstream is giving away these fonts, but wishes to ensure its
65competitors can't just drop the fonts as is into a font sale system
66and sell them as is. It seems fair that if Bitstream can't make money
67from the Bitstream Vera fonts, their competitors should not be able to
68do so either. You can sell the fonts as part of any software package,
69however.
70
712. I want to package these fonts separately for distribution and
72sale as part of a larger software package or system. Can I do so?
73
74Yes. A RPM or Debian package is a "larger software package" to begin
75with, and you aren't selling them independently by themselves.
76See 1. above.
77
783. Are derivative works allowed?
79Yes!
80
814. Can I change or add to the font(s)?
82Yes, but you must change the name(s) of the font(s).
83
845. Under what terms are derivative works allowed?
85
86You must change the name(s) of the fonts. This is to ensure the
87quality of the fonts, both to protect Bitstream and Gnome. We want to
88ensure that if an application has opened a font specifically of these
89names, it gets what it expects (though of course, using fontconfig,
90substitutions could still could have occurred during font
91opening). You must include the Bitstream copyright. Additional
92copyrights can be added, as per copyright law. Happy Font Hacking!
93
946. If I have improvements for Bitstream Vera, is it possible they might get
95adopted in future versions?
96
97Yes. The contract between the Gnome Foundation and Bitstream has
98provisions for working with Bitstream to ensure quality additions to
99the Bitstream Vera font family. Please contact us if you have such
100additions. Note, that in general, we will want such additions for the
101entire family, not just a single font, and that you'll have to keep
102both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
103glyphs to the font, they must be stylistically in keeping with Vera's
104design. Vera cannot become a "ransom note" font. Jim Lyles will be
105providing a document describing the design elements used in Vera, as a
106guide and aid for people interested in contributing to Vera.
107
1087. I want to sell a software package that uses these fonts: Can I do so?
109
110Sure. Bundle the fonts with your software and sell your software
111with the fonts. That is the intent of the copyright.
112
1138. If applications have built the names "Bitstream Vera" into them,
114can I override this somehow to use fonts of my choosing?
115
116This depends on exact details of the software. Most open source
117systems and software (e.g., Gnome, KDE, etc.) are now converting to
118use fontconfig (see www.fontconfig.org) to handle font configuration,
119selection and substitution; it has provisions for overriding font
120names and subsituting alternatives. An example is provided by the
121supplied local.conf file, which chooses the family Bitstream Vera for
122"sans", "serif" and "monospace". Other software (e.g., the XFree86
123core server) has other mechanisms for font substitution.
124
125Show details Hide details
126
127Change log
128r2011 by mark.nickel on Mar 3, 2011 Diff
129
130Majority of Multi-Line text editing is in
131the commit. Also added some specific free
132fonts to replace the existing set as we
133need some additional font metrics that we
134use in the Text Editing rendering
135pipeline.
136
137You can see the font licenses in the
138editor/fonts folder under each font.
139
140Still have some cleanup to do to add the
141text formatting (left,right,center) as
142...
143
144Go to:
145Hide comments
146Show comments
147
148Older revisions
149All revisions of this file
150
151File info
152Size: 5953 bytes, 123 lines
153View raw file
154
155File properties
156
157svn:executable
158 *
159
160
diff --git a/meta/files/common-licenses/CATOSL-1 b/meta/files/common-licenses/CATOSL-1
deleted file mode 100644
index 9b77e0822f..0000000000
--- a/meta/files/common-licenses/CATOSL-1
+++ /dev/null
@@ -1,335 +0,0 @@
1
2Computer Associates Trusted Open Source License
3Version 1.1
4
5
6(text)
7
8PLEASE READ THIS DOCUMENT CAREFULLY AND IN ITS ENTIRETY. THE ACCOMPANYING
9PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMPUTER ASSOCIATES TRUSTED OPEN
10SOURCE LICENSE ("LICENSE"). ANY USE, REPRODUCTION, MODIFICATION OR
11DISTRIBUTION OF THE PROGRAM CONSTITUTES THE RECIPIENT'S ACCEPTANCE OF THIS
12LICENSE.
13
14License Background
15Computer Associates International, Inc. (CA) believes in open source. We
16believe that the open source development approach can take appropriate software
17programs to unprecedented levels of quality, growth, and innovation. To
18demonstrate our continuing commitment to open source, we are releasing the
19Program (as defined below) under this License.
20
21This License is intended to permit contributors and recipients of the Program
22to use the Program, including its source code, freely and without many of the
23concerns of some other open source licenses. Although we expect the underlying
24Program, and Contributions (as defined below) made to such Program, to remain
25open, this License is designed to permit you to maintain your own software
26programs free of this License unless you choose to do so. Thus, only your
27Contributions to the Program must be distributed under the terms of this
28License.
29
30The provisions that follow set forth the terms and conditions under which you
31may use the Program.
32
331. DEFINITIONS
34
351.1 Contribution means (a) in the case of CA, the Original Program; and (b) in
36the case of each Contributor (including CA), changes and additions to the
37Program, where such changes and/or additions to the Program originate from and
38are distributed by that particular Contributor to unaffiliated third parties. A
39Contribution originates from a Contributor if it was added to the Program by
40such Contributor itself or anyone acting on such Contributors behalf.
41Contributions do not include additions to the Program which: (x) are separate
42modules of software distributed in conjunction with the Program under their own
43license agreement, and (y) are not derivative works of the Program.
44
451.2 Contributor means CA and any other person or entity that distributes the
46Program.
47
481.3 Contributor Version means as to a Contributor, that version of the Program
49that includes the Contributors Contribution but not any Contributions made to
50the Program thereafter.
51
521.4 Larger Work means a work that combines the Program or portions thereof with
53code not governed by the terms of this License.
54
551.5 Licensed Patents mean patents licensable by a Contributor that are
56infringed by the use or sale of its Contribution alone or when combined with
57the Program.
58
591.6 Original Program means the original version of the software to which this
60License is attached and as released by CA, including source code, object code
61and documentation, if any.
62
631.7 Program means the Original Program and Contributions.
64
651.8 Recipient means anyone who modifies, copies, uses or distributes the
66Program.
67
682. GRANT OF RIGHTS
69
702.1 Subject to the terms of this License, each Contributor hereby grants
71Recipient an irrevocable, non-exclusive, worldwide, royalty-free license to
72reproduce, prepare derivative works of, publicly display, publicly perform,
73distribute and sublicense the Contribution of such Contributor, if any, and
74such derivative works, in source code and object code form. For the avoidance
75of doubt, the license provided in this Section 2.1 shall not include a license
76to any Licensed Patents of a Contributor.
77
782.2 Subject to the terms of this License, each Contributor hereby grants
79Recipient an irrevocable, non-exclusive, worldwide, royalty-free license to the
80Licensed Patents to the extent necessary to make, use, sell, offer to sell and
81import the Contribution of such Contributor, if any, in source code and object
82code form. The license granted in this Section 2.2 shall apply to the
83combination of the Contribution and the Program if, at the time the
84Contribution is added by the Contributor, such addition of the Contribution
85causes the Licensed Patents to be infringed by such combination.
86Notwithstanding the foregoing, no license is granted under this Section 2.2:
87(a) for any code or works that do not include the Contributor Version, as it
88exists and is used in accordance with the terms hereof; (b) for infringements
89caused by: (i) third party modifications of the Contributor Version; or (ii)
90the combination of Contributions made by each such Contributor with other
91software (except as part of the Contributor Version) or other devices; or (c)
92with respect to Licensed Patents infringed by the Program in the absence of
93Contributions made by that Contributor.
94
952.3 Recipient understands that although each Contributor grants the licenses to
96its Contributions set forth herein, except as provided in Section 2.4, no
97assurances are provided by any Contributor that the Program does not infringe
98the patent or other intellectual property rights of any other person or entity.
99Each Contributor disclaims any liability to Recipient for claims brought by any
100other person or entity based on infringement of intellectual property rights or
101otherwise. As a condition to exercising the rights and licenses granted
102hereunder, each Recipient hereby assumes sole responsibility to secure any
103other intellectual property rights needed, if any.
104
1052.4 Each Contributor represents and warrants that it has all right, title and
106interest in the copyrights in its Contributions, and has the right to grant the
107copyright licenses set forth in this License.
108
1093. DISTRIBUTION REQUIREMENTS
110
1113.1 If the Program is distributed in object code form, then a prominent notice
112must be included in the code itself as well as in any related documentation,
113stating that the source code for the Program is available from the Contributor
114with information on how and where to obtain the source code. A Contributor may
115choose to distribute the Program in object code form under its own license
116agreement, provided that:
117
118it complies with the terms and conditions of this License; and
119its license agreement:
120effectively disclaims on behalf of all Contributors all warranties and
121conditions, express and implied, including warranties or conditions of title
122and non-infringement, and implied warranties or conditions of merchantability
123and fitness for a particular purpose, to the maximum extent permitted by
124applicable law;
125effectively excludes on behalf of all Contributors all liability for damages,
126including direct, indirect, special, incidental and consequential damages, such
127as lost profits, to the maximum extent permitted by applicable law;
128states that any provisions which are inconsistent with this License are offered
129by that Contributor alone and not by any other party; and
130states that source code for the Program is available from such Contributor at
131the cost of distribution, and informs licensees how to obtain it in a
132reasonable manner.
1333.2 When the Program is made available in source code form:
134
135it must be made available under this License; and
136a copy of this License must be included with each copy of the Program.
1373.3 This License is intended to facilitate the commercial distribution of the
138Program by any Contributor. However, Contributors may only charge Recipients a
139one-time, upfront fee for the distribution of the Program. Contributors may not
140charge Recipients any recurring charge, license fee, or any ongoing royalty for
141the Recipients exercise of its rights under this License to the Program.
142Contributors shall make the source code for the Contributor Version they
143distribute available at a cost, if any, equal to the cost to the Contributor to
144physically copy and distribute the work. It is not the intent of this License
145to prohibit a Contributor from charging fees for any service or maintenance
146that a Contributor may charge to a Recipient, so long as such fees are not an
147attempt to circumvent the foregoing restrictions on charging royalties or other
148recurring fees for the Program itself.
149
1503.4 A Contributor may create a Larger Work by combining the Program with other
151software code not governed by the terms of this License, and distribute the
152Larger Work as a single product. In such a case, the Contributor must make sure
153that the requirements of this License are fulfilled for the Program. Any
154Contributor who includes the Program in a commercial product offering,
155including as part of a Larger Work, may subject itself, but not any other
156Contributor, to additional contractual commitments, including, but not limited
157to, performance warranties and non-infringement representations on
158suchContributors behalf. No Contributor may create any additional liability for
159other Contributors. Therefore, if a Contributor includes the Program in a
160commercial product offering, such Contributor (Commercial Contributor) hereby
161agrees to defend and indemnify every other Contributor (Indemnified
162Contributor) who made Contributions to the Program distributed by the
163Commercial Contributor against any losses, damages and costs (collectively
164Losses) arising from claims, lawsuits and other legal actions brought by a
165third party against the Indemnified Contributor to the extent caused by the
166acts or omissions, including any additional contractual commitments, of such
167Commercial Contributor in connection with its distribution of the Program. The
168obligations in this section do not apply to any claims or Losses relating to
169any actual or alleged intellectual property infringement.
170
1713.5 If Contributor has knowledge that a license under a third partys
172intellectual property rights is required to exercise the rights granted by such
173Contributor under Sections 2.1 or 2.2, Contributor must (a) include a text file
174with the Program source code distribution titled ../IP_ISSUES, and (b) notify
175CA in writing at Computer Associates International, Inc., One Computer
176Associates Plaza, Islandia, New York 11749, Attn: Open Source Group or by email
177at opensource@ca.com, both describing the claim and the party making the claim
178in sufficient detail that a Recipient and CA will know whom to contact with
179regard to such matter. If Contributor obtains such knowledge after the
180Contribution is made available, Contributor shall also promptly modify the
181IP_ISSUES file in all copies Contributor makes available thereafter and shall
182take other steps (such as notifying appropriate mailing lists or newsgroups)
183reasonably calculated to inform those who received the Program that such new
184knowledge has been obtained.
185
1863.6 Recipient shall not remove, obscure, or modify any CA or other Contributor
187copyright or patent proprietary notices appearing in the Program, whether in
188the source code, object code or in any documentation. In addition to the
189obligations set forth in Section 4, each Contributor must identify itself as
190the originator of its Contribution, if any, in a manner that reasonably allows
191subsequent Recipients to identify the originator of the Contribution.
192
1934. CONTRIBUTION RESTRICTIONS
194
1954.1 Each Contributor must cause the Program to which the Contributor provides a
196Contribution to contain a file documenting the changes the Contributor made to
197create its version of the Program and the date of any change. Each Contributor
198must also include a prominent statement that the Contribution is derived,
199directly or indirectly, from the Program distributed by a prior Contributor,
200including the name of the prior Contributor from which such Contribution was
201derived, in (a) the Program source code, and (b) in any notice in an executable
202version or related documentation in which the Contributor describes the origin
203or ownership of the Program.
204
2055. NO WARRANTY
206
2075.1 EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, THE PROGRAM IS PROVIDED AS
208IS AND IN ITS PRESENT STATE AND CONDITION. NO WARRANTY, REPRESENTATION,
209CONDITION, UNDERTAKING OR TERM, EXPRESS OR IMPLIED, STATUTORY OR OTHERWISE, AS
210TO THE CONDITION, QUALITY, DURABILITY, PERFORMANCE, NON-INFRINGEMENT,
211MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE OR USE OF THE PROGRAM IS
212GIVEN OR ASSUMED BY ANY CONTRIBUTOR AND ALL SUCH WARRANTIES, REPRESENTATIONS,
213CONDITIONS, UNDERTAKINGS AND TERMS ARE HEREBY EXCLUDED TO THE FULLEST EXTENT
214PERMITTED BY LAW.
215
2165.2 Each Recipient is solely responsible for determining the appropriateness of
217using and distributing the Program and assumes all risks associated with its
218exercise of rights under this License, including but not limited to the risks
219and costs of program errors, compliance with applicable laws, damage to or loss
220of data, programs or equipment, and unavailability or interruption of
221operations.
222
2235.3 Each Recipient acknowledges that the Program is not intended for use in the
224operation of nuclear facilities, aircraft navigation, communication systems, or
225air traffic control machines in which case the failure of the Program could
226lead to death, personal injury, or severe physical or environmental damage.
227
2286. DISCLAIMER OF LIABILITY
229
2306.1 EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, AND TO THE EXTENT PERMITTED
231BY LAW, NO CONTRIBUTOR SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
232INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT
233LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
234WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
235OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR
236THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
237POSSIBILITY OF SUCH DAMAGES.
238
2397. TRADEMARKS AND BRANDING
240
2417.1 This License does not grant any Recipient or any third party any rights to
242use the trademarks or trade names now or subsequently posted at http://
243www.ca.com/catrdmrk.htm, or any other trademarks, service marks, logos or trade
244names belonging to CA (collectively CA Marks) or to any trademark, service
245mark, logo or trade name belonging to any Contributor. Recipient agrees not to
246use any CA Marks in or as part of the name of products derived from the
247Original Program or to endorse or promote products derived from the Original
248Program.
249
2507.2 Subject to Section 7.1, Recipients may distribute the Program under
251trademarks, logos, and product names belonging to the Recipient provided that
252all copyright and other attribution notices remain in the Program.
253
2548. PATENT LITIGATION
255
2568.1 If Recipient institutes patent litigation against any person or entity
257(including a cross-claim or counterclaim in a lawsuit) alleging that the
258Program itself (excluding combinations of the Program with other software or
259hardware) infringes such Recipients patent(s), then such Recipients rights
260granted under Section 2.2 shall terminate as of the date such litigation is
261filed.
262
2639. OWNERSHIP
264
2659.1 Subject to the licenses granted under this License in Sections 2.1 and 2.2
266above, each Contributor retains all rights, title and interest in and to any
267Contributions made by such Contributor. CA retains all rights, title and
268interest in and to the Original Program and any Contributions made by or on
269behalf of CA (CA Contributions), and such CA Contributions will not be
270automatically subject to this License. CA may, at its sole discretion, choose
271to license such CA Contributions under this License, or on different terms from
272those contained in this License or may choose not to license them at all.
273
27410. TERMINATION
275
27610.1 All of Recipients rights under this License shall terminate if it fails to
277comply with any of the material terms or conditions of this License and does
278not cure such failure in a reasonable period of time after becoming aware of
279such noncompliance. If Recipients rights under this License terminate,
280Recipient agrees to cease use and distribution of the Program as soon as
281reasonably practicable. However, Recipients obligations under this License and
282any licenses granted by Recipient as a Contributor relating to the Program
283shall continue and survive termination.
284
28511. GENERAL
286
28711.1 If any provision of this License is invalid or unenforceable under
288applicable law, it shall not affect the validity or enforceability of the
289remainder of the terms of this License, and without further action by the
290parties hereto, such provision shall be reformed to the minimum extent
291necessary to make such provision valid and enforceable.
292
29311.2 CA may publish new versions (including revisions) of this License from
294time to time. Each new version of the License will be given a distinguishing
295version number. The Program (including Contributions) may always be distributed
296subject to the version of the License under which it was received. In addition,
297after a new version of the License is published, Contributor may elect to
298distribute the Program (including its Contributions) under the new version. No
299one other than CA has the right to modify this License.
300
30111.3 If it is impossible for Recipient to comply with any of the terms of this
302License with respect to some or all of the Program due to statute, judicial
303order, or regulation, then Recipient must: (a) comply with the terms of this
304License to the maximum extent possible; and (b) describe the limitations and
305the code they affect. Such description must be included in the IP_ISSUES file
306described in Section 3.5 and must be included with all distributions of the
307Program source code. Except to the extent prohibited by statute or regulation,
308such description must be sufficiently detailed for a Recipient of ordinary
309skill to be able to understand it.
310
31111.4 This License is governed by the laws of the State of New York. No
312Recipient will bring a legal action under this License more than one year after
313the cause of action arose. Each Recipient waives its rights to a jury trial in
314any resulting litigation. Any litigation or other dispute resolution between a
315Recipient and CA relating to this License shall take place in the State of New
316York, and Recipient and CA hereby consent to the personal jurisdiction of, and
317venue in, the state and federal courts within that district with respect to
318this License. The application of the United Nations Convention on Contracts for
319the International Sale of Goods is expressly excluded.
320
32111.5 Where Recipient is located in the province of Quebec, Canada, the
322following clause applies: The parties hereby confirm that they have requested
323that this License and all related documents be drafted in English. Les parties
324contractantes confirment qu'elles ont exige que le present contrat et tous les
325documents associes soient rediges en anglais.
326
32711.6 The Program is subject to all export and import laws, restrictions and
328regulations of the country in which Recipient receives the Program. Recipient
329is solely responsible for complying with and ensuring that Recipient does not
330export, re-export, or import the Program in violation of such laws,
331restrictions or regulations, or without any necessary licenses and
332authorizations.
333
33411.7 This License constitutes the entire agreement between the parties with
335respect to the subject matter hereof.
diff --git a/meta/files/common-licenses/CC-BY-1 b/meta/files/common-licenses/CC-BY-1
deleted file mode 100644
index 5e3c9c601d..0000000000
--- a/meta/files/common-licenses/CC-BY-1
+++ /dev/null
@@ -1,185 +0,0 @@
1
2Creative Commons
3Attribution 1.0
4
5CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
6SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
7RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
8IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
9PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
10License
11
12THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
13COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
14PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
15THAN AS AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
16
17BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
18BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS
19CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
20CONDITIONS.
21
221. Definitions
23
24"Collective Work" means a work, such as a periodical issue, anthology
25or encyclopedia, in which the Work in its entirety in unmodified form, along
26with a number of other contributions, constituting separate and independent
27works in themselves, are assembled into a collective whole. A work that
28constitutes a Collective Work will not be considered a Derivative Work (as
29defined below) for the purposes of this License.
30"Derivative Work" means a work based upon the Work or upon the Work
31and other pre-existing works, such as a translation, musical arrangement,
32dramatization, fictionalization, motion picture version, sound recording, art
33reproduction, abridgment, condensation, or any other form in which the Work may
34be recast, transformed, or adapted, except that a work that constitutes a
35Collective Work will not be considered a Derivative Work for the purpose of
36this License.
37"Licensor" means the individual or entity that offers the Work under
38the terms of this License.
39"Original Author" means the individual or entity who created the
40Work.
41"Work" means the copyrightable work of authorship offered under the
42terms of this License.
43"You" means an individual or entity exercising rights under this
44License who has not previously violated the terms of this License with respect
45to the Work, or who has received express permission from the Licensor to
46exercise rights under this License despite a previous violation.
472. Fair Use Rights. Nothing in this license is intended to reduce, limit, or
48restrict any rights arising from fair use, first sale or other limitations on
49the exclusive rights of the copyright owner under copyright law or other
50applicable laws.
51
523. License Grant. Subject to the terms and conditions of this License, Licensor
53hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
54duration of the applicable copyright) license to exercise the rights in the
55Work as stated below:
56
57to reproduce the Work, to incorporate the Work into one or more Collective
58Works, and to reproduce the Work as incorporated in the Collective Works;
59to create and reproduce Derivative Works;
60to distribute copies or phonorecords of, display publicly, perform publicly,
61and perform publicly by means of a digital audio transmission the Work
62including as incorporated in Collective Works;
63to distribute copies or phonorecords of, display publicly, perform publicly,
64and perform publicly by means of a digital audio transmission Derivative Works;
65The above rights may be exercised in all media and formats whether now known or
66hereafter devised. The above rights include the right to make such
67modifications as are technically necessary to exercise the rights in other
68media and formats. All rights not expressly granted by Licensor are hereby
69reserved.
70
714. Restrictions. The license granted in Section 3 above is expressly made
72subject to and limited by the following restrictions:
73
74You may distribute, publicly display, publicly perform, or publicly digitally
75perform the Work only under the terms of this License, and You must include a
76copy of, or the Uniform Resource Identifier for, this License with every copy
77or phonorecord of the Work You distribute, publicly display, publicly perform,
78or publicly digitally perform. You may not offer or impose any terms on the
79Work that alter or restrict the terms of this License or the recipients'
80exercise of the rights granted hereunder. You may not sublicense the Work. You
81must keep intact all notices that refer to this License and to the disclaimer
82of warranties. You may not distribute, publicly display, publicly perform, or
83publicly digitally perform the Work with any technological measures that
84control access or use of the Work in a manner inconsistent with the terms of
85this License Agreement. The above applies to the Work as incorporated in a
86Collective Work, but this does not require the Collective Work apart from the
87Work itself to be made subject to the terms of this License. If You create a
88Collective Work, upon notice from any Licensor You must, to the extent
89practicable, remove from the Collective Work any reference to such Licensor or
90the Original Author, as requested. If You create a Derivative Work, upon notice
91from any Licensor You must, to the extent practicable, remove from the
92Derivative Work any reference to such Licensor or the Original Author, as
93requested.
94If you distribute, publicly display, publicly perform, or publicly digitally
95perform the Work or any Derivative Works or Collective Works, You must keep
96intact all copyright notices for the Work and give the Original Author credit
97reasonable to the medium or means You are utilizing by conveying the name (or
98pseudonym if applicable) of the Original Author if supplied; the title of the
99Work if supplied; in the case of a Derivative Work, a credit identifying the
100use of the Work in the Derivative Work (e.g., "French translation of the
101Work by Original Author," or "Screenplay based on original Work by
102Original Author"). Such credit may be implemented in any reasonable
103manner; provided, however, that in the case of a Derivative Work or Collective
104Work, at a minimum such credit will appear where any other comparable
105authorship credit appears and in a manner at least as prominent as such other
106comparable authorship credit.
1075. Representations, Warranties and Disclaimer
108
109By offering the Work for public release under this License, Licensor represents
110and warrants that, to the best of Licensor's knowledge after reasonable
111inquiry:
112Licensor has secured all rights in the Work necessary to grant the license
113rights hereunder and to permit the lawful exercise of the rights granted
114hereunder without You having any obligation to pay any royalties, compulsory
115license fees, residuals or any other payments;
116The Work does not infringe the copyright, trademark, publicity rights, common
117law rights or any other right of any third party or constitute defamation,
118invasion of privacy or other tortious injury to any third party.
119EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING OR
120REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS,
121WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
122LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK.
1236. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW,
124AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM
125BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL LICENSOR BE LIABLE TO
126YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR
127EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF
128LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
129
1307. Termination
131
132This License and the rights granted hereunder will terminate automatically upon
133any breach by You of the terms of this License. Individuals or entities who
134have received Derivative Works or Collective Works from You under this License,
135however, will not have their licenses terminated provided such individuals or
136entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7,
137and 8 will survive any termination of this License.
138Subject to the above terms and conditions, the license granted here is
139perpetual (for the duration of the applicable copyright in the Work).
140Notwithstanding the above, Licensor reserves the right to release the Work
141under different license terms or to stop distributing the Work at any time;
142provided, however that any such election will not serve to withdraw this
143License (or any other license that has been, or is required to be, granted
144under the terms of this License), and this License will continue in full force
145and effect unless terminated as stated above.
1468. Miscellaneous
147
148Each time You distribute or publicly digitally perform the Work or a Collective
149Work, the Licensor offers to the recipient a license to the Work on the same
150terms and conditions as the license granted to You under this License.
151Each time You distribute or publicly digitally perform a Derivative Work,
152Licensor offers to the recipient a license to the original Work on the same
153terms and conditions as the license granted to You under this License.
154If any provision of this License is invalid or unenforceable under applicable
155law, it shall not affect the validity or enforceability of the remainder of the
156terms of this License, and without further action by the parties to this
157agreement, such provision shall be reformed to the minimum extent necessary to
158make such provision valid and enforceable.
159No term or provision of this License shall be deemed waived and no breach
160consented to unless such waiver or consent shall be in writing and signed by
161the party to be charged with such waiver or consent.
162This License constitutes the entire agreement between the parties with respect
163to the Work licensed here. There are no understandings, agreements or
164representations with respect to the Work not specified here. Licensor shall not
165be bound by any additional provisions that may appear in any communication from
166You. This License may not be modified without the mutual written agreement of
167the Licensor and You.
168Creative Commons is not a party to this License, and makes no warranty
169whatsoever in connection with the Work. Creative Commons will not be liable to
170You or any party on any legal theory for any damages whatsoever, including
171without limitation any general, special, incidental or consequential damages
172arising in connection to this license. Notwithstanding the foregoing two (2)
173sentences, if Creative Commons has expressly identified itself as the Licensor
174hereunder, it shall have all rights and obligations of Licensor.
175
176Except for the limited purpose of indicating to the public that the Work is
177licensed under the CCPL, neither party will use the trademark "Creative
178Commons" or any related trademark or logo of Creative Commons without the
179prior written consent of Creative Commons. Any permitted use will be in
180compliance with Creative Commons' then-current trademark usage guidelines, as
181may be published on its website or otherwise made available upon request from
182time to time.
183
184Creative Commons may be contacted at http://creativecommons.org/.
185
diff --git a/meta/files/common-licenses/CC-BY-2 b/meta/files/common-licenses/CC-BY-2
deleted file mode 100644
index f97fb267fc..0000000000
--- a/meta/files/common-licenses/CC-BY-2
+++ /dev/null
@@ -1,205 +0,0 @@
1
2Creative Commons
3Attribution 2.5
4
5CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
6SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
7RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
8IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
9PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
10License
11
12THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
13COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
14PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
15THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
16
17BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
18BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS
19CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
20CONDITIONS.
21
221. Definitions
23
24"Collective Work" means a work, such as a periodical issue, anthology
25or encyclopedia, in which the Work in its entirety in unmodified form, along
26with a number of other contributions, constituting separate and independent
27works in themselves, are assembled into a collective whole. A work that
28constitutes a Collective Work will not be considered a Derivative Work (as
29defined below) for the purposes of this License.
30"Derivative Work" means a work based upon the Work or upon the Work
31and other pre-existing works, such as a translation, musical arrangement,
32dramatization, fictionalization, motion picture version, sound recording, art
33reproduction, abridgment, condensation, or any other form in which the Work may
34be recast, transformed, or adapted, except that a work that constitutes a
35Collective Work will not be considered a Derivative Work for the purpose of
36this License. For the avoidance of doubt, where the Work is a musical
37composition or sound recording, the synchronization of the Work in timed-
38relation with a moving image ("synching") will be considered a
39Derivative Work for the purpose of this License.
40"Licensor" means the individual or entity that offers the Work under
41the terms of this License.
42"Original Author" means the individual or entity who created the
43Work.
44"Work" means the copyrightable work of authorship offered under the
45terms of this License.
46"You" means an individual or entity exercising rights under this
47License who has not previously violated the terms of this License with respect
48to the Work, or who has received express permission from the Licensor to
49exercise rights under this License despite a previous violation.
502. Fair Use Rights. Nothing in this license is intended to reduce, limit, or
51restrict any rights arising from fair use, first sale or other limitations on
52the exclusive rights of the copyright owner under copyright law or other
53applicable laws.
54
553. License Grant. Subject to the terms and conditions of this License, Licensor
56hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
57duration of the applicable copyright) license to exercise the rights in the
58Work as stated below:
59
60to reproduce the Work, to incorporate the Work into one or more Collective
61Works, and to reproduce the Work as incorporated in the Collective Works;
62to create and reproduce Derivative Works;
63to distribute copies or phonorecords of, display publicly, perform publicly,
64and perform publicly by means of a digital audio transmission the Work
65including as incorporated in Collective Works;
66to distribute copies or phonorecords of, display publicly, perform publicly,
67and perform publicly by means of a digital audio transmission Derivative Works.
68For the avoidance of doubt, where the work is a musical composition:
69
70Performance Royalties Under Blanket Licenses. Licensor waives the exclusive
71right to collect, whether individually or via a performance rights society
72(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public
73digital performance (e.g. webcast) of the Work.
74Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right
75to collect, whether individually or via a music rights agency or designated
76agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from
77the Work ("cover version") and distribute, subject to the compulsory
78license created by 17 USC Section 115 of the US Copyright Act (or the
79equivalent in other jurisdictions).
80Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where
81the Work is a sound recording, Licensor waives the exclusive right to collect,
82whether individually or via a performance-rights society (e.g. SoundExchange),
83royalties for the public digital performance (e.g. webcast) of the Work,
84subject to the compulsory license created by 17 USC Section 114 of the US
85Copyright Act (or the equivalent in other jurisdictions).
86The above rights may be exercised in all media and formats whether now known or
87hereafter devised. The above rights include the right to make such
88modifications as are technically necessary to exercise the rights in other
89media and formats. All rights not expressly granted by Licensor are hereby
90reserved.
91
924. Restrictions.The license granted in Section 3 above is expressly made
93subject to and limited by the following restrictions:
94
95You may distribute, publicly display, publicly perform, or publicly digitally
96perform the Work only under the terms of this License, and You must include a
97copy of, or the Uniform Resource Identifier for, this License with every copy
98or phonorecord of the Work You distribute, publicly display, publicly perform,
99or publicly digitally perform. You may not offer or impose any terms on the
100Work that alter or restrict the terms of this License or the recipients'
101exercise of the rights granted hereunder. You may not sublicense the Work. You
102must keep intact all notices that refer to this License and to the disclaimer
103of warranties. You may not distribute, publicly display, publicly perform, or
104publicly digitally perform the Work with any technological measures that
105control access or use of the Work in a manner inconsistent with the terms of
106this License Agreement. The above applies to the Work as incorporated in a
107Collective Work, but this does not require the Collective Work apart from the
108Work itself to be made subject to the terms of this License. If You create a
109Collective Work, upon notice from any Licensor You must, to the extent
110practicable, remove from the Collective Work any credit as required by clause 4
111(b), as requested. If You create a Derivative Work, upon notice from any
112Licensor You must, to the extent practicable, remove from the Derivative Work
113any credit as required by clause 4(b), as requested.
114If you distribute, publicly display, publicly perform, or publicly digitally
115perform the Work or any Derivative Works or Collective Works, You must keep
116intact all copyright notices for the Work and provide, reasonable to the medium
117or means You are utilizing: (i) the name of the Original Author (or pseudonym,
118if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor
119designate another party or parties (e.g. a sponsor institute, publishing
120entity, journal) for attribution in Licensor's copyright notice, terms of
121service or by other reasonable means, the name of such party or parties; the
122title of the Work if supplied; to the extent reasonably practicable, the
123Uniform Resource Identifier, if any, that Licensor specifies to be associated
124with the Work, unless such URI does not refer to the copyright notice or
125licensing information for the Work; and in the case of a Derivative Work, a
126credit identifying the use of the Work in the Derivative Work (e.g.,
127"French translation of the Work by Original Author," or
128"Screenplay based on original Work by Original Author"). Such credit
129may be implemented in any reasonable manner; provided, however, that in the
130case of a Derivative Work or Collective Work, at a minimum such credit will
131appear where any other comparable authorship credit appears and in a manner at
132least as prominent as such other comparable authorship credit.
1335. Representations, Warranties and Disclaimer
134
135UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
136THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
137CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
138WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A
139PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
140ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
141SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH
142EXCLUSION MAY NOT APPLY TO YOU.
143
1446. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
145NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
146INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS
147LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
148POSSIBILITY OF SUCH DAMAGES.
149
1507. Termination
151
152This License and the rights granted hereunder will terminate automatically upon
153any breach by You of the terms of this License. Individuals or entities who
154have received Derivative Works or Collective Works from You under this License,
155however, will not have their licenses terminated provided such individuals or
156entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7,
157and 8 will survive any termination of this License.
158Subject to the above terms and conditions, the license granted here is
159perpetual (for the duration of the applicable copyright in the Work).
160Notwithstanding the above, Licensor reserves the right to release the Work
161under different license terms or to stop distributing the Work at any time;
162provided, however that any such election will not serve to withdraw this
163License (or any other license that has been, or is required to be, granted
164under the terms of this License), and this License will continue in full force
165and effect unless terminated as stated above.
1668. Miscellaneous
167
168Each time You distribute or publicly digitally perform the Work or a Collective
169Work, the Licensor offers to the recipient a license to the Work on the same
170terms and conditions as the license granted to You under this License.
171Each time You distribute or publicly digitally perform a Derivative Work,
172Licensor offers to the recipient a license to the original Work on the same
173terms and conditions as the license granted to You under this License.
174If any provision of this License is invalid or unenforceable under applicable
175law, it shall not affect the validity or enforceability of the remainder of the
176terms of this License, and without further action by the parties to this
177agreement, such provision shall be reformed to the minimum extent necessary to
178make such provision valid and enforceable.
179No term or provision of this License shall be deemed waived and no breach
180consented to unless such waiver or consent shall be in writing and signed by
181the party to be charged with such waiver or consent.
182This License constitutes the entire agreement between the parties with respect
183to the Work licensed here. There are no understandings, agreements or
184representations with respect to the Work not specified here. Licensor shall not
185be bound by any additional provisions that may appear in any communication from
186You. This License may not be modified without the mutual written agreement of
187the Licensor and You.
188Creative Commons is not a party to this License, and makes no warranty
189whatsoever in connection with the Work. Creative Commons will not be liable to
190You or any party on any legal theory for any damages whatsoever, including
191without limitation any general, special, incidental or consequential damages
192arising in connection to this license. Notwithstanding the foregoing two (2)
193sentences, if Creative Commons has expressly identified itself as the Licensor
194hereunder, it shall have all rights and obligations of Licensor.
195
196Except for the limited purpose of indicating to the public that the Work is
197licensed under the CCPL, neither party will use the trademark "Creative
198Commons" or any related trademark or logo of Creative Commons without the
199prior written consent of Creative Commons. Any permitted use will be in
200compliance with Creative Commons' then-current trademark usage guidelines, as
201may be published on its website or otherwise made available upon request from
202time to time.
203
204Creative Commons may be contacted at http://creativecommons.org/.
205
diff --git a/meta/files/common-licenses/CC-BY-3 b/meta/files/common-licenses/CC-BY-3
deleted file mode 100644
index 47c793fdc9..0000000000
--- a/meta/files/common-licenses/CC-BY-3
+++ /dev/null
@@ -1,283 +0,0 @@
1
2Creative Commons
3Attribution 3.0 Unported
4
5CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
6SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
7RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
8IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
9PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
10License
11
12THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
13COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
14PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
15THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
16
17BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
18BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE
19CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE
20IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
21
221. Definitions
23
24"Adaptation" means a work based upon the Work, or upon the Work and
25other pre-existing works, such as a translation, adaptation, derivative work,
26arrangement of music or other alterations of a literary or artistic work, or
27phonogram or performance and includes cinematographic adaptations or any other
28form in which the Work may be recast, transformed, or adapted including in any
29form recognizably derived from the original, except that a work that
30constitutes a Collection will not be considered an Adaptation for the purpose
31of this License. For the avoidance of doubt, where the Work is a musical work,
32performance or phonogram, the synchronization of the Work in timed-relation
33with a moving image ("synching") will be considered an Adaptation for
34the purpose of this License.
35"Collection" means a collection of literary or artistic works, such
36as encyclopedias and anthologies, or performances, phonograms or broadcasts, or
37other works or subject matter other than works listed in Section 1(f) below,
38which, by reason of the selection and arrangement of their contents, constitute
39intellectual creations, in which the Work is included in its entirety in
40unmodified form along with one or more other contributions, each constituting
41separate and independent works in themselves, which together are assembled into
42a collective whole. A work that constitutes a Collection will not be considered
43an Adaptation (as defined above) for the purposes of this License.
44"Distribute" means to make available to the public the original and
45copies of the Work or Adaptation, as appropriate, through sale or other
46transfer of ownership.
47"Licensor" means the individual, individuals, entity or entities that
48offer(s) the Work under the terms of this License.
49"Original Author" means, in the case of a literary or artistic work,
50the individual, individuals, entity or entities who created the Work or if no
51individual or entity can be identified, the publisher; and in addition (i) in
52the case of a performance the actors, singers, musicians, dancers, and other
53persons who act, sing, deliver, declaim, play in, interpret or otherwise
54perform literary or artistic works or expressions of folklore; (ii) in the case
55of a phonogram the producer being the person or legal entity who first fixes
56the sounds of a performance or other sounds; and, (iii) in the case of
57broadcasts, the organization that transmits the broadcast.
58"Work" means the literary and/or artistic work offered under the
59terms of this License including without limitation any production in the
60literary, scientific and artistic domain, whatever may be the mode or form of
61its expression including digital form, such as a book, pamphlet and other
62writing; a lecture, address, sermon or other work of the same nature; a
63dramatic or dramatico-musical work; a choreographic work or entertainment in
64dumb show; a musical composition with or without words; a cinematographic work
65to which are assimilated works expressed by a process analogous to
66cinematography; a work of drawing, painting, architecture, sculpture, engraving
67or lithography; a photographic work to which are assimilated works expressed by
68a process analogous to photography; a work of applied art; an illustration,
69map, plan, sketch or three-dimensional work relative to geography, topography,
70architecture or science; a performance; a broadcast; a phonogram; a compilation
71of data to the extent it is protected as a copyrightable work; or a work
72performed by a variety or circus performer to the extent it is not otherwise
73considered a literary or artistic work.
74"You" means an individual or entity exercising rights under this
75License who has not previously violated the terms of this License with respect
76to the Work, or who has received express permission from the Licensor to
77exercise rights under this License despite a previous violation.
78"Publicly Perform" means to perform public recitations of the Work
79and to communicate to the public those public recitations, by any means or
80process, including by wire or wireless means or public digital performances; to
81make available to the public Works in such a way that members of the public may
82access these Works from a place and at a place individually chosen by them; to
83perform the Work to the public by any means or process and the communication to
84the public of the performances of the Work, including by public digital
85performance; to broadcast and rebroadcast the Work by any means including
86signs, sounds or images.
87"Reproduce" means to make copies of the Work by any means including
88without limitation by sound or visual recordings and the right of fixation and
89reproducing fixations of the Work, including storage of a protected performance
90or phonogram in digital form or other electronic medium.
912. Fair Dealing Rights. Nothing in this License is intended to reduce, limit,
92or restrict any uses free from copyright or rights arising from limitations or
93exceptions that are provided for in connection with the copyright protection
94under copyright law or other applicable laws.
95
963. License Grant. Subject to the terms and conditions of this License, Licensor
97hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
98duration of the applicable copyright) license to exercise the rights in the
99Work as stated below:
100
101to Reproduce the Work, to incorporate the Work into one or more Collections,
102and to Reproduce the Work as incorporated in the Collections;
103to create and Reproduce Adaptations provided that any such Adaptation,
104including any translation in any medium, takes reasonable steps to clearly
105label, demarcate or otherwise identify that changes were made to the original
106Work. For example, a translation could be marked "The original work was
107translated from English to Spanish," or a modification could indicate
108"The original work has been modified.";
109to Distribute and Publicly Perform the Work including as incorporated in
110Collections; and,
111to Distribute and Publicly Perform Adaptations.
112For the avoidance of doubt:
113
114Non-waivable Compulsory License Schemes. In those jurisdictions in which the
115right to collect royalties through any statutory or compulsory licensing scheme
116cannot be waived, the Licensor reserves the exclusive right to collect such
117royalties for any exercise by You of the rights granted under this License;
118Waivable Compulsory License Schemes. In those jurisdictions in which the right
119to collect royalties through any statutory or compulsory licensing scheme can
120be waived, the Licensor waives the exclusive right to collect such royalties
121for any exercise by You of the rights granted under this License; and,
122Voluntary License Schemes. The Licensor waives the right to collect royalties,
123whether individually or, in the event that the Licensor is a member of a
124collecting society that administers voluntary licensing schemes, via that
125society, from any exercise by You of the rights granted under this License.
126The above rights may be exercised in all media and formats whether now known or
127hereafter devised. The above rights include the right to make such
128modifications as are technically necessary to exercise the rights in other
129media and formats. Subject to Section 8(f), all rights not expressly granted by
130Licensor are hereby reserved.
131
1324. Restrictions. The license granted in Section 3 above is expressly made
133subject to and limited by the following restrictions:
134
135You may Distribute or Publicly Perform the Work only under the terms of this
136License. You must include a copy of, or the Uniform Resource Identifier (URI)
137for, this License with every copy of the Work You Distribute or Publicly
138Perform. You may not offer or impose any terms on the Work that restrict the
139terms of this License or the ability of the recipient of the Work to exercise
140the rights granted to that recipient under the terms of the License. You may
141not sublicense the Work. You must keep intact all notices that refer to this
142License and to the disclaimer of warranties with every copy of the Work You
143Distribute or Publicly Perform. When You Distribute or Publicly Perform the
144Work, You may not impose any effective technological measures on the Work that
145restrict the ability of a recipient of the Work from You to exercise the rights
146granted to that recipient under the terms of the License. This Section 4(a)
147applies to the Work as incorporated in a Collection, but this does not require
148the Collection apart from the Work itself to be made subject to the terms of
149this License. If You create a Collection, upon notice from any Licensor You
150must, to the extent practicable, remove from the Collection any credit as
151required by Section 4(b), as requested. If You create an Adaptation, upon
152notice from any Licensor You must, to the extent practicable, remove from the
153Adaptation any credit as required by Section 4(b), as requested.
154If You Distribute, or Publicly Perform the Work or any Adaptations or
155Collections, You must, unless a request has been made pursuant to Section 4(a),
156keep intact all copyright notices for the Work and provide, reasonable to the
157medium or means You are utilizing: (i) the name of the Original Author (or
158pseudonym, if applicable) if supplied, and/or if the Original Author and/or
159Licensor designate another party or parties (e.g., a sponsor institute,
160publishing entity, journal) for attribution ("Attribution Parties")
161in Licensor's copyright notice, terms of service or by other reasonable means,
162the name of such party or parties; (ii) the title of the Work if supplied;
163(iii) to the extent reasonably practicable, the URI, if any, that Licensor
164specifies to be associated with the Work, unless such URI does not refer to the
165copyright notice or licensing information for the Work; and (iv) , consistent
166with Section 3(b), in the case of an Adaptation, a credit identifying the use
167of the Work in the Adaptation (e.g., "French translation of the Work by
168Original Author," or "Screenplay based on original Work by Original
169Author"). The credit required by this Section 4 (b) may be implemented in
170any reasonable manner; provided, however, that in the case of a Adaptation or
171Collection, at a minimum such credit will appear, if a credit for all
172contributing authors of the Adaptation or Collection appears, then as part of
173these credits and in a manner at least as prominent as the credits for the
174other contributing authors. For the avoidance of doubt, You may only use the
175credit required by this Section for the purpose of attribution in the manner
176set out above and, by exercising Your rights under this License, You may not
177implicitly or explicitly assert or imply any connection with, sponsorship or
178endorsement by the Original Author, Licensor and/or Attribution Parties, as
179appropriate, of You or Your use of the Work, without the separate, express
180prior written permission of the Original Author, Licensor and/or Attribution
181Parties.
182Except as otherwise agreed in writing by the Licensor or as may be otherwise
183permitted by applicable law, if You Reproduce, Distribute or Publicly Perform
184the Work either by itself or as part of any Adaptations or Collections, You
185must not distort, mutilate, modify or take other derogatory action in relation
186to the Work which would be prejudicial to the Original Author's honor or
187reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which
188any exercise of the right granted in Section 3(b) of this License (the right to
189make Adaptations) would be deemed to be a distortion, mutilation, modification
190or other derogatory action prejudicial to the Original Author's honor and
191reputation, the Licensor will waive or not assert, as appropriate, this
192Section, to the fullest extent permitted by the applicable national law, to
193enable You to reasonably exercise Your right under Section 3(b) of this License
194(right to make Adaptations) but not otherwise.
1955. Representations, Warranties and Disclaimer
196
197UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
198THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
199CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
200WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A
201PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
202ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
203SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH
204EXCLUSION MAY NOT APPLY TO YOU.
205
2066. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
207NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
208INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS
209LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
210POSSIBILITY OF SUCH DAMAGES.
211
2127. Termination
213
214This License and the rights granted hereunder will terminate automatically upon
215any breach by You of the terms of this License. Individuals or entities who
216have received Adaptations or Collections from You under this License, however,
217will not have their licenses terminated provided such individuals or entities
218remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
219will survive any termination of this License.
220Subject to the above terms and conditions, the license granted here is
221perpetual (for the duration of the applicable copyright in the Work).
222Notwithstanding the above, Licensor reserves the right to release the Work
223under different license terms or to stop distributing the Work at any time;
224provided, however that any such election will not serve to withdraw this
225License (or any other license that has been, or is required to be, granted
226under the terms of this License), and this License will continue in full force
227and effect unless terminated as stated above.
2288. Miscellaneous
229
230Each time You Distribute or Publicly Perform the Work or a Collection, the
231Licensor offers to the recipient a license to the Work on the same terms and
232conditions as the license granted to You under this License.
233Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to
234the recipient a license to the original Work on the same terms and conditions
235as the license granted to You under this License.
236If any provision of this License is invalid or unenforceable under applicable
237law, it shall not affect the validity or enforceability of the remainder of the
238terms of this License, and without further action by the parties to this
239agreement, such provision shall be reformed to the minimum extent necessary to
240make such provision valid and enforceable.
241No term or provision of this License shall be deemed waived and no breach
242consented to unless such waiver or consent shall be in writing and signed by
243the party to be charged with such waiver or consent.
244This License constitutes the entire agreement between the parties with respect
245to the Work licensed here. There are no understandings, agreements or
246representations with respect to the Work not specified here. Licensor shall not
247be bound by any additional provisions that may appear in any communication from
248You. This License may not be modified without the mutual written agreement of
249the Licensor and You.
250The rights granted under, and the subject matter referenced, in this License
251were drafted utilizing the terminology of the Berne Convention for the
252Protection of Literary and Artistic Works (as amended on September 28, 1979),
253the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO
254Performances and Phonograms Treaty of 1996 and the Universal Copyright
255Convention (as revised on July 24, 1971). These rights and subject matter take
256effect in the relevant jurisdiction in which the License terms are sought to be
257enforced according to the corresponding provisions of the implementation of
258those treaty provisions in the applicable national law. If the standard suite
259of rights granted under applicable copyright law includes additional rights not
260granted under this License, such additional rights are deemed to be included in
261the License; this License is not intended to restrict the license of any rights
262under applicable law.
263Creative Commons Notice
264
265Creative Commons is not a party to this License, and makes no warranty
266whatsoever in connection with the Work. Creative Commons will not be liable to
267You or any party on any legal theory for any damages whatsoever, including
268without limitation any general, special, incidental or consequential damages
269arising in connection to this license. Notwithstanding the foregoing two (2)
270sentences, if Creative Commons has expressly identified itself as the Licensor
271hereunder, it shall have all rights and obligations of Licensor.
272
273Except for the limited purpose of indicating to the public that the Work is
274licensed under the CCPL, Creative Commons does not authorize the use by either
275party of the trademark "Creative Commons" or any related trademark or
276logo of Creative Commons without the prior written consent of Creative Commons.
277Any permitted use will be in compliance with Creative Commons' then-current
278trademark usage guidelines, as may be published on its website or otherwise
279made available upon request from time to time. For the avoidance of doubt, this
280trademark restriction does not form part of this License.
281
282Creative Commons may be contacted at http://creativecommons.org/.
283
diff --git a/meta/files/common-licenses/CC-BY-NC-1 b/meta/files/common-licenses/CC-BY-NC-1
deleted file mode 100644
index 817d88f0ae..0000000000
--- a/meta/files/common-licenses/CC-BY-NC-1
+++ /dev/null
@@ -1,194 +0,0 @@
1
2Creative Commons
3
4
5Attribution-NonCommercial 1.0
6
7CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
8SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
9RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
10IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
11PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
12License
13
14THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
15COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
16PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
17THAN AS AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
18
19BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
20BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS
21CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
22CONDITIONS.
23
241. Definitions
25
26"Collective Work" means a work, such as a periodical issue, anthology
27or encyclopedia, in which the Work in its entirety in unmodified form, along
28with a number of other contributions, constituting separate and independent
29works in themselves, are assembled into a collective whole. A work that
30constitutes a Collective Work will not be considered a Derivative Work (as
31defined below) for the purposes of this License.
32"Derivative Work" means a work based upon the Work or upon the Work
33and other pre-existing works, such as a translation, musical arrangement,
34dramatization, fictionalization, motion picture version, sound recording, art
35reproduction, abridgment, condensation, or any other form in which the Work may
36be recast, transformed, or adapted, except that a work that constitutes a
37Collective Work will not be considered a Derivative Work for the purpose of
38this License.
39"Licensor" means the individual or entity that offers the Work under
40the terms of this License.
41"Original Author" means the individual or entity who created the
42Work.
43"Work" means the copyrightable work of authorship offered under the
44terms of this License.
45"You" means an individual or entity exercising rights under this
46License who has not previously violated the terms of this License with respect
47to the Work, or who has received express permission from the Licensor to
48exercise rights under this License despite a previous violation.
492. Fair Use Rights. Nothing in this license is intended to reduce, limit, or
50restrict any rights arising from fair use, first sale or other limitations on
51the exclusive rights of the copyright owner under copyright law or other
52applicable laws.
53
543. License Grant. Subject to the terms and conditions of this License, Licensor
55hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
56duration of the applicable copyright) license to exercise the rights in the
57Work as stated below:
58
59to reproduce the Work, to incorporate the Work into one or more Collective
60Works, and to reproduce the Work as incorporated in the Collective Works;
61to create and reproduce Derivative Works;
62to distribute copies or phonorecords of, display publicly, perform publicly,
63and perform publicly by means of a digital audio transmission the Work
64including as incorporated in Collective Works;
65to distribute copies or phonorecords of, display publicly, perform publicly,
66and perform publicly by means of a digital audio transmission Derivative Works;
67The above rights may be exercised in all media and formats whether now known or
68hereafter devised. The above rights include the right to make such
69modifications as are technically necessary to exercise the rights in other
70media and formats. All rights not expressly granted by Licensor are hereby
71reserved.
72
734. Restrictions. The license granted in Section 3 above is expressly made
74subject to and limited by the following restrictions:
75
76You may distribute, publicly display, publicly perform, or publicly digitally
77perform the Work only under the terms of this License, and You must include a
78copy of, or the Uniform Resource Identifier for, this License with every copy
79or phonorecord of the Work You distribute, publicly display, publicly perform,
80or publicly digitally perform. You may not offer or impose any terms on the
81Work that alter or restrict the terms of this License or the recipients'
82exercise of the rights granted hereunder. You may not sublicense the Work. You
83must keep intact all notices that refer to this License and to the disclaimer
84of warranties. You may not distribute, publicly display, publicly perform, or
85publicly digitally perform the Work with any technological measures that
86control access or use of the Work in a manner inconsistent with the terms of
87this License Agreement. The above applies to the Work as incorporated in a
88Collective Work, but this does not require the Collective Work apart from the
89Work itself to be made subject to the terms of this License. If You create a
90Collective Work, upon notice from any Licensor You must, to the extent
91practicable, remove from the Collective Work any reference to such Licensor or
92the Original Author, as requested. If You create a Derivative Work, upon notice
93from any Licensor You must, to the extent practicable, remove from the
94Derivative Work any reference to such Licensor or the Original Author, as
95requested.
96You may not exercise any of the rights granted to You in Section 3 above in any
97manner that is primarily intended for or directed toward commercial advantage
98or private monetary compensation. The exchange of the Work for other
99copyrighted works by means of digital file-sharing or otherwise shall not be
100considered to be intended for or directed toward commercial advantage or
101private monetary compensation, provided there is no payment of any monetary
102compensation in connection with the exchange of copyrighted works.
103If you distribute, publicly display, publicly perform, or publicly digitally
104perform the Work or any Derivative Works or Collective Works, You must keep
105intact all copyright notices for the Work and give the Original Author credit
106reasonable to the medium or means You are utilizing by conveying the name (or
107pseudonym if applicable) of the Original Author if supplied; the title of the
108Work if supplied; in the case of a Derivative Work, a credit identifying the
109use of the Work in the Derivative Work (e.g., "French translation of the
110Work by Original Author," or "Screenplay based on original Work by
111Original Author"). Such credit may be implemented in any reasonable
112manner; provided, however, that in the case of a Derivative Work or Collective
113Work, at a minimum such credit will appear where any other comparable
114authorship credit appears and in a manner at least as prominent as such other
115comparable authorship credit.
1165. Representations, Warranties and Disclaimer
117
118By offering the Work for public release under this License, Licensor represents
119and warrants that, to the best of Licensor's knowledge after reasonable
120inquiry:
121Licensor has secured all rights in the Work necessary to grant the license
122rights hereunder and to permit the lawful exercise of the rights granted
123hereunder without You having any obligation to pay any royalties, compulsory
124license fees, residuals or any other payments;
125The Work does not infringe the copyright, trademark, publicity rights, common
126law rights or any other right of any third party or constitute defamation,
127invasion of privacy or other tortious injury to any third party.
128EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING OR
129REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS,
130WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
131LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK.
1326. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW,
133AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM
134BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL LICENSOR BE LIABLE TO
135YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR
136EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF
137LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
138
1397. Termination
140
141This License and the rights granted hereunder will terminate automatically upon
142any breach by You of the terms of this License. Individuals or entities who
143have received Derivative Works or Collective Works from You under this License,
144however, will not have their licenses terminated provided such individuals or
145entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7,
146and 8 will survive any termination of this License.
147Subject to the above terms and conditions, the license granted here is
148perpetual (for the duration of the applicable copyright in the Work).
149Notwithstanding the above, Licensor reserves the right to release the Work
150under different license terms or to stop distributing the Work at any time;
151provided, however that any such election will not serve to withdraw this
152License (or any other license that has been, or is required to be, granted
153under the terms of this License), and this License will continue in full force
154and effect unless terminated as stated above.
1558. Miscellaneous
156
157Each time You distribute or publicly digitally perform the Work or a Collective
158Work, the Licensor offers to the recipient a license to the Work on the same
159terms and conditions as the license granted to You under this License.
160Each time You distribute or publicly digitally perform a Derivative Work,
161Licensor offers to the recipient a license to the original Work on the same
162terms and conditions as the license granted to You under this License.
163If any provision of this License is invalid or unenforceable under applicable
164law, it shall not affect the validity or enforceability of the remainder of the
165terms of this License, and without further action by the parties to this
166agreement, such provision shall be reformed to the minimum extent necessary to
167make such provision valid and enforceable.
168No term or provision of this License shall be deemed waived and no breach
169consented to unless such waiver or consent shall be in writing and signed by
170the party to be charged with such waiver or consent.
171This License constitutes the entire agreement between the parties with respect
172to the Work licensed here. There are no understandings, agreements or
173representations with respect to the Work not specified here. Licensor shall not
174be bound by any additional provisions that may appear in any communication from
175You. This License may not be modified without the mutual written agreement of
176the Licensor and You.
177Creative Commons is not a party to this License, and makes no warranty
178whatsoever in connection with the Work. Creative Commons will not be liable to
179You or any party on any legal theory for any damages whatsoever, including
180without limitation any general, special, incidental or consequential damages
181arising in connection to this license. Notwithstanding the foregoing two (2)
182sentences, if Creative Commons has expressly identified itself as the Licensor
183hereunder, it shall have all rights and obligations of Licensor.
184
185Except for the limited purpose of indicating to the public that the Work is
186licensed under the CCPL, neither party will use the trademark "Creative
187Commons" or any related trademark or logo of Creative Commons without the
188prior written consent of Creative Commons. Any permitted use will be in
189compliance with Creative Commons' then-current trademark usage guidelines, as
190may be published on its website or otherwise made available upon request from
191time to time.
192
193Creative Commons may be contacted at http://creativecommons.org/.
194
diff --git a/meta/files/common-licenses/CC-BY-NC-2 b/meta/files/common-licenses/CC-BY-NC-2
deleted file mode 100644
index 313f683461..0000000000
--- a/meta/files/common-licenses/CC-BY-NC-2
+++ /dev/null
@@ -1,220 +0,0 @@
1
2Creative Commons
3
4
5Attribution-NonCommercial 2.5
6
7CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
8SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
9RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
10IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
11PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
12License
13
14THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
15COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
16PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
17THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
18
19BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
20BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS
21CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
22CONDITIONS.
23
241. Definitions
25
26"Collective Work" means a work, such as a periodical issue, anthology
27or encyclopedia, in which the Work in its entirety in unmodified form, along
28with a number of other contributions, constituting separate and independent
29works in themselves, are assembled into a collective whole. A work that
30constitutes a Collective Work will not be considered a Derivative Work (as
31defined below) for the purposes of this License.
32"Derivative Work" means a work based upon the Work or upon the Work
33and other pre-existing works, such as a translation, musical arrangement,
34dramatization, fictionalization, motion picture version, sound recording, art
35reproduction, abridgment, condensation, or any other form in which the Work may
36be recast, transformed, or adapted, except that a work that constitutes a
37Collective Work will not be considered a Derivative Work for the purpose of
38this License. For the avoidance of doubt, where the Work is a musical
39composition or sound recording, the synchronization of the Work in timed-
40relation with a moving image ("synching") will be considered a
41Derivative Work for the purpose of this License.
42"Licensor" means the individual or entity that offers the Work under
43the terms of this License.
44"Original Author" means the individual or entity who created the
45Work.
46"Work" means the copyrightable work of authorship offered under the
47terms of this License.
48"You" means an individual or entity exercising rights under this
49License who has not previously violated the terms of this License with respect
50to the Work, or who has received express permission from the Licensor to
51exercise rights under this License despite a previous violation.
522. Fair Use Rights. Nothing in this license is intended to reduce, limit, or
53restrict any rights arising from fair use, first sale or other limitations on
54the exclusive rights of the copyright owner under copyright law or other
55applicable laws.
56
573. License Grant. Subject to the terms and conditions of this License, Licensor
58hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
59duration of the applicable copyright) license to exercise the rights in the
60Work as stated below:
61
62to reproduce the Work, to incorporate the Work into one or more Collective
63Works, and to reproduce the Work as incorporated in the Collective Works;
64to create and reproduce Derivative Works;
65to distribute copies or phonorecords of, display publicly, perform publicly,
66and perform publicly by means of a digital audio transmission the Work
67including as incorporated in Collective Works;
68to distribute copies or phonorecords of, display publicly, perform publicly,
69and perform publicly by means of a digital audio transmission Derivative Works;
70The above rights may be exercised in all media and formats whether now known or
71hereafter devised. The above rights include the right to make such
72modifications as are technically necessary to exercise the rights in other
73media and formats. All rights not expressly granted by Licensor are hereby
74reserved, including but not limited to the rights set forth in Sections 4(d)
75and 4(e).
76
774. Restrictions.The license granted in Section 3 above is expressly made
78subject to and limited by the following restrictions:
79
80You may distribute, publicly display, publicly perform, or publicly digitally
81perform the Work only under the terms of this License, and You must include a
82copy of, or the Uniform Resource Identifier for, this License with every copy
83or phonorecord of the Work You distribute, publicly display, publicly perform,
84or publicly digitally perform. You may not offer or impose any terms on the
85Work that alter or restrict the terms of this License or the recipients'
86exercise of the rights granted hereunder. You may not sublicense the Work. You
87must keep intact all notices that refer to this License and to the disclaimer
88of warranties. You may not distribute, publicly display, publicly perform, or
89publicly digitally perform the Work with any technological measures that
90control access or use of the Work in a manner inconsistent with the terms of
91this License Agreement. The above applies to the Work as incorporated in a
92Collective Work, but this does not require the Collective Work apart from the
93Work itself to be made subject to the terms of this License. If You create a
94Collective Work, upon notice from any Licensor You must, to the extent
95practicable, remove from the Collective Work any credit as required by clause 4
96(c), as requested. If You create a Derivative Work, upon notice from any
97Licensor You must, to the extent practicable, remove from the Derivative Work
98any credit as required by clause 4(c), as requested.
99You may not exercise any of the rights granted to You in Section 3 above in any
100manner that is primarily intended for or directed toward commercial advantage
101or private monetary compensation. The exchange of the Work for other
102copyrighted works by means of digital file-sharing or otherwise shall not be
103considered to be intended for or directed toward commercial advantage or
104private monetary compensation, provided there is no payment of any monetary
105compensation in connection with the exchange of copyrighted works.
106If you distribute, publicly display, publicly perform, or publicly digitally
107perform the Work or any Derivative Works or Collective Works, You must keep
108intact all copyright notices for the Work and provide, reasonable to the medium
109or means You are utilizing: (i) the name of Original Author (or pseudonym, if
110applicable) if supplied, and/or (ii) if the Original Author and/or Licensor
111designate another party or parties (e.g. a sponsor institute, publishing
112entity, journal) for attribution in Licensor's copyright notice, terms of
113service or by other reasonable means, the name of such party or parties; the
114title of the Work if supplied; to the extent reasonably practicable, the
115Uniform Resource Identifier, if any, that Licensor specifies to be associated
116with the Work, unless such URI does not refer to the copyright notice or
117licensing information for the Work; and in the case of a Derivative Work, a
118credit identifying the use of the Work in the Derivative Work (e.g.,
119"French translation of the Work by Original Author," or
120"Screenplay based on original Work by Original Author"). Such credit
121may be implemented in any reasonable manner; provided, however, that in the
122case of a Derivative Work or Collective Work, at a minimum such credit will
123appear where any other comparable authorship credit appears and in a manner at
124least as prominent as such other comparable authorship credit.
125For the avoidance of doubt, where the Work is a musical composition:
126
127Performance Royalties Under Blanket Licenses. Licensor reserves the exclusive
128right to collect, whether individually or via a performance rights society
129(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public
130digital performance (e.g. webcast) of the Work if that performance is primarily
131intended for or directed toward commercial advantage or private monetary
132compensation.
133Mechanical Rights and Statutory Royalties. Licensor reserves the exclusive
134right to collect, whether individually or via a music rights agency or
135designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You
136create from the Work ("cover version") and distribute, subject to the
137compulsory license created by 17 USC Section 115 of the US Copyright Act (or
138the equivalent in other jurisdictions), if Your distribution of such cover
139version is primarily intended for or directed toward commercial advantage or
140private monetary compensation.
141Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where
142the Work is a sound recording, Licensor reserves the exclusive right to
143collect, whether individually or via a performance-rights society (e.g.
144SoundExchange), royalties for the public digital performance (e.g. webcast) of
145the Work, subject to the compulsory license created by 17 USC Section 114 of
146the US Copyright Act (or the equivalent in other jurisdictions), if Your public
147digital performance is primarily intended for or directed toward commercial
148advantage or private monetary compensation.
1495. Representations, Warranties and Disclaimer
150
151UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
152THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
153CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
154WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A
155PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
156ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
157SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH
158EXCLUSION MAY NOT APPLY TO YOU.
159
1606. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
161NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
162INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS
163LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
164POSSIBILITY OF SUCH DAMAGES.
165
1667. Termination
167
168This License and the rights granted hereunder will terminate automatically upon
169any breach by You of the terms of this License. Individuals or entities who
170have received Derivative Works or Collective Works from You under this License,
171however, will not have their licenses terminated provided such individuals or
172entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7,
173and 8 will survive any termination of this License.
174Subject to the above terms and conditions, the license granted here is
175perpetual (for the duration of the applicable copyright in the Work).
176Notwithstanding the above, Licensor reserves the right to release the Work
177under different license terms or to stop distributing the Work at any time;
178provided, however that any such election will not serve to withdraw this
179License (or any other license that has been, or is required to be, granted
180under the terms of this License), and this License will continue in full force
181and effect unless terminated as stated above.
1828. Miscellaneous
183
184Each time You distribute or publicly digitally perform the Work or a Collective
185Work, the Licensor offers to the recipient a license to the Work on the same
186terms and conditions as the license granted to You under this License.
187Each time You distribute or publicly digitally perform a Derivative Work,
188Licensor offers to the recipient a license to the original Work on the same
189terms and conditions as the license granted to You under this License.
190If any provision of this License is invalid or unenforceable under applicable
191law, it shall not affect the validity or enforceability of the remainder of the
192terms of this License, and without further action by the parties to this
193agreement, such provision shall be reformed to the minimum extent necessary to
194make such provision valid and enforceable.
195No term or provision of this License shall be deemed waived and no breach
196consented to unless such waiver or consent shall be in writing and signed by
197the party to be charged with such waiver or consent.
198This License constitutes the entire agreement between the parties with respect
199to the Work licensed here. There are no understandings, agreements or
200representations with respect to the Work not specified here. Licensor shall not
201be bound by any additional provisions that may appear in any communication from
202You. This License may not be modified without the mutual written agreement of
203the Licensor and You.
204Creative Commons is not a party to this License, and makes no warranty
205whatsoever in connection with the Work. Creative Commons will not be liable to
206You or any party on any legal theory for any damages whatsoever, including
207without limitation any general, special, incidental or consequential damages
208arising in connection to this license. Notwithstanding the foregoing two (2)
209sentences, if Creative Commons has expressly identified itself as the Licensor
210hereunder, it shall have all rights and obligations of Licensor.
211
212Except for the limited purpose of indicating to the public that the Work is
213licensed under the CCPL, neither party will use the trademark "Creative
214Commons" or any related trademark or logo of Creative Commons without the
215prior written consent of Creative Commons. Any permitted use will be in
216compliance with Creative Commons' then-current trademark usage guidelines, as
217may be published on its website or otherwise made available upon request from
218time to time.
219
220Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/meta/files/common-licenses/CC-BY-NC-3 b/meta/files/common-licenses/CC-BY-NC-3
deleted file mode 100644
index d7bd210431..0000000000
--- a/meta/files/common-licenses/CC-BY-NC-3
+++ /dev/null
@@ -1,297 +0,0 @@
1
2Creative Commons
3
4Attribution-NonCommercial 3.0 Unported
5
6CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
7SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
8RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
9IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
10PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
11License
12
13THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
14COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
15PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
16THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
17
18BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
19BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE
20CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE
21IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
22
231. Definitions
24
25"Adaptation" means a work based upon the Work, or upon the Work and
26other pre-existing works, such as a translation, adaptation, derivative work,
27arrangement of music or other alterations of a literary or artistic work, or
28phonogram or performance and includes cinematographic adaptations or any other
29form in which the Work may be recast, transformed, or adapted including in any
30form recognizably derived from the original, except that a work that
31constitutes a Collection will not be considered an Adaptation for the purpose
32of this License. For the avoidance of doubt, where the Work is a musical work,
33performance or phonogram, the synchronization of the Work in timed-relation
34with a moving image ("synching") will be considered an Adaptation for
35the purpose of this License.
36"Collection" means a collection of literary or artistic works, such
37as encyclopedias and anthologies, or performances, phonograms or broadcasts, or
38other works or subject matter other than works listed in Section 1(f) below,
39which, by reason of the selection and arrangement of their contents, constitute
40intellectual creations, in which the Work is included in its entirety in
41unmodified form along with one or more other contributions, each constituting
42separate and independent works in themselves, which together are assembled into
43a collective whole. A work that constitutes a Collection will not be considered
44an Adaptation (as defined above) for the purposes of this License.
45"Distribute" means to make available to the public the original and
46copies of the Work or Adaptation, as appropriate, through sale or other
47transfer of ownership.
48"Licensor" means the individual, individuals, entity or entities that
49offer(s) the Work under the terms of this License.
50"Original Author" means, in the case of a literary or artistic work,
51the individual, individuals, entity or entities who created the Work or if no
52individual or entity can be identified, the publisher; and in addition (i) in
53the case of a performance the actors, singers, musicians, dancers, and other
54persons who act, sing, deliver, declaim, play in, interpret or otherwise
55perform literary or artistic works or expressions of folklore; (ii) in the case
56of a phonogram the producer being the person or legal entity who first fixes
57the sounds of a performance or other sounds; and, (iii) in the case of
58broadcasts, the organization that transmits the broadcast.
59"Work" means the literary and/or artistic work offered under the
60terms of this License including without limitation any production in the
61literary, scientific and artistic domain, whatever may be the mode or form of
62its expression including digital form, such as a book, pamphlet and other
63writing; a lecture, address, sermon or other work of the same nature; a
64dramatic or dramatico-musical work; a choreographic work or entertainment in
65dumb show; a musical composition with or without words; a cinematographic work
66to which are assimilated works expressed by a process analogous to
67cinematography; a work of drawing, painting, architecture, sculpture, engraving
68or lithography; a photographic work to which are assimilated works expressed by
69a process analogous to photography; a work of applied art; an illustration,
70map, plan, sketch or three-dimensional work relative to geography, topography,
71architecture or science; a performance; a broadcast; a phonogram; a compilation
72of data to the extent it is protected as a copyrightable work; or a work
73performed by a variety or circus performer to the extent it is not otherwise
74considered a literary or artistic work.
75"You" means an individual or entity exercising rights under this
76License who has not previously violated the terms of this License with respect
77to the Work, or who has received express permission from the Licensor to
78exercise rights under this License despite a previous violation.
79"Publicly Perform" means to perform public recitations of the Work
80and to communicate to the public those public recitations, by any means or
81process, including by wire or wireless means or public digital performances; to
82make available to the public Works in such a way that members of the public may
83access these Works from a place and at a place individually chosen by them; to
84perform the Work to the public by any means or process and the communication to
85the public of the performances of the Work, including by public digital
86performance; to broadcast and rebroadcast the Work by any means including
87signs, sounds or images.
88"Reproduce" means to make copies of the Work by any means including
89without limitation by sound or visual recordings and the right of fixation and
90reproducing fixations of the Work, including storage of a protected performance
91or phonogram in digital form or other electronic medium.
922. Fair Dealing Rights. Nothing in this License is intended to reduce, limit,
93or restrict any uses free from copyright or rights arising from limitations or
94exceptions that are provided for in connection with the copyright protection
95under copyright law or other applicable laws.
96
973. License Grant. Subject to the terms and conditions of this License, Licensor
98hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
99duration of the applicable copyright) license to exercise the rights in the
100Work as stated below:
101
102to Reproduce the Work, to incorporate the Work into one or more Collections,
103and to Reproduce the Work as incorporated in the Collections;
104to create and Reproduce Adaptations provided that any such Adaptation,
105including any translation in any medium, takes reasonable steps to clearly
106label, demarcate or otherwise identify that changes were made to the original
107Work. For example, a translation could be marked "The original work was
108translated from English to Spanish," or a modification could indicate
109"The original work has been modified.";
110to Distribute and Publicly Perform the Work including as incorporated in
111Collections; and,
112to Distribute and Publicly Perform Adaptations.
113The above rights may be exercised in all media and formats whether now known or
114hereafter devised. The above rights include the right to make such
115modifications as are technically necessary to exercise the rights in other
116media and formats. Subject to Section 8(f), all rights not expressly granted by
117Licensor are hereby reserved, including but not limited to the rights set forth
118in Section 4(d).
119
1204. Restrictions. The license granted in Section 3 above is expressly made
121subject to and limited by the following restrictions:
122
123You may Distribute or Publicly Perform the Work only under the terms of this
124License. You must include a copy of, or the Uniform Resource Identifier (URI)
125for, this License with every copy of the Work You Distribute or Publicly
126Perform. You may not offer or impose any terms on the Work that restrict the
127terms of this License or the ability of the recipient of the Work to exercise
128the rights granted to that recipient under the terms of the License. You may
129not sublicense the Work. You must keep intact all notices that refer to this
130License and to the disclaimer of warranties with every copy of the Work You
131Distribute or Publicly Perform. When You Distribute or Publicly Perform the
132Work, You may not impose any effective technological measures on the Work that
133restrict the ability of a recipient of the Work from You to exercise the rights
134granted to that recipient under the terms of the License. This Section 4(a)
135applies to the Work as incorporated in a Collection, but this does not require
136the Collection apart from the Work itself to be made subject to the terms of
137this License. If You create a Collection, upon notice from any Licensor You
138must, to the extent practicable, remove from the Collection any credit as
139required by Section 4(c), as requested. If You create an Adaptation, upon
140notice from any Licensor You must, to the extent practicable, remove from the
141Adaptation any credit as required by Section 4(c), as requested.
142You may not exercise any of the rights granted to You in Section 3 above in any
143manner that is primarily intended for or directed toward commercial advantage
144or private monetary compensation. The exchange of the Work for other
145copyrighted works by means of digital file-sharing or otherwise shall not be
146considered to be intended for or directed toward commercial advantage or
147private monetary compensation, provided there is no payment of any monetary
148compensation in connection with the exchange of copyrighted works.
149If You Distribute, or Publicly Perform the Work or any Adaptations or
150Collections, You must, unless a request has been made pursuant to Section 4(a),
151keep intact all copyright notices for the Work and provide, reasonable to the
152medium or means You are utilizing: (i) the name of the Original Author (or
153pseudonym, if applicable) if supplied, and/or if the Original Author and/or
154Licensor designate another party or parties (e.g., a sponsor institute,
155publishing entity, journal) for attribution ("Attribution Parties")
156in Licensor's copyright notice, terms of service or by other reasonable means,
157the name of such party or parties; (ii) the title of the Work if supplied;
158(iii) to the extent reasonably practicable, the URI, if any, that Licensor
159specifies to be associated with the Work, unless such URI does not refer to the
160copyright notice or licensing information for the Work; and, (iv) consistent
161with Section 3(b), in the case of an Adaptation, a credit identifying the use
162of the Work in the Adaptation (e.g., "French translation of the Work by
163Original Author," or "Screenplay based on original Work by Original
164Author"). The credit required by this Section 4(c) may be implemented in
165any reasonable manner; provided, however, that in the case of a Adaptation or
166Collection, at a minimum such credit will appear, if a credit for all
167contributing authors of the Adaptation or Collection appears, then as part of
168these credits and in a manner at least as prominent as the credits for the
169other contributing authors. For the avoidance of doubt, You may only use the
170credit required by this Section for the purpose of attribution in the manner
171set out above and, by exercising Your rights under this License, You may not
172implicitly or explicitly assert or imply any connection with, sponsorship or
173endorsement by the Original Author, Licensor and/or Attribution Parties, as
174appropriate, of You or Your use of the Work, without the separate, express
175prior written permission of the Original Author, Licensor and/or Attribution
176Parties.
177For the avoidance of doubt:
178
179Non-waivable Compulsory License Schemes. In those jurisdictions in which the
180right to collect royalties through any statutory or compulsory licensing scheme
181cannot be waived, the Licensor reserves the exclusive right to collect such
182royalties for any exercise by You of the rights granted under this License;
183Waivable Compulsory License Schemes. In those jurisdictions in which the right
184to collect royalties through any statutory or compulsory licensing scheme can
185be waived, the Licensor reserves the exclusive right to collect such royalties
186for any exercise by You of the rights granted under this License if Your
187exercise of such rights is for a purpose or use which is otherwise than
188noncommercial as permitted under Section 4(b) and otherwise waives the right to
189collect royalties through any statutory or compulsory licensing scheme; and,
190Voluntary License Schemes. The Licensor reserves the right to collect
191royalties, whether individually or, in the event that the Licensor is a member
192of a collecting society that administers voluntary licensing schemes, via that
193society, from any exercise by You of the rights granted under this License that
194is for a purpose or use which is otherwise than noncommercial as permitted
195under Section 4(c).
196Except as otherwise agreed in writing by the Licensor or as may be otherwise
197permitted by applicable law, if You Reproduce, Distribute or Publicly Perform
198the Work either by itself or as part of any Adaptations or Collections, You
199must not distort, mutilate, modify or take other derogatory action in relation
200to the Work which would be prejudicial to the Original Author's honor or
201reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which
202any exercise of the right granted in Section 3(b) of this License (the right to
203make Adaptations) would be deemed to be a distortion, mutilation, modification
204or other derogatory action prejudicial to the Original Author's honor and
205reputation, the Licensor will waive or not assert, as appropriate, this
206Section, to the fullest extent permitted by the applicable national law, to
207enable You to reasonably exercise Your right under Section 3(b) of this License
208(right to make Adaptations) but not otherwise.
2095. Representations, Warranties and Disclaimer
210
211UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
212THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
213CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
214WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A
215PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
216ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
217SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH
218EXCLUSION MAY NOT APPLY TO YOU.
219
2206. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
221NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
222INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS
223LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
224POSSIBILITY OF SUCH DAMAGES.
225
2267. Termination
227
228This License and the rights granted hereunder will terminate automatically upon
229any breach by You of the terms of this License. Individuals or entities who
230have received Adaptations or Collections from You under this License, however,
231will not have their licenses terminated provided such individuals or entities
232remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
233will survive any termination of this License.
234Subject to the above terms and conditions, the license granted here is
235perpetual (for the duration of the applicable copyright in the Work).
236Notwithstanding the above, Licensor reserves the right to release the Work
237under different license terms or to stop distributing the Work at any time;
238provided, however that any such election will not serve to withdraw this
239License (or any other license that has been, or is required to be, granted
240under the terms of this License), and this License will continue in full force
241and effect unless terminated as stated above.
2428. Miscellaneous
243
244Each time You Distribute or Publicly Perform the Work or a Collection, the
245Licensor offers to the recipient a license to the Work on the same terms and
246conditions as the license granted to You under this License.
247Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to
248the recipient a license to the original Work on the same terms and conditions
249as the license granted to You under this License.
250If any provision of this License is invalid or unenforceable under applicable
251law, it shall not affect the validity or enforceability of the remainder of the
252terms of this License, and without further action by the parties to this
253agreement, such provision shall be reformed to the minimum extent necessary to
254make such provision valid and enforceable.
255No term or provision of this License shall be deemed waived and no breach
256consented to unless such waiver or consent shall be in writing and signed by
257the party to be charged with such waiver or consent.
258This License constitutes the entire agreement between the parties with respect
259to the Work licensed here. There are no understandings, agreements or
260representations with respect to the Work not specified here. Licensor shall not
261be bound by any additional provisions that may appear in any communication from
262You. This License may not be modified without the mutual written agreement of
263the Licensor and You.
264The rights granted under, and the subject matter referenced, in this License
265were drafted utilizing the terminology of the Berne Convention for the
266Protection of Literary and Artistic Works (as amended on September 28, 1979),
267the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO
268Performances and Phonograms Treaty of 1996 and the Universal Copyright
269Convention (as revised on July 24, 1971). These rights and subject matter take
270effect in the relevant jurisdiction in which the License terms are sought to be
271enforced according to the corresponding provisions of the implementation of
272those treaty provisions in the applicable national law. If the standard suite
273of rights granted under applicable copyright law includes additional rights not
274granted under this License, such additional rights are deemed to be included in
275the License; this License is not intended to restrict the license of any rights
276under applicable law.
277Creative Commons Notice
278
279Creative Commons is not a party to this License, and makes no warranty
280whatsoever in connection with the Work. Creative Commons will not be liable to
281You or any party on any legal theory for any damages whatsoever, including
282without limitation any general, special, incidental or consequential damages
283arising in connection to this license. Notwithstanding the foregoing two (2)
284sentences, if Creative Commons has expressly identified itself as the Licensor
285hereunder, it shall have all rights and obligations of Licensor.
286
287Except for the limited purpose of indicating to the public that the Work is
288licensed under the CCPL, Creative Commons does not authorize the use by either
289party of the trademark "Creative Commons" or any related trademark or
290logo of Creative Commons without the prior written consent of Creative Commons.
291Any permitted use will be in compliance with Creative Commons' then-current
292trademark usage guidelines, as may be published on its website or otherwise
293made available upon request from time to time. For the avoidance of doubt, this
294trademark restriction does not form part of the License.
295
296Creative Commons may be contacted at http://creativecommons.org/.
297
diff --git a/meta/files/common-licenses/CC-BY-NC-ND-1 b/meta/files/common-licenses/CC-BY-NC-ND-1
deleted file mode 100644
index 47f8573c17..0000000000
--- a/meta/files/common-licenses/CC-BY-NC-ND-1
+++ /dev/null
@@ -1,146 +0,0 @@
1
2Creative Commons
3
4Attribution-NoDerivs-NonCommercial 1.0 CREATIVE COMMONS CORPORATION IS NOT A
5LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT
6LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS
7PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES
8NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
9DAMAGES RESULTING FROM ITS USE. License THE WORK (AS DEFINED BELOW) IS PROVIDED
10UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR
11"LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER
12APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE
13IS PROHIBITED. BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT
14AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
15RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
16CONDITIONS. 1. Definitions "Collective Work" means a work, such as a
17periodical issue, anthology or encyclopedia, in which the Work in its entirety
18in unmodified form, along with a number of other contributions, constituting
19separate and independent works in themselves, are assembled into a collective
20whole. A work that constitutes a Collective Work will not be considered a
21Derivative Work (as defined below) for the purposes of this License.
22"Derivative Work" means a work based upon the Work or upon the Work
23and other pre-existing works, such as a translation, musical arrangement,
24dramatization, fictionalization, motion picture version, sound recording, art
25reproduction, abridgment, condensation, or any other form in which the Work may
26be recast, transformed, or adapted, except that a work that constitutes a
27Collective Work will not be considered a Derivative Work for the purpose of
28this License. "Licensor" means the individual or entity that offers
29the Work under the terms of this License. "Original Author" means the
30individual or entity who created the Work. "Work" means the
31copyrightable work of authorship offered under the terms of this License.
32"You" means an individual or entity exercising rights under this
33License who has not previously violated the terms of this License with respect
34to the Work, or who has received express permission from the Licensor to
35exercise rights under this License despite a previous violation. 2. Fair Use
36Rights. Nothing in this license is intended to reduce, limit, or restrict any
37rights arising from fair use, first sale or other limitations on the exclusive
38rights of the copyright owner under copyright law or other applicable laws. 3.
39License Grant. Subject to the terms and conditions of this License, Licensor
40hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
41duration of the applicable copyright) license to exercise the rights in the
42Work as stated below: to reproduce the Work, to incorporate the Work into one
43or more Collective Works, and to reproduce the Work as incorporated in the
44Collective Works; to distribute copies or phonorecords of, display publicly,
45perform publicly, and perform publicly by means of a digital audio transmission
46the Work including as incorporated in Collective Works; The above rights may be
47exercised in all media and formats whether now known or hereafter devised. The
48above rights include the right to make such modifications as are technically
49necessary to exercise the rights in other media and formats. All rights not
50expressly granted by Licensor are hereby reserved. 4. Restrictions. The license
51granted in Section 3 above is expressly made subject to and limited by the
52following restrictions: You may distribute, publicly display, publicly perform,
53or publicly digitally perform the Work only under the terms of this License,
54and You must include a copy of, or the Uniform Resource Identifier for, this
55License with every copy or phonorecord of the Work You distribute, publicly
56display, publicly perform, or publicly digitally perform. You may not offer or
57impose any terms on the Work that alter or restrict the terms of this License
58or the recipients' exercise of the rights granted hereunder. You may not
59sublicense the Work. You must keep intact all notices that refer to this
60License and to the disclaimer of warranties. You may not distribute, publicly
61display, publicly perform, or publicly digitally perform the Work with any
62technological measures that control access or use of the Work in a manner
63inconsistent with the terms of this License Agreement. The above applies to the
64Work as incorporated in a Collective Work, but this does not require the
65Collective Work apart from the Work itself to be made subject to the terms of
66this License. If You create a Collective Work, upon notice from any Licensor
67You must, to the extent practicable, remove from the Collective Work any
68reference to such Licensor or the Original Author, as requested. You may not
69exercise any of the rights granted to You in Section 3 above in any manner that
70is primarily intended for or directed toward commercial advantage or private
71monetary compensation. The exchange of the Work for other copyrighted works by
72means of digital file-sharing or otherwise shall not be considered to be
73intended for or directed toward commercial advantage or private monetary
74compensation, provided there is no payment of any monetary compensation in
75connection with the exchange of copyrighted works. If you distribute, publicly
76display, publicly perform, or publicly digitally perform the Work or any
77Collective Works, You must keep intact all copyright notices for the Work and
78give the Original Author credit reasonable to the medium or means You are
79utilizing by conveying the name (or pseudonym if applicable) of the Original
80Author if supplied; the title of the Work if supplied. Such credit may be
81implemented in any reasonable manner; provided, however, that in the case of a
82Collective Work, at a minimum such credit will appear where any other
83comparable authorship credit appears and in a manner at least as prominent as
84such other comparable authorship credit. 5. Representations, Warranties and
85Disclaimer By offering the Work for public release under this License, Licensor
86represents and warrants that, to the best of Licensor's knowledge after
87reasonable inquiry: Licensor has secured all rights in the Work necessary to
88grant the license rights hereunder and to permit the lawful exercise of the
89rights granted hereunder without You having any obligation to pay any
90royalties, compulsory license fees, residuals or any other payments; The Work
91does not infringe the copyright, trademark, publicity rights, common law rights
92or any other right of any third party or constitute defamation, invasion of
93privacy or other tortious injury to any third party. EXCEPT AS EXPRESSLY STATED
94IN THIS LICENSE OR OTHERWISE AGREED IN WRITING OR REQUIRED BY APPLICABLE LAW,
95THE WORK IS LICENSED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
96KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES
97REGARDING THE CONTENTS OR ACCURACY OF THE WORK. 6. Limitation on Liability.
98EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, AND EXCEPT FOR DAMAGES ARISING
99FROM LIABILITY TO A THIRD PARTY RESULTING FROM BREACH OF THE WARRANTIES IN
100SECTION 5, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
101ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING
102OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED
103OF THE POSSIBILITY OF SUCH DAMAGES. 7. Termination This License and the rights
104granted hereunder will terminate automatically upon any breach by You of the
105terms of this License. Individuals or entities who have received Collective
106Works from You under this License, however, will not have their licenses
107terminated provided such individuals or entities remain in full compliance with
108those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of
109this License. Subject to the above terms and conditions, the license granted
110here is perpetual (for the duration of the applicable copyright in the Work).
111Notwithstanding the above, Licensor reserves the right to release the Work
112under different license terms or to stop distributing the Work at any time;
113provided, however that any such election will not serve to withdraw this
114License (or any other license that has been, or is required to be, granted
115under the terms of this License), and this License will continue in full force
116and effect unless terminated as stated above. 8. Miscellaneous Each time You
117distribute or publicly digitally perform the Work or a Collective Work, the
118Licensor offers to the recipient a license to the Work on the same terms and
119conditions as the license granted to You under this License. If any provision
120of this License is invalid or unenforceable under applicable law, it shall not
121affect the validity or enforceability of the remainder of the terms of this
122License, and without further action by the parties to this agreement, such
123provision shall be reformed to the minimum extent necessary to make such
124provision valid and enforceable. No term or provision of this License shall be
125deemed waived and no breach consented to unless such waiver or consent shall be
126in writing and signed by the party to be charged with such waiver or consent.
127This License constitutes the entire agreement between the parties with respect
128to the Work licensed here. There are no understandings, agreements or
129representations with respect to the Work not specified here. Licensor shall not
130be bound by any additional provisions that may appear in any communication from
131You. This License may not be modified without the mutual written agreement of
132the Licensor and You. Creative Commons is not a party to this License, and
133makes no warranty whatsoever in connection with the Work. Creative Commons will
134not be liable to You or any party on any legal theory for any damages
135whatsoever, including without limitation any general, special, incidental or
136consequential damages arising in connection to this license. Notwithstanding
137the foregoing two (2) sentences, if Creative Commons has expressly identified
138itself as the Licensor hereunder, it shall have all rights and obligations of
139Licensor. Except for the limited purpose of indicating to the public that the
140Work is licensed under the CCPL, neither party will use the trademark
141"Creative Commons" or any related trademark or logo of Creative
142Commons without the prior written consent of Creative Commons. Any permitted
143use will be in compliance with Creative Commons' then-current trademark usage
144guidelines, as may be published on its website or otherwise made available upon
145request from time to time. Creative Commons may be contacted at http://
146creativecommons.org/.
diff --git a/meta/files/common-licenses/CC-BY-NC-ND-2 b/meta/files/common-licenses/CC-BY-NC-ND-2
deleted file mode 100644
index 94ad2b6c44..0000000000
--- a/meta/files/common-licenses/CC-BY-NC-ND-2
+++ /dev/null
@@ -1,209 +0,0 @@
1
2Creative Commons
3
4
5Attribution-NonCommercial-NoDerivs 2.5
6
7CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
8SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
9RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
10IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
11PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
12License
13
14THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
15COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
16PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
17THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
18
19BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
20BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS
21CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
22CONDITIONS.
23
241. Definitions
25
26"Collective Work" means a work, such as a periodical issue, anthology
27or encyclopedia, in which the Work in its entirety in unmodified form, along
28with a number of other contributions, constituting separate and independent
29works in themselves, are assembled into a collective whole. A work that
30constitutes a Collective Work will not be considered a Derivative Work (as
31defined below) for the purposes of this License.
32"Derivative Work" means a work based upon the Work or upon the Work
33and other pre-existing works, such as a translation, musical arrangement,
34dramatization, fictionalization, motion picture version, sound recording, art
35reproduction, abridgment, condensation, or any other form in which the Work may
36be recast, transformed, or adapted, except that a work that constitutes a
37Collective Work will not be considered a Derivative Work for the purpose of
38this License. For the avoidance of doubt, where the Work is a musical
39composition or sound recording, the synchronization of the Work in timed-
40relation with a moving image ("synching") will be considered a
41Derivative Work for the purpose of this License.
42"Licensor" means the individual or entity that offers the Work under
43the terms of this License.
44"Original Author" means the individual or entity who created the
45Work.
46"Work" means the copyrightable work of authorship offered under the
47terms of this License.
48"You" means an individual or entity exercising rights under this
49License who has not previously violated the terms of this License with respect
50to the Work, or who has received express permission from the Licensor to
51exercise rights under this License despite a previous violation.
522. Fair Use Rights. Nothing in this license is intended to reduce, limit, or
53restrict any rights arising from fair use, first sale or other limitations on
54the exclusive rights of the copyright owner under copyright law or other
55applicable laws.
56
573. License Grant. Subject to the terms and conditions of this License, Licensor
58hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
59duration of the applicable copyright) license to exercise the rights in the
60Work as stated below:
61
62to reproduce the Work, to incorporate the Work into one or more Collective
63Works, and to reproduce the Work as incorporated in the Collective Works;
64to distribute copies or phonorecords of, display publicly, perform publicly,
65and perform publicly by means of a digital audio transmission the Work
66including as incorporated in Collective Works;
67The above rights may be exercised in all media and formats whether now known or
68hereafter devised. The above rights include the right to make such
69modifications as are technically necessary to exercise the rights in other
70media and formats, but otherwise you have no rights to make Derivative Works.
71All rights not expressly granted by Licensor are hereby reserved, including but
72not limited to the rights set forth in Sections 4(d) and 4(e).
73
744. Restrictions.The license granted in Section 3 above is expressly made
75subject to and limited by the following restrictions:
76
77You may distribute, publicly display, publicly perform, or publicly digitally
78perform the Work only under the terms of this License, and You must include a
79copy of, or the Uniform Resource Identifier for, this License with every copy
80or phonorecord of the Work You distribute, publicly display, publicly perform,
81or publicly digitally perform. You may not offer or impose any terms on the
82Work that alter or restrict the terms of this License or the recipients'
83exercise of the rights granted hereunder. You may not sublicense the Work. You
84must keep intact all notices that refer to this License and to the disclaimer
85of warranties. You may not distribute, publicly display, publicly perform, or
86publicly digitally perform the Work with any technological measures that
87control access or use of the Work in a manner inconsistent with the terms of
88this License Agreement. The above applies to the Work as incorporated in a
89Collective Work, but this does not require the Collective Work apart from the
90Work itself to be made subject to the terms of this License. If You create a
91Collective Work, upon notice from any Licensor You must, to the extent
92practicable, remove from the Collective Work any credit as required by clause 4
93(c), as requested.
94You may not exercise any of the rights granted to You in Section 3 above in any
95manner that is primarily intended for or directed toward commercial advantage
96or private monetary compensation. The exchange of the Work for other
97copyrighted works by means of digital file-sharing or otherwise shall not be
98considered to be intended for or directed toward commercial advantage or
99private monetary compensation, provided there is no payment of any monetary
100compensation in connection with the exchange of copyrighted works.
101If you distribute, publicly display, publicly perform, or publicly digitally
102perform the Work, You must keep intact all copyright notices for the Work and
103provide, reasonable to the medium or means You are utilizing: (i) the name of
104the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if
105the Original Author and/or Licensor designate another party or parties (e.g. a
106sponsor institute, publishing entity, journal) for attribution in Licensor's
107copyright notice, terms of service or by other reasonable means, the name of
108such party or parties; the title of the Work if supplied; and to the extent
109reasonably practicable, the Uniform Resource Identifier, if any, that Licensor
110specifies to be associated with the Work, unless such URI does not refer to the
111copyright notice or licensing information for the Work. Such credit may be
112implemented in any reasonable manner; provided, however, that in the case of a
113Collective Work, at a minimum such credit will appear where any other
114comparable authorship credit appears and in a manner at least as prominent as
115such other comparable authorship credit.
116For the avoidance of doubt, where the Work is a musical composition:
117
118Performance Royalties Under Blanket Licenses. Licensor reserves the exclusive
119right to collect, whether individually or via a performance rights society
120(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public
121digital performance (e.g. webcast) of the Work if that performance is primarily
122intended for or directed toward commercial advantage or private monetary
123compensation.
124Mechanical Rights and Statutory Royalties. Licensor reserves the exclusive
125right to collect, whether individually or via a music rights agency or
126designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You
127create from the Work ("cover version") and distribute, subject to the
128compulsory license created by 17 USC Section 115 of the US Copyright Act (or
129the equivalent in other jurisdictions), if Your distribution of such cover
130version is primarily intended for or directed toward commercial advantage or
131private monetary compensation.
132Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where
133the Work is a sound recording, Licensor reserves the exclusive right to
134collect, whether individually or via a performance-rights society (e.g.
135SoundExchange), royalties for the public digital performance (e.g. webcast) of
136the Work, subject to the compulsory license created by 17 USC Section 114 of
137the US Copyright Act (or the equivalent in other jurisdictions), if Your public
138digital performance is primarily intended for or directed toward commercial
139advantage or private monetary compensation.
1405. Representations, Warranties and Disclaimer
141
142UNLESS OTHERWISE MUTUALLY AGREED BY THE PARTIES IN WRITING, LICENSOR OFFERS THE
143WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING
144THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT
145LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR
146PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY,
147OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME
148JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH
149EXCLUSION MAY NOT APPLY TO YOU.
150
1516. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
152NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
153INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS
154LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
155POSSIBILITY OF SUCH DAMAGES.
156
1577. Termination
158
159This License and the rights granted hereunder will terminate automatically upon
160any breach by You of the terms of this License. Individuals or entities who
161have received Collective Works from You under this License, however, will not
162have their licenses terminated provided such individuals or entities remain in
163full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive
164any termination of this License.
165Subject to the above terms and conditions, the license granted here is
166perpetual (for the duration of the applicable copyright in the Work).
167Notwithstanding the above, Licensor reserves the right to release the Work
168under different license terms or to stop distributing the Work at any time;
169provided, however that any such election will not serve to withdraw this
170License (or any other license that has been, or is required to be, granted
171under the terms of this License), and this License will continue in full force
172and effect unless terminated as stated above.
1738. Miscellaneous
174
175Each time You distribute or publicly digitally perform the Work or a Collective
176Work, the Licensor offers to the recipient a license to the Work on the same
177terms and conditions as the license granted to You under this License.
178If any provision of this License is invalid or unenforceable under applicable
179law, it shall not affect the validity or enforceability of the remainder of the
180terms of this License, and without further action by the parties to this
181agreement, such provision shall be reformed to the minimum extent necessary to
182make such provision valid and enforceable.
183No term or provision of this License shall be deemed waived and no breach
184consented to unless such waiver or consent shall be in writing and signed by
185the party to be charged with such waiver or consent.
186This License constitutes the entire agreement between the parties with respect
187to the Work licensed here. There are no understandings, agreements or
188representations with respect to the Work not specified here. Licensor shall not
189be bound by any additional provisions that may appear in any communication from
190You. This License may not be modified without the mutual written agreement of
191the Licensor and You.
192Creative Commons is not a party to this License, and makes no warranty
193whatsoever in connection with the Work. Creative Commons will not be liable to
194You or any party on any legal theory for any damages whatsoever, including
195without limitation any general, special, incidental or consequential damages
196arising in connection to this license. Notwithstanding the foregoing two (2)
197sentences, if Creative Commons has expressly identified itself as the Licensor
198hereunder, it shall have all rights and obligations of Licensor.
199
200Except for the limited purpose of indicating to the public that the Work is
201licensed under the CCPL, neither party will use the trademark "Creative
202Commons" or any related trademark or logo of Creative Commons without the
203prior written consent of Creative Commons. Any permitted use will be in
204compliance with Creative Commons' then-current trademark usage guidelines, as
205may be published on its website or otherwise made available upon request from
206time to time.
207
208Creative Commons may be contacted at http://creativecommons.org/.
209
diff --git a/meta/files/common-licenses/CC-BY-NC-ND-3 b/meta/files/common-licenses/CC-BY-NC-ND-3
deleted file mode 100644
index d037739f34..0000000000
--- a/meta/files/common-licenses/CC-BY-NC-ND-3
+++ /dev/null
@@ -1,272 +0,0 @@
1
2Creative Commons
3
4Attribution-NonCommercial-NoDerivs 3.0 Unported
5
6CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
7SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
8RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
9IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
10PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
11License
12
13THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
14COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
15PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
16THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
17
18BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
19BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE
20CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE
21IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
22
231. Definitions
24
25"Adaptation" means a work based upon the Work, or upon the Work and
26other pre-existing works, such as a translation, adaptation, derivative work,
27arrangement of music or other alterations of a literary or artistic work, or
28phonogram or performance and includes cinematographic adaptations or any other
29form in which the Work may be recast, transformed, or adapted including in any
30form recognizably derived from the original, except that a work that
31constitutes a Collection will not be considered an Adaptation for the purpose
32of this License. For the avoidance of doubt, where the Work is a musical work,
33performance or phonogram, the synchronization of the Work in timed-relation
34with a moving image ("synching") will be considered an Adaptation for
35the purpose of this License.
36"Collection" means a collection of literary or artistic works, such
37as encyclopedias and anthologies, or performances, phonograms or broadcasts, or
38other works or subject matter other than works listed in Section 1(f) below,
39which, by reason of the selection and arrangement of their contents, constitute
40intellectual creations, in which the Work is included in its entirety in
41unmodified form along with one or more other contributions, each constituting
42separate and independent works in themselves, which together are assembled into
43a collective whole. A work that constitutes a Collection will not be considered
44an Adaptation (as defined above) for the purposes of this License.
45"Distribute" means to make available to the public the original and
46copies of the Work through sale or other transfer of ownership.
47"Licensor" means the individual, individuals, entity or entities that
48offer(s) the Work under the terms of this License.
49"Original Author" means, in the case of a literary or artistic work,
50the individual, individuals, entity or entities who created the Work or if no
51individual or entity can be identified, the publisher; and in addition (i) in
52the case of a performance the actors, singers, musicians, dancers, and other
53persons who act, sing, deliver, declaim, play in, interpret or otherwise
54perform literary or artistic works or expressions of folklore; (ii) in the case
55of a phonogram the producer being the person or legal entity who first fixes
56the sounds of a performance or other sounds; and, (iii) in the case of
57broadcasts, the organization that transmits the broadcast.
58"Work" means the literary and/or artistic work offered under the
59terms of this License including without limitation any production in the
60literary, scientific and artistic domain, whatever may be the mode or form of
61its expression including digital form, such as a book, pamphlet and other
62writing; a lecture, address, sermon or other work of the same nature; a
63dramatic or dramatico-musical work; a choreographic work or entertainment in
64dumb show; a musical composition with or without words; a cinematographic work
65to which are assimilated works expressed by a process analogous to
66cinematography; a work of drawing, painting, architecture, sculpture, engraving
67or lithography; a photographic work to which are assimilated works expressed by
68a process analogous to photography; a work of applied art; an illustration,
69map, plan, sketch or three-dimensional work relative to geography, topography,
70architecture or science; a performance; a broadcast; a phonogram; a compilation
71of data to the extent it is protected as a copyrightable work; or a work
72performed by a variety or circus performer to the extent it is not otherwise
73considered a literary or artistic work.
74"You" means an individual or entity exercising rights under this
75License who has not previously violated the terms of this License with respect
76to the Work, or who has received express permission from the Licensor to
77exercise rights under this License despite a previous violation.
78"Publicly Perform" means to perform public recitations of the Work
79and to communicate to the public those public recitations, by any means or
80process, including by wire or wireless means or public digital performances; to
81make available to the public Works in such a way that members of the public may
82access these Works from a place and at a place individually chosen by them; to
83perform the Work to the public by any means or process and the communication to
84the public of the performances of the Work, including by public digital
85performance; to broadcast and rebroadcast the Work by any means including
86signs, sounds or images.
87"Reproduce" means to make copies of the Work by any means including
88without limitation by sound or visual recordings and the right of fixation and
89reproducing fixations of the Work, including storage of a protected performance
90or phonogram in digital form or other electronic medium.
912. Fair Dealing Rights. Nothing in this License is intended to reduce, limit,
92or restrict any uses free from copyright or rights arising from limitations or
93exceptions that are provided for in connection with the copyright protection
94under copyright law or other applicable laws.
95
963. License Grant. Subject to the terms and conditions of this License, Licensor
97hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
98duration of the applicable copyright) license to exercise the rights in the
99Work as stated below:
100
101to Reproduce the Work, to incorporate the Work into one or more Collections,
102and to Reproduce the Work as incorporated in the Collections; and,
103to Distribute and Publicly Perform the Work including as incorporated in
104Collections.
105The above rights may be exercised in all media and formats whether now known or
106hereafter devised. The above rights include the right to make such
107modifications as are technically necessary to exercise the rights in other
108media and formats, but otherwise you have no rights to make Adaptations.
109Subject to 8(f), all rights not expressly granted by Licensor are hereby
110reserved, including but not limited to the rights set forth in Section 4(d).
111
1124. Restrictions. The license granted in Section 3 above is expressly made
113subject to and limited by the following restrictions:
114
115You may Distribute or Publicly Perform the Work only under the terms of this
116License. You must include a copy of, or the Uniform Resource Identifier (URI)
117for, this License with every copy of the Work You Distribute or Publicly
118Perform. You may not offer or impose any terms on the Work that restrict the
119terms of this License or the ability of the recipient of the Work to exercise
120the rights granted to that recipient under the terms of the License. You may
121not sublicense the Work. You must keep intact all notices that refer to this
122License and to the disclaimer of warranties with every copy of the Work You
123Distribute or Publicly Perform. When You Distribute or Publicly Perform the
124Work, You may not impose any effective technological measures on the Work that
125restrict the ability of a recipient of the Work from You to exercise the rights
126granted to that recipient under the terms of the License. This Section 4(a)
127applies to the Work as incorporated in a Collection, but this does not require
128the Collection apart from the Work itself to be made subject to the terms of
129this License. If You create a Collection, upon notice from any Licensor You
130must, to the extent practicable, remove from the Collection any credit as
131required by Section 4(c), as requested.
132You may not exercise any of the rights granted to You in Section 3 above in any
133manner that is primarily intended for or directed toward commercial advantage
134or private monetary compensation. The exchange of the Work for other
135copyrighted works by means of digital file-sharing or otherwise shall not be
136considered to be intended for or directed toward commercial advantage or
137private monetary compensation, provided there is no payment of any monetary
138compensation in connection with the exchange of copyrighted works.
139If You Distribute, or Publicly Perform the Work or Collections, You must,
140unless a request has been made pursuant to Section 4(a), keep intact all
141copyright notices for the Work and provide, reasonable to the medium or means
142You are utilizing: (i) the name of the Original Author (or pseudonym, if
143applicable) if supplied, and/or if the Original Author and/or Licensor
144designate another party or parties (e.g., a sponsor institute, publishing
145entity, journal) for attribution ("Attribution Parties") in
146Licensor's copyright notice, terms of service or by other reasonable means, the
147name of such party or parties; (ii) the title of the Work if supplied; (iii) to
148the extent reasonably practicable, the URI, if any, that Licensor specifies to
149be associated with the Work, unless such URI does not refer to the copyright
150notice or licensing information for the Work. The credit required by this
151Section 4(c) may be implemented in any reasonable manner; provided, however,
152that in the case of a Collection, at a minimum such credit will appear, if a
153credit for all contributing authors of Collection appears, then as part of
154these credits and in a manner at least as prominent as the credits for the
155other contributing authors. For the avoidance of doubt, You may only use the
156credit required by this Section for the purpose of attribution in the manner
157set out above and, by exercising Your rights under this License, You may not
158implicitly or explicitly assert or imply any connection with, sponsorship or
159endorsement by the Original Author, Licensor and/or Attribution Parties, as
160appropriate, of You or Your use of the Work, without the separate, express
161prior written permission of the Original Author, Licensor and/or Attribution
162Parties.
163For the avoidance of doubt:
164
165Non-waivable Compulsory License Schemes. In those jurisdictions in which the
166right to collect royalties through any statutory or compulsory licensing scheme
167cannot be waived, the Licensor reserves the exclusive right to collect such
168royalties for any exercise by You of the rights granted under this License;
169Waivable Compulsory License Schemes. In those jurisdictions in which the right
170to collect royalties through any statutory or compulsory licensing scheme can
171be waived, the Licensor reserves the exclusive right to collect such royalties
172for any exercise by You of the rights granted under this License if Your
173exercise of such rights is for a purpose or use which is otherwise than
174noncommercial as permitted under Section 4(b) and otherwise waives the right to
175collect royalties through any statutory or compulsory licensing scheme; and,
176Voluntary License Schemes. The Licensor reserves the right to collect
177royalties, whether individually or, in the event that the Licensor is a member
178of a collecting society that administers voluntary licensing schemes, via that
179society, from any exercise by You of the rights granted under this License that
180is for a purpose or use which is otherwise than noncommercial as permitted
181under Section 4(b).
182Except as otherwise agreed in writing by the Licensor or as may be otherwise
183permitted by applicable law, if You Reproduce, Distribute or Publicly Perform
184the Work either by itself or as part of any Collections, You must not distort,
185mutilate, modify or take other derogatory action in relation to the Work which
186would be prejudicial to the Original Author's honor or reputation.
1875. Representations, Warranties and Disclaimer
188
189UNLESS OTHERWISE MUTUALLY AGREED BY THE PARTIES IN WRITING, LICENSOR OFFERS THE
190WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING
191THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT
192LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR
193PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY,
194OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME
195JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH
196EXCLUSION MAY NOT APPLY TO YOU.
197
1986. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
199NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
200INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS
201LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
202POSSIBILITY OF SUCH DAMAGES.
203
2047. Termination
205
206This License and the rights granted hereunder will terminate automatically upon
207any breach by You of the terms of this License. Individuals or entities who
208have received Collections from You under this License, however, will not have
209their licenses terminated provided such individuals or entities remain in full
210compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
211termination of this License.
212Subject to the above terms and conditions, the license granted here is
213perpetual (for the duration of the applicable copyright in the Work).
214Notwithstanding the above, Licensor reserves the right to release the Work
215under different license terms or to stop distributing the Work at any time;
216provided, however that any such election will not serve to withdraw this
217License (or any other license that has been, or is required to be, granted
218under the terms of this License), and this License will continue in full force
219and effect unless terminated as stated above.
2208. Miscellaneous
221
222Each time You Distribute or Publicly Perform the Work or a Collection, the
223Licensor offers to the recipient a license to the Work on the same terms and
224conditions as the license granted to You under this License.
225If any provision of this License is invalid or unenforceable under applicable
226law, it shall not affect the validity or enforceability of the remainder of the
227terms of this License, and without further action by the parties to this
228agreement, such provision shall be reformed to the minimum extent necessary to
229make such provision valid and enforceable.
230No term or provision of this License shall be deemed waived and no breach
231consented to unless such waiver or consent shall be in writing and signed by
232the party to be charged with such waiver or consent.
233This License constitutes the entire agreement between the parties with respect
234to the Work licensed here. There are no understandings, agreements or
235representations with respect to the Work not specified here. Licensor shall not
236be bound by any additional provisions that may appear in any communication from
237You. This License may not be modified without the mutual written agreement of
238the Licensor and You.
239The rights granted under, and the subject matter referenced, in this License
240were drafted utilizing the terminology of the Berne Convention for the
241Protection of Literary and Artistic Works (as amended on September 28, 1979),
242the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO
243Performances and Phonograms Treaty of 1996 and the Universal Copyright
244Convention (as revised on July 24, 1971). These rights and subject matter take
245effect in the relevant jurisdiction in which the License terms are sought to be
246enforced according to the corresponding provisions of the implementation of
247those treaty provisions in the applicable national law. If the standard suite
248of rights granted under applicable copyright law includes additional rights not
249granted under this License, such additional rights are deemed to be included in
250the License; this License is not intended to restrict the license of any rights
251under applicable law.
252Creative Commons Notice
253
254Creative Commons is not a party to this License, and makes no warranty
255whatsoever in connection with the Work. Creative Commons will not be liable to
256You or any party on any legal theory for any damages whatsoever, including
257without limitation any general, special, incidental or consequential damages
258arising in connection to this license. Notwithstanding the foregoing two (2)
259sentences, if Creative Commons has expressly identified itself as the Licensor
260hereunder, it shall have all rights and obligations of Licensor.
261
262Except for the limited purpose of indicating to the public that the Work is
263licensed under the CCPL, Creative Commons does not authorize the use by either
264party of the trademark "Creative Commons" or any related trademark or
265logo of Creative Commons without the prior written consent of Creative Commons.
266Any permitted use will be in compliance with Creative Commons' then-current
267trademark usage guidelines, as may be published on its website or otherwise
268made available upon request from time to time. For the avoidance of doubt, this
269trademark restriction does not form part of this License.
270
271Creative Commons may be contacted at http://creativecommons.org/.
272
diff --git a/meta/files/common-licenses/CC-BY-NC-SA-1 b/meta/files/common-licenses/CC-BY-NC-SA-1
deleted file mode 100644
index 9437794296..0000000000
--- a/meta/files/common-licenses/CC-BY-NC-SA-1
+++ /dev/null
@@ -1,209 +0,0 @@
1
2Creative Commons
3
4
5Attribution-NonCommercial-ShareAlike 1.0
6
7CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
8SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
9RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
10IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
11PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
12License
13
14THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
15COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
16PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
17THAN AS AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
18
19BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
20BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS
21CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
22CONDITIONS.
23
241. Definitions
25
26"Collective Work" means a work, such as a periodical issue, anthology
27or encyclopedia, in which the Work in its entirety in unmodified form, along
28with a number of other contributions, constituting separate and independent
29works in themselves, are assembled into a collective whole. A work that
30constitutes a Collective Work will not be considered a Derivative Work (as
31defined below) for the purposes of this License.
32"Derivative Work" means a work based upon the Work or upon the Work
33and other pre-existing works, such as a translation, musical arrangement,
34dramatization, fictionalization, motion picture version, sound recording, art
35reproduction, abridgment, condensation, or any other form in which the Work may
36be recast, transformed, or adapted, except that a work that constitutes a
37Collective Work will not be considered a Derivative Work for the purpose of
38this License.
39"Licensor" means the individual or entity that offers the Work under
40the terms of this License.
41"Original Author" means the individual or entity who created the
42Work.
43"Work" means the copyrightable work of authorship offered under the
44terms of this License.
45"You" means an individual or entity exercising rights under this
46License who has not previously violated the terms of this License with respect
47to the Work, or who has received express permission from the Licensor to
48exercise rights under this License despite a previous violation.
492. Fair Use Rights. Nothing in this license is intended to reduce, limit, or
50restrict any rights arising from fair use, first sale or other limitations on
51the exclusive rights of the copyright owner under copyright law or other
52applicable laws.
53
543. License Grant. Subject to the terms and conditions of this License, Licensor
55hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
56duration of the applicable copyright) license to exercise the rights in the
57Work as stated below:
58
59to reproduce the Work, to incorporate the Work into one or more Collective
60Works, and to reproduce the Work as incorporated in the Collective Works;
61to create and reproduce Derivative Works;
62to distribute copies or phonorecords of, display publicly, perform publicly,
63and perform publicly by means of a digital audio transmission the Work
64including as incorporated in Collective Works;
65to distribute copies or phonorecords of, display publicly, perform publicly,
66and perform publicly by means of a digital audio transmission Derivative Works;
67The above rights may be exercised in all media and formats whether now known or
68hereafter devised. The above rights include the right to make such
69modifications as are technically necessary to exercise the rights in other
70media and formats. All rights not expressly granted by Licensor are hereby
71reserved.
72
734. Restrictions. The license granted in Section 3 above is expressly made
74subject to and limited by the following restrictions:
75
76You may distribute, publicly display, publicly perform, or publicly digitally
77perform the Work only under the terms of this License, and You must include a
78copy of, or the Uniform Resource Identifier for, this License with every copy
79or phonorecord of the Work You distribute, publicly display, publicly perform,
80or publicly digitally perform. You may not offer or impose any terms on the
81Work that alter or restrict the terms of this License or the recipients'
82exercise of the rights granted hereunder. You may not sublicense the Work. You
83must keep intact all notices that refer to this License and to the disclaimer
84of warranties. You may not distribute, publicly display, publicly perform, or
85publicly digitally perform the Work with any technological measures that
86control access or use of the Work in a manner inconsistent with the terms of
87this License Agreement. The above applies to the Work as incorporated in a
88Collective Work, but this does not require the Collective Work apart from the
89Work itself to be made subject to the terms of this License. If You create a
90Collective Work, upon notice from any Licensor You must, to the extent
91practicable, remove from the Collective Work any reference to such Licensor or
92the Original Author, as requested. If You create a Derivative Work, upon notice
93from any Licensor You must, to the extent practicable, remove from the
94Derivative Work any reference to such Licensor or the Original Author, as
95requested.
96You may distribute, publicly display, publicly perform, or publicly digitally
97perform a Derivative Work only under the terms of this License, and You must
98include a copy of, or the Uniform Resource Identifier for, this License with
99every copy or phonorecord of each Derivative Work You distribute, publicly
100display, publicly perform, or publicly digitally perform. You may not offer or
101impose any terms on the Derivative Works that alter or restrict the terms of
102this License or the recipients' exercise of the rights granted hereunder, and
103You must keep intact all notices that refer to this License and to the
104disclaimer of warranties. You may not distribute, publicly display, publicly
105perform, or publicly digitally perform the Derivative Work with any
106technological measures that control access or use of the Work in a manner
107inconsistent with the terms of this License Agreement. The above applies to the
108Derivative Work as incorporated in a Collective Work, but this does not require
109the Collective Work apart from the Derivative Work itself to be made subject to
110the terms of this License.
111You may not exercise any of the rights granted to You in Section 3 above in any
112manner that is primarily intended for or directed toward commercial advantage
113or private monetary compensation. The exchange of the Work for other
114copyrighted works by means of digital file-sharing or otherwise shall not be
115considered to be intended for or directed toward commercial advantage or
116private monetary compensation, provided there is no payment of any monetary
117compensation in connection with the exchange of copyrighted works.
118If you distribute, publicly display, publicly perform, or publicly digitally
119perform the Work or any Derivative Works or Collective Works, You must keep
120intact all copyright notices for the Work and give the Original Author credit
121reasonable to the medium or means You are utilizing by conveying the name (or
122pseudonym if applicable) of the Original Author if supplied; the title of the
123Work if supplied; in the case of a Derivative Work, a credit identifying the
124use of the Work in the Derivative Work (e.g., "French translation of the
125Work by Original Author," or "Screenplay based on original Work by
126Original Author"). Such credit may be implemented in any reasonable
127manner; provided, however, that in the case of a Derivative Work or Collective
128Work, at a minimum such credit will appear where any other comparable
129authorship credit appears and in a manner at least as prominent as such other
130comparable authorship credit.
1315. Representations, Warranties and Disclaimer
132
133By offering the Work for public release under this License, Licensor represents
134and warrants that, to the best of Licensor's knowledge after reasonable
135inquiry:
136Licensor has secured all rights in the Work necessary to grant the license
137rights hereunder and to permit the lawful exercise of the rights granted
138hereunder without You having any obligation to pay any royalties, compulsory
139license fees, residuals or any other payments;
140The Work does not infringe the copyright, trademark, publicity rights, common
141law rights or any other right of any third party or constitute defamation,
142invasion of privacy or other tortious injury to any third party.
143EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING OR
144REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS,
145WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
146LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK.
1476. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW,
148AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM
149BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL LICENSOR BE LIABLE TO
150YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR
151EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF
152LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
153
1547. Termination
155
156This License and the rights granted hereunder will terminate automatically upon
157any breach by You of the terms of this License. Individuals or entities who
158have received Derivative Works or Collective Works from You under this License,
159however, will not have their licenses terminated provided such individuals or
160entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7,
161and 8 will survive any termination of this License.
162Subject to the above terms and conditions, the license granted here is
163perpetual (for the duration of the applicable copyright in the Work).
164Notwithstanding the above, Licensor reserves the right to release the Work
165under different license terms or to stop distributing the Work at any time;
166provided, however that any such election will not serve to withdraw this
167License (or any other license that has been, or is required to be, granted
168under the terms of this License), and this License will continue in full force
169and effect unless terminated as stated above.
1708. Miscellaneous
171
172Each time You distribute or publicly digitally perform the Work or a Collective
173Work, the Licensor offers to the recipient a license to the Work on the same
174terms and conditions as the license granted to You under this License.
175Each time You distribute or publicly digitally perform a Derivative Work,
176Licensor offers to the recipient a license to the original Work on the same
177terms and conditions as the license granted to You under this License.
178If any provision of this License is invalid or unenforceable under applicable
179law, it shall not affect the validity or enforceability of the remainder of the
180terms of this License, and without further action by the parties to this
181agreement, such provision shall be reformed to the minimum extent necessary to
182make such provision valid and enforceable.
183No term or provision of this License shall be deemed waived and no breach
184consented to unless such waiver or consent shall be in writing and signed by
185the party to be charged with such waiver or consent.
186This License constitutes the entire agreement between the parties with respect
187to the Work licensed here. There are no understandings, agreements or
188representations with respect to the Work not specified here. Licensor shall not
189be bound by any additional provisions that may appear in any communication from
190You. This License may not be modified without the mutual written agreement of
191the Licensor and You.
192Creative Commons is not a party to this License, and makes no warranty
193whatsoever in connection with the Work. Creative Commons will not be liable to
194You or any party on any legal theory for any damages whatsoever, including
195without limitation any general, special, incidental or consequential damages
196arising in connection to this license. Notwithstanding the foregoing two (2)
197sentences, if Creative Commons has expressly identified itself as the Licensor
198hereunder, it shall have all rights and obligations of Licensor.
199
200Except for the limited purpose of indicating to the public that the Work is
201licensed under the CCPL, neither party will use the trademark "Creative
202Commons" or any related trademark or logo of Creative Commons without the
203prior written consent of Creative Commons. Any permitted use will be in
204compliance with Creative Commons' then-current trademark usage guidelines, as
205may be published on its website or otherwise made available upon request from
206time to time.
207
208Creative Commons may be contacted at http://creativecommons.org/.
209
diff --git a/meta/files/common-licenses/CC-BY-NC-SA-2 b/meta/files/common-licenses/CC-BY-NC-SA-2
deleted file mode 100644
index 3642b1480d..0000000000
--- a/meta/files/common-licenses/CC-BY-NC-SA-2
+++ /dev/null
@@ -1,242 +0,0 @@
1
2Creative Commons
3
4
5Attribution-NonCommercial-ShareAlike 2.5
6
7CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
8SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
9RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
10IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
11PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
12License
13
14THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
15COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
16PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
17THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
18
19BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
20BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS
21CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
22CONDITIONS.
23
241. Definitions
25
26"Collective Work" means a work, such as a periodical issue, anthology
27or encyclopedia, in which the Work in its entirety in unmodified form, along
28with a number of other contributions, constituting separate and independent
29works in themselves, are assembled into a collective whole. A work that
30constitutes a Collective Work will not be considered a Derivative Work (as
31defined below) for the purposes of this License.
32"Derivative Work" means a work based upon the Work or upon the Work
33and other pre-existing works, such as a translation, musical arrangement,
34dramatization, fictionalization, motion picture version, sound recording, art
35reproduction, abridgment, condensation, or any other form in which the Work may
36be recast, transformed, or adapted, except that a work that constitutes a
37Collective Work will not be considered a Derivative Work for the purpose of
38this License. For the avoidance of doubt, where the Work is a musical
39composition or sound recording, the synchronization of the Work in timed-
40relation with a moving image ("synching") will be considered a
41Derivative Work for the purpose of this License.
42"Licensor" means the individual or entity that offers the Work under
43the terms of this License.
44"Original Author" means the individual or entity who created the
45Work.
46"Work" means the copyrightable work of authorship offered under the
47terms of this License.
48"You" means an individual or entity exercising rights under this
49License who has not previously violated the terms of this License with respect
50to the Work, or who has received express permission from the Licensor to
51exercise rights under this License despite a previous violation.
52"License Elements" means the following high-level license attributes
53as selected by Licensor and indicated in the title of this License:
54Attribution, Noncommercial, ShareAlike.
552. Fair Use Rights. Nothing in this license is intended to reduce, limit, or
56restrict any rights arising from fair use, first sale or other limitations on
57the exclusive rights of the copyright owner under copyright law or other
58applicable laws.
59
603. License Grant. Subject to the terms and conditions of this License, Licensor
61hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
62duration of the applicable copyright) license to exercise the rights in the
63Work as stated below:
64
65to reproduce the Work, to incorporate the Work into one or more Collective
66Works, and to reproduce the Work as incorporated in the Collective Works;
67to create and reproduce Derivative Works;
68to distribute copies or phonorecords of, display publicly, perform publicly,
69and perform publicly by means of a digital audio transmission the Work
70including as incorporated in Collective Works;
71to distribute copies or phonorecords of, display publicly, perform publicly,
72and perform publicly by means of a digital audio transmission Derivative Works;
73The above rights may be exercised in all media and formats whether now known or
74hereafter devised. The above rights include the right to make such
75modifications as are technically necessary to exercise the rights in other
76media and formats. All rights not expressly granted by Licensor are hereby
77reserved, including but not limited to the rights set forth in Sections 4(e)
78and 4(f).
79
804. Restrictions.The license granted in Section 3 above is expressly made
81subject to and limited by the following restrictions:
82
83You may distribute, publicly display, publicly perform, or publicly digitally
84perform the Work only under the terms of this License, and You must include a
85copy of, or the Uniform Resource Identifier for, this License with every copy
86or phonorecord of the Work You distribute, publicly display, publicly perform,
87or publicly digitally perform. You may not offer or impose any terms on the
88Work that alter or restrict the terms of this License or the recipients'
89exercise of the rights granted hereunder. You may not sublicense the Work. You
90must keep intact all notices that refer to this License and to the disclaimer
91of warranties. You may not distribute, publicly display, publicly perform, or
92publicly digitally perform the Work with any technological measures that
93control access or use of the Work in a manner inconsistent with the terms of
94this License Agreement. The above applies to the Work as incorporated in a
95Collective Work, but this does not require the Collective Work apart from the
96Work itself to be made subject to the terms of this License. If You create a
97Collective Work, upon notice from any Licensor You must, to the extent
98practicable, remove from the Collective Work any credit as required by clause 4
99(d), as requested. If You create a Derivative Work, upon notice from any
100Licensor You must, to the extent practicable, remove from the Derivative Work
101any credit as required by clause 4(d), as requested.
102You may distribute, publicly display, publicly perform, or publicly digitally
103perform a Derivative Work only under the terms of this License, a later version
104of this License with the same License Elements as this License, or a Creative
105Commons iCommons license that contains the same License Elements as this
106License (e.g. Attribution-NonCommercial-ShareAlike 2.5 Japan). You must include
107a copy of, or the Uniform Resource Identifier for, this License or other
108license specified in the previous sentence with every copy or phonorecord of
109each Derivative Work You distribute, publicly display, publicly perform, or
110publicly digitally perform. You may not offer or impose any terms on the
111Derivative Works that alter or restrict the terms of this License or the
112recipients' exercise of the rights granted hereunder, and You must keep intact
113all notices that refer to this License and to the disclaimer of warranties. You
114may not distribute, publicly display, publicly perform, or publicly digitally
115perform the Derivative Work with any technological measures that control access
116or use of the Work in a manner inconsistent with the terms of this License
117Agreement. The above applies to the Derivative Work as incorporated in a
118Collective Work, but this does not require the Collective Work apart from the
119Derivative Work itself to be made subject to the terms of this License.
120You may not exercise any of the rights granted to You in Section 3 above in any
121manner that is primarily intended for or directed toward commercial advantage
122or private monetary compensation. The exchange of the Work for other
123copyrighted works by means of digital file-sharing or otherwise shall not be
124considered to be intended for or directed toward commercial advantage or
125private monetary compensation, provided there is no payment of any monetary
126compensation in connection with the exchange of copyrighted works.
127If you distribute, publicly display, publicly perform, or publicly digitally
128perform the Work or any Derivative Works or Collective Works, You must keep
129intact all copyright notices for the Work and provide, reasonable to the medium
130or means You are utilizing: (i) the name of the Original Author (or pseudonym,
131if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor
132designate another party or parties (e.g. a sponsor institute, publishing
133entity, journal) for attribution in Licensor's copyright notice, terms of
134service or by other reasonable means, the name of such party or parties; the
135title of the Work if supplied; to the extent reasonably practicable, the
136Uniform Resource Identifier, if any, that Licensor specifies to be associated
137with the Work, unless such URI does not refer to the copyright notice or
138licensing information for the Work; and in the case of a Derivative Work, a
139credit identifying the use of the Work in the Derivative Work (e.g.,
140"French translation of the Work by Original Author," or
141"Screenplay based on original Work by Original Author"). Such credit
142may be implemented in any reasonable manner; provided, however, that in the
143case of a Derivative Work or Collective Work, at a minimum such credit will
144appear where any other comparable authorship credit appears and in a manner at
145least as prominent as such other comparable authorship credit.
146For the avoidance of doubt, where the Work is a musical composition:
147
148Performance Royalties Under Blanket Licenses. Licensor reserves the exclusive
149right to collect, whether individually or via a performance rights society
150(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public
151digital performance (e.g. webcast) of the Work if that performance is primarily
152intended for or directed toward commercial advantage or private monetary
153compensation.
154Mechanical Rights and Statutory Royalties. Licensor reserves the exclusive
155right to collect, whether individually or via a music rights agency or
156designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You
157create from the Work ("cover version") and distribute, subject to the
158compulsory license created by 17 USC Section 115 of the US Copyright Act (or
159the equivalent in other jurisdictions), if Your distribution of such cover
160version is primarily intended for or directed toward commercial advantage or
161private monetary compensation.
162Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where
163the Work is a sound recording, Licensor reserves the exclusive right to
164collect, whether individually or via a performance-rights society (e.g.
165SoundExchange), royalties for the public digital performance (e.g. webcast) of
166the Work, subject to the compulsory license created by 17 USC Section 114 of
167the US Copyright Act (or the equivalent in other jurisdictions), if Your public
168digital performance is primarily intended for or directed toward commercial
169advantage or private monetary compensation.
1705. Representations, Warranties and Disclaimer
171
172UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
173THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
174CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
175WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A
176PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
177ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
178SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH
179EXCLUSION MAY NOT APPLY TO YOU.
180
1816. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
182NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
183INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS
184LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
185POSSIBILITY OF SUCH DAMAGES.
186
1877. Termination
188
189This License and the rights granted hereunder will terminate automatically upon
190any breach by You of the terms of this License. Individuals or entities who
191have received Derivative Works or Collective Works from You under this License,
192however, will not have their licenses terminated provided such individuals or
193entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7,
194and 8 will survive any termination of this License.
195Subject to the above terms and conditions, the license granted here is
196perpetual (for the duration of the applicable copyright in the Work).
197Notwithstanding the above, Licensor reserves the right to release the Work
198under different license terms or to stop distributing the Work at any time;
199provided, however that any such election will not serve to withdraw this
200License (or any other license that has been, or is required to be, granted
201under the terms of this License), and this License will continue in full force
202and effect unless terminated as stated above.
2038. Miscellaneous
204
205Each time You distribute or publicly digitally perform the Work or a Collective
206Work, the Licensor offers to the recipient a license to the Work on the same
207terms and conditions as the license granted to You under this License.
208Each time You distribute or publicly digitally perform a Derivative Work,
209Licensor offers to the recipient a license to the original Work on the same
210terms and conditions as the license granted to You under this License.
211If any provision of this License is invalid or unenforceable under applicable
212law, it shall not affect the validity or enforceability of the remainder of the
213terms of this License, and without further action by the parties to this
214agreement, such provision shall be reformed to the minimum extent necessary to
215make such provision valid and enforceable.
216No term or provision of this License shall be deemed waived and no breach
217consented to unless such waiver or consent shall be in writing and signed by
218the party to be charged with such waiver or consent.
219This License constitutes the entire agreement between the parties with respect
220to the Work licensed here. There are no understandings, agreements or
221representations with respect to the Work not specified here. Licensor shall not
222be bound by any additional provisions that may appear in any communication from
223You. This License may not be modified without the mutual written agreement of
224the Licensor and You.
225Creative Commons is not a party to this License, and makes no warranty
226whatsoever in connection with the Work. Creative Commons will not be liable to
227You or any party on any legal theory for any damages whatsoever, including
228without limitation any general, special, incidental or consequential damages
229arising in connection to this license. Notwithstanding the foregoing two (2)
230sentences, if Creative Commons has expressly identified itself as the Licensor
231hereunder, it shall have all rights and obligations of Licensor.
232
233Except for the limited purpose of indicating to the public that the Work is
234licensed under the CCPL, neither party will use the trademark "Creative
235Commons" or any related trademark or logo of Creative Commons without the
236prior written consent of Creative Commons. Any permitted use will be in
237compliance with Creative Commons' then-current trademark usage guidelines, as
238may be published on its website or otherwise made available upon request from
239time to time.
240
241Creative Commons may be contacted at http://creativecommons.org/.
242
diff --git a/meta/files/common-licenses/CC-BY-NC-SA-3 b/meta/files/common-licenses/CC-BY-NC-SA-3
deleted file mode 100644
index d30ee75c29..0000000000
--- a/meta/files/common-licenses/CC-BY-NC-SA-3
+++ /dev/null
@@ -1,320 +0,0 @@
1
2Creative Commons
3
4Attribution-NonCommercial-ShareAlike 3.0 Unported
5
6CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
7SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
8RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
9IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
10PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
11License
12
13THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
14COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
15PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
16THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
17
18BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
19BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE
20CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE
21IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
22
231. Definitions
24
25"Adaptation" means a work based upon the Work, or upon the Work and
26other pre-existing works, such as a translation, adaptation, derivative work,
27arrangement of music or other alterations of a literary or artistic work, or
28phonogram or performance and includes cinematographic adaptations or any other
29form in which the Work may be recast, transformed, or adapted including in any
30form recognizably derived from the original, except that a work that
31constitutes a Collection will not be considered an Adaptation for the purpose
32of this License. For the avoidance of doubt, where the Work is a musical work,
33performance or phonogram, the synchronization of the Work in timed-relation
34with a moving image ("synching") will be considered an Adaptation for
35the purpose of this License.
36"Collection" means a collection of literary or artistic works, such
37as encyclopedias and anthologies, or performances, phonograms or broadcasts, or
38other works or subject matter other than works listed in Section 1(g) below,
39which, by reason of the selection and arrangement of their contents, constitute
40intellectual creations, in which the Work is included in its entirety in
41unmodified form along with one or more other contributions, each constituting
42separate and independent works in themselves, which together are assembled into
43a collective whole. A work that constitutes a Collection will not be considered
44an Adaptation (as defined above) for the purposes of this License.
45"Distribute" means to make available to the public the original and
46copies of the Work or Adaptation, as appropriate, through sale or other
47transfer of ownership.
48"License Elements" means the following high-level license attributes
49as selected by Licensor and indicated in the title of this License:
50Attribution, Noncommercial, ShareAlike.
51"Licensor" means the individual, individuals, entity or entities that
52offer(s) the Work under the terms of this License.
53"Original Author" means, in the case of a literary or artistic work,
54the individual, individuals, entity or entities who created the Work or if no
55individual or entity can be identified, the publisher; and in addition (i) in
56the case of a performance the actors, singers, musicians, dancers, and other
57persons who act, sing, deliver, declaim, play in, interpret or otherwise
58perform literary or artistic works or expressions of folklore; (ii) in the case
59of a phonogram the producer being the person or legal entity who first fixes
60the sounds of a performance or other sounds; and, (iii) in the case of
61broadcasts, the organization that transmits the broadcast.
62"Work" means the literary and/or artistic work offered under the
63terms of this License including without limitation any production in the
64literary, scientific and artistic domain, whatever may be the mode or form of
65its expression including digital form, such as a book, pamphlet and other
66writing; a lecture, address, sermon or other work of the same nature; a
67dramatic or dramatico-musical work; a choreographic work or entertainment in
68dumb show; a musical composition with or without words; a cinematographic work
69to which are assimilated works expressed by a process analogous to
70cinematography; a work of drawing, painting, architecture, sculpture, engraving
71or lithography; a photographic work to which are assimilated works expressed by
72a process analogous to photography; a work of applied art; an illustration,
73map, plan, sketch or three-dimensional work relative to geography, topography,
74architecture or science; a performance; a broadcast; a phonogram; a compilation
75of data to the extent it is protected as a copyrightable work; or a work
76performed by a variety or circus performer to the extent it is not otherwise
77considered a literary or artistic work.
78"You" means an individual or entity exercising rights under this
79License who has not previously violated the terms of this License with respect
80to the Work, or who has received express permission from the Licensor to
81exercise rights under this License despite a previous violation.
82"Publicly Perform" means to perform public recitations of the Work
83and to communicate to the public those public recitations, by any means or
84process, including by wire or wireless means or public digital performances; to
85make available to the public Works in such a way that members of the public may
86access these Works from a place and at a place individually chosen by them; to
87perform the Work to the public by any means or process and the communication to
88the public of the performances of the Work, including by public digital
89performance; to broadcast and rebroadcast the Work by any means including
90signs, sounds or images.
91"Reproduce" means to make copies of the Work by any means including
92without limitation by sound or visual recordings and the right of fixation and
93reproducing fixations of the Work, including storage of a protected performance
94or phonogram in digital form or other electronic medium.
952. Fair Dealing Rights. Nothing in this License is intended to reduce, limit,
96or restrict any uses free from copyright or rights arising from limitations or
97exceptions that are provided for in connection with the copyright protection
98under copyright law or other applicable laws.
99
1003. License Grant. Subject to the terms and conditions of this License, Licensor
101hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
102duration of the applicable copyright) license to exercise the rights in the
103Work as stated below:
104
105to Reproduce the Work, to incorporate the Work into one or more Collections,
106and to Reproduce the Work as incorporated in the Collections;
107to create and Reproduce Adaptations provided that any such Adaptation,
108including any translation in any medium, takes reasonable steps to clearly
109label, demarcate or otherwise identify that changes were made to the original
110Work. For example, a translation could be marked "The original work was
111translated from English to Spanish," or a modification could indicate
112"The original work has been modified.";
113to Distribute and Publicly Perform the Work including as incorporated in
114Collections; and,
115to Distribute and Publicly Perform Adaptations.
116The above rights may be exercised in all media and formats whether now known or
117hereafter devised. The above rights include the right to make such
118modifications as are technically necessary to exercise the rights in other
119media and formats. Subject to Section 8(f), all rights not expressly granted by
120Licensor are hereby reserved, including but not limited to the rights described
121in Section 4(e).
122
1234. Restrictions. The license granted in Section 3 above is expressly made
124subject to and limited by the following restrictions:
125
126You may Distribute or Publicly Perform the Work only under the terms of this
127License. You must include a copy of, or the Uniform Resource Identifier (URI)
128for, this License with every copy of the Work You Distribute or Publicly
129Perform. You may not offer or impose any terms on the Work that restrict the
130terms of this License or the ability of the recipient of the Work to exercise
131the rights granted to that recipient under the terms of the License. You may
132not sublicense the Work. You must keep intact all notices that refer to this
133License and to the disclaimer of warranties with every copy of the Work You
134Distribute or Publicly Perform. When You Distribute or Publicly Perform the
135Work, You may not impose any effective technological measures on the Work that
136restrict the ability of a recipient of the Work from You to exercise the rights
137granted to that recipient under the terms of the License. This Section 4(a)
138applies to the Work as incorporated in a Collection, but this does not require
139the Collection apart from the Work itself to be made subject to the terms of
140this License. If You create a Collection, upon notice from any Licensor You
141must, to the extent practicable, remove from the Collection any credit as
142required by Section 4(d), as requested. If You create an Adaptation, upon
143notice from any Licensor You must, to the extent practicable, remove from the
144Adaptation any credit as required by Section 4(d), as requested.
145You may Distribute or Publicly Perform an Adaptation only under: (i) the terms
146of this License; (ii) a later version of this License with the same License
147Elements as this License; (iii) a Creative Commons jurisdiction license (either
148this or a later license version) that contains the same License Elements as
149this License (e.g., Attribution-NonCommercial-ShareAlike 3.0 US)
150("Applicable License"). You must include a copy of, or the URI, for
151Applicable License with every copy of each Adaptation You Distribute or
152Publicly Perform. You may not offer or impose any terms on the Adaptation that
153restrict the terms of the Applicable License or the ability of the recipient of
154the Adaptation to exercise the rights granted to that recipient under the terms
155of the Applicable License. You must keep intact all notices that refer to the
156Applicable License and to the disclaimer of warranties with every copy of the
157Work as included in the Adaptation You Distribute or Publicly Perform. When You
158Distribute or Publicly Perform the Adaptation, You may not impose any effective
159technological measures on the Adaptation that restrict the ability of a
160recipient of the Adaptation from You to exercise the rights granted to that
161recipient under the terms of the Applicable License. This Section 4(b) applies
162to the Adaptation as incorporated in a Collection, but this does not require
163the Collection apart from the Adaptation itself to be made subject to the terms
164of the Applicable License.
165You may not exercise any of the rights granted to You in Section 3 above in any
166manner that is primarily intended for or directed toward commercial advantage
167or private monetary compensation. The exchange of the Work for other
168copyrighted works by means of digital file-sharing or otherwise shall not be
169considered to be intended for or directed toward commercial advantage or
170private monetary compensation, provided there is no payment of any monetary
171compensation in con-nection with the exchange of copyrighted works.
172If You Distribute, or Publicly Perform the Work or any Adaptations or
173Collections, You must, unless a request has been made pursuant to Section 4(a),
174keep intact all copyright notices for the Work and provide, reasonable to the
175medium or means You are utilizing: (i) the name of the Original Author (or
176pseudonym, if applicable) if supplied, and/or if the Original Author and/or
177Licensor designate another party or parties (e.g., a sponsor institute,
178publishing entity, journal) for attribution ("Attribution Parties")
179in Licensor's copyright notice, terms of service or by other reasonable means,
180the name of such party or parties; (ii) the title of the Work if supplied;
181(iii) to the extent reasonably practicable, the URI, if any, that Licensor
182specifies to be associated with the Work, unless such URI does not refer to the
183copyright notice or licensing information for the Work; and, (iv) consistent
184with Section 3(b), in the case of an Adaptation, a credit identifying the use
185of the Work in the Adaptation (e.g., "French translation of the Work by
186Original Author," or "Screenplay based on original Work by Original
187Author"). The credit required by this Section 4(d) may be implemented in
188any reasonable manner; provided, however, that in the case of a Adaptation or
189Collection, at a minimum such credit will appear, if a credit for all
190contributing authors of the Adaptation or Collection appears, then as part of
191these credits and in a manner at least as prominent as the credits for the
192other contributing authors. For the avoidance of doubt, You may only use the
193credit required by this Section for the purpose of attribution in the manner
194set out above and, by exercising Your rights under this License, You may not
195implicitly or explicitly assert or imply any connection with, sponsorship or
196endorsement by the Original Author, Licensor and/or Attribution Parties, as
197appropriate, of You or Your use of the Work, without the separate, express
198prior written permission of the Original Author, Licensor and/or Attribution
199Parties.
200For the avoidance of doubt:
201
202Non-waivable Compulsory License Schemes. In those jurisdictions in which the
203right to collect royalties through any statutory or compulsory licensing scheme
204cannot be waived, the Licensor reserves the exclusive right to collect such
205royalties for any exercise by You of the rights granted under this License;
206Waivable Compulsory License Schemes. In those jurisdictions in which the right
207to collect royalties through any statutory or compulsory licensing scheme can
208be waived, the Licensor reserves the exclusive right to collect such royalties
209for any exercise by You of the rights granted under this License if Your
210exercise of such rights is for a purpose or use which is otherwise than
211noncommercial as permitted under Section 4(c) and otherwise waives the right to
212collect royalties through any statutory or compulsory licensing scheme; and,
213Voluntary License Schemes. The Licensor reserves the right to collect
214royalties, whether individually or, in the event that the Licensor is a member
215of a collecting society that administers voluntary licensing schemes, via that
216society, from any exercise by You of the rights granted under this License that
217is for a purpose or use which is otherwise than noncommercial as permitted
218under Section 4(c).
219Except as otherwise agreed in writing by the Licensor or as may be otherwise
220permitted by applicable law, if You Reproduce, Distribute or Publicly Perform
221the Work either by itself or as part of any Adaptations or Collections, You
222must not distort, mutilate, modify or take other derogatory action in relation
223to the Work which would be prejudicial to the Original Author's honor or
224reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which
225any exercise of the right granted in Section 3(b) of this License (the right to
226make Adaptations) would be deemed to be a distortion, mutilation, modification
227or other derogatory action prejudicial to the Original Author's honor and
228reputation, the Licensor will waive or not assert, as appropriate, this
229Section, to the fullest extent permitted by the applicable national law, to
230enable You to reasonably exercise Your right under Section 3(b) of this License
231(right to make Adaptations) but not otherwise.
2325. Representations, Warranties and Disclaimer
233
234UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING AND TO THE
235FULLEST EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR OFFERS THE WORK AS-IS AND
236MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK,
237EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION,
238WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
239NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE
240PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS
241DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO THIS EXCLUSION MAY NOT
242APPLY TO YOU.
243
2446. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
245NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
246INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS
247LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
248POSSIBILITY OF SUCH DAMAGES.
249
2507. Termination
251
252This License and the rights granted hereunder will terminate automatically upon
253any breach by You of the terms of this License. Individuals or entities who
254have received Adaptations or Collections from You under this License, however,
255will not have their licenses terminated provided such individuals or entities
256remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
257will survive any termination of this License.
258Subject to the above terms and conditions, the license granted here is
259perpetual (for the duration of the applicable copyright in the Work).
260Notwithstanding the above, Licensor reserves the right to release the Work
261under different license terms or to stop distributing the Work at any time;
262provided, however that any such election will not serve to withdraw this
263License (or any other license that has been, or is required to be, granted
264under the terms of this License), and this License will continue in full force
265and effect unless terminated as stated above.
2668. Miscellaneous
267
268Each time You Distribute or Publicly Perform the Work or a Collection, the
269Licensor offers to the recipient a license to the Work on the same terms and
270conditions as the license granted to You under this License.
271Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to
272the recipient a license to the original Work on the same terms and conditions
273as the license granted to You under this License.
274If any provision of this License is invalid or unenforceable under applicable
275law, it shall not affect the validity or enforceability of the remainder of the
276terms of this License, and without further action by the parties to this
277agreement, such provision shall be reformed to the minimum extent necessary to
278make such provision valid and enforceable.
279No term or provision of this License shall be deemed waived and no breach
280consented to unless such waiver or consent shall be in writing and signed by
281the party to be charged with such waiver or consent.
282This License constitutes the entire agreement between the parties with respect
283to the Work licensed here. There are no understandings, agreements or
284representations with respect to the Work not specified here. Licensor shall not
285be bound by any additional provisions that may appear in any communication from
286You. This License may not be modified without the mutual written agreement of
287the Licensor and You.
288The rights granted under, and the subject matter referenced, in this License
289were drafted utilizing the terminology of the Berne Convention for the
290Protection of Literary and Artistic Works (as amended on September 28, 1979),
291the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO
292Performances and Phonograms Treaty of 1996 and the Universal Copyright
293Convention (as revised on July 24, 1971). These rights and subject matter take
294effect in the relevant jurisdiction in which the License terms are sought to be
295enforced according to the corresponding provisions of the implementation of
296those treaty provisions in the applicable national law. If the standard suite
297of rights granted under applicable copyright law includes additional rights not
298granted under this License, such additional rights are deemed to be included in
299the License; this License is not intended to restrict the license of any rights
300under applicable law.
301Creative Commons Notice
302
303Creative Commons is not a party to this License, and makes no warranty
304whatsoever in connection with the Work. Creative Commons will not be liable to
305You or any party on any legal theory for any damages whatsoever, including
306without limitation any general, special, incidental or consequential damages
307arising in connection to this license. Notwithstanding the foregoing two (2)
308sentences, if Creative Commons has expressly identified itself as the Licensor
309hereunder, it shall have all rights and obligations of Licensor.
310
311Except for the limited purpose of indicating to the public that the Work is
312licensed under the CCPL, Creative Commons does not authorize the use by either
313party of the trademark "Creative Commons" or any related trademark or
314logo of Creative Commons without the prior written consent of Creative Commons.
315Any permitted use will be in compliance with Creative Commons' then-current
316trademark usage guidelines, as may be published on its website or otherwise
317made available upon request from time to time. For the avoidance of doubt, this
318trademark restriction does not form part of this License.
319
320Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/meta/files/common-licenses/CC-BY-ND-1 b/meta/files/common-licenses/CC-BY-ND-1
deleted file mode 100644
index e69de29bb2..0000000000
--- a/meta/files/common-licenses/CC-BY-ND-1
+++ /dev/null
diff --git a/meta/files/common-licenses/CC-BY-ND-2 b/meta/files/common-licenses/CC-BY-ND-2
deleted file mode 100644
index 8d46f2aa92..0000000000
--- a/meta/files/common-licenses/CC-BY-ND-2
+++ /dev/null
@@ -1,194 +0,0 @@
1
2Creative Commons
3
4
5Attribution-NoDerivs 2.5
6
7CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
8SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
9RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
10IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
11PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
12License
13
14THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
15COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
16PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
17THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
18
19BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
20BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS
21CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
22CONDITIONS.
23
241. Definitions
25
26"Collective Work" means a work, such as a periodical issue, anthology
27or encyclopedia, in which the Work in its entirety in unmodified form, along
28with a number of other contributions, constituting separate and independent
29works in themselves, are assembled into a collective whole. A work that
30constitutes a Collective Work will not be considered a Derivative Work (as
31defined below) for the purposes of this License.
32"Derivative Work" means a work based upon the Work or upon the Work
33and other pre-existing works, such as a translation, musical arrangement,
34dramatization, fictionalization, motion picture version, sound recording, art
35reproduction, abridgment, condensation, or any other form in which the Work may
36be recast, transformed, or adapted, except that a work that constitutes a
37Collective Work will not be considered a Derivative Work for the purpose of
38this License. For the avoidance of doubt, where the Work is a musical
39composition or sound recording, the synchronization of the Work in timed-
40relation with a moving image ("synching") will be considered a
41Derivative Work for the purpose of this License.
42"Licensor" means the individual or entity that offers the Work under
43the terms of this License.
44"Original Author" means the individual or entity who created the
45Work.
46"Work" means the copyrightable work of authorship offered under the
47terms of this License.
48"You" means an individual or entity exercising rights under this
49License who has not previously violated the terms of this License with respect
50to the Work, or who has received express permission from the Licensor to
51exercise rights under this License despite a previous violation.
522. Fair Use Rights. Nothing in this license is intended to reduce, limit, or
53restrict any rights arising from fair use, first sale or other limitations on
54the exclusive rights of the copyright owner under copyright law or other
55applicable laws.
56
573. License Grant. Subject to the terms and conditions of this License, Licensor
58hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
59duration of the applicable copyright) license to exercise the rights in the
60Work as stated below:
61
62to reproduce the Work, to incorporate the Work into one or more Collective
63Works, and to reproduce the Work as incorporated in the Collective Works;
64to distribute copies or phonorecords of, display publicly, perform publicly,
65and perform publicly by means of a digital audio transmission the Work
66including as incorporated in Collective Works.
67For the avoidance of doubt, where the work is a musical composition:
68
69Performance Royalties Under Blanket Licenses. Licensor waives the exclusive
70right to collect, whether individually or via a performance rights society
71(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public
72digital performance (e.g. webcast) of the Work.
73Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right
74to collect, whether individually or via a music rights society or designated
75agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from
76the Work ("cover version") and distribute, subject to the compulsory
77license created by 17 USC Section 115 of the US Copyright Act (or the
78equivalent in other jurisdictions).
79Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where
80the Work is a sound recording, Licensor waives the exclusive right to collect,
81whether individually or via a performance-rights society (e.g. SoundExchange),
82royalties for the public digital performance (e.g. webcast) of the Work,
83subject to the compulsory license created by 17 USC Section 114 of the US
84Copyright Act (or the equivalent in other jurisdictions).
85The above rights may be exercised in all media and formats whether now known or
86hereafter devised. The above rights include the right to make such
87modifications as are technically necessary to exercise the rights in other
88media and formats, but otherwise you have no rights to make Derivative Works.
89All rights not expressly granted by Licensor are hereby reserved.
90
914. Restrictions.The license granted in Section 3 above is expressly made
92subject to and limited by the following restrictions:
93
94You may distribute, publicly display, publicly perform, or publicly digitally
95perform the Work only under the terms of this License, and You must include a
96copy of, or the Uniform Resource Identifier for, this License with every copy
97or phonorecord of the Work You distribute, publicly display, publicly perform,
98or publicly digitally perform. You may not offer or impose any terms on the
99Work that alter or restrict the terms of this License or the recipients'
100exercise of the rights granted hereunder. You may not sublicense the Work. You
101must keep intact all notices that refer to this License and to the disclaimer
102of warranties. You may not distribute, publicly display, publicly perform, or
103publicly digitally perform the Work with any technological measures that
104control access or use of the Work in a manner inconsistent with the terms of
105this License Agreement. The above applies to the Work as incorporated in a
106Collective Work, but this does not require the Collective Work apart from the
107Work itself to be made subject to the terms of this License. If You create a
108Collective Work, upon notice from any Licensor You must, to the extent
109practicable, remove from the Collective Work any credit as required by clause 4
110(b), as requested.
111If you distribute, publicly display, publicly perform, or publicly digitally
112perform the Work or Collective Works, You must keep intact all copyright
113notices for the Work and provide, reasonable to the medium or means You are
114utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if
115supplied, and/or (ii) if the Original Author and/or Licensor designate another
116party or parties (e.g. a sponsor institute, publishing entity, journal) for
117attribution in Licensor's copyright notice, terms of service or by other
118reasonable means, the name of such party or parties; the title of the Work if
119supplied; and to the extent reasonably practicable, the Uniform Resource
120Identifier, if any, that Licensor specifies to be associated with the Work,
121unless such URI does not refer to the copyright notice or licensing information
122for the Work. Such credit may be implemented in any reasonable manner;
123provided, however, that in the case of a Collective Work, at a minimum such
124credit will appear where any other comparable authorship credit appears and in
125a manner at least as prominent as such other comparable authorship credit.
1265. Representations, Warranties and Disclaimer
127
128UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
129THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
130CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
131WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A
132PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
133ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
134SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH
135EXCLUSION MAY NOT APPLY TO YOU.
136
1376. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
138NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
139INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS
140LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
141POSSIBILITY OF SUCH DAMAGES.
142
1437. Termination
144
145This License and the rights granted hereunder will terminate automatically upon
146any breach by You of the terms of this License. Individuals or entities who
147have received Collective Works from You under this License, however, will not
148have their licenses terminated provided such individuals or entities remain in
149full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive
150any termination of this License.
151Subject to the above terms and conditions, the license granted here is
152perpetual (for the duration of the applicable copyright in the Work).
153Notwithstanding the above, Licensor reserves the right to release the Work
154under different license terms or to stop distributing the Work at any time;
155provided, however that any such election will not serve to withdraw this
156License (or any other license that has been, or is required to be, granted
157under the terms of this License), and this License will continue in full force
158and effect unless terminated as stated above.
1598. Miscellaneous
160
161Each time You distribute or publicly digitally perform the Work, the Licensor
162offers to the recipient a license to the Work on the same terms and conditions
163as the license granted to You under this License.
164If any provision of this License is invalid or unenforceable under applicable
165law, it shall not affect the validity or enforceability of the remainder of the
166terms of this License, and without further action by the parties to this
167agreement, such provision shall be reformed to the minimum extent necessary to
168make such provision valid and enforceable.
169No term or provision of this License shall be deemed waived and no breach
170consented to unless such waiver or consent shall be in writing and signed by
171the party to be charged with such waiver or consent.
172This License constitutes the entire agreement between the parties with respect
173to the Work licensed here. There are no understandings, agreements or
174representations with respect to the Work not specified here. Licensor shall not
175be bound by any additional provisions that may appear in any communication from
176You. This License may not be modified without the mutual written agreement of
177the Licensor and You.
178Creative Commons is not a party to this License, and makes no warranty
179whatsoever in connection with the Work. Creative Commons will not be liable to
180You or any party on any legal theory for any damages whatsoever, including
181without limitation any general, special, incidental or consequential damages
182arising in connection to this license. Notwithstanding the foregoing two (2)
183sentences, if Creative Commons has expressly identified itself as the Licensor
184hereunder, it shall have all rights and obligations of Licensor.
185
186Except for the limited purpose of indicating to the public that the Work is
187licensed under the CCPL, neither party will use the trademark "Creative
188Commons" or any related trademark or logo of Creative Commons without the
189prior written consent of Creative Commons. Any permitted use will be in
190compliance with Creative Commons' then-current trademark usage guidelines, as
191may be published on its website or otherwise made available upon request from
192time to time.
193
194Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/meta/files/common-licenses/CC-BY-ND-3 b/meta/files/common-licenses/CC-BY-ND-3
deleted file mode 100644
index 2bc51c43a0..0000000000
--- a/meta/files/common-licenses/CC-BY-ND-3
+++ /dev/null
@@ -1,259 +0,0 @@
1
2Creative Commons
3
4Attribution-NoDerivs 3.0 Unported
5
6CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
7SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
8RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
9IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
10PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
11License
12
13THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
14COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
15PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
16THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
17
18BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
19BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE
20CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE
21IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
22
231. Definitions
24
25"Adaptation" means a work based upon the Work, or upon the Work and
26other pre-existing works, such as a translation, adaptation, derivative work,
27arrangement of music or other alterations of a literary or artistic work, or
28phonogram or performance and includes cinematographic adaptations or any other
29form in which the Work may be recast, transformed, or adapted including in any
30form recognizably derived from the original, except that a work that
31constitutes a Collection will not be considered an Adaptation for the purpose
32of this License. For the avoidance of doubt, where the Work is a musical work,
33performance or phonogram, the synchronization of the Work in timed-relation
34with a moving image ("synching") will be considered an Adaptation for
35the purpose of this License.
36"Collection" means a collection of literary or artistic works, such
37as encyclopedias and anthologies, or performances, phonograms or broadcasts, or
38other works or subject matter other than works listed in Section 1(f) below,
39which, by reason of the selection and arrangement of their contents, constitute
40intellectual creations, in which the Work is included in its entirety in
41unmodified form along with one or more other contributions, each constituting
42separate and independent works in themselves, which together are assembled into
43a collective whole. A work that constitutes a Collection will not be considered
44an Adaptation (as defined above) for the purposes of this License.
45"Distribute" means to make available to the public the original and
46copies of the Work through sale or other transfer of ownership.
47"Licensor" means the individual, individuals, entity or entities that
48offer(s) the Work under the terms of this License.
49"Original Author" means, in the case of a literary or artistic work,
50the individual, individuals, entity or entities who created the Work or if no
51individual or entity can be identified, the publisher; and in addition (i) in
52the case of a performance the actors, singers, musicians, dancers, and other
53persons who act, sing, deliver, declaim, play in, interpret or otherwise
54perform literary or artistic works or expressions of folklore; (ii) in the case
55of a phonogram the producer being the person or legal entity who first fixes
56the sounds of a performance or other sounds; and, (iii) in the case of
57broadcasts, the organization that transmits the broadcast.
58"Work" means the literary and/or artistic work offered under the
59terms of this License including without limitation any production in the
60literary, scientific and artistic domain, whatever may be the mode or form of
61its expression including digital form, such as a book, pamphlet and other
62writing; a lecture, address, sermon or other work of the same nature; a
63dramatic or dramatico-musical work; a choreographic work or entertainment in
64dumb show; a musical composition with or without words; a cinematographic work
65to which are assimilated works expressed by a process analogous to
66cinematography; a work of drawing, painting, architecture, sculpture, engraving
67or lithography; a photographic work to which are assimilated works expressed by
68a process analogous to photography; a work of applied art; an illustration,
69map, plan, sketch or three-dimensional work relative to geography, topography,
70architecture or science; a performance; a broadcast; a phonogram; a compilation
71of data to the extent it is protected as a copyrightable work; or a work
72performed by a variety or circus performer to the extent it is not otherwise
73considered a literary or artistic work.
74"You" means an individual or entity exercising rights under this
75License who has not previously violated the terms of this License with respect
76to the Work, or who has received express permission from the Licensor to
77exercise rights under this License despite a previous violation.
78"Publicly Perform" means to perform public recitations of the Work
79and to communicate to the public those public recitations, by any means or
80process, including by wire or wireless means or public digital performances; to
81make available to the public Works in such a way that members of the public may
82access these Works from a place and at a place individually chosen by them; to
83perform the Work to the public by any means or process and the communication to
84the public of the performances of the Work, including by public digital
85performance; to broadcast and rebroadcast the Work by any means including
86signs, sounds or images.
87"Reproduce" means to make copies of the Work by any means including
88without limitation by sound or visual recordings and the right of fixation and
89reproducing fixations of the Work, including storage of a protected performance
90or phonogram in digital form or other electronic medium.
912. Fair Dealing Rights. Nothing in this License is intended to reduce, limit,
92or restrict any uses free from copyright or rights arising from limitations or
93exceptions that are provided for in connection with the copyright protection
94under copyright law or other applicable laws.
95
963. License Grant. Subject to the terms and conditions of this License, Licensor
97hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
98duration of the applicable copyright) license to exercise the rights in the
99Work as stated below:
100
101to Reproduce the Work, to incorporate the Work into one or more Collections,
102and to Reproduce the Work as incorporated in the Collections; and,
103to Distribute and Publicly Perform the Work including as incorporated in
104Collections.
105For the avoidance of doubt:
106
107Non-waivable Compulsory License Schemes. In those jurisdictions in which the
108right to collect royalties through any statutory or compulsory licensing scheme
109cannot be waived, the Licensor reserves the exclusive right to collect such
110royalties for any exercise by You of the rights granted under this License;
111Waivable Compulsory License Schemes. In those jurisdictions in which the right
112to collect royalties through any statutory or compulsory licensing scheme can
113be waived, the Licensor waives the exclusive right to collect such royalties
114for any exercise by You of the rights granted under this License; and,
115Voluntary License Schemes. The Licensor waives the right to collect royalties,
116whether individually or, in the event that the Licensor is a member of a
117collecting society that administers voluntary licensing schemes, via that
118society, from any exercise by You of the rights granted under this License.
119The above rights may be exercised in all media and formats whether now known or
120hereafter devised. The above rights include the right to make such
121modifications as are technically necessary to exercise the rights in other
122media and formats, but otherwise you have no rights to make Adaptations.
123Subject to Section 8(f), all rights not expressly granted by Licensor are
124hereby reserved.
125
1264. Restrictions. The license granted in Section 3 above is expressly made
127subject to and limited by the following restrictions:
128
129You may Distribute or Publicly Perform the Work only under the terms of this
130License. You must include a copy of, or the Uniform Resource Identifier (URI)
131for, this License with every copy of the Work You Distribute or Publicly
132Perform. You may not offer or impose any terms on the Work that restrict the
133terms of this License or the ability of the recipient of the Work to exercise
134the rights granted to that recipient under the terms of the License. You may
135not sublicense the Work. You must keep intact all notices that refer to this
136License and to the disclaimer of warranties with every copy of the Work You
137Distribute or Publicly Perform. When You Distribute or Publicly Perform the
138Work, You may not impose any effective technological measures on the Work that
139restrict the ability of a recipient of the Work from You to exercise the rights
140granted to that recipient under the terms of the License. This Section 4(a)
141applies to the Work as incorporated in a Collection, but this does not require
142the Collection apart from the Work itself to be made subject to the terms of
143this License. If You create a Collection, upon notice from any Licensor You
144must, to the extent practicable, remove from the Collection any credit as
145required by Section 4(b), as requested.
146If You Distribute, or Publicly Perform the Work or Collections, You must,
147unless a request has been made pursuant to Section 4(a), keep intact all
148copyright notices for the Work and provide, reasonable to the medium or means
149You are utilizing: (i) the name of the Original Author (or pseudonym, if
150applicable) if supplied, and/or if the Original Author and/or Licensor
151designate another party or parties (e.g., a sponsor institute, publishing
152entity, journal) for attribution ("Attribution Parties") in
153Licensor's copyright notice, terms of service or by other reasonable means, the
154name of such party or parties; (ii) the title of the Work if supplied; (iii) to
155the extent reasonably practicable, the URI, if any, that Licensor specifies to
156be associated with the Work, unless such URI does not refer to the copyright
157notice or licensing information for the Work. The credit required by this
158Section 4(b) may be implemented in any reasonable manner; provided, however,
159that in the case of a Collection, at a minimum such credit will appear, if a
160credit for all contributing authors of the Collection appears, then as part of
161these credits and in a manner at least as prominent as the credits for the
162other contributing authors. For the avoidance of doubt, You may only use the
163credit required by this Section for the purpose of attribution in the manner
164set out above and, by exercising Your rights under this License, You may not
165implicitly or explicitly assert or imply any connection with, sponsorship or
166endorsement by the Original Author, Licensor and/or Attribution Parties, as
167appropriate, of You or Your use of the Work, without the separate, express
168prior written permission of the Original Author, Licensor and/or Attribution
169Parties.
170Except as otherwise agreed in writing by the Licensor or as may be otherwise
171permitted by applicable law, if You Reproduce, Distribute or Publicly Perform
172the Work either by itself or as part of any Collections, You must not distort,
173mutilate, modify or take other derogatory action in relation to the Work which
174would be prejudicial to the Original Author's honor or reputation.
1755. Representations, Warranties and Disclaimer
176
177UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
178THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
179CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
180WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A
181PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
182ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
183SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH
184EXCLUSION MAY NOT APPLY TO YOU.
185
1866. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
187NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
188INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS
189LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
190POSSIBILITY OF SUCH DAMAGES.
191
1927. Termination
193
194This License and the rights granted hereunder will terminate automatically upon
195any breach by You of the terms of this License. Individuals or entities who
196have received Collections from You under this License, however, will not have
197their licenses terminated provided such individuals or entities remain in full
198compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
199termination of this License.
200Subject to the above terms and conditions, the license granted here is
201perpetual (for the duration of the applicable copyright in the Work).
202Notwithstanding the above, Licensor reserves the right to release the Work
203under different license terms or to stop distributing the Work at any time;
204provided, however that any such election will not serve to withdraw this
205License (or any other license that has been, or is required to be, granted
206under the terms of this License), and this License will continue in full force
207and effect unless terminated as stated above.
2088. Miscellaneous
209
210Each time You Distribute or Publicly Perform the Work or a Collection, the
211Licensor offers to the recipient a license to the Work on the same terms and
212conditions as the license granted to You under this License.
213If any provision of this License is invalid or unenforceable under applicable
214law, it shall not affect the validity or enforceability of the remainder of the
215terms of this License, and without further action by the parties to this
216agreement, such provision shall be reformed to the minimum extent necessary to
217make such provision valid and enforceable.
218No term or provision of this License shall be deemed waived and no breach
219consented to unless such waiver or consent shall be in writing and signed by
220the party to be charged with such waiver or consent.
221This License constitutes the entire agreement between the parties with respect
222to the Work licensed here. There are no understandings, agreements or
223representations with respect to the Work not specified here. Licensor shall not
224be bound by any additional provisions that may appear in any communication from
225You. This License may not be modified without the mutual written agreement of
226the Licensor and You.
227The rights granted under, and the subject matter referenced, in this License
228were drafted utilizing the terminology of the Berne Convention for the
229Protection of Literary and Artistic Works (as amended on September 28, 1979),
230the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO
231Performances and Phonograms Treaty of 1996 and the Universal Copyright
232Convention (as revised on July 24, 1971). These rights and subject matter take
233effect in the relevant jurisdiction in which the License terms are sought to be
234enforced according to the corresponding provisions of the implementation of
235those treaty provisions in the applicable national law. If the standard suite
236of rights granted under applicable copyright law includes additional rights not
237granted under this License, such additional rights are deemed to be included in
238the License; this License is not intended to restrict the license of any rights
239under applicable law.
240Creative Commons Notice
241
242Creative Commons is not a party to this License, and makes no warranty
243whatsoever in connection with the Work. Creative Commons will not be liable to
244You or any party on any legal theory for any damages whatsoever, including
245without limitation any general, special, incidental or consequential damages
246arising in connection to this license. Notwithstanding the foregoing two (2)
247sentences, if Creative Commons has expressly identified itself as the Licensor
248hereunder, it shall have all rights and obligations of Licensor.
249
250Except for the limited purpose of indicating to the public that the Work is
251licensed under the CCPL, Creative Commons does not authorize the use by either
252party of the trademark "Creative Commons" or any related trademark or
253logo of Creative Commons without the prior written consent of Creative Commons.
254Any permitted use will be in compliance with Creative Commons' then-current
255trademark usage guidelines, as may be published on its website or otherwise
256made available upon request from time to time. For the avoidance of doubt, this
257trademark restriction does not form part of this License.
258
259Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/meta/files/common-licenses/CC-BY-SA-1 b/meta/files/common-licenses/CC-BY-SA-1
deleted file mode 100644
index c4ed7dc63d..0000000000
--- a/meta/files/common-licenses/CC-BY-SA-1
+++ /dev/null
@@ -1,201 +0,0 @@
1
2Creative Commons
3
4
5Attribution-ShareAlike 1.0
6
7CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
8SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
9RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
10IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
11PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
12License
13
14THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
15COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
16PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
17THAN AS AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
18
19BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
20BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS
21CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
22CONDITIONS.
23
241. Definitions
25
26"Collective Work" means a work, such as a periodical issue, anthology
27or encyclopedia, in which the Work in its entirety in unmodified form, along
28with a number of other contributions, constituting separate and independent
29works in themselves, are assembled into a collective whole. A work that
30constitutes a Collective Work will not be considered a Derivative Work (as
31defined below) for the purposes of this License.
32"Derivative Work" means a work based upon the Work or upon the Work
33and other pre-existing works, such as a translation, musical arrangement,
34dramatization, fictionalization, motion picture version, sound recording, art
35reproduction, abridgment, condensation, or any other form in which the Work may
36be recast, transformed, or adapted, except that a work that constitutes a
37Collective Work will not be considered a Derivative Work for the purpose of
38this License.
39"Licensor" means the individual or entity that offers the Work under
40the terms of this License.
41"Original Author" means the individual or entity who created the
42Work.
43"Work" means the copyrightable work of authorship offered under the
44terms of this License.
45"You" means an individual or entity exercising rights under this
46License who has not previously violated the terms of this License with respect
47to the Work, or who has received express permission from the Licensor to
48exercise rights under this License despite a previous violation.
492. Fair Use Rights. Nothing in this license is intended to reduce, limit, or
50restrict any rights arising from fair use, first sale or other limitations on
51the exclusive rights of the copyright owner under copyright law or other
52applicable laws.
53
543. License Grant. Subject to the terms and conditions of this License, Licensor
55hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
56duration of the applicable copyright) license to exercise the rights in the
57Work as stated below:
58
59to reproduce the Work, to incorporate the Work into one or more Collective
60Works, and to reproduce the Work as incorporated in the Collective Works;
61to create and reproduce Derivative Works;
62to distribute copies or phonorecords of, display publicly, perform publicly,
63and perform publicly by means of a digital audio transmission the Work
64including as incorporated in Collective Works;
65to distribute copies or phonorecords of, display publicly, perform publicly,
66and perform publicly by means of a digital audio transmission Derivative Works;
67The above rights may be exercised in all media and formats whether now known or
68hereafter devised. The above rights include the right to make such
69modifications as are technically necessary to exercise the rights in other
70media and formats. All rights not expressly granted by Licensor are hereby
71reserved.
72
734. Restrictions. The license granted in Section 3 above is expressly made
74subject to and limited by the following restrictions:
75
76You may distribute, publicly display, publicly perform, or publicly digitally
77perform the Work only under the terms of this License, and You must include a
78copy of, or the Uniform Resource Identifier for, this License with every copy
79or phonorecord of the Work You distribute, publicly display, publicly perform,
80or publicly digitally perform. You may not offer or impose any terms on the
81Work that alter or restrict the terms of this License or the recipients'
82exercise of the rights granted hereunder. You may not sublicense the Work. You
83must keep intact all notices that refer to this License and to the disclaimer
84of warranties. You may not distribute, publicly display, publicly perform, or
85publicly digitally perform the Work with any technological measures that
86control access or use of the Work in a manner inconsistent with the terms of
87this License Agreement. The above applies to the Work as incorporated in a
88Collective Work, but this does not require the Collective Work apart from the
89Work itself to be made subject to the terms of this License. If You create a
90Collective Work, upon notice from any Licensor You must, to the extent
91practicable, remove from the Collective Work any reference to such Licensor or
92the Original Author, as requested. If You create a Derivative Work, upon notice
93from any Licensor You must, to the extent practicable, remove from the
94Derivative Work any reference to such Licensor or the Original Author, as
95requested.
96You may distribute, publicly display, publicly perform, or publicly digitally
97perform a Derivative Work only under the terms of this License, and You must
98include a copy of, or the Uniform Resource Identifier for, this License with
99every copy or phonorecord of each Derivative Work You distribute, publicly
100display, publicly perform, or publicly digitally perform. You may not offer or
101impose any terms on the Derivative Works that alter or restrict the terms of
102this License or the recipients' exercise of the rights granted hereunder, and
103You must keep intact all notices that refer to this License and to the
104disclaimer of warranties. You may not distribute, publicly display, publicly
105perform, or publicly digitally perform the Derivative Work with any
106technological measures that control access or use of the Work in a manner
107inconsistent with the terms of this License Agreement. The above applies to the
108Derivative Work as incorporated in a Collective Work, but this does not require
109the Collective Work apart from the Derivative Work itself to be made subject to
110the terms of this License.
111If you distribute, publicly display, publicly perform, or publicly digitally
112perform the Work or any Derivative Works or Collective Works, You must keep
113intact all copyright notices for the Work and give the Original Author credit
114reasonable to the medium or means You are utilizing by conveying the name (or
115pseudonym if applicable) of the Original Author if supplied; the title of the
116Work if supplied; in the case of a Derivative Work, a credit identifying the
117use of the Work in the Derivative Work (e.g., "French translation of the
118Work by Original Author," or "Screenplay based on original Work by
119Original Author"). Such credit may be implemented in any reasonable
120manner; provided, however, that in the case of a Derivative Work or Collective
121Work, at a minimum such credit will appear where any other comparable
122authorship credit appears and in a manner at least as prominent as such other
123comparable authorship credit.
1245. Representations, Warranties and Disclaimer
125
126By offering the Work for public release under this License, Licensor represents
127and warrants that, to the best of Licensor's knowledge after reasonable
128inquiry:
129Licensor has secured all rights in the Work necessary to grant the license
130rights hereunder and to permit the lawful exercise of the rights granted
131hereunder without You having any obligation to pay any royalties, compulsory
132license fees, residuals or any other payments;
133The Work does not infringe the copyright, trademark, publicity rights, common
134law rights or any other right of any third party or constitute defamation,
135invasion of privacy or other tortious injury to any third party.
136EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING OR
137REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS,
138WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
139LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK.
1406. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW,
141AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM
142BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL LICENSOR BE LIABLE TO
143YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR
144EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF
145LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
146
1477. Termination
148
149This License and the rights granted hereunder will terminate automatically upon
150any breach by You of the terms of this License. Individuals or entities who
151have received Derivative Works or Collective Works from You under this License,
152however, will not have their licenses terminated provided such individuals or
153entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7,
154and 8 will survive any termination of this License.
155Subject to the above terms and conditions, the license granted here is
156perpetual (for the duration of the applicable copyright in the Work).
157Notwithstanding the above, Licensor reserves the right to release the Work
158under different license terms or to stop distributing the Work at any time;
159provided, however that any such election will not serve to withdraw this
160License (or any other license that has been, or is required to be, granted
161under the terms of this License), and this License will continue in full force
162and effect unless terminated as stated above.
1638. Miscellaneous
164
165Each time You distribute or publicly digitally perform the Work or a Collective
166Work, the Licensor offers to the recipient a license to the Work on the same
167terms and conditions as the license granted to You under this License.
168Each time You distribute or publicly digitally perform a Derivative Work,
169Licensor offers to the recipient a license to the original Work on the same
170terms and conditions as the license granted to You under this License.
171If any provision of this License is invalid or unenforceable under applicable
172law, it shall not affect the validity or enforceability of the remainder of the
173terms of this License, and without further action by the parties to this
174agreement, such provision shall be reformed to the minimum extent necessary to
175make such provision valid and enforceable.
176No term or provision of this License shall be deemed waived and no breach
177consented to unless such waiver or consent shall be in writing and signed by
178the party to be charged with such waiver or consent.
179This License constitutes the entire agreement between the parties with respect
180to the Work licensed here. There are no understandings, agreements or
181representations with respect to the Work not specified here. Licensor shall not
182be bound by any additional provisions that may appear in any communication from
183You. This License may not be modified without the mutual written agreement of
184the Licensor and You.
185Creative Commons is not a party to this License, and makes no warranty
186whatsoever in connection with the Work. Creative Commons will not be liable to
187You or any party on any legal theory for any damages whatsoever, including
188without limitation any general, special, incidental or consequential damages
189arising in connection to this license. Notwithstanding the foregoing two (2)
190sentences, if Creative Commons has expressly identified itself as the Licensor
191hereunder, it shall have all rights and obligations of Licensor.
192
193Except for the limited purpose of indicating to the public that the Work is
194licensed under the CCPL, neither party will use the trademark "Creative
195Commons" or any related trademark or logo of Creative Commons without the
196prior written consent of Creative Commons. Any permitted use will be in
197compliance with Creative Commons' then-current trademark usage guidelines, as
198may be published on its website or otherwise made available upon request from
199time to time.
200
201Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/meta/files/common-licenses/CC-BY-SA-2 b/meta/files/common-licenses/CC-BY-SA-2
deleted file mode 100644
index be4bf79f21..0000000000
--- a/meta/files/common-licenses/CC-BY-SA-2
+++ /dev/null
@@ -1,227 +0,0 @@
1
2Creative Commons
3
4
5Attribution-ShareAlike 2.5
6
7CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
8SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
9RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
10IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
11PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
12License
13
14THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
15COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
16PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
17THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
18
19BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
20BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS
21CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
22CONDITIONS.
23
241. Definitions
25
26"Collective Work" means a work, such as a periodical issue, anthology
27or encyclopedia, in which the Work in its entirety in unmodified form, along
28with a number of other contributions, constituting separate and independent
29works in themselves, are assembled into a collective whole. A work that
30constitutes a Collective Work will not be considered a Derivative Work (as
31defined below) for the purposes of this License.
32"Derivative Work" means a work based upon the Work or upon the Work
33and other pre-existing works, such as a translation, musical arrangement,
34dramatization, fictionalization, motion picture version, sound recording, art
35reproduction, abridgment, condensation, or any other form in which the Work may
36be recast, transformed, or adapted, except that a work that constitutes a
37Collective Work will not be considered a Derivative Work for the purpose of
38this License. For the avoidance of doubt, where the Work is a musical
39composition or sound recording, the synchronization of the Work in timed-
40relation with a moving image ("synching") will be considered a
41Derivative Work for the purpose of this License.
42"Licensor" means the individual or entity that offers the Work under
43the terms of this License.
44"Original Author" means the individual or entity who created the
45Work.
46"Work" means the copyrightable work of authorship offered under the
47terms of this License.
48"You" means an individual or entity exercising rights under this
49License who has not previously violated the terms of this License with respect
50to the Work, or who has received express permission from the Licensor to
51exercise rights under this License despite a previous violation.
52"License Elements" means the following high-level license attributes
53as selected by Licensor and indicated in the title of this License:
54Attribution, ShareAlike.
552. Fair Use Rights. Nothing in this license is intended to reduce, limit, or
56restrict any rights arising from fair use, first sale or other limitations on
57the exclusive rights of the copyright owner under copyright law or other
58applicable laws.
59
603. License Grant. Subject to the terms and conditions of this License, Licensor
61hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
62duration of the applicable copyright) license to exercise the rights in the
63Work as stated below:
64
65to reproduce the Work, to incorporate the Work into one or more Collective
66Works, and to reproduce the Work as incorporated in the Collective Works;
67to create and reproduce Derivative Works;
68to distribute copies or phonorecords of, display publicly, perform publicly,
69and perform publicly by means of a digital audio transmission the Work
70including as incorporated in Collective Works;
71to distribute copies or phonorecords of, display publicly, perform publicly,
72and perform publicly by means of a digital audio transmission Derivative Works.
73For the avoidance of doubt, where the work is a musical composition:
74
75Performance Royalties Under Blanket Licenses. Licensor waives the exclusive
76right to collect, whether individually or via a performance rights society
77(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public
78digital performance (e.g. webcast) of the Work.
79Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right
80to collect, whether individually or via a music rights society or designated
81agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from
82the Work ("cover version") and distribute, subject to the compulsory
83license created by 17 USC Section 115 of the US Copyright Act (or the
84equivalent in other jurisdictions).
85Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where
86the Work is a sound recording, Licensor waives the exclusive right to collect,
87whether individually or via a performance-rights society (e.g. SoundExchange),
88royalties for the public digital performance (e.g. webcast) of the Work,
89subject to the compulsory license created by 17 USC Section 114 of the US
90Copyright Act (or the equivalent in other jurisdictions).
91The above rights may be exercised in all media and formats whether now known or
92hereafter devised. The above rights include the right to make such
93modifications as are technically necessary to exercise the rights in other
94media and formats. All rights not expressly granted by Licensor are hereby
95reserved.
96
974. Restrictions.The license granted in Section 3 above is expressly made
98subject to and limited by the following restrictions:
99
100You may distribute, publicly display, publicly perform, or publicly digitally
101perform the Work only under the terms of this License, and You must include a
102copy of, or the Uniform Resource Identifier for, this License with every copy
103or phonorecord of the Work You distribute, publicly display, publicly perform,
104or publicly digitally perform. You may not offer or impose any terms on the
105Work that alter or restrict the terms of this License or the recipients'
106exercise of the rights granted hereunder. You may not sublicense the Work. You
107must keep intact all notices that refer to this License and to the disclaimer
108of warranties. You may not distribute, publicly display, publicly perform, or
109publicly digitally perform the Work with any technological measures that
110control access or use of the Work in a manner inconsistent with the terms of
111this License Agreement. The above applies to the Work as incorporated in a
112Collective Work, but this does not require the Collective Work apart from the
113Work itself to be made subject to the terms of this License. If You create a
114Collective Work, upon notice from any Licensor You must, to the extent
115practicable, remove from the Collective Work any credit as required by clause 4
116(c), as requested. If You create a Derivative Work, upon notice from any
117Licensor You must, to the extent practicable, remove from the Derivative Work
118any credit as required by clause 4(c), as requested.
119You may distribute, publicly display, publicly perform, or publicly digitally
120perform a Derivative Work only under the terms of this License, a later version
121of this License with the same License Elements as this License, or a Creative
122Commons iCommons license that contains the same License Elements as this
123License (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, or
124the Uniform Resource Identifier for, this License or other license specified in
125the previous sentence with every copy or phonorecord of each Derivative Work
126You distribute, publicly display, publicly perform, or publicly digitally
127perform. You may not offer or impose any terms on the Derivative Works that
128alter or restrict the terms of this License or the recipients' exercise of the
129rights granted hereunder, and You must keep intact all notices that refer to
130this License and to the disclaimer of warranties. You may not distribute,
131publicly display, publicly perform, or publicly digitally perform the
132Derivative Work with any technological measures that control access or use of
133the Work in a manner inconsistent with the terms of this License Agreement. The
134above applies to the Derivative Work as incorporated in a Collective Work, but
135this does not require the Collective Work apart from the Derivative Work itself
136to be made subject to the terms of this License.
137If you distribute, publicly display, publicly perform, or publicly digitally
138perform the Work or any Derivative Works or Collective Works, You must keep
139intact all copyright notices for the Work and provide, reasonable to the medium
140or means You are utilizing: (i) the name of the Original Author (or pseudonym,
141if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor
142designate another party or parties (e.g. a sponsor institute, publishing
143entity, journal) for attribution in Licensor's copyright notice, terms of
144service or by other reasonable means, the name of such party or parties; the
145title of the Work if supplied; to the extent reasonably practicable, the
146Uniform Resource Identifier, if any, that Licensor specifies to be associated
147with the Work, unless such URI does not refer to the copyright notice or
148licensing information for the Work; and in the case of a Derivative Work, a
149credit identifying the use of the Work in the Derivative Work (e.g.,
150"French translation of the Work by Original Author," or
151"Screenplay based on original Work by Original Author"). Such credit
152may be implemented in any reasonable manner; provided, however, that in the
153case of a Derivative Work or Collective Work, at a minimum such credit will
154appear where any other comparable authorship credit appears and in a manner at
155least as prominent as such other comparable authorship credit.
1565. Representations, Warranties and Disclaimer
157
158UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK
159AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE
160MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT
161LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR
162PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY,
163OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME
164JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH
165EXCLUSION MAY NOT APPLY TO YOU.
166
1676. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
168NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
169INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS
170LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
171POSSIBILITY OF SUCH DAMAGES.
172
1737. Termination
174
175This License and the rights granted hereunder will terminate automatically upon
176any breach by You of the terms of this License. Individuals or entities who
177have received Derivative Works or Collective Works from You under this License,
178however, will not have their licenses terminated provided such individuals or
179entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7,
180and 8 will survive any termination of this License.
181Subject to the above terms and conditions, the license granted here is
182perpetual (for the duration of the applicable copyright in the Work).
183Notwithstanding the above, Licensor reserves the right to release the Work
184under different license terms or to stop distributing the Work at any time;
185provided, however that any such election will not serve to withdraw this
186License (or any other license that has been, or is required to be, granted
187under the terms of this License), and this License will continue in full force
188and effect unless terminated as stated above.
1898. Miscellaneous
190
191Each time You distribute or publicly digitally perform the Work or a Collective
192Work, the Licensor offers to the recipient a license to the Work on the same
193terms and conditions as the license granted to You under this License.
194Each time You distribute or publicly digitally perform a Derivative Work,
195Licensor offers to the recipient a license to the original Work on the same
196terms and conditions as the license granted to You under this License.
197If any provision of this License is invalid or unenforceable under applicable
198law, it shall not affect the validity or enforceability of the remainder of the
199terms of this License, and without further action by the parties to this
200agreement, such provision shall be reformed to the minimum extent necessary to
201make such provision valid and enforceable.
202No term or provision of this License shall be deemed waived and no breach
203consented to unless such waiver or consent shall be in writing and signed by
204the party to be charged with such waiver or consent.
205This License constitutes the entire agreement between the parties with respect
206to the Work licensed here. There are no understandings, agreements or
207representations with respect to the Work not specified here. Licensor shall not
208be bound by any additional provisions that may appear in any communication from
209You. This License may not be modified without the mutual written agreement of
210the Licensor and You.
211Creative Commons is not a party to this License, and makes no warranty
212whatsoever in connection with the Work. Creative Commons will not be liable to
213You or any party on any legal theory for any damages whatsoever, including
214without limitation any general, special, incidental or consequential damages
215arising in connection to this license. Notwithstanding the foregoing two (2)
216sentences, if Creative Commons has expressly identified itself as the Licensor
217hereunder, it shall have all rights and obligations of Licensor.
218
219Except for the limited purpose of indicating to the public that the Work is
220licensed under the CCPL, neither party will use the trademark "Creative
221Commons" or any related trademark or logo of Creative Commons without the
222prior written consent of Creative Commons. Any permitted use will be in
223compliance with Creative Commons' then-current trademark usage guidelines, as
224may be published on its website or otherwise made available upon request from
225time to time.
226
227Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/meta/files/common-licenses/CC-BY-SA-3 b/meta/files/common-licenses/CC-BY-SA-3
deleted file mode 100644
index 95a225ead3..0000000000
--- a/meta/files/common-licenses/CC-BY-SA-3
+++ /dev/null
@@ -1,319 +0,0 @@
1
2Creative Commons
3
4Attribution-ShareAlike 3.0 Unported
5
6CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
7SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
8RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-
9IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
10PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
11License
12
13THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
14COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
15PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER
16THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
17
18BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
19BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE
20CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE
21IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
22
231. Definitions
24
25"Adaptation" means a work based upon the Work, or upon the Work and
26other pre-existing works, such as a translation, adaptation, derivative work,
27arrangement of music or other alterations of a literary or artistic work, or
28phonogram or performance and includes cinematographic adaptations or any other
29form in which the Work may be recast, transformed, or adapted including in any
30form recognizably derived from the original, except that a work that
31constitutes a Collection will not be considered an Adaptation for the purpose
32of this License. For the avoidance of doubt, where the Work is a musical work,
33performance or phonogram, the synchronization of the Work in timed-relation
34with a moving image ("synching") will be considered an Adaptation for
35the purpose of this License.
36"Collection" means a collection of literary or artistic works, such
37as encyclopedias and anthologies, or performances, phonograms or broadcasts, or
38other works or subject matter other than works listed in Section 1(f) below,
39which, by reason of the selection and arrangement of their contents, constitute
40intellectual creations, in which the Work is included in its entirety in
41unmodified form along with one or more other contributions, each constituting
42separate and independent works in themselves, which together are assembled into
43a collective whole. A work that constitutes a Collection will not be considered
44an Adaptation (as defined below) for the purposes of this License.
45"Creative Commons Compatible License" means a license that is listed
46at http://creativecommons.org/compatiblelicenses that has been approved by
47Creative Commons as being essentially equivalent to this License, including, at
48a minimum, because that license: (i) contains terms that have the same purpose,
49meaning and effect as the License Elements of this License; and, (ii)
50explicitly permits the relicensing of adaptations of works made available under
51that license under this License or a Creative Commons jurisdiction license with
52the same License Elements as this License.
53"Distribute" means to make available to the public the original and
54copies of the Work or Adaptation, as appropriate, through sale or other
55transfer of ownership.
56"License Elements" means the following high-level license attributes
57as selected by Licensor and indicated in the title of this License:
58Attribution, ShareAlike.
59"Licensor" means the individual, individuals, entity or entities that
60offer(s) the Work under the terms of this License.
61"Original Author" means, in the case of a literary or artistic work,
62the individual, individuals, entity or entities who created the Work or if no
63individual or entity can be identified, the publisher; and in addition (i) in
64the case of a performance the actors, singers, musicians, dancers, and other
65persons who act, sing, deliver, declaim, play in, interpret or otherwise
66perform literary or artistic works or expressions of folklore; (ii) in the case
67of a phonogram the producer being the person or legal entity who first fixes
68the sounds of a performance or other sounds; and, (iii) in the case of
69broadcasts, the organization that transmits the broadcast.
70"Work" means the literary and/or artistic work offered under the
71terms of this License including without limitation any production in the
72literary, scientific and artistic domain, whatever may be the mode or form of
73its expression including digital form, such as a book, pamphlet and other
74writing; a lecture, address, sermon or other work of the same nature; a
75dramatic or dramatico-musical work; a choreographic work or entertainment in
76dumb show; a musical composition with or without words; a cinematographic work
77to which are assimilated works expressed by a process analogous to
78cinematography; a work of drawing, painting, architecture, sculpture, engraving
79or lithography; a photographic work to which are assimilated works expressed by
80a process analogous to photography; a work of applied art; an illustration,
81map, plan, sketch or three-dimensional work relative to geography, topography,
82architecture or science; a performance; a broadcast; a phonogram; a compilation
83of data to the extent it is protected as a copyrightable work; or a work
84performed by a variety or circus performer to the extent it is not otherwise
85considered a literary or artistic work.
86"You" means an individual or entity exercising rights under this
87License who has not previously violated the terms of this License with respect
88to the Work, or who has received express permission from the Licensor to
89exercise rights under this License despite a previous violation.
90"Publicly Perform" means to perform public recitations of the Work
91and to communicate to the public those public recitations, by any means or
92process, including by wire or wireless means or public digital performances; to
93make available to the public Works in such a way that members of the public may
94access these Works from a place and at a place individually chosen by them; to
95perform the Work to the public by any means or process and the communication to
96the public of the performances of the Work, including by public digital
97performance; to broadcast and rebroadcast the Work by any means including
98signs, sounds or images.
99"Reproduce" means to make copies of the Work by any means including
100without limitation by sound or visual recordings and the right of fixation and
101reproducing fixations of the Work, including storage of a protected performance
102or phonogram in digital form or other electronic medium.
1032. Fair Dealing Rights. Nothing in this License is intended to reduce, limit,
104or restrict any uses free from copyright or rights arising from limitations or
105exceptions that are provided for in connection with the copyright protection
106under copyright law or other applicable laws.
107
1083. License Grant. Subject to the terms and conditions of this License, Licensor
109hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
110duration of the applicable copyright) license to exercise the rights in the
111Work as stated below:
112
113to Reproduce the Work, to incorporate the Work into one or more Collections,
114and to Reproduce the Work as incorporated in the Collections;
115to create and Reproduce Adaptations provided that any such Adaptation,
116including any translation in any medium, takes reasonable steps to clearly
117label, demarcate or otherwise identify that changes were made to the original
118Work. For example, a translation could be marked "The original work was
119translated from English to Spanish," or a modification could indicate
120"The original work has been modified.";
121to Distribute and Publicly Perform the Work including as incorporated in
122Collections; and,
123to Distribute and Publicly Perform Adaptations.
124For the avoidance of doubt:
125
126Non-waivable Compulsory License Schemes. In those jurisdictions in which the
127right to collect royalties through any statutory or compulsory licensing scheme
128cannot be waived, the Licensor reserves the exclusive right to collect such
129royalties for any exercise by You of the rights granted under this License;
130Waivable Compulsory License Schemes. In those jurisdictions in which the right
131to collect royalties through any statutory or compulsory licensing scheme can
132be waived, the Licensor waives the exclusive right to collect such royalties
133for any exercise by You of the rights granted under this License; and,
134Voluntary License Schemes. The Licensor waives the right to collect royalties,
135whether individually or, in the event that the Licensor is a member of a
136collecting society that administers voluntary licensing schemes, via that
137society, from any exercise by You of the rights granted under this License.
138The above rights may be exercised in all media and formats whether now known or
139hereafter devised. The above rights include the right to make such
140modifications as are technically necessary to exercise the rights in other
141media and formats. Subject to Section 8(f), all rights not expressly granted by
142Licensor are hereby reserved.
143
1444. Restrictions. The license granted in Section 3 above is expressly made
145subject to and limited by the following restrictions:
146
147You may Distribute or Publicly Perform the Work only under the terms of this
148License. You must include a copy of, or the Uniform Resource Identifier (URI)
149for, this License with every copy of the Work You Distribute or Publicly
150Perform. You may not offer or impose any terms on the Work that restrict the
151terms of this License or the ability of the recipient of the Work to exercise
152the rights granted to that recipient under the terms of the License. You may
153not sublicense the Work. You must keep intact all notices that refer to this
154License and to the disclaimer of warranties with every copy of the Work You
155Distribute or Publicly Perform. When You Distribute or Publicly Perform the
156Work, You may not impose any effective technological measures on the Work that
157restrict the ability of a recipient of the Work from You to exercise the rights
158granted to that recipient under the terms of the License. This Section 4(a)
159applies to the Work as incorporated in a Collection, but this does not require
160the Collection apart from the Work itself to be made subject to the terms of
161this License. If You create a Collection, upon notice from any Licensor You
162must, to the extent practicable, remove from the Collection any credit as
163required by Section 4(c), as requested. If You create an Adaptation, upon
164notice from any Licensor You must, to the extent practicable, remove from the
165Adaptation any credit as required by Section 4(c), as requested.
166You may Distribute or Publicly Perform an Adaptation only under the terms of:
167(i) this License; (ii) a later version of this License with the same License
168Elements as this License; (iii) a Creative Commons jurisdiction license (either
169this or a later license version) that contains the same License Elements as
170this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons
171Compatible License. If you license the Adaptation under one of the licenses
172mentioned in (iv), you must comply with the terms of that license. If you
173license the Adaptation under the terms of any of the licenses mentioned in (i),
174(ii) or (iii) (the "Applicable License"), you must comply with the
175terms of the Applicable License generally and the following provisions: (I) You
176must include a copy of, or the URI for, the Applicable License with every copy
177of each Adaptation You Distribute or Publicly Perform; (II) You may not offer
178or impose any terms on the Adaptation that restrict the terms of the Applicable
179License or the ability of the recipient of the Adaptation to exercise the
180rights granted to that recipient under the terms of the Applicable License;
181(III) You must keep intact all notices that refer to the Applicable License and
182to the disclaimer of warranties with every copy of the Work as included in the
183Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or
184Publicly Perform the Adaptation, You may not impose any effective technological
185measures on the Adaptation that restrict the ability of a recipient of the
186Adaptation from You to exercise the rights granted to that recipient under the
187terms of the Applicable License. This Section 4(b) applies to the Adaptation as
188incorporated in a Collection, but this does not require the Collection apart
189from the Adaptation itself to be made subject to the terms of the Applicable
190License.
191If You Distribute, or Publicly Perform the Work or any Adaptations or
192Collections, You must, unless a request has been made pursuant to Section 4(a),
193keep intact all copyright notices for the Work and provide, reasonable to the
194medium or means You are utilizing: (i) the name of the Original Author (or
195pseudonym, if applicable) if supplied, and/or if the Original Author and/or
196Licensor designate another party or parties (e.g., a sponsor institute,
197publishing entity, journal) for attribution ("Attribution Parties")
198in Licensor's copyright notice, terms of service or by other reasonable means,
199the name of such party or parties; (ii) the title of the Work if supplied;
200(iii) to the extent reasonably practicable, the URI, if any, that Licensor
201specifies to be associated with the Work, unless such URI does not refer to the
202copyright notice or licensing information for the Work; and (iv) , consistent
203with Ssection 3(b), in the case of an Adaptation, a credit identifying the use
204of the Work in the Adaptation (e.g., "French translation of the Work by
205Original Author," or "Screenplay based on original Work by Original
206Author"). The credit required by this Section 4(c) may be implemented in
207any reasonable manner; provided, however, that in the case of a Adaptation or
208Collection, at a minimum such credit will appear, if a credit for all
209contributing authors of the Adaptation or Collection appears, then as part of
210these credits and in a manner at least as prominent as the credits for the
211other contributing authors. For the avoidance of doubt, You may only use the
212credit required by this Section for the purpose of attribution in the manner
213set out above and, by exercising Your rights under this License, You may not
214implicitly or explicitly assert or imply any connection with, sponsorship or
215endorsement by the Original Author, Licensor and/or Attribution Parties, as
216appropriate, of You or Your use of the Work, without the separate, express
217prior written permission of the Original Author, Licensor and/or Attribution
218Parties.
219Except as otherwise agreed in writing by the Licensor or as may be otherwise
220permitted by applicable law, if You Reproduce, Distribute or Publicly Perform
221the Work either by itself or as part of any Adaptations or Collections, You
222must not distort, mutilate, modify or take other derogatory action in relation
223to the Work which would be prejudicial to the Original Author's honor or
224reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which
225any exercise of the right granted in Section 3(b) of this License (the right to
226make Adaptations) would be deemed to be a distortion, mutilation, modification
227or other derogatory action prejudicial to the Original Author's honor and
228reputation, the Licensor will waive or not assert, as appropriate, this
229Section, to the fullest extent permitted by the applicable national law, to
230enable You to reasonably exercise Your right under Section 3(b) of this License
231(right to make Adaptations) but not otherwise.
2325. Representations, Warranties and Disclaimer
233
234UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
235THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
236CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
237WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A
238PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
239ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
240SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH
241EXCLUSION MAY NOT APPLY TO YOU.
242
2436. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN
244NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
245INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS
246LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
247POSSIBILITY OF SUCH DAMAGES.
248
2497. Termination
250
251This License and the rights granted hereunder will terminate automatically upon
252any breach by You of the terms of this License. Individuals or entities who
253have received Adaptations or Collections from You under this License, however,
254will not have their licenses terminated provided such individuals or entities
255remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8
256will survive any termination of this License.
257Subject to the above terms and conditions, the license granted here is
258perpetual (for the duration of the applicable copyright in the Work).
259Notwithstanding the above, Licensor reserves the right to release the Work
260under different license terms or to stop distributing the Work at any time;
261provided, however that any such election will not serve to withdraw this
262License (or any other license that has been, or is required to be, granted
263under the terms of this License), and this License will continue in full force
264and effect unless terminated as stated above.
2658. Miscellaneous
266
267Each time You Distribute or Publicly Perform the Work or a Collection, the
268Licensor offers to the recipient a license to the Work on the same terms and
269conditions as the license granted to You under this License.
270Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to
271the recipient a license to the original Work on the same terms and conditions
272as the license granted to You under this License.
273If any provision of this License is invalid or unenforceable under applicable
274law, it shall not affect the validity or enforceability of the remainder of the
275terms of this License, and without further action by the parties to this
276agreement, such provision shall be reformed to the minimum extent necessary to
277make such provision valid and enforceable.
278No term or provision of this License shall be deemed waived and no breach
279consented to unless such waiver or consent shall be in writing and signed by
280the party to be charged with such waiver or consent.
281This License constitutes the entire agreement between the parties with respect
282to the Work licensed here. There are no understandings, agreements or
283representations with respect to the Work not specified here. Licensor shall not
284be bound by any additional provisions that may appear in any communication from
285You. This License may not be modified without the mutual written agreement of
286the Licensor and You.
287The rights granted under, and the subject matter referenced, in this License
288were drafted utilizing the terminology of the Berne Convention for the
289Protection of Literary and Artistic Works (as amended on September 28, 1979),
290the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO
291Performances and Phonograms Treaty of 1996 and the Universal Copyright
292Convention (as revised on July 24, 1971). These rights and subject matter take
293effect in the relevant jurisdiction in which the License terms are sought to be
294enforced according to the corresponding provisions of the implementation of
295those treaty provisions in the applicable national law. If the standard suite
296of rights granted under applicable copyright law includes additional rights not
297granted under this License, such additional rights are deemed to be included in
298the License; this License is not intended to restrict the license of any rights
299under applicable law.
300Creative Commons Notice
301
302Creative Commons is not a party to this License, and makes no warranty
303whatsoever in connection with the Work. Creative Commons will not be liable to
304You or any party on any legal theory for any damages whatsoever, including
305without limitation any general, special, incidental or consequential damages
306arising in connection to this license. Notwithstanding the foregoing two (2)
307sentences, if Creative Commons has expressly identified itself as the Licensor
308hereunder, it shall have all rights and obligations of Licensor.
309
310Except for the limited purpose of indicating to the public that the Work is
311licensed under the CCPL, Creative Commons does not authorize the use by either
312party of the trademark "Creative Commons" or any related trademark or
313logo of Creative Commons without the prior written consent of Creative Commons.
314Any permitted use will be in compliance with Creative Commons' then-current
315trademark usage guidelines, as may be published on its website or otherwise
316made available upon request from time to time. For the avoidance of doubt, this
317trademark restriction does not form part of the License.
318
319Creative Commons may be contacted at http://creativecommons.org/.
diff --git a/meta/files/common-licenses/CDDL-1 b/meta/files/common-licenses/CDDL-1
deleted file mode 100644
index 48dc98e597..0000000000
--- a/meta/files/common-licenses/CDDL-1
+++ /dev/null
@@ -1,313 +0,0 @@
1
2COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
3Version 1.0
41. Definitions.
5
61.1. "Contributor" means each individual or entity that creates or
7contributes to the creation of Modifications.
8
91.2. "Contributor Version" means the combination of the Original
10Software, prior Modifications used by a Contributor (if any), and the
11Modifications made by that particular Contributor.
12
131.3. "Covered Software" means (a) the Original Software, or (b)
14Modifications, or (c) the combination of files containing Original Software
15with files containing Modifications, in each case including portions thereof.
16
171.4. "Executable" means the Covered Software in any form other than
18Source Code.
19
201.5. "Initial Developer" means the individual or entity that first
21makes Original Software available under this License.
22
231.6. "Larger Work" means a work which combines Covered Software or
24portions thereof with code not governed by the terms of this License.
25
261.7. "License" means this document.
27
281.8. "Licensable" means having the right to grant, to the maximum
29extent possible, whether at the time of the initial grant or subsequently
30acquired, any and all of the rights conveyed herein.
31
321.9. "Modifications" means the Source Code and Executable form of
33any of the following:
34
35A. Any file that results from an addition to, deletion from or modification of
36the contents of a file containing Original Software or previous Modifications;
37
38B. Any new file that contains any part of the Original Software or previous
39Modification; or
40
41C. Any new file that is contributed or otherwise made available under the terms
42of this License.
43
441.10. "Original Software" means the Source Code and Executable form
45of computer software code that is originally released under this License.
46
471.11. "Patent Claims" means any patent claim(s), now owned or
48hereafter acquired, including without limitation, method, process, and
49apparatus claims, in any patent Licensable by grantor.
50
511.12. "Source Code" means (a) the common form of computer software
52code in which modifications are made and (b) associated documentation included
53in or with such code.
54
551.13. "You" (or "Your") means an individual or a legal
56entity exercising rights under, and complying with all of the terms of, this
57License. For legal entities, "You" includes any entity which
58controls, is controlled by, or is under common control with You. For purposes
59of this definition, "control" means (a) the power, direct or
60indirect, to cause the direction or management of such entity, whether by
61contract or otherwise, or (b) ownership of more than fifty percent (50%) of the
62outstanding shares or beneficial ownership of such entity.
63
642. License Grants.
65
662.1. The Initial Developer Grant.
67
68Conditioned upon Your compliance with Section 3.1 below and subject to third
69party intellectual property claims, the Initial Developer hereby grants You a
70world-wide, royalty-free, non-exclusive license:
71
72(a) under intellectual property rights (other than patent or trademark)
73Licensable by Initial Developer, to use, reproduce, modify, display, perform,
74sublicense and distribute the Original Software (or portions thereof), with or
75without Modifications, and/or as part of a Larger Work; and
76
77(b) under Patent Claims infringed by the making, using or selling of Original
78Software, to make, have made, use, practice, sell, and offer for sale, and/or
79otherwise dispose of the Original Software (or portions thereof).
80
81(c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
82Initial Developer first distributes or otherwise makes the Original Software
83available to a third party under the terms of this License.
84
85(d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for
86code that You delete from the Original Software, or (2) for infringements
87caused by: (i) the modification of the Original Software, or (ii) the
88combination of the Original Software with other software or devices.
89
902.2. Contributor Grant.
91
92Conditioned upon Your compliance with Section 3.1 below and subject to third
93party intellectual property claims, each Contributor hereby grants You a world-
94wide, royalty-free, non-exclusive license:
95
96(a) under intellectual property rights (other than patent or trademark)
97Licensable by Contributor to use, reproduce, modify, display, perform,
98sublicense and distribute the Modifications created by such Contributor (or
99portions thereof), either on an unmodified basis, with other Modifications, as
100Covered Software and/or as part of a Larger Work; and
101
102(b) under Patent Claims infringed by the making, using, or selling of
103Modifications made by that Contributor either alone and/or in combination with
104its Contributor Version (or portions of such combination), to make, use, sell,
105offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
106by that Contributor (or portions thereof); and (2) the combination of
107Modifications made by that Contributor with its Contributor Version (or
108portions of such combination).
109
110(c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
111date Contributor first distributes or otherwise makes the Modifications
112available to a third party.
113
114(d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for
115any code that Contributor has deleted from the Contributor Version; (2) for
116infringements caused by: (i) third party modifications of Contributor Version,
117or (ii) the combination of Modifications made by that Contributor with other
118software (except as part of the Contributor Version) or other devices; or (3)
119under Patent Claims infringed by Covered Software in the absence of
120Modifications made by that Contributor.
121
1223. Distribution Obligations.
123
1243.1. Availability of Source Code.
125
126Any Covered Software that You distribute or otherwise make available in
127Executable form must also be made available in Source Code form and that Source
128Code form must be distributed only under the terms of this License. You must
129include a copy of this License with every copy of the Source Code form of the
130Covered Software You distribute or otherwise make available. You must inform
131recipients of any such Covered Software in Executable form as to how they can
132obtain such Covered Software in Source Code form in a reasonable manner on or
133through a medium customarily used for software exchange.
134
1353.2. Modifications.
136
137The Modifications that You create or to which You contribute are governed by
138the terms of this License. You represent that You believe Your Modifications
139are Your original creation(s) and/or You have sufficient rights to grant the
140rights conveyed by this License.
141
1423.3. Required Notices.
143
144You must include a notice in each of Your Modifications that identifies You as
145the Contributor of the Modification. You may not remove or alter any copyright,
146patent or trademark notices contained within the Covered Software, or any
147notices of licensing or any descriptive text giving attribution to any
148Contributor or the Initial Developer.
149
1503.4. Application of Additional Terms.
151
152You may not offer or impose any terms on any Covered Software in Source Code
153form that alters or restricts the applicable version of this License or the
154recipients&rsquo; rights hereunder. You may choose to offer, and to charge a
155fee for, warranty, support, indemnity or liability obligations to one or more
156recipients of Covered Software. However, you may do so only on Your own behalf,
157and not on behalf of the Initial Developer or any Contributor. You must make it
158absolutely clear that any such warranty, support, indemnity or liability
159obligation is offered by You alone, and You hereby agree to indemnify the
160Initial Developer and every Contributor for any liability incurred by the
161Initial Developer or such Contributor as a result of warranty, support,
162indemnity or liability terms You offer.
163
1643.5. Distribution of Executable Versions.
165
166You may distribute the Executable form of the Covered Software under the terms
167of this License or under the terms of a license of Your choice, which may
168contain terms different from this License, provided that You are in compliance
169with the terms of this License and that the license for the Executable form
170does not attempt to limit or alter the recipient&rsquo;s rights in the Source
171Code form from the rights set forth in this License. If You distribute the
172Covered Software in Executable form under a different license, You must make it
173absolutely clear that any terms which differ from this License are offered by
174You alone, not by the Initial Developer or Contributor. You hereby agree to
175indemnify the Initial Developer and every Contributor for any liability
176incurred by the Initial Developer or such Contributor as a result of any such
177terms You offer.
178
1793.6. Larger Works.
180
181You may create a Larger Work by combining Covered Software with other code not
182governed by the terms of this License and distribute the Larger Work as a
183single product. In such a case, You must make sure the requirements of this
184License are fulfilled for the Covered Software.
185
1864. Versions of the License.
187
1884.1. New Versions.
189
190Sun Microsystems, Inc. is the initial license steward and may publish revised
191and/or new versions of this License from time to time. Each version will be
192given a distinguishing version number. Except as provided in Section 4.3, no
193one other than the license steward has the right to modify this License.
194
1954.2. Effect of New Versions.
196
197You may always continue to use, distribute or otherwise make the Covered
198Software available under the terms of the version of the License under which
199You originally received the Covered Software. If the Initial Developer includes
200a notice in the Original Software prohibiting it from being distributed or
201otherwise made available under any subsequent version of the License, You must
202distribute and make the Covered Software available under the terms of the
203version of the License under which You originally received the Covered
204Software. Otherwise, You may also choose to use, distribute or otherwise make
205the Covered Software available under the terms of any subsequent version of the
206License published by the license steward.
207
2084.3. Modified Versions.
209
210When You are an Initial Developer and You want to create a new license for Your
211Original Software, You may create and use a modified version of this License if
212You: (a) rename the license and remove any references to the name of the
213license steward (except to note that the license differs from this License);
214and (b) otherwise make it clear that the license contains terms which differ
215from this License.
216
2175. DISCLAIMER OF WARRANTY.
218
219COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
220BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
221WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS,
222MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK
223AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD
224ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL
225DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
226REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART
227OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT
228UNDER THIS DISCLAIMER.
229
2306. TERMINATION.
231
2326.1. This License and the rights granted hereunder will terminate automatically
233if You fail to comply with terms herein and fail to cure such breach within 30
234days of becoming aware of the breach. Provisions which, by their nature, must
235remain in effect beyond the termination of this License shall survive.
236
2376.2. If You assert a patent infringement claim (excluding declaratory judgment
238actions) against Initial Developer or a Contributor (the Initial Developer or
239Contributor against whom You assert such claim is referred to as
240"Participant") alleging that the Participant Software (meaning the
241Contributor Version where the Participant is a Contributor or the Original
242Software where the Participant is the Initial Developer) directly or indirectly
243infringes any patent, then any and all rights granted directly or indirectly to
244You by such Participant, the Initial Developer (if the Initial Developer is not
245the Participant) and all Contributors under Sections 2.1 and/or 2.2 of this
246License shall, upon 60 days notice from Participant terminate prospectively and
247automatically at the expiration of such 60 day notice period, unless if within
248such 60 day period You withdraw Your claim with respect to the Participant
249Software against such Participant either unilaterally or pursuant to a written
250agreement with Participant.
251
2526.3. In the event of termination under Sections 6.1 or 6.2 above, all end user
253licenses that have been validly granted by You or any distributor hereunder
254prior to termination (excluding licenses granted to You by any distributor)
255shall survive termination.
256
2577. LIMITATION OF LIABILITY.
258
259UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
260NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
261OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
262ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
263INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
264LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER
265FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN
266IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
267LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
268INJURY RESULTING FROM SUCH PARTY&rsquo;S NEGLIGENCE TO THE EXTENT APPLICABLE
269LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
270LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
271LIMITATION MAY NOT APPLY TO YOU.
272
2738. U.S. GOVERNMENT END USERS.
274
275The Covered Software is a "commercial item," as that term is
276defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
277computer software" (as that term is defined at 48 C.F.R. § 252.227-7014
278(a)(1)) and "commercial computer software documentation" as such
279terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R.
28012.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S.
281Government End Users acquire Covered Software with only those rights set forth
282herein. This U.S. Government Rights clause is in lieu of, and supersedes, any
283other FAR, DFAR, or other clause or provision that addresses Government rights
284in computer software under this License.
285
2869. MISCELLANEOUS.
287
288This License represents the complete agreement concerning subject matter
289hereof. If any provision of this License is held to be unenforceable, such
290provision shall be reformed only to the extent necessary to make it
291enforceable. This License shall be governed by the law of the jurisdiction
292specified in a notice contained within the Original Software (except to the
293extent applicable law, if any, provides otherwise), excluding such
294jurisdiction&rsquo;s conflict-of-law provisions. Any litigation relating to
295this License shall be subject to the jurisdiction of the courts located in the
296jurisdiction and venue specified in a notice contained within the Original
297Software, with the losing party responsible for costs, including, without
298limitation, court costs and reasonable attorneys&rsquo; fees and expenses. The
299application of the United Nations Convention on Contracts for the International
300Sale of Goods is expressly excluded. Any law or regulation which provides that
301the language of a contract shall be construed against the drafter shall not
302apply to this License. You agree that You alone are responsible for compliance
303with the United States export administration regulations (and the export
304control laws and regulation of any other countries) when You use, distribute or
305otherwise make available any Covered Software.
306
30710. RESPONSIBILITY FOR CLAIMS.
308
309As between Initial Developer and the Contributors, each party is responsible
310for claims and damages arising, directly or indirectly, out of its utilization
311of rights under this License and You agree to work with Initial Developer and
312Contributors to distribute such responsibility on an equitable basis. Nothing
313herein is intended or shall be deemed to constitute any admission of liability.
diff --git a/meta/files/common-licenses/CECILL-1 b/meta/files/common-licenses/CECILL-1
deleted file mode 100644
index 4a869c2d46..0000000000
--- a/meta/files/common-licenses/CECILL-1
+++ /dev/null
@@ -1,462 +0,0 @@
1
2CONTRAT DE LICENCE DE LOGICIEL LIBRE CeCILL
3
4Avertissement
5
6Ce contrat est une licence de logiciel libre issue d&rsquo;une concertation
7entre ses auteurs afin que le respect de deux grands principes préside à sa
8rédaction:
9
10d&rsquo;une part, sa conformité au droit français, tant au regard du droit de
11la responsabilité civile que du droit de la propriété intellectuelle et de la
12protection qu&rsquo;il offre aux auteurs et titulaires des droits patrimoniaux
13sur un logiciel.
14d&rsquo;autre part, le respect des principes de diffusion des logiciels libres:
15accès au code source, droits étendus conférés aux utilisateurs.
16Les auteurs de la licence CeCILL1 sont:
17
18Commissariat à l&rsquo;Energie Atomique &ndash; CEA, établissement public de
19caractère scientifique technique et industriel, dont le siège est situé 31-33
20rue de la Fédération, 75752 PARIS cedex 15.
21
22Centre National de la Recherche Scientifique &ndash; CNRS, établissement public
23à caractère scientifique et technologique, dont le siège est situé 3 rue
24Michel-Ange 75794 Paris cedex 16.
25
26Institut National de Recherche en Informatique et en Automatique &ndash; INRIA,
27établissement public à caractère scientifique et technologique, dont le siège
28est situé Domaine de Voluceau, Rocquencourt, BP 105, 78153 Le Chesnay cedex.
29
30PREAMBULE
31
32Ce contrat est une licence de logiciel libre dont l'objectif est de conférer
33aux utilisateurs la liberté de modification et de redistribution du logiciel
34régi par cette licence dans le cadre d'un modèle de diffusion &laquo;open
35source&raquo;.
36
37L'exercice de ces libertés est assorti de certains devoirs à la charge des
38utilisateurs afin de préserver ce statut au cours des redistributions
39ultérieures.
40
41L&rsquo;accessibilité au code source et les droits de copie, de modification et
42de redistribution qui en découlent ont pour contrepartie de n&rsquo;offrir aux
43utilisateurs qu&rsquo;une garantie limitée et de ne faire peser sur
44l&rsquo;auteur du logiciel, le titulaire des droits patrimoniaux et les
45concédants successifs qu&rsquo;une responsabilité restreinte.
46
47A cet égard l&rsquo;attention de l&rsquo;utilisateur est attirée sur les
48risques associés au chargement, à l&rsquo;utilisation, à la modification et/ou
49au développement et à la reproduction du logiciel par l&rsquo;utilisateur étant
50donné sa spécificité de logiciel libre, qui peut le rendre complexe à manipuler
51et qui le réserve donc à des développeurs et des professionnels avertis
52possédant des connaissances informatiques approfondies. Les utilisateurs sont
53donc invités à charger et tester l&rsquo;adéquation du Logiciel à leurs besoins
54dans des conditions permettant d'assurer la sécurité de leurs systèmes et ou de
55leurs données et, plus généralement, à l'utiliser et l'exploiter dans les même
56conditions de sécurité. Ce contrat peut être reproduit et diffusé librement,
57sous réserve de le conserver en l&rsquo;état, sans ajout ni suppression de
58clauses.
59
60Ce contrat est susceptible de s&rsquo;appliquer à tout logiciel dont le
61titulaire des droits patrimoniaux décide de soumettre l&rsquo;exploitation aux
62dispositions qu&rsquo;il contient.
63
64Article 1er - DEFINITIONS
65
66Dans ce contrat, les termes suivants, lorsqu&rsquo;ils seront écrits avec une
67lettre capitale, auront la signification suivante:
68
69Contrat: désigne le présent contrat de licence, ses éventuelles versions
70postérieures et annexes.
71
72Logiciel: désigne le logiciel sous sa forme de Code Objet et/ou de Code Source
73et le cas échéant sa documentation, dans leur état au moment de
74l&rsquo;acceptation du Contrat par le Licencié.
75
76Logiciel Initial: désigne le Logiciel sous sa forme de Code Source et de Code
77Objet et le cas échéant sa documentation, dans leur état au moment de leur
78première diffusion sous les termes du Contrat.
79
80Logiciel Modifié: désigne le Logiciel modifié par au moins une Contribution.
81
82Code Source: désigne l&rsquo;ensemble des instructions et des lignes de
83programme du Logiciel et auquel l&rsquo;accès est nécessaire en vue de modifier
84le Logiciel.
85
86Code Objet: désigne les fichiers binaires issus de la compilation du Code
87Source.
88
89Titulaire : désigne le détenteur des droits patrimoniaux d&rsquo;auteur sur le
90Logiciel Initial.
91
92Licencié(s): désigne le ou les utilisateur(s) du Logiciel ayant accepté le
93Contrat.
94
95Contributeur: désigne le Licencié auteur d&rsquo;au moins une Contribution.
96
97Concédant: désigne le Titulaire ou toute personne physique ou morale
98distribuant le Logiciel sous le Contrat.
99
100Contributions: désigne l&rsquo;ensemble des modifications, corrections,
101traductions, adaptations et/ou nouvelles fonctionnalités intégrées dans le
102Logiciel par tout Contributeur, ainsi que les Modules Statiques.
103
104Module: désigne un ensemble de fichiers sources y compris leur documentation
105qui, une fois compilé sous forme exécutable, permet de réaliser des
106fonctionnalités ou services supplémentaires à ceux fournis par le Logiciel.
107
108Module Dynamique: désigne tout Module, créé par le Contributeur, indépendant du
109Logiciel, tel que ce Module et le Logiciel sont sous forme de deux exécutables
110indépendants qui s&rsquo;exécutent dans un espace d&rsquo;adressage
111indépendant, l&rsquo;un appelant l&rsquo;autre au moment de leur exécution.
112
113Module Statique: désigne tout Module créé par le Contributeur et lié au
114Logiciel par un lien statique rendant leur code objet dépendant l'un de
115l'autre. Ce Module et le Logiciel auquel il est lié, sont regroupés en un seul
116exécutable.
117
118Parties: désigne collectivement le Licencié et le Concédant.
119
120Ces termes s&rsquo;entendent au singulier comme au pluriel.
121
122Article 2 - OBJET
123
124Le Contrat a pour objet la concession par le Concédant au Licencié d&rsquo;une
125Licence non exclusive, transférable et mondiale du Logiciel telle que définie
126ci-après à l'article 5 pour toute la durée de protection des droits portant sur
127ce Logiciel.
128
129Article 3 - ACCEPTATION
130
1313.1. L&rsquo;acceptation par le Licencié des termes du Contrat est réputée
132acquise du fait du premier des faits suivants:
133
134(i) le chargement du Logiciel par tout moyen notamment par téléchargement à
135partir d&rsquo;un serveur distant ou par chargement à partir d&rsquo;un support
136physique;
137(ii) le premier exercice par le Licencié de l&rsquo;un quelconque des droits
138concédés par le Contrat.
1393.2. Un exemplaire du Contrat, contenant notamment un avertissement relatif aux
140spécificités du Logiciel, à la restriction de garantie et à la limitation à un
141usage par des utilisateurs expérimentés a été mis à disposition du Licencié
142préalablement à son acceptation telle que définie à l'article 3.1 ci dessus et
143le Licencié reconnaît en avoir pris connaissances.
144
145Article 4 - ENTREE EN VIGUEUR ET DUREE
146
1474.1.ENTREE EN VIGUEUR
148
149Le Contrat entre en vigueur à la date de son acceptation par le Licencié telle
150que définie en 3.1.
151
1524.2. DUREE
153
154Le Contrat produira ses effets pendant toute la durée légale de protection des
155droits patrimoniaux portant sur le Logiciel.
156
157Article 5 - ETENDUE DES DROITS CONCEDES
158
159Le Concédant concède au Licencié, qui accepte, les droits suivants sur le
160Logiciel pour toutes destinations et pour la durée du Contrat dans les
161conditions ci-après détaillées.
162
163Par ailleurs, le Concédant concède au Licencié à titre gracieux les droits
164d&rsquo;exploitation du ou des brevets qu&rsquo;il détient sur tout ou partie
165des inventions implémentées dans le Logiciel.
166
1675.1. DROITS D&rsquo;UTILISATION
168
169Le Licencié est autorisé à utiliser le Logiciel, sans restriction quant aux
170domaines d&rsquo;application, étant ci-après précisé que cela comporte:
171
172la reproduction permanente ou provisoire du Logiciel en tout ou partie par tout
173moyen et sous toute forme.
174
175le chargement, l&rsquo;affichage, l&rsquo;exécution, ou le stockage du Logiciel
176sur tout support.
177
178la possibilité d&rsquo;en observer, d&rsquo;en étudier, ou d&rsquo;en tester le
179fonctionnement afin de déterminer les idées et principes qui sont à la base de
180n&rsquo;importe quel élément de ce Logiciel; et ceci, lorsque le Licencié
181effectue toute opération de chargement, d&rsquo;affichage, d&rsquo;exécution,
182de transmission ou de stockage du Logiciel qu&rsquo;il est en droit
183d&rsquo;effectuer en vertu du Contrat.
184
1855.2. DROIT D&rsquo;APPORTER DES CONTRIBUTIONS
186
187Le droit d&rsquo;apporter des Contributions comporte le droit de traduire,
188d&rsquo;adapter, d&rsquo;arranger ou d&rsquo;apporter toute autre modification
189du Logiciel et le droit de reproduire le Logiciel en résultant.
190
191Le Licencié est autorisé à apporter toute Contribution au Logiciel sous réserve
192de mentionner, de façon explicite, son nom en tant qu&rsquo;auteur de cette
193Contribution et la date de création de celle-ci.
194
1955.3. DROITS DE DISTRIBUTION ET DE DIFFUSION
196
197Le droit de distribution et de diffusion comporte notamment le droit de
198transmettre et de communiquer le Logiciel au public sur tout support et par
199tout moyen ainsi que le droit de mettre sur le marché à titre onéreux ou
200gratuit, un ou des exemplaires du Logiciel par tout procédé.
201
202Le Licencié est autorisé à redistribuer des copies du Logiciel, modifié ou non,
203à des tiers dans les conditions ci-après détaillées.
204
2055.3.1. REDISTRIBUTION DU LOGICIEL SANS MODIFICATION
206
207Le Licencié est autorisé à redistribuer des copies conformes du Logiciel, sous
208forme de Code Source ou de Code Objet, à condition que cette redistribution
209respecte les dispositions du Contrat dans leur totalité et soit accompagnée:
210
211d&rsquo;un exemplaire du Contrat,
212
213d&rsquo;un avertissement relatif à la restriction de garantie et de
214responsabilité du Concédant telle que prévue aux articles 8 et 9,
215
216et que, dans le cas où seul le Code Objet du Logiciel est redistribué, le
217Licencié permette aux futurs Licenciés d&rsquo;accéder facilement au Code
218Source complet du Logiciel en indiquant les modalités d&rsquo;accès, étant
219entendu que le coût additionnel d&rsquo;acquisition du Code Source ne devra pas
220excéder le simple coût de transfert des données.
221
2225.3.2. REDISTRIBUTION DU LOGICIEL MODIFIE
223
224Lorsque le Licencié apporte une Contribution au Logiciel, les conditions de
225redistribution du Logiciel Modifié sont alors soumises à l&rsquo;intégralité
226des dispositions du Contrat.
227
228Le Licencié est autorisé à redistribuer le Logiciel Modifié, sous forme de Code
229Source ou de Code Objet, à condition que cette redistribution respecte les
230dispositions du Contrat dans leur totalité et soit accompagnée:
231
232d&rsquo;un exemplaire du Contrat,
233
234d&rsquo;un avertissement relatif à la restriction de garantie et de
235responsabilité du concédant telle que prévue aux articles 8 et 9,
236
237et que, dans le cas où seul le Code Objet du Logiciel Modifié est redistribué,
238le Licencié permette aux futurs Licenciés d&rsquo;accéder facilement au Code
239Source complet du Logiciel Modifié en indiquant les modalités d&rsquo;accès,
240étant entendu que le coût additionnel d&rsquo;acquisition du Code Source ne
241devra pas excéder le simple coût de transfert des données.
242
2435.3.3. REDISTRIBUTION DES MODULES DYNAMIQUES
244
245Lorsque le Licencié a développé un Module Dynamique les conditions du Contrat
246ne s&rsquo;appliquent pas à ce Module Dynamique, qui peut être distribué sous
247un contrat de licence différent.
248
2495.3.4. COMPATIBILITE AVEC LA LICENCE GPL
250
251Dans le cas où le Logiciel, Modifié ou non, est intégré à un code soumis aux
252dispositions de la licence GPL, le Licencié est autorisé à redistribuer
253l&rsquo;ensemble sous la licence GPL.
254
255Dans le cas où le Logiciel Modifié intègre un code soumis aux dispositions de
256la licence GPL, le Licencié est autorisé à redistribuer le Logiciel Modifié
257sous la licence GPL.
258
259Article 6 - PROPRIETE INTELLECTUELLE
260
2616.1. SUR LE LOGICIEL INITIAL
262
263Le Titulaire est détenteur des droits patrimoniaux sur le Logiciel Initial.
264Toute utilisation du Logiciel Initial est soumise au respect des conditions
265dans lesquelles le Titulaire a choisi de diffuser son &oelig;uvre et nul autre
266n&rsquo;a la faculté de modifier les conditions de diffusion de ce Logiciel
267Initial.
268
269Le Titulaire s'engage à maintenir la diffusion du Logiciel initial sous les
270conditions du Contrat et ce, pour la durée visée à l'article 4.2.
271
2726.2. SUR LES CONTRIBUTIONS
273
274Les droits de propriété intellectuelle sur les Contributions sont attachés au
275titulaire de droits patrimoniaux désigné par la législation applicable.
276
2776.3. SUR LES MODULES DYNAMIQUES
278
279Le Licencié ayant développé un Module Dynamique est titulaire des droits de
280propriété intellectuelle sur ce Module Dynamique et reste libre du choix du
281contrat régissant sa diffusion.
282
2836.4. DISPOSITIONS COMMUNES
284
2856.4.1. Le Licencié s&rsquo;engage expressément:
286
287à ne pas supprimer ou modifier de quelque manière que ce soit les mentions de
288propriété intellectuelle apposées sur le Logiciel;
289
290à reproduire à l&rsquo;identique lesdites mentions de propriété intellectuelle
291sur les copies du Logiciel.
292
2936.4.2. Le Licencié s&rsquo;engage à ne pas porter atteinte, directement ou
294indirectement, aux droits de propriété intellectuelle du Titulaire et/ou des
295Contributeurs et à prendre, le cas échéant, à l&rsquo;égard de son personnel
296toutes les mesures nécessaires pour assurer le respect des dits droits de
297propriété intellectuelle du Titulaire et/ou des Contributeurs.
298
299Article 7 - SERVICES ASSOCIES
300
3017.1. Le Contrat n&rsquo;oblige en aucun cas le Concédant à la réalisation de
302prestations d&rsquo;assistance technique ou de maintenance du Logiciel.
303
304Cependant le Concédant reste libre de proposer ce type de services. Les termes
305et conditions d&rsquo;une telle assistance technique et/ou d&rsquo;une telle
306maintenance seront alors déterminés dans un acte séparé. Ces actes de
307maintenance et/ou assistance technique n&rsquo;engageront que la seule
308responsabilité du Concédant qui les propose.
309
3107.2. De même, tout Concédant est libre de proposer, sous sa seule
311responsabilité, à ses licenciés une garantie, qui n&rsquo;engagera que lui,
312lors de la redistribution du Logiciel et/ou du Logiciel Modifié et ce, dans les
313conditions qu&rsquo;il souhaite. Cette garantie et les modalités financières de
314son application feront l&rsquo;objet d&rsquo;un acte séparé entre le Concédant
315et le Licencié.
316
317Article 8 - RESPONSABILITE
318
3198.1. Sous réserve des dispositions de l&rsquo;article 8.2, si le Concédant
320n&rsquo;exécute pas tout ou partie des obligations mises à sa charge par le
321Contrat, le Licencié a la faculté, sous réserve de prouver la faute du
322Concédant concerné, de solliciter la réparation du préjudice direct qu&rsquo;il
323subit et dont il apportera la preuve.
324
3258.2. La responsabilité du Concédant est limitée aux engagements pris en
326application du Contrat et ne saurait être engagée en raison notamment:(i) des
327dommages dus à l&rsquo;inexécution, totale ou partielle, de ses obligations par
328le Licencié, (ii) des dommages directs ou indirects découlant de
329l&rsquo;utilisation ou des performances du Logiciel subis par le Licencié
330lorsqu&rsquo;il s&rsquo;agit d&rsquo;un professionnel utilisant le Logiciel à
331des fins professionnelles et (iii) des dommages indirects découlant de
332l&rsquo;utilisation ou des performances du Logiciel. Les Parties conviennent
333expressément que tout préjudice financier ou commercial (par exemple perte de
334données, perte de bénéfices, perte d&rsquo;exploitation, perte de clientèle ou
335de commandes, manque à gagner, trouble commercial quelconque) ou toute action
336dirigée contre le Licencié par un tiers, constitue un dommage indirect et
337n&rsquo;ouvre pas droit à réparation par le Concédant.
338
339Article 9 - GARANTIE
340
3419.1. Le Licencié reconnaît que l&rsquo;état actuel des connaissances
342scientifiques et techniques au moment de la mise en circulation du Logiciel ne
343permet pas d&rsquo;en tester et d&rsquo;en vérifier toutes les utilisations ni
344de détecter l&rsquo;existence d&rsquo;éventuels défauts. L&rsquo;attention du
345Licencié a été attirée sur ce point sur les risques associés au chargement, à
346l&rsquo;utilisation, la modification et/ou au développement et à la
347reproduction du Logiciel qui sont réservés à des utilisateurs avertis.
348
349Il relève de la responsabilité du Licencié de contrôler, par tous moyens,
350l&rsquo;adéquation du produit à ses besoins, son bon fonctionnement et de
351s'assurer qu&rsquo;il ne causera pas de dommages aux personnes et aux biens.
352
3539.2. Le Concédant déclare de bonne foi être en droit de concéder l'ensemble des
354droits attachés au Logiciel (comprenant notamment les droits visés à l'article
3555).
356
3579.3. Le Licencié reconnaît que le Logiciel est fourni &laquo;en l'état&raquo;
358par le Concédant sans autre garantie, expresse ou tacite, que celle prévue à
359l&rsquo;article 9.2 et notamment sans aucune garantie sur sa valeur
360commerciale, son caractère sécurisé, innovant ou pertinent.
361
362En particulier, le Concédant ne garantit pas que le Logiciel est exempt
363d'erreur, qu&rsquo;il fonctionnera sans interruption, qu&rsquo;il sera
364compatible avec l&rsquo;équipement du Licencié et sa configuration logicielle
365ni qu&rsquo;il remplira les besoins du Licencié.
366
3679.4. Le Concédant ne garantit pas, de manière expresse ou tacite, que le
368Logiciel ne porte pas atteinte à un quelconque droit de propriété
369intellectuelle d&rsquo;un tiers portant sur un brevet, un logiciel ou sur tout
370autre droit de propriété. Ainsi, le Concédant exclut toute garantie au profit
371du Licencié contre les actions en contrefaçon qui pourraient être diligentées
372au titre de l&rsquo;utilisation, de la modification, et de la redistribution du
373Logiciel. Néanmoins, si de telles actions sont exercées contre le Licencié, le
374Concédant lui apportera son aide technique et juridique pour sa défense. Cette
375aide technique et juridique est déterminée au cas par cas entre le Concédant
376concerné et le Licencié dans le cadre d&rsquo;un protocole d&rsquo;accord. Le
377Concédant dégage toute responsabilité quant à l&rsquo;utilisation de la
378dénomination du Logiciel par le Licencié. Aucune garantie n&rsquo;est apportée
379quant à l&rsquo;existence de droits antérieurs sur le nom du Logiciel et sur
380l&rsquo;existence d&rsquo;une marque.
381
382Article 10 - RESILIATION
383
38410.1. En cas de manquement par le Licencié aux obligations mises à sa charge
385par le Contrat, le Concédant pourra résilier de plein droit le Contrat trente
386(30) jours après notification adressée au Licencié et restée sans effet.
387
38810.2. Le Licencié dont le Contrat est résilié n&rsquo;est plus autorisé à
389utiliser, modifier ou distribuer le Logiciel. Cependant, toutes les licences
390qu&rsquo;il aura concédées antérieurement à la résiliation du Contrat resteront
391valides sous réserve qu&rsquo;elles aient été effectuées en conformité avec le
392Contrat.
393
394Article 11 - DISPOSITIONS DIVERSES
395
39611.1. CAUSE EXTERIEURE
397
398Aucune des Parties ne sera responsable d&rsquo;un retard ou d&rsquo;une
399défaillance d&rsquo;exécution du Contrat qui serait dû à un cas de force
400majeure, un cas fortuit ou une cause extérieure, telle que, notamment, le
401mauvais fonctionnement ou les interruptions du réseau électrique ou de
402télécommunication, la paralysie du réseau liée à une attaque informatique,
403l&rsquo;intervention des autorités gouvernementales, les catastrophes
404naturelles, les dégâts des eaux, les tremblements de terre, le feu, les
405explosions, les grèves et les conflits sociaux, l&rsquo;état de guerre…
406
40711.2. Le fait, par l&rsquo;une ou l&rsquo;autre des Parties, d&rsquo;omettre en
408une ou plusieurs occasions de se prévaloir d&rsquo;une ou plusieurs
409dispositions du Contrat, ne pourra en aucun cas impliquer renonciation par la
410Partie intéressée à s&rsquo;en prévaloir ultérieurement.
411
41211.3. Le Contrat annule et remplace toute convention antérieure, écrite ou
413orale, entre les Parties sur le même objet et constitue l&rsquo;accord entier
414entre les Parties sur cet objet. Aucune addition ou modification aux termes du
415Contrat n&rsquo;aura d&rsquo;effet à l&rsquo;égard des Parties à moins
416d&rsquo;être faite par écrit et signée par leurs représentants dûment
417habilités.
418
41911.4. Dans l&rsquo;hypothèse où une ou plusieurs des dispositions du Contrat
420s&rsquo;avèrerait contraire à une loi ou à un texte applicable, existants ou
421futurs, cette loi ou ce texte prévaudrait, et les Parties feraient les
422amendements nécessaires pour se conformer à cette loi ou à ce texte. Toutes les
423autres dispositions resteront en vigueur. De même, la nullité, pour quelque
424raison que ce soit, d&rsquo;une des dispositions du Contrat ne saurait
425entraîner la nullité de l&rsquo;ensemble du Contrat.
426
42711.5. LANGUE
428
429Le Contrat est rédigé en langue française et en langue anglaise. En cas de
430divergence d&rsquo;interprétation, seule la version française fait foi.
431
432Article 12 - NOUVELLES VERSIONS DU CONTRAT
433
43412.1. Toute personne est autorisée à copier et distribuer des copies de ce
435Contrat.
436
43712.2. Afin d&rsquo;en préserver la cohérence, le texte du Contrat est protégé
438et ne peut être modifié que par les auteurs de la licence, lesquels se
439réservent le droit de publier périodiquement des mises à jour ou de nouvelles
440versions du Contrat, qui possèderont chacune un numéro distinct. Ces versions
441ultérieures seront susceptibles de prendre en compte de nouvelles
442problématiques rencontrées par les logiciels libres.
443
44412.3. Tout Logiciel diffusé sous une version donnée du Contrat ne pourra faire
445l'objet d'une diffusion ultérieure que sous la même version du Contrat ou une
446version postérieure, sous réserve des dispositions de l'article 5.3.4.
447
448Article 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE
449
45013.1. Le Contrat est régi par la loi française. Les Parties conviennent de
451tenter de régler à l&rsquo;amiable les différends ou litiges qui viendraient à
452se produire par suite ou à l&rsquo;occasion du Contrat.
453
45413.2. A défaut d&rsquo;accord amiable dans un délai de deux (2) mois à compter
455de leur survenance et sauf situation relevant d&rsquo;une procédure
456d&rsquo;urgence, les différends ou litiges seront portés par la Partie la plus
457diligente devant les Tribunaux compétents de Paris.
458
4591 Ce: CEA, C: CNRS, I: INRIA, LL: Logiciel Libre
460
461
462Version 1 du 21/06/2004
diff --git a/meta/files/common-licenses/CECILL-2 b/meta/files/common-licenses/CECILL-2
deleted file mode 100644
index f5594068e7..0000000000
--- a/meta/files/common-licenses/CECILL-2
+++ /dev/null
@@ -1,451 +0,0 @@
1
2CONTRAT DE LICENCE DE LOGICIEL LIBRE CeCILL
3
4Avertissement
5
6Ce contrat est une licence de logiciel libre issue d'une concertation entre ses
7auteurs afin que le respect de deux grands principes préside à sa rédaction:
8
9d'une part, le respect des principes de diffusion des logiciels libres: accès
10au code source, droits étendus conférés aux utilisateurs,
11d'autre part, la désignation d'un droit applicable, le droit français, auquel
12elle est conforme, tant au regard du droit de la responsabilité civile que du
13droit de la propriété intellectuelle et de la protection qu'il offre aux
14auteurs et titulaires des droits patrimoniaux sur un logiciel.
15Les auteurs de la licence CeCILL1 sont:
16
17Commissariat à l'Energie Atomique - CEA, établissement public de recherche à
18caractère scientifique, technique et industriel, dont le siège est situé 25 rue
19Leblanc, immeuble Le Ponant D, 75015 Paris.
20
21Centre National de la Recherche Scientifique - CNRS, établissement public à
22caractère scientifique et technologique, dont le siège est situé 3 rue Michel-
23Ange, 75794 Paris cedex 16.
24
25Institut National de Recherche en Informatique et en Automatique - INRIA,
26établissement public à caractère scientifique et technologique, dont le siège
27est situé Domaine de Voluceau, Rocquencourt, BP 105, 78153 Le Chesnay cedex.
28
29Préambule
30
31Ce contrat est une licence de logiciel libre dont l'objectif est de conférer
32aux utilisateurs la liberté de modification et de redistribution du logiciel
33régi par cette licence dans le cadre d'un modèle de diffusion en logiciel
34libre.
35
36L'exercice de ces libertés est assorti de certains devoirs à la charge des
37utilisateurs afin de préserver ce statut au cours des redistributions
38ultérieures.
39
40L'accessibilité au code source et les droits de copie, de modification et de
41redistribution qui en découlent ont pour contrepartie de n'offrir aux
42utilisateurs qu'une garantie limitée et de ne faire peser sur l'auteur du
43logiciel, le titulaire des droits patrimoniaux et les concédants successifs
44qu'une responsabilité restreinte.
45
46A cet égard l'attention de l'utilisateur est attirée sur les risques associés
47au chargement, à l'utilisation, à la modification et/ou au développement et à
48la reproduction du logiciel par l'utilisateur étant donné sa spécificité de
49logiciel libre, qui peut le rendre complexe à manipuler et qui le réserve donc
50à des développeurs ou des professionnels avertis possédant des connaissances
51informatiques approfondies. Les utilisateurs sont donc invités à charger et
52tester l'adéquation du logiciel à leurs besoins dans des conditions permettant
53d'assurer la sécurité de leurs systèmes et/ou de leurs données et, plus
54généralement, à l'utiliser et l'exploiter dans les mêmes conditions de
55sécurité. Ce contrat peut être reproduit et diffusé librement, sous réserve de
56le conserver en l'état, sans ajout ni suppression de clauses.
57
58Ce contrat est susceptible de s'appliquer à tout logiciel dont le titulaire des
59droits patrimoniaux décide de soumettre l'exploitation aux dispositions qu'il
60contient.
61
62Article 1 - DEFINITIONS
63
64Dans ce contrat, les termes suivants, lorsqu'ils seront écrits avec une lettre
65capitale, auront la signification suivante:
66
67Contrat: désigne le présent contrat de licence, ses éventuelles versions
68postérieures et annexes.
69
70Logiciel: désigne le logiciel sous sa forme de Code Objet et/ou de Code Source
71et le cas échéant sa documentation, dans leur état au moment de l'acceptation
72du Contrat par le Licencié.
73
74Logiciel Initial: désigne le Logiciel sous sa forme de Code Source et
75éventuellement de Code Objet et le cas échéant sa documentation, dans leur état
76au moment de leur première diffusion sous les termes du Contrat.
77
78Logiciel Modifié: désigne le Logiciel modifié par au moins une Contribution.
79
80Code Source: désigne l'ensemble des instructions et des lignes de programme du
81Logiciel et auquel l'accès est nécessaire en vue de modifier le Logiciel.
82
83Code Objet: désigne les fichiers binaires issus de la compilation du Code
84Source.
85
86Titulaire: désigne le ou les détenteurs des droits patrimoniaux d'auteur sur le
87Logiciel Initial.
88
89Licencié: désigne le ou les utilisateurs du Logiciel ayant accepté le Contrat.
90
91Contributeur: désigne le Licencié auteur d'au moins une Contribution.
92
93Concédant: désigne le Titulaire ou toute personne physique ou morale
94distribuant le Logiciel sous le Contrat.
95
96Contribution: désigne l'ensemble des modifications, corrections, traductions,
97adaptations et/ou nouvelles fonctionnalités intégrées dans le Logiciel par tout
98Contributeur, ainsi que tout Module Interne.
99
100Module: désigne un ensemble de fichiers sources y compris leur documentation
101qui permet de réaliser des fonctionnalités ou services supplémentaires à ceux
102fournis par le Logiciel.
103
104Module Externe: désigne tout Module, non dérivé du Logiciel, tel que ce Module
105et le Logiciel s'exécutent dans des espaces d'adressage différents, l'un
106appelant l'autre au moment de leur exécution.
107
108Module Interne: désigne tout Module lié au Logiciel de telle sorte qu'ils
109s'exécutent dans le même espace d'adressage.
110
111GNU GPL: désigne la GNU General Public License dans sa version 2 ou toute
112version ultérieure, telle que publiée par Free Software Foundation Inc.
113
114Parties: désigne collectivement le Licencié et le Concédant.
115
116Ces termes s'entendent au singulier comme au pluriel.
117
118Article 2 - OBJET
119
120Le Contrat a pour objet la concession par le Concédant au Licencié d'une
121licence non exclusive, cessible et mondiale du Logiciel telle que définie ci-
122après à l'article 5 pour toute la durée de protection des droits portant sur ce
123Logiciel.
124
125Article 3 - ACCEPTATION
126
1273.1 L'acceptation par le Licencié des termes du Contrat est réputée acquise du
128fait du premier des faits suivants:
129
130(i) le chargement du Logiciel par tout moyen notamment par téléchargement à
131partir d'un serveur distant ou par chargement à partir d'un support physique;
132(ii) le premier exercice par le Licencié de l'un quelconque des droits concédés
133par le Contrat.
1343.2 Un exemplaire du Contrat, contenant notamment un avertissement relatif aux
135spécificités du Logiciel, à la restriction de garantie et à la limitation à un
136usage par des utilisateurs expérimentés a été mis à disposition du Licencié
137préalablement à son acceptation telle que définie à l'article 3.1 ci dessus et
138le Licencié reconnaît en avoir pris connaissance.
139
140Article 4 - ENTREE EN VIGUEUR ET DUREE
141
1424.1 ENTREE EN VIGUEUR
143
144Le Contrat entre en vigueur à la date de son acceptation par le Licencié telle
145que définie en 3.1.
146
1474.2 DUREE
148
149Le Contrat produira ses effets pendant toute la durée légale de protection des
150droits patrimoniaux portant sur le Logiciel.
151
152Article 5 - ETENDUE DES DROITS CONCEDES
153
154Le Concédant concède au Licencié, qui accepte, les droits suivants sur le
155Logiciel pour toutes destinations et pour la durée du Contrat dans les
156conditions ci-après détaillées.
157
158Par ailleurs, si le Concédant détient ou venait à détenir un ou plusieurs
159brevets d'invention protégeant tout ou partie des fonctionnalités du Logiciel
160ou de ses composants, il s'engage à ne pas opposer les éventuels droits
161conférés par ces brevets aux Licenciés successifs qui utiliseraient,
162exploiteraient ou modifieraient le Logiciel. En cas de cession de ces brevets,
163le Concédant s'engage à faire reprendre les obligations du présent alinéa aux
164cessionnaires.
165
1665.1 DROIT D'UTILISATION
167
168Le Licencié est autorisé à utiliser le Logiciel, sans restriction quant aux
169domaines d'application, étant ci-après précisé que cela comporte:
170
171la reproduction permanente ou provisoire du Logiciel en tout ou partie par tout
172moyen et sous toute forme.
173
174le chargement, l'affichage, l'exécution, ou le stockage du Logiciel sur tout
175support.
176
177la possibilité d'en observer, d'en étudier, ou d'en tester le fonctionnement
178afin de déterminer les idées et principes qui sont à la base de n'importe quel
179élément de ce Logiciel; et ceci, lorsque le Licencié effectue toute opération
180de chargement, d'affichage, d'exécution, de transmission ou de stockage du
181Logiciel qu'il est en droit d'effectuer en vertu du Contrat.
182
1835.2 DROIT D'APPORTER DES CONTRIBUTIONS
184
185Le droit d'apporter des Contributions comporte le droit de traduire, d'adapter,
186d'arranger ou d'apporter toute autre modification au Logiciel et le droit de
187reproduire le logiciel en résultant.
188
189Le Licencié est autorisé à apporter toute Contribution au Logiciel sous réserve
190de mentionner, de façon explicite, son nom en tant qu'auteur de cette
191Contribution et la date de création de celle-ci.
192
1935.3 DROIT DE DISTRIBUTION
194
195Le droit de distribution comporte notamment le droit de diffuser, de
196transmettre et de communiquer le Logiciel au public sur tout support et par
197tout moyen ainsi que le droit de mettre sur le marché à titre onéreux ou
198gratuit, un ou des exemplaires du Logiciel par tout procédé.
199
200Le Licencié est autorisé à distribuer des copies du Logiciel, modifié ou non, à
201des tiers dans les conditions ci-après détaillées.
202
2035.3.1 DISTRIBUTION DU LOGICIEL SANS MODIFICATION
204
205Le Licencié est autorisé à distribuer des copies conformes du Logiciel, sous
206forme de Code Source ou de Code Objet, à condition que cette distribution
207respecte les dispositions du Contrat dans leur totalité et soit accompagnée:
208
209d'un exemplaire du Contrat,
210
211d'un avertissement relatif à la restriction de garantie et de responsabilité du
212Concédant telle que prévue aux articles 8 et 9,
213
214et que, dans le cas où seul le Code Objet du Logiciel est redistribué, le
215Licencié permette aux futurs Licenciés d'accéder facilement au Code Source
216complet du Logiciel en indiquant les modalités d'accès, étant entendu que le
217coût additionnel d'acquisition du Code Source ne devra pas excéder le simple
218coût de transfert des données.
219
2205.3.2 DISTRIBUTION DU LOGICIEL MODIFIE
221
222Lorsque le Licencié apporte une Contribution au Logiciel, les conditions de
223distribution du Logiciel Modifié en résultant sont alors soumises à
224l'intégralité des dispositions du Contrat.
225
226Le Licencié est autorisé à distribuer le Logiciel Modifié, sous forme de code
227source ou de code objet, à condition que cette distribution respecte les
228dispositions du Contrat dans leur totalité et soit accompagnée:
229
230d'un exemplaire du Contrat,
231
232d'un avertissement relatif à la restriction de garantie et de responsabilité du
233Concédant telle que prévue aux articles 8 et 9,
234
235et que, dans le cas où seul le code objet du Logiciel Modifié est redistribué,
236le Licencié permette aux futurs Licenciés d'accéder facilement au code source
237complet du Logiciel Modifié en indiquant les modalités d'accès, étant entendu
238que le coût additionnel d'acquisition du code source ne devra pas excéder le
239simple coût de transfert des données.
240
2415.3.3 DISTRIBUTION DES MODULES EXTERNES
242
243Lorsque le Licencié a développé un Module Externe les conditions du Contrat ne
244s'appliquent pas à ce Module Externe, qui peut être distribué sous un contrat
245de licence différent.
246
2475.3.4 COMPATIBILITE AVEC LA LICENCE GNU GPL
248
249Le Licencié peut inclure un code soumis aux dispositions d'une des versions de
250la licence GNU GPL dans le Logiciel modifié ou non et distribuer l'ensemble
251sous les conditions de la même version de la licence GNU GPL.
252
253Le Licencié peut inclure le Logiciel modifié ou non dans un code soumis aux
254dispositions d'une des versions de la licence GNU GPL et distribuer l'ensemble
255sous les conditions de la même version de la licence GNU GPL.
256
257Article 6 - PROPRIETE INTELLECTUELLE
258
2596.1 SUR LE LOGICIEL INITIAL
260
261Le Titulaire est détenteur des droits patrimoniaux sur le Logiciel Initial.
262Toute utilisation du Logiciel Initial est soumise au respect des conditions
263dans lesquelles le Titulaire a choisi de diffuser son oeuvre et nul autre n'a
264la faculté de modifier les conditions de diffusion de ce Logiciel Initial.
265
266Le Titulaire s'engage à ce que le Logiciel Initial reste au moins régi par le
267Contrat et ce, pour la durée visée à l'article 4.2.
268
2696.2 SUR LES CONTRIBUTIONS
270
271Le Licencié qui a développé une Contribution est titulaire sur celle-ci des
272droits de propriété intellectuelle dans les conditions définies par la
273législation applicable.
274
2756.3 SUR LES MODULES EXTERNES
276
277Le Licencié qui a développé un Module Externe est titulaire sur celui-ci des
278droits de propriété intellectuelle dans les conditions définies par la
279législation applicable et reste libre du choix du contrat régissant sa
280diffusion.
281
2826.4 DISPOSITIONS COMMUNES
283
284Le Licencié s'engage expressément:
285
286à ne pas supprimer ou modifier de quelque manière que ce soit les mentions de
287propriété intellectuelle apposées sur le Logiciel;
288
289à reproduire à l'identique lesdites mentions de propriété intellectuelle sur
290les copies du Logiciel modifié ou non.
291
292Le Licencié s'engage à ne pas porter atteinte, directement ou indirectement,
293aux droits de propriété intellectuelle du Titulaire et/ou des Contributeurs sur
294le Logiciel et à prendre, le cas échéant, à l'égard de son personnel toutes les
295mesures nécessaires pour assurer le respect des dits droits de propriété
296intellectuelle du Titulaire et/ou des Contributeurs.
297
298Article 7 - SERVICES ASSOCIES
299
3007.1 Le Contrat n'oblige en aucun cas le Concédant à la réalisation de
301prestations d'assistance technique ou de maintenance du Logiciel.
302
303Cependant le Concédant reste libre de proposer ce type de services. Les termes
304et conditions d'une telle assistance technique et/ou d'une telle maintenance
305seront alors déterminés dans un acte séparé. Ces actes de maintenance et/ou
306assistance technique n'engageront que la seule responsabilité du Concédant qui
307les propose.
308
3097.2 De même, tout Concédant est libre de proposer, sous sa seule
310responsabilité, à ses licenciés une garantie, qui n'engagera que lui, lors de
311la redistribution du Logiciel et/ou du Logiciel Modifié et ce, dans les
312conditions qu'il souhaite. Cette garantie et les modalités financières de son
313application feront l'objet d'un acte séparé entre le Concédant et le Licencié.
314
315Article 8 - RESPONSABILITE
316
3178.1 Sous réserve des dispositions de l'article 8.2, le Licencié a la faculté,
318sous réserve de prouver la faute du Concédant concerné, de solliciter la
319réparation du préjudice direct qu'il subirait du fait du Logiciel et dont il
320apportera la preuve.
321
3228.2 La responsabilité du Concédant est limitée aux engagements pris en
323application du Contrat et ne saurait être engagée en raison notamment: (i) des
324dommages dus à l'inexécution, totale ou partielle, de ses obligations par le
325Licencié, (ii) des dommages directs ou indirects découlant de l'utilisation ou
326des performances du Logiciel subis par le Licencié et (iii) plus généralement
327d'un quelconque dommage indirect. En particulier, les Parties conviennent
328expressément que tout préjudice financier ou commercial (par exemple perte de
329données, perte de bénéfices, perte d'exploitation, perte de clientèle ou de
330commandes, manque à gagner, trouble commercial quelconque) ou toute action
331dirigée contre le Licencié par un tiers, constitue un dommage indirect et
332n'ouvre pas droit à réparation par le Concédant.
333
334Article 9 - GARANTIE
335
3369.1 Le Licencié reconnaît que l'état actuel des connaissances scientifiques et
337techniques au moment de la mise en circulation du Logiciel ne permet pas d'en
338tester et d'en vérifier toutes les utilisations ni de détecter l'existence
339d'éventuels défauts. L'attention du Licencié a été attirée sur ce point sur les
340risques associés au chargement, à l'utilisation, la modification et/ou au
341développement et à la reproduction du Logiciel qui sont réservés à des
342utilisateurs avertis.
343
344Il relève de la responsabilité du Licencié de contrôler, par tous moyens,
345l'adéquation du produit à ses besoins, son bon fonctionnement et de s'assurer
346qu'il ne causera pas de dommages aux personnes et aux biens.
347
3489.2 Le Concédant déclare de bonne foi être en droit de concéder l'ensemble des
349droits attachés au Logiciel (comprenant notamment les droits visés à l'article
3505).
351
3529.3 Le Licencié reconnaît que le Logiciel est fourni "en l'état" par
353le Concédant sans autre garantie, expresse ou tacite, que celle prévue à
354l'article 9.2 et notamment sans aucune garantie sur sa valeur commerciale, son
355caractère sécurisé, innovant ou pertinent.
356
357En particulier, le Concédant ne garantit pas que le Logiciel est exempt
358d'erreur, qu'il fonctionnera sans interruption, qu'il sera compatible avec
359l'équipement du Licencié et sa configuration logicielle ni qu'il remplira les
360besoins du Licencié.
361
3629.4 Le Concédant ne garantit pas, de manière expresse ou tacite, que le
363Logiciel ne porte pas atteinte à un quelconque droit de propriété
364intellectuelle d'un tiers portant sur un brevet, un logiciel ou sur tout autre
365droit de propriété. Ainsi, le Concédant exclut toute garantie au profit du
366Licencié contre les actions en contrefaçon qui pourraient être diligentées au
367titre de l'utilisation, de la modification, et de la redistribution du
368Logiciel. Néanmoins, si de telles actions sont exercées contre le Licencié, le
369Concédant lui apportera son aide technique et juridique pour sa défense. Cette
370aide technique et juridique est déterminée au cas par cas entre le Concédant
371concerné et le Licencié dans le cadre d'un protocole d'accord. Le Concédant
372dégage toute responsabilité quant à l'utilisation de la dénomination du
373Logiciel par le Licencié. Aucune garantie n'est apportée quant à l'existence de
374droits antérieurs sur le nom du Logiciel et sur l'existence d'une marque.
375
376Article 10 - RESILIATION
377
37810.1 En cas de manquement par le Licencié aux obligations mises à sa charge par
379le Contrat, le Concédant pourra résilier de plein droit le Contrat trente (30)
380jours après notification adressée au Licencié et restée sans effet.
381
38210.2 Le Licencié dont le Contrat est résilié n'est plus autorisé à utiliser,
383modifier ou distribuer le Logiciel. Cependant, toutes les licences qu'il aura
384concédées antérieurement à la résiliation du Contrat resteront valides sous
385réserve qu'elles aient été effectuées en conformité avec le Contrat.
386
387Article 11 - DISPOSITIONS DIVERSES
388
38911.1 CAUSE EXTERIEURE
390
391Aucune des Parties ne sera responsable d'un retard ou d'une défaillance
392d'exécution du Contrat qui serait dû à un cas de force majeure, un cas fortuit
393ou une cause extérieure, telle que, notamment, le mauvais fonctionnement ou les
394interruptions du réseau électrique ou de télécommunication, la paralysie du
395réseau liée à une attaque informatique, l'intervention des autorités
396gouvernementales, les catastrophes naturelles, les dégâts des eaux, les
397tremblements de terre, le feu, les explosions, les grèves et les conflits
398sociaux, l'état de guerre...
399
40011.2 Le fait, par l'une ou l'autre des Parties, d'omettre en une ou plusieurs
401occasions de se prévaloir d'une ou plusieurs dispositions du Contrat, ne pourra
402en aucun cas impliquer renonciation par la Partie intéressée à s'en prévaloir
403ultérieurement.
404
40511.3 Le Contrat annule et remplace toute convention antérieure, écrite ou
406orale, entre les Parties sur le même objet et constitue l'accord entier entre
407les Parties sur cet objet. Aucune addition ou modification aux termes du
408Contrat n'aura d'effet à l'égard des Parties à moins d'être faite par écrit et
409signée par leurs représentants dûment habilités.
410
41111.4 Dans l'hypothèse où une ou plusieurs des dispositions du Contrat
412s'avèrerait contraire à une loi ou à un texte applicable, existants ou futurs,
413cette loi ou ce texte prévaudrait, et les Parties feraient les amendements
414nécessaires pour se conformer à cette loi ou à ce texte. Toutes les autres
415dispositions resteront en vigueur. De même, la nullité, pour quelque raison que
416ce soit, d'une des dispositions du Contrat ne saurait entraîner la nullité de
417l'ensemble du Contrat.
418
41911.5 LANGUE
420
421Le Contrat est rédigé en langue française et en langue anglaise, ces deux
422versions faisant également foi.
423
424Article 12 - NOUVELLES VERSIONS DU CONTRAT
425
42612.1 Toute personne est autorisée à copier et distribuer des copies de ce
427Contrat.
428
42912.2 Afin d'en préserver la cohérence, le texte du Contrat est protégé et ne
430peut être modifié que par les auteurs de la licence, lesquels se réservent le
431droit de publier périodiquement des mises à jour ou de nouvelles versions du
432Contrat, qui posséderont chacune un numéro distinct. Ces versions ultérieures
433seront susceptibles de prendre en compte de nouvelles problématiques
434rencontrées par les logiciels libres.
435
43612.3 Tout Logiciel diffusé sous une version donnée du Contrat ne pourra faire
437l'objet d'une diffusion ultérieure que sous la même version du Contrat ou une
438version postérieure, sous réserve des dispositions de l'article 5.3.4.
439
440Article 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE
441
44213.1 Le Contrat est régi par la loi française. Les Parties conviennent de
443tenter de régler à l'amiable les différends ou litiges qui viendraient à se
444produire par suite ou à l'occasion du Contrat.
445
44613.2 A défaut d'accord amiable dans un délai de deux (2) mois à compter de leur
447survenance et sauf situation relevant d'une procédure d'urgence, les différends
448ou litiges seront portés par la Partie la plus diligente devant les Tribunaux
449compétents de Paris.
450
4511 CeCILL est pour Ce(a) C(nrs) I(nria) L(ogiciel) L(ibre)
diff --git a/meta/files/common-licenses/CPAL-1 b/meta/files/common-licenses/CPAL-1
deleted file mode 100644
index 0405ea9385..0000000000
--- a/meta/files/common-licenses/CPAL-1
+++ /dev/null
@@ -1,435 +0,0 @@
1
2Common Public Attribution License Version 1.0 (CPAL)
31. "Definitions"
41.0.1 "Commercial Use" means distribution or otherwise making the
5Covered Code available to a third party.
61.1 "Contributor" means each entity that creates or contributes to
7the creation of Modifications.
81.2 "Contributor Version" means the combination of the Original
9Code, prior Modifications used by a Contributor, and the Modifications made by
10that particular Contributor.
111.3 "Covered Code" means the Original Code or Modifications or the
12combination of the Original Code and Modifications, in each case including
13portions thereof.
141.4 "Electronic Distribution Mechanism" means a mechanism generally
15accepted in the software development community for the electronic transfer of
16data.
171.5 "Executable" means Covered Code in any form other than Source
18Code.
191.6 "Initial Developer" means the individual or entity identified
20as the Initial Developer in the Source Code notice required by Exhibit A.
211.7 "Larger Work" means a work which combines Covered Code or
22portions thereof with code not governed by the terms of this License.
231.8 "License" means this document.
241.8.1 "Licensable" means having the right to grant, to the maximum
25extent possible, whether at the time of the initial grant or subsequently
26acquired, any and all of the rights conveyed herein.
271.9 "Modifications" means any addition to or deletion from the
28substance or structure of either the Original Code or any previous
29Modifications. When Covered Code is released as a series of files, a
30Modification is:
31A. Any addition to or deletion from the contents of a file containing Original
32Code or previous Modifications.
33B. Any new file that contains any part of the Original Code or previous
34Modifications.
351.10 "Original Code" means Source Code of computer software code
36which is described in the Source Code notice required by Exhibit A as Original
37Code, and which, at the time of its release under this License is not already
38Covered Code governed by this License.
391.10.1 "Patent Claims" means any patent claim(s), now owned or
40hereafter acquired, including without limitation, method, process, and
41apparatus claims, in any patent Licensable by grantor.
421.11 "Source Code" means the preferred form of the Covered Code for
43making modifications to it, including all modules it contains, plus any
44associated interface definition files, scripts used to control compilation and
45installation of an Executable, or source code differential comparisons against
46either the Original Code or another well known, available Covered Code of the
47Contributor&rsquo;s choice. The Source Code can be in a compressed or archival
48form, provided the appropriate decompression or de-archiving software is widely
49available for no charge.
501.12 "You" (or "Your") means an individual or a legal
51entity exercising rights under, and complying with all of the terms of, this
52License or a future version of this License issued under Section 6.1. For legal
53entities, "You" includes any entity which controls, is controlled
54by, or is under common control with You. For purposes of this definition,
55"control" means (a) the power, direct or indirect, to cause the
56direction or management of such entity, whether by contract or otherwise, or
57(b) ownership of more than fifty percent (50%) of the outstanding shares or
58beneficial ownership of such entity.
592. Source Code License.
602.1 The Initial Developer Grant.
61The Initial Developer hereby grants You a world-wide, royalty-free, non-
62exclusive license, subject to third party intellectual property claims:
63(a) under intellectual property rights (other than patent or trademark)
64Licensable by Initial Developer to use, reproduce, modify, display, perform,
65sublicense and distribute the Original Code (or portions thereof) with or
66without Modifications, and/or as part of a Larger Work; and
67(b) under Patents Claims infringed by the making, using or selling of Original
68Code, to make, have made, use, practice, sell, and offer for sale, and/or
69otherwise dispose of the Original Code (or portions thereof).
70(c) the licenses granted in this Section 2.1(a) and (b) are effective on the
71date Initial Developer first distributes Original Code under the terms of this
72License.
73(d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for
74code that You delete from the Original Code; 2) separate from the Original
75Code; or 3) for infringements caused by: i) the modification of the Original
76Code or ii) the combination of the Original Code with other software or
77devices.
782.2 Contributor Grant.
79Subject to third party intellectual property claims, each Contributor hereby
80grants You a world-wide, royalty-free, non-exclusive license
81(a) under intellectual property rights (other than patent or trademark)
82Licensable by Contributor, to use, reproduce, modify, display, perform,
83sublicense and distribute the Modifications created by such Contributor (or
84portions thereof) either on an unmodified basis, with other Modifications, as
85Covered Code and/or as part of a Larger Work; and
86(b) under Patent Claims infringed by the making, using, or selling of
87Modifications made by that Contributor either alone and/or in combination with
88its Contributor Version (or portions of such combination), to make, use, sell,
89offer for sale, have made, and/or otherwise dispose of: 1) Modifications made
90by that Contributor (or portions thereof); and 2) the combination of
91Modifications made by that Contributor with its Contributor Version (or
92portions of such combination).
93(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
94date Contributor first makes Commercial Use of the Covered Code.
95(d) Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for
96any code that Contributor has deleted from the Contributor Version; 2) separate
97from the Contributor Version; 3) for infringements caused by: i) third party
98modifications of Contributor Version or ii) the combination of Modifications
99made by that Contributor with other software (except as part of the Contributor
100Version) or other devices; or 4) under Patent Claims infringed by Covered Code
101in the absence of Modifications made by that Contributor.
1023. Distribution Obligations.
1033.1 Application of License.
104The Modifications which You create or to which You contribute are governed by
105the terms of this License, including without limitation Section 2.2. The Source
106Code version of Covered Code may be distributed only under the terms of this
107License or a future version of this License released under Section 6.1, and You
108must include a copy of this License with every copy of the Source Code You
109distribute. You may not offer or impose any terms on any Source Code version
110that alters or restricts the applicable version of this License or the
111recipients&rsquo; rights hereunder. However, You may include an additional
112document offering the additional rights described in Section 3.5.
1133.2 Availability of Source Code.
114Any Modification which You create or to which You contribute must be made
115available in Source Code form under the terms of this License either on the
116same media as an Executable version or via an accepted Electronic Distribution
117Mechanism to anyone to whom you made an Executable version available; and if
118made available via Electronic Distribution Mechanism, must remain available for
119at least twelve (12) months after the date it initially became available, or at
120least six (6) months after a subsequent version of that particular Modification
121has been made available to such recipients. You are responsible for ensuring
122that the Source Code version remains available even if the Electronic
123Distribution Mechanism is maintained by a third party.
1243.3 Description of Modifications.
125You must cause all Covered Code to which You contribute to contain a file
126documenting the changes You made to create that Covered Code and the date of
127any change. You must include a prominent statement that the Modification is
128derived, directly or indirectly, from Original Code provided by the Initial
129Developer and including the name of the Initial Developer in (a) the Source
130Code, and (b) in any notice in an Executable version or related documentation
131in which You describe the origin or ownership of the Covered Code.
1323.4 Intellectual Property Matters
133(a) Third Party Claims.
134If Contributor has knowledge that a license under a third party&rsquo;s
135intellectual property rights is required to exercise the rights granted by such
136Contributor under Sections 2.1 or 2.2, Contributor must include a text file
137with the Source Code distribution titled "LEGAL" which describes
138the claim and the party making the claim in sufficient detail that a recipient
139will know whom to contact. If Contributor obtains such knowledge after the
140Modification is made available as described in Section 3.2, Contributor shall
141promptly modify the LEGAL file in all copies Contributor makes available
142thereafter and shall take other steps (such as notifying appropriate mailing
143lists or newsgroups) reasonably calculated to inform those who received the
144Covered Code that new knowledge has been obtained.
145(b) Contributor APIs.
146If Contributor&rsquo;s Modifications include an application programming
147interface and Contributor has knowledge of patent licenses which are reasonably
148necessary to implement that API, Contributor must also include this information
149in the LEGAL file.
150(c) Representations.
151Contributor represents that, except as disclosed pursuant to Section 3.4(a)
152above, Contributor believes that Contributor&rsquo;s Modifications are
153Contributor&rsquo;s original creation(s) and/or Contributor has sufficient
154rights to grant the rights conveyed by this License.
1553.5 Required Notices.
156You must duplicate the notice in Exhibit A in each file of the Source Code. If
157it is not possible to put such notice in a particular Source Code file due to
158its structure, then You must include such notice in a location (such as a
159relevant directory) where a user would be likely to look for such a notice. If
160You created one or more Modification(s) You may add your name as a Contributor
161to the notice described in Exhibit A. You must also duplicate this License in
162any documentation for the Source Code where You describe recipients&rsquo;
163rights or ownership rights relating to Covered Code. You may choose to offer,
164and to charge a fee for, warranty, support, indemnity or liability obligations
165to one or more recipients of Covered Code. However, You may do so only on Your
166own behalf, and not on behalf of the Initial Developer or any Contributor. You
167must make it absolutely clear than any such warranty, support, indemnity or
168liability obligation is offered by You alone, and You hereby agree to indemnify
169the Initial Developer and every Contributor for any liability incurred by the
170Initial Developer or such Contributor as a result of warranty, support,
171indemnity or liability terms You offer.
1723.6 Distribution of Executable Versions.
173You may distribute Covered Code in Executable form only if the requirements of
174Section 3.1-3.5 have been met for that Covered Code, and if You include a
175notice stating that the Source Code version of the Covered Code is available
176under the terms of this License, including a description of how and where You
177have fulfilled the obligations of Section 3.2. The notice must be conspicuously
178included in any notice in an Executable version, related documentation or
179collateral in which You describe recipients&rsquo; rights relating to the
180Covered Code. You may distribute the Executable version of Covered Code or
181ownership rights under a license of Your choice, which may contain terms
182different from this License, provided that You are in compliance with the terms
183of this License and that the license for the Executable version does not
184attempt to limit or alter the recipient&rsquo;s rights in the Source Code
185version from the rights set forth in this License. If You distribute the
186Executable version under a different license You must make it absolutely clear
187that any terms which differ from this License are offered by You alone, not by
188the Initial Developer, Original Developer or any Contributor. You hereby agree
189to indemnify the Initial Developer, Original Developer and every Contributor
190for any liability incurred by the Initial Developer, Original Developer or such
191Contributor as a result of any such terms You offer.
1923.7 Larger Works.
193You may create a Larger Work by combining Covered Code with other code not
194governed by the terms of this License and distribute the Larger Work as a
195single product. In such a case, You must make sure the requirements of this
196License are fulfilled for the Covered Code.
1974. Inability to Comply Due to Statute or Regulation.
198If it is impossible for You to comply with any of the terms of this License
199with respect to some or all of the Covered Code due to statute, judicial order,
200or regulation then You must: (a) comply with the terms of this License to the
201maximum extent possible; and (b) describe the limitations and the code they
202affect. Such description must be included in the LEGAL file described in
203Section 3.4 and must be included with all distributions of the Source Code.
204Except to the extent prohibited by statute or regulation, such description must
205be sufficiently detailed for a recipient of ordinary skill to be able to
206understand it.
2075. Application of this License.
208This License applies to code to which the Initial Developer has attached the
209notice in Exhibit A and to related Covered Code.
2106. Versions of the License.
2116.1 New Versions.
212Socialtext, Inc. ("Socialtext") may publish revised and/or new
213versions of the License from time to time. Each version will be given a
214distinguishing version number.
2156.2 Effect of New Versions.
216Once Covered Code has been published under a particular version of the License,
217You may always continue to use it under the terms of that version. You may also
218choose to use such Covered Code under the terms of any subsequent version of
219the License published by Socialtext. No one other than Socialtext has the right
220to modify the terms applicable to Covered Code created under this License.
2216.3 Derivative Works.
222If You create or use a modified version of this License (which you may only do
223in order to apply it to code which is not already Covered Code governed by this
224License), You must (a) rename Your license so that the phrases
225"Socialtext", "CPAL" or any confusingly similar phrase
226do not appear in your license (except to note that your license differs from
227this License) and (b) otherwise make it clear that Your version of the license
228contains terms which differ from the CPAL. (Filling in the name of the Initial
229Developer, Original Developer, Original Code or Contributor in the notice
230described in Exhibit A shall not of themselves be deemed to be modifications of
231this License.)
2327. DISCLAIMER OF WARRANTY.
233COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
234WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
235LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE,
236FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE
237QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED
238CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER, ORIGINAL
239DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
240REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART
241OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT
242UNDER THIS DISCLAIMER.
2438. TERMINATION.
2448.1 This License and the rights granted hereunder will terminate automatically
245if You fail to comply with terms herein and fail to cure such breach within 30
246days of becoming aware of the breach. All sublicenses to the Covered Code which
247are properly granted shall survive any termination of this License. Provisions
248which, by their nature, must remain in effect beyond the termination of this
249License shall survive.
2508.2 If You initiate litigation by asserting a patent infringement claim
251(excluding declatory judgment actions) against Initial Developer, Original
252Developer or a Contributor (the Initial Developer, Original Developer or
253Contributor against whom You file such action is referred to as
254"Participant") alleging that:
255(a) such Participant&rsquo;s Contributor Version directly or indirectly
256infringes any patent, then any and all rights granted by such Participant to
257You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice
258from Participant terminate prospectively, unless if within 60 days after
259receipt of notice You either: (i) agree in writing to pay Participant a
260mutually agreeable reasonable royalty for Your past and future use of
261Modifications made by such Participant, or (ii) withdraw Your litigation claim
262with respect to the Contributor Version against such Participant. If within 60
263days of notice, a reasonable royalty and payment arrangement are not mutually
264agreed upon in writing by the parties or the litigation claim is not withdrawn,
265the rights granted by Participant to You under Sections 2.1 and/or 2.2
266automatically terminate at the expiration of the 60 day notice period specified
267above.
268(b) any software, hardware, or device, other than such Participant&rsquo;s
269Contributor Version, directly or indirectly infringes any patent, then any
270rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are
271revoked effective as of the date You first made, used, sold, distributed, or
272had made, Modifications made by that Participant.
2738.3 If You assert a patent infringement claim against Participant alleging that
274such Participant&rsquo;s Contributor Version directly or indirectly infringes
275any patent where such claim is resolved (such as by license or settlement)
276prior to the initiation of patent infringement litigation, then the reasonable
277value of the licenses granted by such Participant under Sections 2.1 or 2.2
278shall be taken into account in determining the amount or value of any payment
279or license.
2808.4 In the event of termination under Sections 8.1 or 8.2 above, all end user
281license agreements (excluding distributors and resellers) which have been
282validly granted by You or any distributor hereunder prior to termination shall
283survive termination.
2849. LIMITATION OF LIABILITY.
285UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
286NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ORIGINAL
287DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY
288SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT,
289SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING,
290WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER
291FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN
292IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
293LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
294INJURY RESULTING FROM SUCH PARTY&rsquo;S NEGLIGENCE TO THE EXTENT APPLICABLE
295LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
296LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
297LIMITATION MAY NOT APPLY TO YOU.
29810. U.S. GOVERNMENT END USERS.
299The Covered Code is a "commercial item," as that term is defined in
30048 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
301software" and "commercial computer software documentation,"
302as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
303C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S.
304Government End Users acquire Covered Code with only those rights set forth
305herein.
30611. MISCELLANEOUS.
307This License represents the complete agreement concerning subject matter
308hereof. If any provision of this License is held to be unenforceable, such
309provision shall be reformed only to the extent necessary to make it
310enforceable. This License shall be governed by California law provisions
311(except to the extent applicable law, if any, provides otherwise), excluding
312its conflict-of-law provisions. With respect to disputes in which at least one
313party is a citizen of, or an entity chartered or registered to do business in
314the United States of America, any litigation relating to this License shall be
315subject to the jurisdiction of the Federal Courts of the Northern District of
316California, with venue lying in Santa Clara County, California, with the losing
317party responsible for costs, including without limitation, court costs and
318reasonable attorneys&rsquo; fees and expenses. The application of the United
319Nations Convention on Contracts for the International Sale of Goods is
320expressly excluded. Any law or regulation which provides that the language of a
321contract shall be construed against the drafter shall not apply to this
322License.
32312. RESPONSIBILITY FOR CLAIMS.
324As between Initial Developer, Original Developer and the Contributors, each
325party is responsible for claims and damages arising, directly or indirectly,
326out of its utilization of rights under this License and You agree to work with
327Initial Developer, Original Developer and Contributors to distribute such
328responsibility on an equitable basis. Nothing herein is intended or shall be
329deemed to constitute any admission of liability.
33013. MULTIPLE-LICENSED CODE.
331Initial Developer may designate portions of the Covered Code as Multiple-
332Licensed. Multiple-Licensed means that the Initial Developer permits you to
333utilize portions of the Covered Code under Your choice of the CPAL or the
334alternative licenses, if any, specified by the Initial Developer in the file
335described in Exhibit A.
33614. ADDITIONAL TERM: ATTRIBUTION
337(a) As a modest attribution to the organizer of the development of the Original
338Code ("Original Developer"), in the hope that its promotional value
339may help justify the time, money and effort invested in writing the Original
340Code, the Original Developer may include in Exhibit B ("Attribution
341Information") a requirement that each time an Executable and Source Code
342or a Larger Work is launched or initially run (which includes initiating a
343session), a prominent display of the Original Developer&rsquo;s Attribution
344Information (as defined below) must occur on the graphic user interface
345employed by the end user to access such Covered Code (which may include display
346on a splash screen), if any. The size of the graphic image should be consistent
347with the size of the other elements of the Attribution Information. If the
348access by the end user to the Executable and Source Code does not create a
349graphic user interface for access to the Covered Code, this obligation shall
350not apply. If the Original Code displays such Attribution Information in a
351particular form (such as in the form of a splash screen, notice at login, an
352"about" display, or dedicated attribution area on user interface
353screens), continued use of such form for that Attribution Information is one
354way of meeting this requirement for notice.
355(b) Attribution information may only include a copyright notice, a brief
356phrase, graphic image and a URL ("Attribution Information") and is
357subject to the Attribution Limits as defined below. For these purposes,
358prominent shall mean display for sufficient duration to give reasonable notice
359to the user of the identity of the Original Developer and that if You include
360Attribution Information or similar information for other parties, You must
361ensure that the Attribution Information for the Original Developer shall be no
362less prominent than such Attribution Information or similar information for the
363other party. For greater certainty, the Original Developer may choose to
364specify in Exhibit B below that the above attribution requirement only applies
365to an Executable and Source Code resulting from the Original Code or any
366Modification, but not a Larger Work. The intent is to provide for reasonably
367modest attribution, therefore the Original Developer cannot require that You
368display, at any time, more than the following information as Attribution
369Information: (a) a copyright notice including the name of the Original
370Developer; (b) a word or one phrase (not exceeding 10 words); (c) one graphic
371image provided by the Original Developer; and (d) a URL (collectively, the
372"Attribution Limits").
373(c) If Exhibit B does not include any Attribution Information, then there are
374no requirements for You to display any Attribution Information of the Original
375Developer.
376(d) You acknowledge that all trademarks, service marks and/or trade names
377contained within the Attribution Information distributed with the Covered Code
378are the exclusive property of their owners and may only be used with the
379permission of their owners, or under circumstances otherwise permitted by law
380or as expressly set out in this License.
38115. ADDITIONAL TERM: NETWORK USE.
382The term "External Deployment" means the use, distribution, or
383communication of the Original Code or Modifications in any way such that the
384Original Code or Modifications may be used by anyone other than You, whether
385those works are distributed or communicated to those persons or made available
386as an application intended for use over a network. As an express condition for
387the grants of license hereunder, You must treat any External Deployment by You
388of the Original Code or Modifications as a distribution under section 3.1 and
389make Source Code available under Section 3.2.
390
391EXHIBIT A. Common Public Attribution License Version 1.0.
392"The contents of this file are subject to the Common Public Attribution
393License Version 1.0 (the "License"); you may not use this file
394except in compliance with the License. You may obtain a copy of the License at
395_____________. The License is based on the Mozilla Public License Version 1.1
396but Sections 14 and 15 have been added to cover use of software over a computer
397network and provide for limited attribution for the Original Developer. In
398addition, Exhibit A has been modified to be consistent with Exhibit B.
399Software distributed under the License is distributed on an "AS IS"
400basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
401for the specific language governing rights and limitations under the License.
402The Original Code is______________________.
403The Original Developer is not the Initial Developer and is __________. If left
404blank, the Original Developer is the Initial Developer.
405The Initial Developer of the Original Code is ____________. All portions of the
406code written by ___________ are Copyright (c) _____. All Rights Reserved.
407Contributor ______________________.
408Alternatively, the contents of this file may be used under the terms of the
409_____ license (the [___] License), in which case the provisions of [______]
410License are applicable instead of those above.
411If you wish to allow use of your version of this file only under the terms of
412the [____] License and not to allow others to use your version of this file
413under the CPAL, indicate your decision by deleting the provisions above and
414replace them with the notice and other provisions required by the [___]
415License. If you do not delete the provisions above, a recipient may use your
416version of this file under either the CPAL or the [___] License."
417[NOTE: The text of this Exhibit A may differ slightly from the text of the
418notices in the Source Code files of the Original Code. You should use the text
419of this Exhibit A rather than the text found in the Original Code Source Code
420for Your Modifications.]
421
422EXHIBIT B. Attribution Information
423Attribution Copyright Notice: _______________________
424Attribution Phrase (not exceeding 10 words): _______________________
425Attribution URL: _______________________
426Graphic Image as provided in the Covered Code, if any.
427Display of Attribution Information is [required/not required] in Larger Works
428which are defined in the CPAL as a work which combines Covered Code or portions
429thereof with code not governed by the terms of the CPAL.
430
431
432
433
434
435
diff --git a/meta/files/common-licenses/CPL-1 b/meta/files/common-licenses/CPL-1
deleted file mode 100644
index d95a7d860b..0000000000
--- a/meta/files/common-licenses/CPL-1
+++ /dev/null
@@ -1,250 +0,0 @@
1
2Common Public License Version 1.0
3
4THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC
5LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE
6PROGRAM
7CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
8
91. DEFINITIONS
10
11"Contribution" means:
12
13a) in the case of the initial Contributor, the initial code and
14documentation distributed under this Agreement, and
15
16b) in the case of each subsequent Contributor:
17
18i) changes to the Program, and
19
20ii) additions to the Program;
21
22where such changes and/or additions to the Program originate from and are
23distributed by that particular Contributor. A Contribution 'originates' from a
24Contributor if it was added to the Program by such Contributor itself or anyone
25acting on such Contributor's behalf. Contributions do not include additions to
26the Program which: (i) are separate modules of software distributed in
27conjunction with the Program under their own license agreement, and (ii) are
28not
29derivative works of the Program.
30
31"Contributor" means any person or entity that distributes the
32Program.
33
34"Licensed Patents " mean patent claims licensable by a Contributor
35which are
36necessarily infringed by the use or sale of its Contribution alone or when
37combined with the Program.
38
39"Program" means the Contributions distributed in accordance with this
40Agreement.
41
42"Recipient" means anyone who receives the Program under this
43Agreement,
44including all Contributors.
45
462. GRANT OF RIGHTS
47
48a) Subject to the terms of this Agreement, each Contributor hereby grants
49Recipient a non-exclusive, worldwide, royalty-free copyright license to
50reproduce, prepare derivative works of, publicly display, publicly perform,
51distribute and sublicense the Contribution of such Contributor, if any, and
52such
53derivative works, in source code and object code form.
54
55b) Subject to the terms of this Agreement, each Contributor hereby grants
56Recipient a non-exclusive, worldwide, royalty-free patent license under
57Licensed
58Patents to make, use, sell, offer to sell, import and otherwise transfer the
59Contribution of such Contributor, if any, in source code and object code form.
60This patent license shall apply to the combination of the Contribution and the
61Program if, at the time the Contribution is added by the Contributor, such
62addition of the Contribution causes such combination to be covered by the
63Licensed Patents. The patent license shall not apply to any other combinations
64which include the Contribution. No hardware per se is licensed hereunder.
65
66c) Recipient understands that although each Contributor grants the licenses
67to its Contributions set forth herein, no assurances are provided by any
68Contributor that the Program does not infringe the patent or other intellectual
69property rights of any other entity. Each Contributor disclaims any liability
70to
71Recipient for claims brought by any other entity based on infringement of
72intellectual property rights or otherwise. As a condition to exercising the
73rights and licenses granted hereunder, each Recipient hereby assumes sole
74responsibility to secure any other intellectual property rights needed, if any.
75For example, if a third party patent license is required to allow Recipient to
76distribute the Program, it is Recipient's responsibility to acquire that
77license
78before distributing the Program.
79
80d) Each Contributor represents that to its knowledge it has sufficient
81copyright rights in its Contribution, if any, to grant the copyright license
82set
83forth in this Agreement.
84
853. REQUIREMENTS
86
87A Contributor may choose to distribute the Program in object code form under
88its
89own license agreement, provided that:
90
91a) it complies with the terms and conditions of this Agreement; and
92
93b) its license agreement:
94
95i) effectively disclaims on behalf of all Contributors all warranties and
96conditions, express and implied, including warranties or conditions of title
97and
98non-infringement, and implied warranties or conditions of merchantability and
99fitness for a particular purpose;
100
101ii) effectively excludes on behalf of all Contributors all liability for
102damages, including direct, indirect, special, incidental and consequential
103damages, such as lost profits;
104
105iii) states that any provisions which differ from this Agreement are offered
106by that Contributor alone and not by any other party; and
107
108iv) states that source code for the Program is available from such
109Contributor, and informs licensees how to obtain it in a reasonable manner on
110or
111through a medium customarily used for software exchange.
112
113When the Program is made available in source code form:
114
115a) it must be made available under this Agreement; and
116
117b) a copy of this Agreement must be included with each copy of the Program.
118
119Contributors may not remove or alter any copyright notices contained within the
120Program.
121
122Each Contributor must identify itself as the originator of its Contribution, if
123any, in a manner that reasonably allows subsequent Recipients to identify the
124originator of the Contribution.
125
1264. COMMERCIAL DISTRIBUTION
127
128Commercial distributors of software may accept certain responsibilities with
129respect to end users, business partners and the like. While this license is
130intended to facilitate the commercial use of the Program, the Contributor who
131includes the Program in a commercial product offering should do so in a manner
132which does not create potential liability for other Contributors. Therefore, if
133a Contributor includes the Program in a commercial product offering, such
134Contributor ("Commercial Contributor") hereby agrees to defend and
135indemnify
136every other Contributor ("Indemnified Contributor") against any
137losses, damages
138and costs (collectively "Losses") arising from claims, lawsuits and
139other legal
140actions brought by a third party against the Indemnified Contributor to the
141extent caused by the acts or omissions of such Commercial Contributor in
142connection with its distribution of the Program in a commercial product
143offering. The obligations in this section do not apply to any claims or Losses
144relating to any actual or alleged intellectual property infringement. In order
145to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
146Contributor in writing of such claim, and b) allow the Commercial Contributor
147to
148control, and cooperate with the Commercial Contributor in, the defense and any
149related settlement negotiations. The Indemnified Contributor may participate in
150any such claim at its own expense.
151
152For example, a Contributor might include the Program in a commercial product
153offering, Product X. That Contributor is then a Commercial Contributor. If that
154Commercial Contributor then makes performance claims, or offers warranties
155related to Product X, those performance claims and warranties are such
156Commercial Contributor's responsibility alone. Under this section, the
157Commercial Contributor would have to defend claims against the other
158Contributors related to those performance claims and warranties, and if a court
159requires any other Contributor to pay any damages as a result, the Commercial
160Contributor must pay those damages.
161
1625. NO WARRANTY
163
164EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
165"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER
166EXPRESS OR
167IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
168NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
169Recipient is solely responsible for determining the appropriateness of using
170and
171distributing the Program and assumes all risks associated with its exercise of
172rights under this Agreement, including but not limited to the risks and costs
173of
174program errors, compliance with applicable laws, damage to or loss of data,
175programs or equipment, and unavailability or interruption of operations.
176
1776. DISCLAIMER OF LIABILITY
178
179EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
180CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
181SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
182PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
183STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
184WAY
185OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
186GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
187
1887. GENERAL
189
190If any provision of this Agreement is invalid or unenforceable under applicable
191law, it shall not affect the validity or enforceability of the remainder of the
192terms of this Agreement, and without further action by the parties hereto, such
193provision shall be reformed to the minimum extent necessary to make such
194provision valid and enforceable.
195
196If Recipient institutes patent litigation against a Contributor with respect to
197a patent applicable to software (including a cross-claim or counterclaim in a
198lawsuit), then any patent licenses granted by that Contributor to such
199Recipient
200under this Agreement shall terminate as of the date such litigation is filed.
201In
202addition, if Recipient institutes patent litigation against any entity
203(including a cross-claim or counterclaim in a lawsuit) alleging that the
204Program
205itself (excluding combinations of the Program with other software or hardware)
206infringes such Recipient's patent(s), then such Recipient's rights granted
207under
208Section 2(b) shall terminate as of the date such litigation is filed.
209
210All Recipient's rights under this Agreement shall terminate if it fails to
211comply with any of the material terms or conditions of this Agreement and does
212not cure such failure in a reasonable period of time after becoming aware of
213such noncompliance. If all Recipient's rights under this Agreement terminate,
214Recipient agrees to cease use and distribution of the Program as soon as
215reasonably practicable. However, Recipient's obligations under this Agreement
216and any licenses granted by Recipient relating to the Program shall continue
217and
218survive.
219
220Everyone is permitted to copy and distribute copies of this Agreement, but in
221order to avoid inconsistency the Agreement is copyrighted and may only be
222modified in the following manner. The Agreement Steward reserves the right to
223publish new versions (including revisions) of this Agreement from time to time.
224No one other than the Agreement Steward has the right to modify this Agreement.
225IBM is the initial Agreement Steward. IBM may assign the responsibility to
226serve
227as the Agreement Steward to a suitable separate entity. Each new version of the
228Agreement will be given a distinguishing version number. The Program (including
229Contributions) may always be distributed subject to the version of the
230Agreement
231under which it was received. In addition, after a new version of the Agreement
232is published, Contributor may elect to distribute the Program (including its
233Contributions) under the new version. Except as expressly stated in Sections
2342(a) and 2(b) above, Recipient receives no rights or licenses to the
235intellectual property of any Contributor under this Agreement, whether
236expressly, by implication, estoppel or otherwise. All rights in the Program not
237expressly granted under this Agreement are reserved.
238
239This Agreement is governed by the laws of the State of New York and the
240intellectual property laws of the United States of America. No party to this
241Agreement will bring a legal action under this Agreement more than one year
242after the cause of action arose. Each party waives its rights to a jury trial
243in
244any resulting litigation.
245
246
247
248
249
250
diff --git a/meta/files/common-licenses/CUA-OPL-1 b/meta/files/common-licenses/CUA-OPL-1
deleted file mode 100644
index 4f5d7f8b41..0000000000
--- a/meta/files/common-licenses/CUA-OPL-1
+++ /dev/null
@@ -1,482 +0,0 @@
1
2CUA Office Public License Version 1.0
3(plain text)
41. Definitions.
5
61.0.1. "Commercial Use" means distribution or otherwise making the
7Covered Code available to a third party.
8
91.1. "Contributor" means each entity that creates or contributes to
10the creation of Modifications.
11
121.2. "Contributor Version" means the combination of the Original
13Code, prior Modifications used by a Contributor, and the Modifications
14made by that particular Contributor.
15
161.3. "Covered Code" means the Original Code or Modifications or the
17combination of the Original Code and Modifications, in each case
18including portions thereof.
19
201.4. "Electronic Distribution Mechanism" means a mechanism generally
21accepted in the software development community for the electronic
22transfer of data.
23
241.5. "Executable" means Covered Code in any form other than Source
25Code.
26
271.6. "Initial Developer" means the individual or entity identified
28as the Initial Developer in the Source Code notice required by Exhibit
29A.
30
311.7. "Larger Work" means a work which combines Covered Code or
32portions thereof with code not governed by the terms of this License.
33
341.8. "License" means this document.
35
361.8.1. "Licensable" means having the right to grant, to the maximum
37extent possible, whether at the time of the initial grant or
38subsequently acquired, any and all of the rights conveyed herein.
39
401.9. "Modifications" means any addition to or deletion from the
41substance or structure of either the Original Code or any previous
42Modifications. When Covered Code is released as a series of files, a
43Modification is:
44
45A. Any addition to or deletion from the contents of a file
46containing Original Code or previous Modifications.
47
48B. Any new file that contains any part of the Original Code or
49previous Modifications.
50
511.10. "Original Code" means Source Code of computer software code
52which is described in the Source Code notice required by Exhibit A as
53Original Code, and which, at the time of its release under this
54License is not already Covered Code governed by this License.
55
561.10.1. "Patent Claims" means any patent claim(s), now owned or
57hereafter acquired, including without limitation, method, process,
58and apparatus claims, in any patent Licensable by grantor.
59
601.11. "Source Code" means the preferred form of the Covered Code for
61making modifications to it, including all modules it contains, plus
62any associated interface definition files, scripts used to control
63compilation and installation of an Executable, or source code
64differential comparisons against either the Original Code or another
65well known, available Covered Code of the Contributor's choice. The
66Source Code can be in a compressed or archival form, provided the
67appropriate decompression or de-archiving software is widely available
68for no charge.
69
701.12. "You" (or "Your") means an individual or a legal
71entity
72exercising rights under, and complying with all of the terms of, this
73License or a future version of this License issued under Section 6.1.
74For legal entities, "You" includes any entity which controls, is
75controlled by, or is under common control with You. For purposes of
76this definition, "control" means (a) the power, direct or indirect,
77to cause the direction or management of such entity, whether by
78contract or otherwise, or (b) ownership of more than fifty percent
79(50%) of the outstanding shares or beneficial ownership of such
80entity.
81
822. Source Code License.
83
842.1. The Initial Developer Grant.
85The Initial Developer hereby grants You a world-wide, royalty-free,
86non-exclusive license, subject to third party intellectual property
87claims:
88
89(a) under intellectual property rights (other than patent or
90trademark) Licensable by Initial Developer to use, reproduce,
91modify, display, perform, sublicense and distribute the Original
92Code (or portions thereof) with or without Modifications, and/or
93as part of a Larger Work; and
94
95(b) under Patents Claims infringed by the making, using or
96selling of Original Code, to make, have made, use, practice,
97sell, and offer for sale, and/or otherwise dispose of the
98Original Code (or portions thereof).
99
100(c) the licenses granted in this Section 2.1(a) and (b) are
101effective on the date Initial Developer first distributes
102Original Code under the terms of this License.
103
104(d) Notwithstanding Section 2.1(b) above, no patent license is
105granted: 1) for code that You delete from the Original Code; 2)
106separate from the Original Code; or 3) for infringements caused
107by: i) the modification of the Original Code or ii) the
108combination of the Original Code with other software or devices.
109
1102.2. Contributor Grant.
111Subject to third party intellectual property claims, each Contributor
112hereby grants You a world-wide, royalty-free, non-exclusive license
113
114(a) under intellectual property rights (other than patent or
115trademark) Licensable by Contributor, to use, reproduce, modify,
116display, perform, sublicense and distribute the Modifications
117created by such Contributor (or portions thereof) either on an
118unmodified basis, with other Modifications, as Covered Code
119and/or as part of a Larger Work; and
120
121(b) under Patent Claims infringed by the making, using, or
122selling of Modifications made by that Contributor either alone
123and/or in combination with its Contributor Version (or portions
124of such combination), to make, use, sell, offer for sale, have
125made, and/or otherwise dispose of: 1) Modifications made by that
126Contributor (or portions thereof); and 2) the combination of
127Modifications made by that Contributor with its Contributor
128Version (or portions of such combination).
129
130(c) the licenses granted in Sections 2.2(a) and 2.2(b) are
131effective on the date Contributor first makes Commercial Use of
132the Covered Code.
133
134(d) Notwithstanding Section 2.2(b) above, no patent license is
135granted: 1) for any code that Contributor has deleted from the
136Contributor Version; 2) separate from the Contributor Version;
1373) for infringements caused by: i) third party modifications of
138Contributor Version or ii) the combination of Modifications made
139by that Contributor with other software (except as part of the
140Contributor Version) or other devices; or 4) under Patent Claims
141infringed by Covered Code in the absence of Modifications made by
142that Contributor.
143
1443. Distribution Obligations.
145
1463.1. Application of License.
147The Modifications which You create or to which You contribute are
148governed by the terms of this License, including without limitation
149Section 2.2. The Source Code version of Covered Code may be
150distributed only under the terms of this License or a future version
151of this License released under Section 6.1, and You must include a
152copy of this License with every copy of the Source Code You
153distribute. You may not offer or impose any terms on any Source Code
154version that alters or restricts the applicable version of this
155License or the recipients' rights hereunder. However, You may include
156an additional document offering the additional rights described in
157Section 3.5.
158
1593.2. Availability of Source Code.
160Any Modification which You create or to which You contribute must be
161made available in Source Code form under the terms of this License
162either on the same media as an Executable version or via an accepted
163Electronic Distribution Mechanism to anyone to whom you made an
164Executable version available; and if made available via Electronic
165Distribution Mechanism, must remain available for at least twelve (12)
166months after the date it initially became available, or at least six
167(6) months after a subsequent version of that particular Modification
168has been made available to such recipients. You are responsible for
169ensuring that the Source Code version remains available even if the
170Electronic Distribution Mechanism is maintained by a third party.
171
1723.3. Description of Modifications.
173You must cause all Covered Code to which You contribute to contain a
174file documenting the changes You made to create that Covered Code and
175the date of any change. You must include a prominent statement that
176the Modification is derived, directly or indirectly, from Original
177Code provided by the Initial Developer and including the name of the
178Initial Developer in (a) the Source Code, and (b) in any notice in an
179Executable version or related documentation in which You describe the
180origin or ownership of the Covered Code.
181
1823.4. Intellectual Property Matters
183
184(a) Third Party Claims.
185If Contributor has knowledge that a license under a third party's
186intellectual property rights is required to exercise the rights
187granted by such Contributor under Sections 2.1 or 2.2,
188Contributor must include a text file with the Source Code
189distribution titled "LEGAL" which describes the claim and the
190party making the claim in sufficient detail that a recipient will
191know whom to contact. If Contributor obtains such knowledge after
192the Modification is made available as described in Section 3.2,
193Contributor shall promptly modify the LEGAL file in all copies
194Contributor makes available thereafter and shall take other steps
195(such as notifying appropriate mailing lists or newsgroups)
196reasonably calculated to inform those who received the Covered
197Code that new knowledge has been obtained.
198
199(b) Contributor APIs.
200
201If Contributor's Modifications include an application programming
202interface and Contributor has knowledge of patent licenses which
203are reasonably necessary to implement that API, Contributor must
204also include this information in the LEGAL file.
205
206(c) Representations.
207
208Contributor represents that, except as disclosed pursuant to
209Section 3.4(a) above, Contributor believes that Contributor's
210Modifications are Contributor's original creation(s) and/or
211Contributor has sufficient rights to grant the rights conveyed by
212this License.
213
2143.5. Required Notices.
215You must duplicate the notice in Exhibit A in each file of the Source
216Code. If it is not possible to put such notice in a particular Source
217Code file due to its structure, then You must include such notice in a
218location (such as a relevant directory) where a user would be likely
219to look for such a notice. If You created one or more Modification(s)
220You may add your name as a Contributor to the notice described in
221Exhibit A. You must also duplicate this License in any documentation
222for the Source Code where You describe recipients' rights or ownership
223rights relating to Covered Code. You may choose to offer, and to
224charge a fee for, warranty, support, indemnity or liability
225obligations to one or more recipients of Covered Code. However, You
226may do so only on Your own behalf, and not on behalf of the Initial
227Developer or any Contributor. You must make it absolutely clear than
228any such warranty, support, indemnity or liability obligation is
229offered by You alone, and You hereby agree to indemnify the Initial
230Developer and every Contributor for any liability incurred by the
231Initial Developer or such Contributor as a result of warranty,
232support, indemnity or liability terms You offer.
233
2343.6. Distribution of Executable Versions.
235You may distribute Covered Code in Executable form only if the
236requirements of Section 3.1-3.5 have been met for that Covered Code,
237and if You include a notice stating that the Source Code version of
238the Covered Code is available under the terms of this License,
239including a description of how and where You have fulfilled the
240obligations of Section 3.2. The notice must be conspicuously included
241in any notice in an Executable version, related documentation or
242collateral in which You describe recipients' rights relating to the
243Covered Code. You may distribute the Executable version of Covered
244Code or ownership rights under a license of Your choice, which may
245contain terms different from this License, provided that You are in
246compliance with the terms of this License and that the license for the
247Executable version does not attempt to limit or alter the recipient's
248rights in the Source Code version from the rights set forth in this
249License. If You distribute the Executable version under a different
250license You must make it absolutely clear that any terms which differ
251from this License are offered by You alone, not by the Initial
252Developer or any Contributor. You hereby agree to indemnify the
253Initial Developer and every Contributor for any liability incurred by
254the Initial Developer or such Contributor as a result of any such
255terms You offer.
256
2573.7. Larger Works.
258You may create a Larger Work by combining Covered Code with other code
259not governed by the terms of this License and distribute the Larger
260Work as a single product. In such a case, You must make sure the
261requirements of this License are fulfilled for the Covered Code.
262
2634. Inability to Comply Due to Statute or Regulation.
264
265If it is impossible for You to comply with any of the terms of this
266License with respect to some or all of the Covered Code due to
267statute, judicial order, or regulation then You must: (a) comply with
268the terms of this License to the maximum extent possible; and (b)
269describe the limitations and the code they affect. Such description
270must be included in the LEGAL file described in Section 3.4 and must
271be included with all distributions of the Source Code. Except to the
272extent prohibited by statute or regulation, such description must be
273sufficiently detailed for a recipient of ordinary skill to be able to
274understand it.
275
2765. Application of this License.
277
278This License applies to code to which the Initial Developer has
279attached the notice in Exhibit A and to related Covered Code.
280
2816. Versions of the License.
282
2836.1. New Versions.
284CUA Office Project may publish revised
285and/or new versions of the License from time to time. Each version
286will be given a distinguishing version number.
287
2886.2. Effect of New Versions.
289Once Covered Code has been published under a particular version of the
290License, You may always continue to use it under the terms of that
291version. You may also choose to use such Covered Code under the terms
292of any subsequent version of the License published by CUA Office Project. No
293one
294other than CUA Office Project has the right to modify the terms applicable to
295Covered Code created under this License.
296
2976.3. Derivative Works.
298If You create or use a modified version of this License (which you may
299only do in order to apply it to code which is not already Covered Code
300governed by this License), You must (a) rename Your license so that
301the phrases "CUA Office", "CUA", "CUAPL", or any
302confusingly similar phrase do not appear in your
303license (except to note that your license differs from this License)
304and (b) otherwise make it clear that Your version of the license
305contains terms which differ from the CUA Office Public License. (Filling in the
306name of the Initial
307Developer, Original Code or Contributor in the notice described in
308Exhibit A shall not of themselves be deemed to be modifications of
309this License.)
310
3117. DISCLAIMER OF WARRANTY.
312
313COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
314WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
315WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
316DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
317THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
318IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
319YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
320COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
321OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
322ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
323
3248. TERMINATION.
325
3268.1. This License and the rights granted hereunder will terminate
327automatically if You fail to comply with terms herein and fail to cure
328such breach within 30 days of becoming aware of the breach. All
329sublicenses to the Covered Code which are properly granted shall
330survive any termination of this License. Provisions which, by their
331nature, must remain in effect beyond the termination of this License
332shall survive.
333
3348.2. If You initiate litigation by asserting a patent infringement
335claim (excluding declatory judgment actions) against Initial Developer
336or a Contributor (the Initial Developer or Contributor against whom
337You file such action is referred to as "Participant") alleging that:
338
339(a) such Participant's Contributor Version directly or indirectly
340infringes any patent, then any and all rights granted by such
341Participant to You under Sections 2.1 and/or 2.2 of this License
342shall, upon 60 days notice from Participant terminate prospectively,
343unless if within 60 days after receipt of notice You either: (i)
344agree in writing to pay Participant a mutually agreeable reasonable
345royalty for Your past and future use of Modifications made by such
346Participant, or (ii) withdraw Your litigation claim with respect to
347the Contributor Version against such Participant. If within 60 days
348of notice, a reasonable royalty and payment arrangement are not
349mutually agreed upon in writing by the parties or the litigation claim
350is not withdrawn, the rights granted by Participant to You under
351Sections 2.1 and/or 2.2 automatically terminate at the expiration of
352the 60 day notice period specified above.
353
354(b) any software, hardware, or device, other than such Participant's
355Contributor Version, directly or indirectly infringes any patent, then
356any rights granted to You by such Participant under Sections 2.1(b)
357and 2.2(b) are revoked effective as of the date You first made, used,
358sold, distributed, or had made, Modifications made by that
359Participant.
360
3618.3. If You assert a patent infringement claim against Participant
362alleging that such Participant's Contributor Version directly or
363indirectly infringes any patent where such claim is resolved (such as
364by license or settlement) prior to the initiation of patent
365infringement litigation, then the reasonable value of the licenses
366granted by such Participant under Sections 2.1 or 2.2 shall be taken
367into account in determining the amount or value of any payment or
368license.
369
3708.4. In the event of termination under Sections 8.1 or 8.2 above,
371all end user license agreements (excluding distributors and resellers)
372which have been validly granted by You or any distributor hereunder
373prior to termination shall survive termination.
374
3759. LIMITATION OF LIABILITY.
376
377UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
378(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
379DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
380OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
381ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
382CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
383WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
384COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
385INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
386LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
387RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
388PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
389EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
390THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
391
39210. U.S. GOVERNMENT END USERS.
393
394The Covered Code is a "commercial item," as that term is defined in
39548 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
396software" and "commercial computer software documentation," as
397such
398terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
399C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
400all U.S. Government End Users acquire Covered Code with only those
401rights set forth herein.
402
40311. MISCELLANEOUS.
404
405This License represents the complete agreement concerning subject
406matter hereof. If any provision of this License is held to be
407unenforceable, such provision shall be reformed only to the extent
408necessary to make it enforceable. This License shall be governed by
409California law provisions (except to the extent applicable law, if
410any, provides otherwise), excluding its conflict-of-law provisions.
411With respect to disputes in which at least one party is a citizen of,
412or an entity chartered or registered to do business in the United
413States of America, any litigation relating to this License shall be
414subject to the jurisdiction of the Federal Courts of the Northern
415District of California, with venue lying in Santa Clara County,
416California, with the losing party responsible for costs, including
417without limitation, court costs and reasonable attorneys' fees and
418expenses. The application of the United Nations Convention on
419Contracts for the International Sale of Goods is expressly excluded.
420Any law or regulation which provides that the language of a contract
421shall be construed against the drafter shall not apply to this
422License.
423
42412. RESPONSIBILITY FOR CLAIMS.
425
426As between Initial Developer and the Contributors, each party is
427responsible for claims and damages arising, directly or indirectly,
428out of its utilization of rights under this License and You agree to
429work with Initial Developer and Contributors to distribute such
430responsibility on an equitable basis. Nothing herein is intended or
431shall be deemed to constitute any admission of liability.
432
43313. MULTIPLE-LICENSED CODE.
434
435Initial Developer may designate portions of the Covered Code as
436"Multiple-Licensed". "Multiple-Licensed" means that the
437Initial
438Developer permits you to utilize portions of the Covered Code under
439Your choice of the NPL or the alternative licenses, if any, specified
440by the Initial Developer in the file described in Exhibit A.
441
442EXHIBIT A - CUA Office Public License.
443
444``The contents of this file are subject to the CUA Office Public License
445Version 1.0 (the "License"); you may not use this file except in
446compliance with the License. You may obtain a copy of the License at
447http://cuaoffice.sourceforge.net/
448
449Software distributed under the License is distributed on an "AS IS"
450basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
451License for the specific language governing rights and limitations
452under the License.
453
454The Original Code is ______________________________________.
455
456The Initial Developer of the Original Code is ________________________.
457Portions created by ______________________ are Copyright (C) ______
458_______________________. All Rights Reserved.
459
460Contributor(s): ______________________________________.
461
462Alternatively, the contents of this file may be used under the terms
463of the _____ license (the "[___] License"), in which case the
464provisions of [______] License are applicable instead of those
465above. If you wish to allow use of your version of this file only
466under the terms of the [____] License and not to allow others to use
467your version of this file under the CUAPL, indicate your decision by
468deleting the provisions above and replace them with the notice and
469other provisions required by the [___] License. If you do not delete
470the provisions above, a recipient may use your version of this file
471under either the CUAPL or the [___] License."
472
473[NOTE: The text of this Exhibit A may differ slightly from the text of
474the notices in the Source Code files of the Original Code. You should
475use the text of this Exhibit A rather than the text found in the
476Original Code Source Code for Your Modifications.]
477
478
479
480
481
482
diff --git a/meta/files/common-licenses/DSSSL b/meta/files/common-licenses/DSSSL
new file mode 100644
index 0000000000..7159dfbd66
--- /dev/null
+++ b/meta/files/common-licenses/DSSSL
@@ -0,0 +1,49 @@
1Copyright
2---------
3
4Copyright (C) 1997-2001 Norman Walsh
5
6The original inspiration for these stylesheets came from the
7work of Jon Bosak, Anders Berglund, Tony Graham, Terry Allen,
8James Clark, and many others. I am indebted to them and to the
9community of users on dssslist@mulberrytech.com for making
10substantial contributions to this work and for answering my many
11questions.
12
13This software may be distributed under the same terms as Jade:
14
15Permission is hereby granted, free of charge, to any person
16obtaining a copy of this software and associated documentation
17files (the ``Software''), to deal in the Software without
18restriction, including without limitation the rights to use,
19copy, modify, merge, publish, distribute, sublicense, and/or
20sell copies of the Software, and to permit persons to whom the
21Software is furnished to do so, subject to the following
22conditions:
23
24The above copyright notice and this permission notice shall be
25included in all copies or substantial portions of the Software.
26
27Except as contained in this notice, the names of individuals
28credited with contribution to this software shall not be used in
29advertising or otherwise to promote the sale, use or other
30dealings in this Software without prior written authorization
31from the individuals in question.
32
33Any stylesheet derived from this Software that is publically
34distributed will be identified with a different name and the
35version strings in any derived Software will be changed so that
36no possibility of confusion between the derived package and this
37Software will exist.
38
39Warranty
40--------
41
42THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
43EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
44OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
45NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
46CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
47WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
48FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
49OTHER DEALINGS IN THE SOFTWARE.
diff --git a/meta/files/common-licenses/ECL-1 b/meta/files/common-licenses/ECL-1
deleted file mode 100644
index 3f582988fe..0000000000
--- a/meta/files/common-licenses/ECL-1
+++ /dev/null
@@ -1,61 +0,0 @@
1
2This Educational Community License (the "License") applies
3to any original work of authorship (the "Original Work") whose owner
4(the "Licensor") has placed the following notice immediately
5following
6the copyright notice for the Original Work:
7
8Copyright (c) <year> <copyright holders>
9
10Licensed under the Educational Community License version 1.0
11
12This Original Work, including software, source code, documents,
13or other related items, is being provided by the copyright holder(s)
14subject to the terms of the Educational Community License. By
15obtaining, using and/or copying this Original Work, you agree that you
16have read, understand, and will comply with the following terms and
17conditions of the Educational Community License:
18
19Permission to use, copy, modify, merge, publish, distribute, and
20sublicense this Original Work and its documentation, with or without
21modification, for any purpose, and without fee or royalty to the
22copyright holder(s) is hereby granted, provided that you include the
23following on ALL copies of the Original Work or portions thereof,
24including modifications or derivatives, that you make:
25
26
27The full text of the Educational Community License in a location viewable to
28users of the redistributed or derivative work.
29
30
31Any pre-existing intellectual property disclaimers, notices, or terms and
32conditions.
33
34
35
36Notice of any changes or modifications to the Original Work, including the
37date the changes were made.
38
39
40Any modifications of the Original Work must be distributed in such a manner as
41to avoid any confusion with the Original Work of the copyright holders.
42
43THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
44EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
45MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
46IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
47CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
48TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
49SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
50
51The name and trademarks of copyright holder(s) may NOT be used
52in advertising or publicity pertaining to the Original or Derivative
53Works without specific, written prior permission. Title to copyright in
54the Original Work and any associated documentation will at all times
55remain with the copyright holders.
56
57
58
59
60
61
diff --git a/meta/files/common-licenses/ECL-2 b/meta/files/common-licenses/ECL-2
deleted file mode 100644
index 456b73b2a9..0000000000
--- a/meta/files/common-licenses/ECL-2
+++ /dev/null
@@ -1,218 +0,0 @@
1
2Educational Community License, Version 2.0
3(plain text)
4Educational Community License
5
6Version 2.0, April 2007
7
8http://www.osedu.org/licenses/
9
10The Educational Community License version 2.0 ("ECL") consists of the
11Apache 2.0 license, modified to change the scope of the patent grant in section
123 to be specific to the needs of the education communities using this license.
13The original Apache 2.0 license can be found at: http://www.apache.org/
14licenses/LICENSE-2.0
15
16TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
17
181. Definitions.
19
20"License" shall mean the terms and conditions for use, reproduction,
21and distribution as defined by Sections 1 through 9 of this document.
22
23"Licensor" shall mean the copyright owner or entity authorized by the
24copyright owner that is granting the License.
25
26"Legal Entity" shall mean the union of the acting entity and all
27other entities that control, are controlled by, or are under common control
28with that entity. For the purposes of this definition, "control"
29means (i) the power, direct or indirect, to cause the direction or management
30of such entity, whether by contract or otherwise, or (ii) ownership of fifty
31percent (50%) or more of the outstanding shares, or (iii) beneficial ownership
32of such entity.
33
34"You" (or "Your") shall mean an individual or Legal Entity
35exercising permissions granted by this License.
36
37"Source" form shall mean the preferred form for making modifications,
38including but not limited to software source code, documentation source, and
39configuration files.
40
41"Object" form shall mean any form resulting from mechanical
42transformation or translation of a Source form, including but not limited to
43compiled object code, generated documentation, and conversions to other media
44types.
45
46"Work" shall mean the work of authorship, whether in Source or Object
47form, made available under the License, as indicated by a copyright notice that
48is included in or attached to the work (an example is provided in the Appendix
49below).
50
51"Derivative Works" shall mean any work, whether in Source or Object
52form, that is based on (or derived from) the Work and for which the editorial
53revisions, annotations, elaborations, or other modifications represent, as a
54whole, an original work of authorship. For the purposes of this License,
55Derivative Works shall not include works that remain separable from, or merely
56link (or bind by name) to the interfaces of, the Work and Derivative Works
57thereof.
58
59"Contribution" shall mean any work of authorship, including the
60original version of the Work and any modifications or additions to that Work or
61Derivative Works thereof, that is intentionally submitted to Licensor for
62inclusion in the Work by the copyright owner or by an individual or Legal
63Entity authorized to submit on behalf of the copyright owner. For the purposes
64of this definition, "submitted" means any form of electronic, verbal,
65or written communication sent to the Licensor or its representatives, including
66but not limited to communication on electronic mailing lists, source code
67control systems, and issue tracking systems that are managed by, or on behalf
68of, the Licensor for the purpose of discussing and improving the Work, but
69excluding communication that is conspicuously marked or otherwise designated in
70writing by the copyright owner as "Not a Contribution."
71
72"Contributor" shall mean Licensor and any individual or Legal Entity
73on behalf of whom a Contribution has been received by Licensor and subsequently
74incorporated within the Work.
75
762. Grant of Copyright License.
77
78Subject to the terms and conditions of this License, each Contributor hereby
79grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
80irrevocable copyright license to reproduce, prepare Derivative Works of,
81publicly display, publicly perform, sublicense, and distribute the Work and
82such Derivative Works in Source or Object form.
83
843. Grant of Patent License.
85
86Subject to the terms and conditions of this License, each Contributor hereby
87grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
88irrevocable (except as stated in this section) patent license to make, have
89made, use, offer to sell, sell, import, and otherwise transfer the Work, where
90such license applies only to those patent claims licensable by such Contributor
91that are necessarily infringed by their Contribution(s) alone or by combination
92of their Contribution(s) with the Work to which such Contribution(s) was
93submitted. If You institute patent litigation against any entity (including a
94cross-claim or counterclaim in a lawsuit) alleging that the Work or a
95Contribution incorporated within the Work constitutes direct or contributory
96patent infringement, then any patent licenses granted to You under this License
97for that Work shall terminate as of the date such litigation is filed. Any
98patent license granted hereby with respect to contributions by an individual
99employed by an institution or organization is limited to patent claims where
100the individual that is the author of the Work is also the inventor of the
101patent claims licensed, and where the organization or institution has the right
102to grant such license under applicable grant and research funding agreements.
103No other express or implied licenses are granted.
104
1054. Redistribution.
106
107You may reproduce and distribute copies of the Work or Derivative Works thereof
108in any medium, with or without modifications, and in Source or Object form,
109provided that You meet the following conditions:
110
111You must give any other recipients of the Work or Derivative Works a copy of
112this License; and
113You must cause any modified files to carry prominent notices stating that You
114changed the files; and
115You must retain, in the Source form of any Derivative Works that You
116distribute, all copyright, patent, trademark, and attribution notices from the
117Source form of the Work, excluding those notices that do not pertain to any
118part of the Derivative Works; and
119If the Work includes a "NOTICE" text file as part of its
120distribution, then any Derivative Works that You distribute must include a
121readable copy of the attribution notices contained within such NOTICE file,
122excluding those notices that do not pertain to any part of the Derivative
123Works, in at least one of the following places: within a NOTICE text file
124distributed as part of the Derivative Works; within the Source form or
125documentation, if provided along with the Derivative Works; or, within a
126display generated by the Derivative Works, if and wherever such third-party
127notices normally appear. The contents of the NOTICE file are for informational
128purposes only and do not modify the License. You may add Your own attribution
129notices within Derivative Works that You distribute, alongside or as an
130addendum to the NOTICE text from the Work, provided that such additional
131attribution notices cannot be construed as modifying the License.
132You may add Your own copyright statement to Your modifications and may provide
133additional or different license terms and conditions for use, reproduction, or
134distribution of Your modifications, or for any such Derivative Works as a
135whole, provided Your use, reproduction, and distribution of the Work otherwise
136complies with the conditions stated in this License.
137
1385. Submission of Contributions.
139
140Unless You explicitly state otherwise, any Contribution intentionally submitted
141for inclusion in the Work by You to the Licensor shall be under the terms and
142conditions of this License, without any additional terms or conditions.
143Notwithstanding the above, nothing herein shall supersede or modify the terms
144of any separate license agreement you may have executed with Licensor regarding
145such Contributions.
146
1476. Trademarks.
148
149This License does not grant permission to use the trade names, trademarks,
150service marks, or product names of the Licensor, except as required for
151reasonable and customary use in describing the origin of the Work and
152reproducing the content of the NOTICE file.
153
1547. Disclaimer of Warranty.
155
156Unless required by applicable law or agreed to in writing, Licensor provides
157the Work (and each Contributor provides its Contributions) on an "AS
158IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
159implied, including, without limitation, any warranties or conditions of TITLE,
160NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
161solely responsible for determining the appropriateness of using or
162redistributing the Work and assume any risks associated with Your exercise of
163permissions under this License.
164
1658. Limitation of Liability.
166
167In no event and under no legal theory, whether in tort (including negligence),
168contract, or otherwise, unless required by applicable law (such as deliberate
169and grossly negligent acts) or agreed to in writing, shall any Contributor be
170liable to You for damages, including any direct, indirect, special, incidental,
171or consequential damages of any character arising as a result of this License
172or out of the use or inability to use the Work (including but not limited to
173damages for loss of goodwill, work stoppage, computer failure or malfunction,
174or any and all other commercial damages or losses), even if such Contributor
175has been advised of the possibility of such damages.
176
1779. Accepting Warranty or Additional Liability.
178
179While redistributing the Work or Derivative Works thereof, You may choose to
180offer, and charge a fee for, acceptance of support, warranty, indemnity, or
181other liability obligations and/or rights consistent with this License.
182However, in accepting such obligations, You may act only on Your own behalf and
183on Your sole responsibility, not on behalf of any other Contributor, and only
184if You agree to indemnify, defend, and hold each Contributor harmless for any
185liability incurred by, or claims asserted against, such Contributor by reason
186of your accepting any such warranty or additional liability.
187
188END OF TERMS AND CONDITIONS
189
190APPENDIX: How to apply the Educational Community License to your work
191
192To apply the Educational Community License to your work, attach
193the following boilerplate notice, with the fields enclosed by
194brackets "[]" replaced with your own identifying information.
195(Don't include the brackets!) The text should be enclosed in the
196appropriate comment syntax for the file format. We also recommend
197that a file or class name and description of purpose be included on
198the same "printed page" as the copyright notice for easier
199identification within third-party archives.
200
201Copyright [yyyy] [name of copyright owner] Licensed under the
202Educational Community License, Version 2.0 (the "License"); you may
203not use this file except in compliance with the License. You may
204obtain a copy of the License at
205
206http://www.osedu.org/licenses/ECL-2.0
207
208Unless required by applicable law or agreed to in writing,
209software distributed under the License is distributed on an "AS IS"
210BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
211or implied. See the License for the specific language governing
212permissions and limitations under the License.
213
214
215
216
217
218
diff --git a/meta/files/common-licenses/EDL-1.0 b/meta/files/common-licenses/EDL-1.0
new file mode 100644
index 0000000000..53b1eb045d
--- /dev/null
+++ b/meta/files/common-licenses/EDL-1.0
@@ -0,0 +1,13 @@
1Eclipse Distribution License - v 1.0
2
3Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
4
5All rights reserved.
6
7Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
8
9 * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
10 * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
11 * Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
12
13THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/meta/files/common-licenses/EFL-1 b/meta/files/common-licenses/EFL-1
deleted file mode 100644
index 7e3d7c5277..0000000000
--- a/meta/files/common-licenses/EFL-1
+++ /dev/null
@@ -1,30 +0,0 @@
1
2Eiffel Forum License, version 1
3
4Permission is hereby granted to use, copy, modify and/or distribute
5this package, provided that:
6
7- copyright notices are retained unchanged
8
9- any distribution of this package, whether modified or not,
10includes this file
11
12Permission is hereby also granted to distribute binary programs which
13depend on this package, provided that:
14
15- if the binary program depends on a modified version of this
16package, you must publicly release the modified version of this
17package
18
19THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. ANY EXPRESS OR
20IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR
23ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS PACKAGE.
25
26
27
28
29
30
diff --git a/meta/files/common-licenses/EFL-2 b/meta/files/common-licenses/EFL-2
deleted file mode 100644
index acc6f1501c..0000000000
--- a/meta/files/common-licenses/EFL-2
+++ /dev/null
@@ -1,27 +0,0 @@
1
2Eiffel Forum License, version 2
3
4Permission is hereby granted to use, copy, modify and/or distribute this
5package, provided that:
6copyright notices are retained unchanged,
7any distribution of this package, whether modified or not, includes this
8license text.
9Permission is hereby also granted to distribute binary programs which depend on
10this package. If the binary program depends on a modified version of this
11package, you are encouraged to publicly release the modified version of this
12package.
13***********************
14
15THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. ANY EXPRESS OR
16IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
17MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
18EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR ANY DIRECT, INDIRECT,
19INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT
20OF THE USE OF THIS PACKAGE.
21***********************
22
23
24
25
26
27
diff --git a/meta/files/common-licenses/EPL-1 b/meta/files/common-licenses/EPL-1
deleted file mode 100644
index 8e1aaec029..0000000000
--- a/meta/files/common-licenses/EPL-1
+++ /dev/null
@@ -1,204 +0,0 @@
1
2Eclipse Public License - v 1.0
3
4THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
5LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE
6PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
7
81. DEFINITIONS
9
10"Contribution" means:
11
12a) in the case of the initial Contributor, the initial code and documentation
13distributed under this Agreement, and
14b) in the case of each subsequent Contributor:
15i) changes to the Program, and
16ii) additions to the Program;
17where such changes and/or additions to the Program originate from and are
18distributed by that particular Contributor. A Contribution 'originates' from a
19Contributor if it was added to the Program by such Contributor itself or anyone
20acting on such Contributor's behalf. Contributions do not include additions to
21the Program which: (i) are separate modules of software distributed in
22conjunction with the Program under their own license agreement, and (ii) are
23not derivative works of the Program.
24"Contributor" means any person or entity that distributes the
25Program.
26
27"Licensed Patents" mean patent claims licensable by a Contributor
28which are necessarily infringed by the use or sale of its Contribution alone or
29when combined with the Program.
30
31"Program" means the Contributions distributed in accordance with this
32Agreement.
33
34"Recipient" means anyone who receives the Program under this
35Agreement, including all Contributors.
36
372. GRANT OF RIGHTS
38
39a) Subject to the terms of this Agreement, each Contributor hereby grants
40Recipient a non-exclusive, worldwide, royalty-free copyright license to
41reproduce, prepare derivative works of, publicly display, publicly perform,
42distribute and sublicense the Contribution of such Contributor, if any, and
43such derivative works, in source code and object code form.
44b) Subject to the terms of this Agreement, each Contributor hereby grants
45Recipient a non-exclusive, worldwide, royalty-free patent license under
46Licensed Patents to make, use, sell, offer to sell, import and otherwise
47transfer the Contribution of such Contributor, if any, in source code and
48object code form. This patent license shall apply to the combination of the
49Contribution and the Program if, at the time the Contribution is added by the
50Contributor, such addition of the Contribution causes such combination to be
51covered by the Licensed Patents. The patent license shall not apply to any
52other combinations which include the Contribution. No hardware per se is
53licensed hereunder.
54c) Recipient understands that although each Contributor grants the licenses to
55its Contributions set forth herein, no assurances are provided by any
56Contributor that the Program does not infringe the patent or other intellectual
57property rights of any other entity. Each Contributor disclaims any liability
58to Recipient for claims brought by any other entity based on infringement of
59intellectual property rights or otherwise. As a condition to exercising the
60rights and licenses granted hereunder, each Recipient hereby assumes sole
61responsibility to secure any other intellectual property rights needed, if any.
62For example, if a third party patent license is required to allow Recipient to
63distribute the Program, it is Recipient's responsibility to acquire that
64license before distributing the Program.
65d) Each Contributor represents that to its knowledge it has sufficient
66copyright rights in its Contribution, if any, to grant the copyright license
67set forth in this Agreement.
683. REQUIREMENTS
69
70A Contributor may choose to distribute the Program in object code form under
71its own license agreement, provided that:
72
73a) it complies with the terms and conditions of this Agreement; and
74b) its license agreement:
75i) effectively disclaims on behalf of all Contributors all warranties and
76conditions, express and implied, including warranties or conditions of title
77and non-infringement, and implied warranties or conditions of merchantability
78and fitness for a particular purpose;
79ii) effectively excludes on behalf of all Contributors all liability for
80damages, including direct, indirect, special, incidental and consequential
81damages, such as lost profits;
82iii) states that any provisions which differ from this Agreement are offered by
83that Contributor alone and not by any other party; and
84iv) states that source code for the Program is available from such Contributor,
85and informs licensees how to obtain it in a reasonable manner on or through a
86medium customarily used for software exchange.
87When the Program is made available in source code form:
88
89a) it must be made available under this Agreement; and
90b) a copy of this Agreement must be included with each copy of the Program.
91Contributors may not remove or alter any copyright notices contained within the
92Program.
93
94Each Contributor must identify itself as the originator of its Contribution, if
95any, in a manner that reasonably allows subsequent Recipients to identify the
96originator of the Contribution.
97
984. COMMERCIAL DISTRIBUTION
99
100Commercial distributors of software may accept certain responsibilities with
101respect to end users, business partners and the like. While this license is
102intended to facilitate the commercial use of the Program, the Contributor who
103includes the Program in a commercial product offering should do so in a manner
104which does not create potential liability for other Contributors. Therefore, if
105a Contributor includes the Program in a commercial product offering, such
106Contributor ("Commercial Contributor") hereby agrees to defend and
107indemnify every other Contributor ("Indemnified Contributor") against
108any losses, damages and costs (collectively "Losses") arising from
109claims, lawsuits and other legal actions brought by a third party against the
110Indemnified Contributor to the extent caused by the acts or omissions of such
111Commercial Contributor in connection with its distribution of the Program in a
112commercial product offering. The obligations in this section do not apply to
113any claims or Losses relating to any actual or alleged intellectual property
114infringement. In order to qualify, an Indemnified Contributor must: a) promptly
115notify the Commercial Contributor in writing of such claim, and b) allow the
116Commercial Contributor to control, and cooperate with the Commercial
117Contributor in, the defense and any related settlement negotiations. The
118Indemnified Contributor may participate in any such claim at its own expense.
119
120For example, a Contributor might include the Program in a commercial product
121offering, Product X. That Contributor is then a Commercial Contributor. If that
122Commercial Contributor then makes performance claims, or offers warranties
123related to Product X, those performance claims and warranties are such
124Commercial Contributor's responsibility alone. Under this section, the
125Commercial Contributor would have to defend claims against the other
126Contributors related to those performance claims and warranties, and if a court
127requires any other Contributor to pay any damages as a result, the Commercial
128Contributor must pay those damages.
129
1305. NO WARRANTY
131
132EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
133"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER
134EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS
135OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
136PURPOSE. Each Recipient is solely responsible for determining the
137appropriateness of using and distributing the Program and assumes all risks
138associated with its exercise of rights under this Agreement , including but not
139limited to the risks and costs of program errors, compliance with applicable
140laws, damage to or loss of data, programs or equipment, and unavailability or
141interruption of operations.
142
1436. DISCLAIMER OF LIABILITY
144
145EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
146CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
147SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
148PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
149STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
150WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
151GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
152
1537. GENERAL
154
155If any provision of this Agreement is invalid or unenforceable under applicable
156law, it shall not affect the validity or enforceability of the remainder of the
157terms of this Agreement, and without further action by the parties hereto, such
158provision shall be reformed to the minimum extent necessary to make such
159provision valid and enforceable.
160
161If Recipient institutes patent litigation against any entity (including a
162cross-claim or counterclaim in a lawsuit) alleging that the Program itself
163(excluding combinations of the Program with other software or hardware)
164infringes such Recipient's patent(s), then such Recipient's rights granted
165under Section 2(b) shall terminate as of the date such litigation is filed.
166
167All Recipient's rights under this Agreement shall terminate if it fails to
168comply with any of the material terms or conditions of this Agreement and does
169not cure such failure in a reasonable period of time after becoming aware of
170such noncompliance. If all Recipient's rights under this Agreement terminate,
171Recipient agrees to cease use and distribution of the Program as soon as
172reasonably practicable. However, Recipient's obligations under this Agreement
173and any licenses granted by Recipient relating to the Program shall continue
174and survive.
175
176Everyone is permitted to copy and distribute copies of this Agreement, but in
177order to avoid inconsistency the Agreement is copyrighted and may only be
178modified in the following manner. The Agreement Steward reserves the right to
179publish new versions (including revisions) of this Agreement from time to time.
180No one other than the Agreement Steward has the right to modify this Agreement.
181The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation
182may assign the responsibility to serve as the Agreement Steward to a suitable
183separate entity. Each new version of the Agreement will be given a
184distinguishing version number. The Program (including Contributions) may always
185be distributed subject to the version of the Agreement under which it was
186received. In addition, after a new version of the Agreement is published,
187Contributor may elect to distribute the Program (including its Contributions)
188under the new version. Except as expressly stated in Sections 2(a) and 2(b)
189above, Recipient receives no rights or licenses to the intellectual property of
190any Contributor under this Agreement, whether expressly, by implication,
191estoppel or otherwise. All rights in the Program not expressly granted under
192this Agreement are reserved.
193
194This Agreement is governed by the laws of the State of New York and the
195intellectual property laws of the United States of America. No party to this
196Agreement will bring a legal action under this Agreement more than one year
197after the cause of action arose. Each party waives its rights to a jury trial
198in any resulting litigation.
199
200
201
202
203
204
diff --git a/meta/files/common-licenses/EUPL-1 b/meta/files/common-licenses/EUPL-1
deleted file mode 100644
index 8445e32e58..0000000000
--- a/meta/files/common-licenses/EUPL-1
+++ /dev/null
@@ -1,302 +0,0 @@
1
2European Union Public Licence
3V. 1.1
4EUPL © the European Community 2007
5This European Union Public Licence (the "EUPL") applies to the Work
6or Software
7(as defined below) which is provided under the terms of this Licence. Any use
8of the
9Work, other than as authorised under this Licence is prohibited (to the extent
10such use
11is covered by a right of the copyright holder of the Work).
12The Original Work is provided under the terms of this Licence when the Licensor
13(as
14defined below) has placed the following notice immediately following the
15copyright
16notice for the Original Work:
17Licensed under the EUPL V.1.1
18or has expressed by any other mean his willingness to license under the EUPL.
191. Definitions
20In this Licence, the following terms have the following meaning:
21- The Licence: this Licence.
22- The Original Work or the Software: the software distributed and/or
23communicated
24by the Licensor under this Licence, available as Source Code and also as
25Executable
26Code as the case may be.
27- Derivative Works: the works or software that could be created by the
28Licensee,
29based upon the Original Work or modifications thereof. This Licence does not
30define
31the extent of modification or dependence on the Original Work required in order
32to
33classify a work as a Derivative Work; this extent is determined by copyright
34law
35applicable in the country mentioned in Article 15.
36- The Work: the Original Work and/or its Derivative Works.
37- The Source Code: the human-readable form of the Work which is the most
38convenient for people to study and modify.
39- The Executable Code: any code which has generally been compiled and which is
40meant to be interpreted by a computer as a program.
41- The Licensor: the natural or legal person that distributes and/or
42communicates the
43Work under the Licence.
44- Contributor(s): any natural or legal person who modifies the Work under the
45Licence, or otherwise contributes to the creation of a Derivative Work.
46- The Licensee or "You": any natural or legal person who makes any
47usage of the
48Software under the terms of the Licence.
49- Distribution and/or Communication: any act of selling, giving, lending,
50renting,
51distributing, communicating, transmitting, or otherwise making available, on-
52line or
53off-line, copies of the Work or providing access to its essential
54functionalities at the
55disposal of any other natural or legal person.
562. Scope of the rights granted by the Licence
57The Licensor hereby grants You a world-wide, royalty-free, non-exclusive,
58sublicensable
59licence to do the following, for the duration of copyright vested in the
60Original Work:
61- use the Work in any circumstance and for all usage,
62- reproduce the Work,
63- modify the Original Work, and make Derivative Works based upon the Work,
64- communicate to the public, including the right to make available or display
65the
66Work or copies thereof to the public and perform publicly, as the case may be,
67the Work,
68- distribute the Work or copies thereof,
69- lend and rent the Work or copies thereof,
70- sub-license rights in the Work or copies thereof.
71Those rights can be exercised on any media, supports and formats, whether now
72known or later invented, as far as the applicable law permits so.
73In the countries where moral rights apply, the Licensor waives his right to
74exercise his
75moral right to the extent allowed by law in order to make effective the licence
76of the
77economic rights here above listed.
78The Licensor grants to the Licensee royalty-free, non exclusive usage rights to
79any
80patents held by the Licensor, to the extent necessary to make use of the rights
81granted
82on the Work under this Licence.
833. Communication of the Source Code
84The Licensor may provide the Work either in its Source Code form, or as
85Executable
86Code. If the Work is provided as Executable Code, the Licensor provides in
87addition a
88machine-readable copy of the Source Code of the Work along with each copy of
89the
90Work that the Licensor distributes or indicates, in a notice following the
91copyright
92notice attached to the Work, a repository where the Source Code is easily and
93freely
94accessible for as long as the Licensor continues to distribute and/or
95communicate the
96Work.
974. Limitations on copyright
98Nothing in this Licence is intended to deprive the Licensee of the benefits
99from any
100exception or limitation to the exclusive rights of the rights owners in the
101Original
102Work or Software, of the exhaustion of those rights or of other applicable
103limitations
104thereto.
1055. Obligations of the Licensee
106The grant of the rights mentioned above is subject to some restrictions and
107obligations
108imposed on the Licensee. Those obligations are the following:
109Attribution right: the Licensee shall keep intact all copyright, patent or
110trademarks
111notices and all notices that refer to the Licence and to the disclaimer of
112warranties.
113The Licensee must include a copy of such notices and a copy of the Licence with
114every copy of the Work he/she distributes and/or communicates. The Licensee
115must
116cause any Derivative Work to carry prominent notices stating that the Work has
117been
118modified and the date of modification.
119Copyleft clause: If the Licensee distributes and/or communicates copies of the
120Original Works or Derivative Works based upon the Original Work, this
121Distribution
122and/or Communication will be done under the terms of this Licence or of a later
123version of this Licence unless the Original Work is expressly distributed only
124under
125this version of the Licence. The Licensee (becoming Licensor) cannot offer or
126impose
127any additional terms or conditions on the Work or Derivative Work that alter or
128restrict the terms of the Licence.
129Compatibility clause: If the Licensee Distributes and/or Communicates
130Derivative
131Works or copies thereof based upon both the Original Work and another work
132licensed under a Compatible Licence, this Distribution and/or Communication can
133be
134done under the terms of this Compatible Licence. For the sake of this clause,
135"Compatible Licence" refers to the licences listed in the appendix
136attached to this
137Licence. Should the Licensee&rsquo;s obligations under the Compatible Licence
138conflict
139with his/her obligations under this Licence, the obligations of the Compatible
140Licence
141shall prevail.
142Provision of Source Code: When distributing and/or communicating copies of the
143Work, the Licensee will provide a machine-readable copy of the Source Code or
144indicate a repository where this Source will be easily and freely available for
145as long
146as the Licensee continues to distribute and/or communicate the Work.
147Legal Protection: This Licence does not grant permission to use the trade
148names,
149trademarks, service marks, or names of the Licensor, except as required for
150reasonable and customary use in describing the origin of the Work and
151reproducing
152the content of the copyright notice.
1536. Chain of Authorship
154The original Licensor warrants that the copyright in the Original Work granted
155hereunder is owned by him/her or licensed to him/her and that he/she has the
156power
157and authority to grant the Licence.
158Each Contributor warrants that the copyright in the modifications he/she brings
159to the
160Work are owned by him/her or licensed to him/her and that he/she has the power
161and
162authority to grant the Licence.
163Each time You accept the Licence, the original Licensor and subsequent
164Contributors
165grant You a licence to their contributions to the Work, under the terms of this
166Licence.
1677. Disclaimer of Warranty
168The Work is a work in progress, which is continuously improved by numerous
169contributors. It is not a finished work and may therefore contain defects or
170"bugs"
171inherent to this type of software development.
172For the above reason, the Work is provided under the Licence on an "as
173is" basis and
174without warranties of any kind concerning the Work, including without
175limitation
176merchantability, fitness for a particular purpose, absence of defects or
177errors,
178accuracy, non-infringement of intellectual property rights other than copyright
179as
180stated in Article 6 of this Licence.
181This disclaimer of warranty is an essential part of the Licence and a condition
182for the
183grant of any rights to the Work.
1848. Disclaimer of Liability
185Except in the cases of wilful misconduct or damages directly caused to natural
186persons, the Licensor will in no event be liable for any direct or indirect,
187material or
188moral, damages of any kind, arising out of the Licence or of the use of the
189Work,
190including without limitation, damages for loss of goodwill, work stoppage,
191computer
192failure or malfunction, loss of data or any commercial damage, even if the
193Licensor
194has been advised of the possibility of such damage. However, the Licensor will
195be
196liable under statutory product liability laws as far such laws apply to the
197Work.
1989. Additional agreements
199While distributing the Original Work or Derivative Works, You may choose to
200conclude an additional agreement to offer, and charge a fee for, acceptance of
201support,
202warranty, indemnity, or other liability obligations and/or services consistent
203with this
204Licence. However, in accepting such obligations, You may act only on your own
205behalf and on your sole responsibility, not on behalf of the original Licensor
206or any
207other Contributor, and only if You agree to indemnify, defend, and hold each
208Contributor harmless for any liability incurred by, or claims asserted against
209such
210Contributor by the fact You have accepted any such warranty or additional
211liability.
21210. Acceptance of the Licence
213The provisions of this Licence can be accepted by clicking on an icon "I
214agree"
215placed under the bottom of a window displaying the text of this Licence or by
216affirming consent in any other similar way, in accordance with the rules of
217applicable
218law. Clicking on that icon indicates your clear and irrevocable acceptance of
219this
220Licence and all of its terms and conditions.
221Similarly, you irrevocably accept this Licence and all of its terms and
222conditions by
223exercising any rights granted to You by Article 2 of this Licence, such as the
224use of
225the Work, the creation by You of a Derivative Work or the Distribution and/or
226Communication by You of the Work or copies thereof.
22711. Information to the public
228In case of any Distribution and/or Communication of the Work by means of
229electronic
230communication by You (for example, by offering to download the Work from a
231remote location) the distribution channel or media (for example, a website)
232must at
233least provide to the public the information requested by the applicable law
234regarding
235the Licensor, the Licence and the way it may be accessible, concluded, stored
236and
237reproduced by the Licensee.
23812. Termination of the Licence
239The Licence and the rights granted hereunder will terminate automatically upon
240any
241breach by the Licensee of the terms of the Licence.
242Such a termination will not terminate the licences of any person who has
243received the
244Work from the Licensee under the Licence, provided such persons remain in full
245compliance with the Licence.
24613. Miscellaneous
247Without prejudice of Article 9 above, the Licence represents the complete
248agreement
249between the Parties as to the Work licensed hereunder.
250If any provision of the Licence is invalid or unenforceable under applicable
251law, this
252will not affect the validity or enforceability of the Licence as a whole. Such
253provision
254will be construed and/or reformed so as necessary to make it valid and
255enforceable.
256The European Commission may publish other linguistic versions and/or new
257versions
258of this Licence, so far this is required and reasonable, without reducing the
259scope of
260the rights granted by the Licence. New versions of the Licence will be
261published with
262a unique version number.
263All linguistic versions of this Licence, approved by the European Commission,
264have
265identical value. Parties can take advantage of the linguistic version of their
266choice.
26714. Jurisdiction
268Any litigation resulting from the interpretation of this License, arising
269between the
270European Commission, as a Licensor, and any Licensee, will be subject to the
271jurisdiction of the Court of Justice of the European Communities, as laid down
272in
273article 238 of the Treaty establishing the European Community.
274Any litigation arising between Parties, other than the European Commission, and
275resulting from the interpretation of this License, will be subject to the
276exclusive
277jurisdiction of the competent court where the Licensor resides or conducts its
278primary
279business.
28015. Applicable Law
281This Licence shall be governed by the law of the European Union country where
282the
283Licensor resides or has his registered office.
284This licence shall be governed by the Belgian law if:
285- a litigation arises between the European Commission, as a Licensor, and any
286Licensee;
287- the Licensor, other than the European Commission, has no residence or
288registered office inside a European Union country.
289===
290Appendix
291"Compatible Licences" according to article 5 EUPL are:
292- GNU General Public License (GNU GPL) v. 2
293- Open Software License (OSL) v. 2.1, v. 3.0
294- Common Public License v. 1.0
295- Eclipse Public License v. 1.0
296- Cecill v. 2.0
297
298
299
300
301
302
diff --git a/meta/files/common-licenses/Elfutils-Exception b/meta/files/common-licenses/Elfutils-Exception
new file mode 100644
index 0000000000..627d769126
--- /dev/null
+++ b/meta/files/common-licenses/Elfutils-Exception
@@ -0,0 +1,12 @@
1 This file describes the limits of the Exception under which you are allowed
2 to distribute Non-GPL Code in linked combination with Red Hat elfutils.
3 For the full text of the license, please see one of the header files
4 included with the source distribution or the file COPYING found in the
5 top level directory of the source.
6
7 The Approved Interfaces are the functions declared in the files:
8
9 libelf.h
10 libdw.h
11 libdwfl.h
12
diff --git a/meta/files/common-licenses/ErlPL-1 b/meta/files/common-licenses/ErlPL-1
deleted file mode 100644
index 5aec4ff757..0000000000
--- a/meta/files/common-licenses/ErlPL-1
+++ /dev/null
@@ -1,293 +0,0 @@
1
2ERLANG PUBLIC LICENSE
3Version 1.1
4
51. Definitions.
6
71.1. ``Contributor'' means each entity that creates or contributes to
8the creation of Modifications.
9
101.2. ``Contributor Version'' means the combination of the Original
11Code, prior Modifications used by a Contributor, and the Modifications
12made by that particular Contributor.
13
141.3. ``Covered Code'' means the Original Code or Modifications or the
15combination of the Original Code and Modifications, in each case
16including portions thereof.
17
181.4. ``Electronic Distribution Mechanism'' means a mechanism generally
19accepted in the software development community for the electronic
20transfer of data.
21
221.5. ``Executable'' means Covered Code in any form other than Source
23Code.
24
251.6. ``Initial Developer'' means the individual or entity identified
26as the Initial Developer in the Source Code notice required by Exhibit
27A.
28
291.7. ``Larger Work'' means a work which combines Covered Code or
30portions thereof with code not governed by the terms of this License.
31
321.8. ``License'' means this document.
33
341.9. ``Modifications'' means any addition to or deletion from the
35substance or structure of either the Original Code or any previous
36Modifications. When Covered Code is released as a series of files, a
37Modification is:
38
39A. Any addition to or deletion from the contents of a file containing
40Original Code or previous Modifications.
41
42B. Any new file that contains any part of the Original Code or
43previous Modifications.
44
451.10. ``Original Code'' means Source Code of computer software code
46which is described in the Source Code notice required by Exhibit A as
47Original Code, and which, at the time of its release under this
48License is not already Covered Code governed by this License.
49
501.11. ``Source Code'' means the preferred form of the Covered Code for
51making modifications to it, including all modules it contains, plus
52any associated interface definition files, scripts used to control
53compilation and installation of an Executable, or a list of source
54code differential comparisons against either the Original Code or
55another well known, available Covered Code of the Contributor's
56choice. The Source Code can be in a compressed or archival form,
57provided the appropriate decompression or de-archiving software is
58widely available for no charge.
59
601.12. ``You'' means an individual or a legal entity exercising rights
61under, and complying with all of the terms of, this License. For legal
62entities,``You'' includes any entity which controls, is controlled by,
63or is under common control with You. For purposes of this definition,
64``control'' means (a) the power, direct or indirect, to cause the
65direction or management of such entity, whether by contract or
66otherwise, or (b) ownership of fifty percent (50%) or more of the
67outstanding shares or beneficial ownership of such entity.
68
692. Source Code License.
70
712.1. The Initial Developer Grant.
72The Initial Developer hereby grants You a world-wide, royalty-free,
73non-exclusive license, subject to third party intellectual property
74claims:
75
76(a) to use, reproduce, modify, display, perform, sublicense and
77distribute the Original Code (or portions thereof) with or without
78Modifications, or as part of a Larger Work; and
79
80(b) under patents now or hereafter owned or controlled by Initial
81Developer, to make, have made, use and sell (``Utilize'') the
82Original Code (or portions thereof), but solely to the extent that
83any such patent is reasonably necessary to enable You to Utilize
84the Original Code (or portions thereof) and not to any greater
85extent that may be necessary to Utilize further Modifications or
86combinations.
87
882.2. Contributor Grant.
89Each Contributor hereby grants You a world-wide, royalty-free,
90non-exclusive license, subject to third party intellectual property
91claims:
92
93(a) to use, reproduce, modify, display, perform, sublicense and
94distribute the Modifications created by such Contributor (or
95portions thereof) either on an unmodified basis, with other
96Modifications, as Covered Code or as part of a Larger Work; and
97
98(b) under patents now or hereafter owned or controlled by Contributor,
99to Utilize the Contributor Version (or portions thereof), but
100solely to the extent that any such patent is reasonably necessary
101to enable You to Utilize the Contributor Version (or portions
102thereof), and not to any greater extent that may be necessary to
103Utilize further Modifications or combinations.
104
1053. Distribution Obligations.
106
1073.1. Application of License.
108The Modifications which You contribute are governed by the terms of
109this License, including without limitation Section 2.2. The Source
110Code version of Covered Code may be distributed only under the terms
111of this License, and You must include a copy of this License with
112every copy of the Source Code You distribute. You may not offer or
113impose any terms on any Source Code version that alters or restricts
114the applicable version of this License or the recipients' rights
115hereunder. However, You may include an additional document offering
116the additional rights described in Section 3.5.
117
1183.2. Availability of Source Code.
119Any Modification which You contribute must be made available in Source
120Code form under the terms of this License either on the same media as
121an Executable version or via an accepted Electronic Distribution
122Mechanism to anyone to whom you made an Executable version available;
123and if made available via Electronic Distribution Mechanism, must
124remain available for at least twelve (12) months after the date it
125initially became available, or at least six (6) months after a
126subsequent version of that particular Modification has been made
127available to such recipients. You are responsible for ensuring that
128the Source Code version remains available even if the Electronic
129Distribution Mechanism is maintained by a third party.
130
1313.3. Description of Modifications.
132You must cause all Covered Code to which you contribute to contain a
133file documenting the changes You made to create that Covered Code and
134the date of any change. You must include a prominent statement that
135the Modification is derived, directly or indirectly, from Original
136Code provided by the Initial Developer and including the name of the
137Initial Developer in (a) the Source Code, and (b) in any notice in an
138Executable version or related documentation in which You describe the
139origin or ownership of the Covered Code.
140
1413.4. Intellectual Property Matters
142
143(a) Third Party Claims.
144If You have knowledge that a party claims an intellectual property
145right in particular functionality or code (or its utilization
146under this License), you must include a text file with the source
147code distribution titled ``LEGAL'' which describes the claim and
148the party making the claim in sufficient detail that a recipient
149will know whom to contact. If you obtain such knowledge after You
150make Your Modification available as described in Section 3.2, You
151shall promptly modify the LEGAL file in all copies You make
152available thereafter and shall take other steps (such as notifying
153appropriate mailing lists or newsgroups) reasonably calculated to
154inform those who received the Covered Code that new knowledge has
155been obtained.
156
157(b) Contributor APIs.
158If Your Modification is an application programming interface and
159You own or control patents which are reasonably necessary to
160implement that API, you must also include this information in the
161LEGAL file.
162
1633.5. Required Notices.
164You must duplicate the notice in Exhibit A in each file of the Source
165Code, and this License in any documentation for the Source Code, where
166You describe recipients' rights relating to Covered Code. If You
167created one or more Modification(s), You may add your name as a
168Contributor to the notice described in Exhibit A. If it is not
169possible to put such notice in a particular Source Code file due to
170its structure, then you must include such notice in a location (such
171as a relevant directory file) where a user would be likely to look for
172such a notice. You may choose to offer, and to charge a fee for,
173warranty, support, indemnity or liability obligations to one or more
174recipients of Covered Code. However, You may do so only on Your own
175behalf, and not on behalf of the Initial Developer or any
176Contributor. You must make it absolutely clear than any such warranty,
177support, indemnity or liability obligation is offered by You alone,
178and You hereby agree to indemnify the Initial Developer and every
179Contributor for any liability incurred by the Initial Developer or
180such Contributor as a result of warranty, support, indemnity or
181liability terms You offer.
182
1833.6. Distribution of Executable Versions.
184You may distribute Covered Code in Executable form only if the
185requirements of Section 3.1-3.5 have been met for that Covered Code,
186and if You include a notice stating that the Source Code version of
187the Covered Code is available under the terms of this License,
188including a description of how and where You have fulfilled the
189obligations of Section 3.2. The notice must be conspicuously included
190in any notice in an Executable version, related documentation or
191collateral in which You describe recipients' rights relating to the
192Covered Code. You may distribute the Executable version of Covered
193Code under a license of Your choice, which may contain terms different
194from this License, provided that You are in compliance with the terms
195of this License and that the license for the Executable version does
196not attempt to limit or alter the recipient's rights in the Source
197Code version from the rights set forth in this License. If You
198distribute the Executable version under a different license You must
199make it absolutely clear that any terms which differ from this License
200are offered by You alone, not by the Initial Developer or any
201Contributor. You hereby agree to indemnify the Initial Developer and
202every Contributor for any liability incurred by the Initial Developer
203or such Contributor as a result of any such terms You offer.
204
2053.7. Larger Works.
206You may create a Larger Work by combining Covered Code with other code
207not governed by the terms of this License and distribute the Larger
208Work as a single product. In such a case, You must make sure the
209requirements of this License are fulfilled for the Covered Code.
210
2114. Inability to Comply Due to Statute or Regulation.
212If it is impossible for You to comply with any of the terms of this
213License with respect to some or all of the Covered Code due to statute
214or regulation then You must: (a) comply with the terms of this License
215to the maximum extent possible; and (b) describe the limitations and
216the code they affect. Such description must be included in the LEGAL
217file described in Section 3.4 and must be included with all
218distributions of the Source Code. Except to the extent prohibited by
219statute or regulation, such description must be sufficiently detailed
220for a recipient of ordinary skill to be able to understand it.
221
2225. Application of this License.
223
224This License applies to code to which the Initial Developer has
225attached the notice in Exhibit A, and to related Covered Code.
226
2276. CONNECTION TO MOZILLA PUBLIC LICENSE
228
229This Erlang License is a derivative work of the Mozilla Public
230License, Version 1.0. It contains terms which differ from the Mozilla
231Public License, Version 1.0.
232
2337. DISCLAIMER OF WARRANTY.
234
235COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'' BASIS,
236WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
237WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
238DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR
239NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
240THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE
241IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER
242CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR
243CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART
244OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER
245EXCEPT UNDER THIS DISCLAIMER.
246
2478. TERMINATION.
248This License and the rights granted hereunder will terminate
249automatically if You fail to comply with terms herein and fail to cure
250such breach within 30 days of becoming aware of the breach. All
251sublicenses to the Covered Code which are properly granted shall
252survive any termination of this License. Provisions which, by their
253nature, must remain in effect beyond the termination of this License
254shall survive.
255
2569. DISCLAIMER OF LIABILITY
257Any utilization of Covered Code shall not cause the Initial Developer
258or any Contributor to be liable for any damages (neither direct nor
259indirect).
260
26110. MISCELLANEOUS
262This License represents the complete agreement concerning the subject
263matter hereof. If any provision is held to be unenforceable, such
264provision shall be reformed only to the extent necessary to make it
265enforceable. This License shall be construed by and in accordance with
266the substantive laws of Sweden. Any dispute, controversy or claim
267arising out of or relating to this License, or the breach, termination
268or invalidity thereof, shall be subject to the exclusive jurisdiction
269of Swedish courts, with the Stockholm City Court as the first
270instance.
271
272EXHIBIT A.
273
274``The contents of this file are subject to the Erlang Public License,
275Version 1.1, (the "License"); you may not use this file except in
276compliance with the License. You should have received a copy of the
277Erlang Public License along with this software. If not, it can be
278retrieved via the world wide web at http://www.erlang.org/.
279
280Software distributed under the License is distributed on an "AS IS"
281basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
282the License for the specific language governing rights and limitations
283under the License.
284
285The Initial Developer of the Original Code is Ericsson Utvecklings AB.
286Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings
287AB. All Rights Reserved.''
288
289
290
291
292
293
diff --git a/meta/files/common-licenses/FSF-Unlimited b/meta/files/common-licenses/FSF-Unlimited
new file mode 100644
index 0000000000..010a981afc
--- /dev/null
+++ b/meta/files/common-licenses/FSF-Unlimited
@@ -0,0 +1,4 @@
1Copyright (C) 1997-2010 Free Software Foundation, Inc.
2This file is free software; the Free Software Foundation
3gives unlimited permission to copy and/or distribute it,
4with or without modifications, as long as this notice is preserved.
diff --git a/meta/files/common-licenses/Frameworx-1 b/meta/files/common-licenses/Frameworx-1
deleted file mode 100644
index 1592996b3c..0000000000
--- a/meta/files/common-licenses/Frameworx-1
+++ /dev/null
@@ -1,181 +0,0 @@
1
2THE FRAMEWORX OPEN LICENSE 1.0
3This License Agreement, The Frameworx Open License 1.0, has been entered into
4between The Frameworx Company and you, the licensee hereunder, effective as of
5Your acceptance of the Frameworx Code Base or an Downstream Distribution (each
6as defined below).
7
8AGREEMENT BACKGROUND
9The Frameworx Company is committed to the belief that open source software
10results in better quality, greater technical and product innovation in the
11market place and a more empowered and productive developer and end-user
12community. Our objective is to ensure that the Frameworx Code Base, and the
13source code for improvements and innovations to it, remain free and open to the
14community.To further these beliefs and objectives, we are distributing the
15Frameworx Code Base, without royalties and in source code form, to the
16community pursuant to this License Agreement.
17
18AGREEMENT TERMS
19The Frameworx Company and You have agreed as follows:
201.Definitions.The following terms have the following respective meanings:
21
22(a) Frameworx Code Base means the software developed by The Frameworx Company
23and made available under this License Agreement
24
25(b) Downstream Distribution means any direct or indirect release, distribution
26or remote availability of software (i) that directly or indirectly contains, or
27depends for its intended functioning on, the Frameworx Code Base or any portion
28or element thereof and (ii) in which rights to use and distribute such
29Frameworx Code Base software depend, directly or indirectly, on the License
30provided in Section 2 below.
31
32(c) "Source Code" to any software means the preferred form for making
33modifications to that software, including any associated documentation,
34interface definition files and compilation or installation scripts, or any
35version thereof that has been compressed or archived, and can be reconstituted,
36using an appropriate and generally available archival or compression
37technology.
38
39(d) Value-Added Services means any commercial or fee-based software-related
40service, including without limitation: system or application development or
41consulting; technical or end-user support or training; distribution
42maintenance, configuration or versioning; or outsourced, hosted or network-
43based application services.
44
452. License Grant. Subject to the terms and conditions hereof, The Frameworx
46Company hereby grants You a non-exclusive license (the License), subject to
47third party intellectual property claims, and for no fee other than a nominal
48charge reflecting the costs of physical distribution, to:
49
50(a) use the Frameworx Code Base, in either Source Code or machine-readable
51form;
52
53(b) make modifications, additions and deletions to the content or structure of
54the Frameworx Code Base; or
55
56(c) create larger works or derivative works including the Frameworx Code Base
57or any portion or element thereof; and
58
59(d) release, distribute or make available, either generally or to any specific
60third-party, any of the foregoing in Source Code or binary form.
61
623. License Conditions. The grant of the License under Section 1 hereof, and
63your exercise of all rights in connection with this License Agreement, will
64remain subject to the following terms and conditions, as well as to the other
65provisions hereof:
66
67(a) Complete Source Code for any Downstream Distribution directly or indirectly
68made by You that contains, or depends for its intended functionality on, the
69Frameworx Code Base, or any portion or element thereof, shall be made freely
70available to all users thereof on terms and conditions no more restrictive, and
71no less favorable for any user (including, without limitation, with regard to
72Source Code availability and royalty-free use) than those terms and conditions
73provided in this License Agreement.
74
75(b) Any Value-Added Services that you offer or provide, directly or indirectly,
76in relation to any Downstream Distribution shall be offered and provided on
77commercial terms that are reasonably commensurate to the fair market value of
78such Value-Added Services. In addition, the terms and conditions on which any
79such Value Added Services are so offered or provided shall be consistent with,
80and shall fully support, the intent and purpose of this License Agreement.
81
82(c) All Downstream Distributions shall:
83
84(i) include all portions and elements of the Frameworx Code Base required to
85build the Source Code of such Downstream Distribution into a fully functional
86machine-executable system, or additional build scripts or comparable software
87necessary and sufficient for such purposes;
88
89(ii) include, in each file containing any portion or element of the Frameworx
90Code Base, the following identifying legend: This file contains software that
91has been made available under The Frameworx Open License 1.0. Use and
92distribution hereof are subject to the restrictions set forth therein.
93
94(iii) include all other copyright notices, authorship credits, warranty
95disclaimers (including that provided in Section 6 below), legends,
96documentation, annotations and comments contained in the Frameworx Code Base as
97provided to You hereunder;
98
99(iv) contain an unaltered copy of the html file named
100frameworx_community_invitation.html included within the Frameworx Code Base
101that acknowledges new users and provides them with information on the Frameworx
102Code Base community;
103
104(v) contain an unaltered copy of the text file named the_frameworx_license.txt
105included within the Frameworx Code Base that includes a text copy of the form
106of this License Agreement; and
107
108(vi) prominently display to any viewer or user of the Source Code of such Open
109Downstream Distribution, in the place and manner normally used for such
110displays, the following legend:
111
112Source code licensed under from The Frameworx Company is contained herein, and
113such source code has been obtained either under The Frameworx Open License, or
114another license granted by The Frameworx Company. Use and distribution hereof
115is subject to the restrictions provided in the relevant such license and to the
116copyrights of the licensor thereunder. A copy of The Frameworx Open License is
117provided in a file named the_frameworx_license.txt and included herein, and may
118also be available for inspection at http://www.frameworx.com.
119
1204. Restrictions on Open Downstream Distributions. Each Downstream Distribution
121made by You, and by any party directly or indirectly obtaining rights to the
122Frameworx Code Base through You, shall be made subject to a license grant or
123agreement to the extent necessary so that each distributee under that
124Downstream Distribution will be subject to the same restrictions on re-
125distribution and use as are binding on You hereunder. You may satisfy this
126licensing requirement either by:
127
128(a) requiring as a condition to any Downstream Distribution made by you, or by
129any direct or indirect distributee of Your Downstream Distribution (or any
130portion or element thereof), that each distributee under the relevant
131Downstream Distribution obtain a direct license (on the same terms and
132conditions as those in this License Agreement) from The Frameworx Company; or
133
134(b) sub-licensing all (and not less than all) of Your rights and obligations
135hereunder to that distributee, including (without limitation) Your obligation
136to require distributees to be bound by license restrictions as contemplated by
137this Section 4 above.
138
139The Frameworx Company hereby grants to you all rights to sub-license your
140rights hereunder as necessary to fully effect the intent and purpose of this
141Section 4 above, provided, however, that your rights and obligations hereunder
142shall be unaffected by any such sublicensing. In addition, The Frameworx
143Company expressly retains all rights to take all appropriate action (including
144legal action) against any such direct or indirect sub-licensee to ensure its
145full compliance with the intent and purposes of this License Agreement.
146
1475. Intellectual Property. Except as expressly provided herein, this License
148Agreement preserves and respects Your and The Frameworx Companys respective
149intellectual property rights, including, in the case of The Frameworx Company,
150its copyrights and patent rights relating to the Frameworx Code Base.
151
1526. Warranty Disclaimer. THE SOFTWARE LICENSED HEREUNDER IS PROVIDED ``AS IS.''
153ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
154WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-
155INFRINGEMENT, ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE LICENSOR OF THIS
156SOFTWARE, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
157OR CONSEQUENTIAL DAMAGES INCLUDING (BUT NOT LIMITED TO) PROCUREMENT OF
158SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
159INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
160CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
161IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
162OF SUCH DAMAGE.
163
1647. License Violation. The License, and all of your rights thereunder, shall be
165deemed automatically terminated and void as of any Downstream Distribution
166directly or indirectly made or facilitated by You that violates the provisions
167of this License Agreement, provided, however, that this License Agreement shall
168survive any such termination in order to remedy the effects of such violation.
169This License Agreement shall be binding on the legal successors and assigns of
170the parties hereto.
171
172Your agreement to the foregoing as of the date hereof has been evidenced by
173your acceptance of the relevant software distribution hereunder.
174
175(C) THE FRAMEWORX COMPANY 2003
176
177
178
179
180
181
diff --git a/meta/files/common-licenses/FreeType b/meta/files/common-licenses/FreeType
new file mode 100644
index 0000000000..b7d4d11c0f
--- /dev/null
+++ b/meta/files/common-licenses/FreeType
@@ -0,0 +1,170 @@
1 The FreeType Project LICENSE
2 ----------------------------
3
4 2006-Jan-27
5
6 Copyright 1996-2002, 2006 by
7 David Turner, Robert Wilhelm, and Werner Lemberg
8
9
10
11Introduction
12============
13
14 The FreeType Project is distributed in several archive packages;
15 some of them may contain, in addition to the FreeType font engine,
16 various tools and contributions which rely on, or relate to, the
17 FreeType Project.
18
19 This license applies to all files found in such packages, and
20 which do not fall under their own explicit license. The license
21 affects thus the FreeType font engine, the test programs,
22 documentation and makefiles, at the very least.
23
24 This license was inspired by the BSD, Artistic, and IJG
25 (Independent JPEG Group) licenses, which all encourage inclusion
26 and use of free software in commercial and freeware products
27 alike. As a consequence, its main points are that:
28
29 o We don't promise that this software works. However, we will be
30 interested in any kind of bug reports. (`as is' distribution)
31
32 o You can use this software for whatever you want, in parts or
33 full form, without having to pay us. (`royalty-free' usage)
34
35 o You may not pretend that you wrote this software. If you use
36 it, or only parts of it, in a program, you must acknowledge
37 somewhere in your documentation that you have used the
38 FreeType code. (`credits')
39
40 We specifically permit and encourage the inclusion of this
41 software, with or without modifications, in commercial products.
42 We disclaim all warranties covering The FreeType Project and
43 assume no liability related to The FreeType Project.
44
45
46 Finally, many people asked us for a preferred form for a
47 credit/disclaimer to use in compliance with this license. We thus
48 encourage you to use the following text:
49
50 """
51 Portions of this software are copyright � <year> The FreeType
52 Project (www.freetype.org). All rights reserved.
53 """
54
55 Please replace <year> with the value from the FreeType version you
56 actually use.
57
58
59Legal Terms
60===========
61
620. Definitions
63--------------
64
65 Throughout this license, the terms `package', `FreeType Project',
66 and `FreeType archive' refer to the set of files originally
67 distributed by the authors (David Turner, Robert Wilhelm, and
68 Werner Lemberg) as the `FreeType Project', be they named as alpha,
69 beta or final release.
70
71 `You' refers to the licensee, or person using the project, where
72 `using' is a generic term including compiling the project's source
73 code as well as linking it to form a `program' or `executable'.
74 This program is referred to as `a program using the FreeType
75 engine'.
76
77 This license applies to all files distributed in the original
78 FreeType Project, including all source code, binaries and
79 documentation, unless otherwise stated in the file in its
80 original, unmodified form as distributed in the original archive.
81 If you are unsure whether or not a particular file is covered by
82 this license, you must contact us to verify this.
83
84 The FreeType Project is copyright (C) 1996-2000 by David Turner,
85 Robert Wilhelm, and Werner Lemberg. All rights reserved except as
86 specified below.
87
881. No Warranty
89--------------
90
91 THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
92 KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
93 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
94 PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
95 BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
96 USE, OF THE FREETYPE PROJECT.
97
982. Redistribution
99-----------------
100
101 This license grants a worldwide, royalty-free, perpetual and
102 irrevocable right and license to use, execute, perform, compile,
103 display, copy, create derivative works of, distribute and
104 sublicense the FreeType Project (in both source and object code
105 forms) and derivative works thereof for any purpose; and to
106 authorize others to exercise some or all of the rights granted
107 herein, subject to the following conditions:
108
109 o Redistribution of source code must retain this license file
110 (`FTL.TXT') unaltered; any additions, deletions or changes to
111 the original files must be clearly indicated in accompanying
112 documentation. The copyright notices of the unaltered,
113 original files must be preserved in all copies of source
114 files.
115
116 o Redistribution in binary form must provide a disclaimer that
117 states that the software is based in part of the work of the
118 FreeType Team, in the distribution documentation. We also
119 encourage you to put an URL to the FreeType web page in your
120 documentation, though this isn't mandatory.
121
122 These conditions apply to any software derived from or based on
123 the FreeType Project, not just the unmodified files. If you use
124 our work, you must acknowledge us. However, no fee need be paid
125 to us.
126
1273. Advertising
128--------------
129
130 Neither the FreeType authors and contributors nor you shall use
131 the name of the other for commercial, advertising, or promotional
132 purposes without specific prior written permission.
133
134 We suggest, but do not require, that you use one or more of the
135 following phrases to refer to this software in your documentation
136 or advertising materials: `FreeType Project', `FreeType Engine',
137 `FreeType library', or `FreeType Distribution'.
138
139 As you have not signed this license, you are not required to
140 accept it. However, as the FreeType Project is copyrighted
141 material, only this license, or another one contracted with the
142 authors, grants you the right to use, distribute, and modify it.
143 Therefore, by using, distributing, or modifying the FreeType
144 Project, you indicate that you understand and accept all the terms
145 of this license.
146
1474. Contacts
148-----------
149
150 There are two mailing lists related to FreeType:
151
152 o freetype@nongnu.org
153
154 Discusses general use and applications of FreeType, as well as
155 future and wanted additions to the library and distribution.
156 If you are looking for support, start in this list if you
157 haven't found anything to help you in the documentation.
158
159 o freetype-devel@nongnu.org
160
161 Discusses bugs, as well as engine internals, design issues,
162 specific licenses, porting, etc.
163
164 Our home page can be found at
165
166 http://www.freetype.org
167
168
169--- end of FTL.TXT ---
170
diff --git a/meta/files/common-licenses/GPL-1 b/meta/files/common-licenses/GPL-1
deleted file mode 100644
index 43248bfcee..0000000000
--- a/meta/files/common-licenses/GPL-1
+++ /dev/null
@@ -1,259 +0,0 @@
1
2GNU General Public License, version 1
3
4GNU GENERAL PUBLIC LICENSE
5Version 1, February 1989
6
7Copyright (C) 1989 Free Software Foundation, Inc.
851 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
9Everyone is permitted to copy and distribute verbatim copies
10of this license document, but changing it is not allowed.
11
12Preamble
13
14The license agreements of most software companies try to keep users
15at the mercy of those companies. By contrast, our General Public
16License is intended to guarantee your freedom to share and change free
17software--to make sure the software is free for all its users. The
18General Public License applies to the Free Software Foundation's
19software and to any other program whose authors commit to using it.
20You can use it for your programs, too.
21
22When we speak of free software, we are referring to freedom, not
23price. Specifically, the General Public License is designed to make
24sure that you have the freedom to give away or sell copies of free
25software, that you receive source code or can get it if you want it,
26that you can change the software or use pieces of it in new free
27programs; and that you know you can do these things.
28
29To protect your rights, we need to make restrictions that forbid
30anyone to deny you these rights or to ask you to surrender the rights.
31These restrictions translate to certain responsibilities for you if you
32distribute copies of the software, or if you modify it.
33
34For example, if you distribute copies of a such a program, whether
35gratis or for a fee, you must give the recipients all the rights that
36you have. You must make sure that they, too, receive or can get the
37source code. And you must tell them their rights.
38
39We protect your rights with two steps: (1) copyright the software, and
40(2) offer you this license which gives you legal permission to copy,
41distribute and/or modify the software.
42
43Also, for each author's protection and ours, we want to make certain
44that everyone understands that there is no warranty for this free
45software. If the software is modified by someone else and passed on, we
46want its recipients to know that what they have is not the original, so
47that any problems introduced by others will not reflect on the original
48authors' reputations.
49
50The precise terms and conditions for copying, distribution and
51modification follow.
52
53GNU GENERAL PUBLIC LICENSE
54TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
55
560. This License Agreement applies to any program or other work which
57contains a notice placed by the copyright holder saying it may be
58distributed under the terms of this General Public License. The
59"Program", below, refers to any such program or work, and a
60"work based
61on the Program" means either the Program or any work containing the
62Program or a portion of it, either verbatim or with modifications. Each
63licensee is addressed as "you".
64
651. You may copy and distribute verbatim copies of the Program's source
66code as you receive it, in any medium, provided that you conspicuously and
67appropriately publish on each copy an appropriate copyright notice and
68disclaimer of warranty; keep intact all the notices that refer to this
69General Public License and to the absence of any warranty; and give any
70other recipients of the Program a copy of this General Public License
71along with the Program. You may charge a fee for the physical act of
72transferring a copy.
73
742. You may modify your copy or copies of the Program or any portion of
75it, and copy and distribute such modifications under the terms of Paragraph
761 above, provided that you also do the following:
77
78a) cause the modified files to carry prominent notices stating that
79you changed the files and the date of any change; and
80
81b) cause the whole of any work that you distribute or publish, that
82in whole or in part contains the Program or any part thereof, either
83with or without modifications, to be licensed at no charge to all
84third parties under the terms of this General Public License (except
85that you may choose to grant warranty protection to some or all
86third parties, at your option).
87
88c) If the modified program normally reads commands interactively when
89run, you must cause it, when started running for such interactive use
90in the simplest and most usual way, to print or display an
91announcement including an appropriate copyright notice and a notice
92that there is no warranty (or else, saying that you provide a
93warranty) and that users may redistribute the program under these
94conditions, and telling the user how to view a copy of this General
95Public License.
96
97d) You may charge a fee for the physical act of transferring a
98copy, and you may at your option offer warranty protection in
99exchange for a fee.
100
101Mere aggregation of another independent work with the Program (or its
102derivative) on a volume of a storage or distribution medium does not bring
103the other work under the scope of these terms.
104
1053. You may copy and distribute the Program (or a portion or derivative of
106it, under Paragraph 2) in object code or executable form under the terms of
107Paragraphs 1 and 2 above provided that you also do one of the following:
108
109a) accompany it with the complete corresponding machine-readable
110source code, which must be distributed under the terms of
111Paragraphs 1 and 2 above; or,
112
113b) accompany it with a written offer, valid for at least three
114years, to give any third party free (except for a nominal charge
115for the cost of distribution) a complete machine-readable copy of the
116corresponding source code, to be distributed under the terms of
117Paragraphs 1 and 2 above; or,
118
119c) accompany it with the information you received as to where the
120corresponding source code may be obtained. (This alternative is
121allowed only for noncommercial distribution and only if you
122received the program in object code or executable form alone.)
123
124Source code for a work means the preferred form of the work for making
125modifications to it. For an executable file, complete source code means
126all the source code for all modules it contains; but, as a special
127exception, it need not include source code for modules which are standard
128libraries that accompany the operating system on which the executable
129file runs, or for standard header files or definitions files that
130accompany that operating system.
131
1324. You may not copy, modify, sublicense, distribute or transfer the
133Program except as expressly provided under this General Public License.
134Any attempt otherwise to copy, modify, sublicense, distribute or transfer
135the Program is void, and will automatically terminate your rights to use
136the Program under this License. However, parties who have received
137copies, or rights to use copies, from you under this General Public
138License will not have their licenses terminated so long as such parties
139remain in full compliance.
140
1415. By copying, distributing or modifying the Program (or any work based
142on the Program) you indicate your acceptance of this license to do so,
143and all its terms and conditions.
144
1456. Each time you redistribute the Program (or any work based on the
146Program), the recipient automatically receives a license from the original
147licensor to copy, distribute or modify the Program subject to these
148terms and conditions. You may not impose any further restrictions on the
149recipients' exercise of the rights granted herein.
150
1517. The Free Software Foundation may publish revised and/or new versions
152of the General Public License from time to time. Such new versions will
153be similar in spirit to the present version, but may differ in detail to
154address new problems or concerns.
155
156Each version is given a distinguishing version number. If the Program
157specifies a version number of the license which applies to it and "any
158later version", you have the option of following the terms and conditions
159either of that version or of any later version published by the Free
160Software Foundation. If the Program does not specify a version number of
161the license, you may choose any version ever published by the Free Software
162Foundation.
163
1648. If you wish to incorporate parts of the Program into other free
165programs whose distribution conditions are different, write to the author
166to ask for permission. For software which is copyrighted by the Free
167Software Foundation, write to the Free Software Foundation; we sometimes
168make exceptions for this. Our decision will be guided by the two goals
169of preserving the free status of all derivatives of our free software and
170of promoting the sharing and reuse of software generally.
171
172NO WARRANTY
173
1749. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
175FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
176OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
177PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
178EXPRESSED
179OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
180MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
181TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
182PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
183REPAIR OR CORRECTION.
184
18510. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
186WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
187REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
188INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
189OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
190TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
191YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
192PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
193POSSIBILITY OF SUCH DAMAGES.
194
195END OF TERMS AND CONDITIONS
196
197Appendix: How to Apply These Terms to Your New Programs
198
199If you develop a new program, and you want it to be of the greatest
200possible use to humanity, the best way to achieve this is to make it
201free software which everyone can redistribute and change under these
202terms.
203
204To do so, attach the following notices to the program. It is safest to
205attach them to the start of each source file to most effectively convey
206the exclusion of warranty; and each file should have at least the
207"copyright" line and a pointer to where the full notice is found.
208
209<one line to give the program's name and a brief idea of what it does.>
210Copyright (C) 19yy <name of author>
211
212This program is free software; you can redistribute it and/or modify
213it under the terms of the GNU General Public License as published by
214the Free Software Foundation; either version 1, or (at your option)
215any later version.
216
217This program is distributed in the hope that it will be useful,
218but WITHOUT ANY WARRANTY; without even the implied warranty of
219MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
220GNU General Public License for more details.
221
222You should have received a copy of the GNU General Public License
223along with this program; if not, write to the Free Software
224Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
225
226Also add information on how to contact you by electronic and paper mail.
227
228If the program is interactive, make it output a short notice like this
229when it starts in an interactive mode:
230
231Gnomovision version 69, Copyright (C) 19xx name of author
232Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
233This is free software, and you are welcome to redistribute it
234under certain conditions; type `show c' for details.
235
236The hypothetical commands `show w' and `show c' should show the
237appropriate parts of the General Public License. Of course, the
238commands you use may be called something other than `show w' and `show
239c'; they could even be mouse-clicks or menu items--whatever suits your
240program.
241
242You should also get your employer (if you work as a programmer) or your
243school, if any, to sign a "copyright disclaimer" for the program, if
244necessary. Here a sample; alter the names:
245
246Yoyodyne, Inc., hereby disclaims all copyright interest in the
247program `Gnomovision' (a program to direct compilers to make passes
248at assemblers) written by James Hacker.
249
250<signature of Ty Coon>, 1 April 1989
251Ty Coon, President of Vice
252
253That's all there is to it!
254
255
256
257
258
259
diff --git a/meta/files/common-licenses/GPL-1.0+ b/meta/files/common-licenses/GPL-1.0+
deleted file mode 100644
index 9d4ef93ae5..0000000000
--- a/meta/files/common-licenses/GPL-1.0+
+++ /dev/null
@@ -1,252 +0,0 @@
1
2GNU General Public License, version 1
3
4 GNU GENERAL PUBLIC LICENSE
5 Version 1, February 1989
6
7 Copyright (C) 1989 Free Software Foundation, Inc.
8 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
9 Everyone is permitted to copy and distribute verbatim copies
10 of this license document, but changing it is not allowed.
11
12 Preamble
13
14 The license agreements of most software companies try to keep users
15at the mercy of those companies. By contrast, our General Public
16License is intended to guarantee your freedom to share and change free
17software--to make sure the software is free for all its users. The
18General Public License applies to the Free Software Foundation`s
19software and to any other program whose authors commit to using it.
20You can use it for your programs, too.
21
22 When we speak of free software, we are referring to freedom, not
23price. Specifically, the General Public License is designed to make
24sure that you have the freedom to give away or sell copies of free
25software, that you receive source code or can get it if you want it,
26that you can change the software or use pieces of it in new free
27programs; and that you know you can do these things.
28
29 To protect your rights, we need to make restrictions that forbid
30anyone to deny you these rights or to ask you to surrender the rights.
31These restrictions translate to certain responsibilities for you if you
32distribute copies of the software, or if you modify it.
33
34 For example, if you distribute copies of a such a program, whether
35gratis or for a fee, you must give the recipients all the rights that
36you have. You must make sure that they, too, receive or can get the
37source code. And you must tell them their rights.
38
39 We protect your rights with two steps: (1) copyright the software, and
40(2) offer you this license which gives you legal permission to copy,
41distribute and/or modify the software.
42
43 Also, for each author`s protection and ours, we want to make certain
44that everyone understands that there is no warranty for this free
45software. If the software is modified by someone else and passed on, we
46want its recipients to know that what they have is not the original, so
47that any problems introduced by others will not reflect on the original
48authors` reputations.
49
50 The precise terms and conditions for copying, distribution and
51modification follow.
52
53 GNU GENERAL PUBLIC LICENSE
54 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
55
56 0. This License Agreement applies to any program or other work which
57contains a notice placed by the copyright holder saying it may be
58distributed under the terms of this General Public License. The
59"Program", below, refers to any such program or work, and a "work based
60on the Program" means either the Program or any work containing the
61Program or a portion of it, either verbatim or with modifications. Each
62licensee is addressed as "you".
63
64 1. You may copy and distribute verbatim copies of the Program`s source
65code as you receive it, in any medium, provided that you conspicuously and
66appropriately publish on each copy an appropriate copyright notice and
67disclaimer of warranty; keep intact all the notices that refer to this
68General Public License and to the absence of any warranty; and give any
69other recipients of the Program a copy of this General Public License
70along with the Program. You may charge a fee for the physical act of
71transferring a copy.
72
73 2. You may modify your copy or copies of the Program or any portion of
74it, and copy and distribute such modifications under the terms of Paragraph
751 above, provided that you also do the following:
76
77 a) cause the modified files to carry prominent notices stating that
78 you changed the files and the date of any change; and
79
80 b) cause the whole of any work that you distribute or publish, that
81 in whole or in part contains the Program or any part thereof, either
82 with or without modifications, to be licensed at no charge to all
83 third parties under the terms of this General Public License (except
84 that you may choose to grant warranty protection to some or all
85 third parties, at your option).
86
87 c) If the modified program normally reads commands interactively when
88 run, you must cause it, when started running for such interactive use
89 in the simplest and most usual way, to print or display an
90 announcement including an appropriate copyright notice and a notice
91 that there is no warranty (or else, saying that you provide a
92 warranty) and that users may redistribute the program under these
93 conditions, and telling the user how to view a copy of this General
94 Public License.
95
96 d) You may charge a fee for the physical act of transferring a
97 copy, and you may at your option offer warranty protection in
98 exchange for a fee.
99
100Mere aggregation of another independent work with the Program (or its
101derivative) on a volume of a storage or distribution medium does not bring
102the other work under the scope of these terms.
103
104 3. You may copy and distribute the Program (or a portion or derivative of
105it, under Paragraph 2) in object code or executable form under the terms of
106Paragraphs 1 and 2 above provided that you also do one of the following:
107
108 a) accompany it with the complete corresponding machine-readable
109 source code, which must be distributed under the terms of
110 Paragraphs 1 and 2 above; or,
111
112 b) accompany it with a written offer, valid for at least three
113 years, to give any third party free (except for a nominal charge
114 for the cost of distribution) a complete machine-readable copy of the
115 corresponding source code, to be distributed under the terms of
116 Paragraphs 1 and 2 above; or,
117
118 c) accompany it with the information you received as to where the
119 corresponding source code may be obtained. (This alternative is
120 allowed only for noncommercial distribution and only if you
121 received the program in object code or executable form alone.)
122
123Source code for a work means the preferred form of the work for making
124modifications to it. For an executable file, complete source code means
125all the source code for all modules it contains; but, as a special
126exception, it need not include source code for modules which are standard
127libraries that accompany the operating system on which the executable
128file runs, or for standard header files or definitions files that
129accompany that operating system.
130
131 4. You may not copy, modify, sublicense, distribute or transfer the
132Program except as expressly provided under this General Public License.
133Any attempt otherwise to copy, modify, sublicense, distribute or transfer
134the Program is void, and will automatically terminate your rights to use
135the Program under this License. However, parties who have received
136copies, or rights to use copies, from you under this General Public
137License will not have their licenses terminated so long as such parties
138remain in full compliance.
139
140 5. By copying, distributing or modifying the Program (or any work based
141on the Program) you indicate your acceptance of this license to do so,
142and all its terms and conditions.
143
144 6. Each time you redistribute the Program (or any work based on the
145Program), the recipient automatically receives a license from the original
146licensor to copy, distribute or modify the Program subject to these
147terms and conditions. You may not impose any further restrictions on the
148recipients` exercise of the rights granted herein.
149
150 7. The Free Software Foundation may publish revised and/or new versions
151of the General Public License from time to time. Such new versions will
152be similar in spirit to the present version, but may differ in detail to
153address new problems or concerns.
154
155Each version is given a distinguishing version number. If the Program
156specifies a version number of the license which applies to it and "any
157later version", you have the option of following the terms and conditions
158either of that version or of any later version published by the Free
159Software Foundation. If the Program does not specify a version number of
160the license, you may choose any version ever published by the Free Software
161Foundation.
162
163 8. If you wish to incorporate parts of the Program into other free
164programs whose distribution conditions are different, write to the author
165to ask for permission. For software which is copyrighted by the Free
166Software Foundation, write to the Free Software Foundation; we sometimes
167make exceptions for this. Our decision will be guided by the two goals
168of preserving the free status of all derivatives of our free software and
169of promoting the sharing and reuse of software generally.
170
171 NO WARRANTY
172
173 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
174FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
175OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
176PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
177OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
178MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
179TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
180PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
181REPAIR OR CORRECTION.
182
183 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
184WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
185REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
186INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
187OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
188TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
189YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
190PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
191POSSIBILITY OF SUCH DAMAGES.
192
193 END OF TERMS AND CONDITIONS
194
195 Appendix: How to Apply These Terms to Your New Programs
196
197 If you develop a new program, and you want it to be of the greatest
198possible use to humanity, the best way to achieve this is to make it
199free software which everyone can redistribute and change under these
200terms.
201
202 To do so, attach the following notices to the program. It is safest to
203attach them to the start of each source file to most effectively convey
204the exclusion of warranty; and each file should have at least the
205"copyright" line and a pointer to where the full notice is found.
206
207 <one line to give the program`s name and a brief idea of what it does.>
208 Copyright (C) 19yy <name of author>
209
210 This program is free software; you can redistribute it and/or modify
211 it under the terms of the GNU General Public License as published by
212 the Free Software Foundation; either version 1, or (at your option)
213 any later version.
214
215 This program is distributed in the hope that it will be useful,
216 but WITHOUT ANY WARRANTY; without even the implied warranty of
217 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
218 GNU General Public License for more details.
219
220 You should have received a copy of the GNU General Public License
221 along with this program; if not, write to the Free Software
222 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
223
224Also add information on how to contact you by electronic and paper mail.
225
226If the program is interactive, make it output a short notice like this
227when it starts in an interactive mode:
228
229 Gnomovision version 69, Copyright (C) 19xx name of author
230 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w`.
231 This is free software, and you are welcome to redistribute it
232 under certain conditions; type `show c` for details.
233
234The hypothetical commands `show w` and `show c` should show the
235appropriate parts of the General Public License. Of course, the
236commands you use may be called something other than `show w` and `show
237c`; they could even be mouse-clicks or menu items--whatever suits your
238program.
239
240You should also get your employer (if you work as a programmer) or your
241school, if any, to sign a "copyright disclaimer" for the program, if
242necessary. Here a sample; alter the names:
243
244 Yoyodyne, Inc., hereby disclaims all copyright interest in the
245 program `Gnomovision` (a program to direct compilers to make passes
246 at assemblers) written by James Hacker.
247
248 <signature of Ty Coon>, 1 April 1989
249 Ty Coon, President of Vice
250
251That`s all there is to it!
252
diff --git a/meta/files/common-licenses/GPL-2 b/meta/files/common-licenses/GPL-2
deleted file mode 100644
index 32a4ac68d9..0000000000
--- a/meta/files/common-licenses/GPL-2
+++ /dev/null
@@ -1,23 +0,0 @@
1
2insert GPL v2 license text here
3
4Linking this library statically or dynamically with other modules is making a
5combined work based on this library. Thus, the terms and conditions of the GNU
6General Public License cover the whole combination.
7
8As a special exception, the copyright holders of this library give you
9permission to link this library with independent modules to produce an
10executable, regardless of the license terms of these independent modules, and
11to copy and distribute the resulting executable under terms of your choice,
12provided that you also meet, for each linked independent module, the terms and
13conditions of the license of that module. An independent module is a module
14which is not derived from or based on this library. If you modify this library,
15you may extend this exception to your version of the library, but you are not
16obligated to do so. If you do not wish to do so, delete this exception
17statement from your version.
18
19
20
21
22
23
diff --git a/meta/files/common-licenses/GPL-2,0-with-GCC-exception b/meta/files/common-licenses/GPL-2,0-with-GCC-exception
deleted file mode 100644
index ff8de09dc7..0000000000
--- a/meta/files/common-licenses/GPL-2,0-with-GCC-exception
+++ /dev/null
@@ -1,17 +0,0 @@
1
2insert GPL v2 text here
3
4GCC Linking Exception
5In addition to the permissions in the GNU General Public License, the Free
6Software Foundation gives you unlimited permission to link the compiled version
7of this file into combinations with other programs, and to distribute those
8combinations without any restriction coming from the use of this file. (The
9General Public License restrictions do apply in other respects; for example,
10they cover modification of the file, and distribution when not linked into a
11combine executable.)
12
13
14
15
16
17
diff --git a/meta/files/common-licenses/GPL-2,0-with-font-exception b/meta/files/common-licenses/GPL-2,0-with-font-exception
deleted file mode 100644
index abb42f9f97..0000000000
--- a/meta/files/common-licenses/GPL-2,0-with-font-exception
+++ /dev/null
@@ -1,18 +0,0 @@
1
2insert GPL v2 text here
3
4Font Exception
5As a special exception, if you create a document which uses this font, and
6embed this font or unaltered portions of this font into the document, this font
7does not by itself cause the resulting document to be covered by the GNU
8General Public License. This exception does not however invalidate any other
9reasons why the document might be covered by the GNU General Public License. If
10you modify this font, you may extend this exception to your version of the
11font, but you are not obligated to do so. If you do not wish to do so, delete
12this exception statement from your version.
13
14
15
16
17
18
diff --git a/meta/files/common-licenses/GPL-2.0+ b/meta/files/common-licenses/GPL-2.0+
deleted file mode 100644
index 7f5abbce27..0000000000
--- a/meta/files/common-licenses/GPL-2.0+
+++ /dev/null
@@ -1,132 +0,0 @@
1
2GNU GENERAL PUBLIC LICENSE
3
4Version 2, June 1991
5
6Copyright (C) 1989, 1991 Free Software Foundation, Inc.
751 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
8
9Everyone is permitted to copy and distribute verbatim copies
10of this license document, but changing it is not allowed.
11Preamble
12
13The 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.
14
15When 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.
16
17To 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.
18
19For 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.
20
21We 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.
22
23Also, 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.
24
25Finally, 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.
26
27The precise terms and conditions for copying, distribution and modification follow.
28
29TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
30
310. 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".
32
33Activities 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.
34
351. 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.
36
37You 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.
38
392. 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:
40
41a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
42b) 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.
43c) 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.)
44These 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.
45
46Thus, 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.
47
48In 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.
49
503. 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:
51
52a) 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,
53b) 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,
54c) 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.)
55The 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.
56
57If 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.
58
594. 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.
60
615. 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.
62
636. 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.
64
657. 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.
66
67If 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.
68
69It 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.
70
71This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
72
738. 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.
74
759. 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.
76
77Each 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.
78
7910. 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.
80
81NO WARRANTY
82
8311. 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.
84
8512. 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.
86
87END OF TERMS AND CONDITIONS
88
89How to Apply These Terms to Your New Programs
90
91If 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.
92
93To 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.
94
95one line to give the program`s name and an idea of what it does.
96Copyright (C) yyyy name of author
97
98This program is free software; you can redistribute it and/or
99modify it under the terms of the GNU General Public License
100as published by the Free Software Foundation; either version 2
101of the License, or (at your option) any later version.
102
103This program is distributed in the hope that it will be useful,
104but WITHOUT ANY WARRANTY; without even the implied warranty of
105MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
106GNU General Public License for more details.
107
108You should have received a copy of the GNU General Public License
109along with this program; if not, write to the Free Software
110Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
111Also add information on how to contact you by electronic and paper mail.
112
113If the program is interactive, make it output a short notice like this when it starts in an interactive mode:
114
115Gnomovision version 69, Copyright (C) year name of author
116Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
117type `show w`. This is free software, and you are welcome
118to redistribute it under certain conditions; type `show c`
119for details.
120The 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.
121
122You 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:
123
124Yoyodyne, Inc., hereby disclaims all copyright
125interest in the program `Gnomovision`
126(which makes passes at compilers) written
127by James Hacker.
128
129signature of Ty Coon, 1 April 1989
130Ty Coon, President of Vice
131This 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.
132
diff --git a/meta/files/common-licenses/GPL-2.0-with-GCC-exception b/meta/files/common-licenses/GPL-2.0-with-GCC-exception
index 5d0beb8efa..ff8de09dc7 100644
--- a/meta/files/common-licenses/GPL-2.0-with-GCC-exception
+++ b/meta/files/common-licenses/GPL-2.0-with-GCC-exception
@@ -2,5 +2,16 @@
2insert GPL v2 text here 2insert GPL v2 text here
3 3
4GCC Linking Exception 4GCC Linking Exception
5In addition to the permissions in the GNU General Public License, the Free Software Foundation gives you unlimited permission to link the compiled version of this file into combinations with other programs, and to distribute those combinations without any restriction coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combine executable.) 5In addition to the permissions in the GNU General Public License, the Free
6Software Foundation gives you unlimited permission to link the compiled version
7of this file into combinations with other programs, and to distribute those
8combinations without any restriction coming from the use of this file. (The
9General Public License restrictions do apply in other respects; for example,
10they cover modification of the file, and distribution when not linked into a
11combine executable.)
12
13
14
15
16
6 17
diff --git a/meta/files/common-licenses/GPL-2.0-with-font-exception b/meta/files/common-licenses/GPL-2.0-with-font-exception
index 99b84e0b38..abb42f9f97 100644
--- a/meta/files/common-licenses/GPL-2.0-with-font-exception
+++ b/meta/files/common-licenses/GPL-2.0-with-font-exception
@@ -2,5 +2,17 @@
2insert GPL v2 text here 2insert GPL v2 text here
3 3
4Font Exception 4Font Exception
5As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. 5As a special exception, if you create a document which uses this font, and
6embed this font or unaltered portions of this font into the document, this font
7does not by itself cause the resulting document to be covered by the GNU
8General Public License. This exception does not however invalidate any other
9reasons why the document might be covered by the GNU General Public License. If
10you modify this font, you may extend this exception to your version of the
11font, but you are not obligated to do so. If you do not wish to do so, delete
12this exception statement from your version.
13
14
15
16
17
6 18
diff --git a/meta/files/common-licenses/GPL-3 b/meta/files/common-licenses/GPL-3
deleted file mode 100644
index 9d9f5b03d1..0000000000
--- a/meta/files/common-licenses/GPL-3
+++ /dev/null
@@ -1,70 +0,0 @@
1
2insert GPL v3 text here
3
4GCC RUNTIME LIBRARY EXCEPTION
5Version 3.1, 31 March 2009
6
7General information:
8http://www.gnu.org/licenses/gcc-exception.html
9Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
10Everyone is permitted to copy and distribute verbatim copies of this license
11document, but changing it is not allowed.
12This GCC Runtime Library Exception ("Exception") is an additional
13permission under section 7 of the GNU General Public License, version 3
14("GPLv3"). It applies to a given file (the "Runtime
15Library") that bears a notice placed by the copyright holder of the file
16stating that the file is governed by GPLv3 along with this Exception.
17When you use GCC to compile a program, GCC may combine portions of certain GCC
18header files and runtime libraries with the compiled program. The purpose of
19this Exception is to allow compilation of non-GPL (including proprietary)
20programs to use, in this way, the header files and runtime libraries covered by
21this Exception.
22
230. Definitions.
24A file is an "Independent Module" if it either requires the Runtime
25Library for execution after a Compilation Process, or makes use of an interface
26provided by the Runtime Library, but is not otherwise based on the Runtime
27Library.
28"GCC" means a version of the GNU Compiler Collection, with or without
29modifications, governed by version 3 (or a specified later version) of the GNU
30General Public License (GPL) with the option of using any subsequent versions
31published by the FSF.
32"GPL-compatible Software" is software whose conditions of
33propagation, modification and use would permit combination with GCC in accord
34with the license of GCC.
35"Target Code" refers to output from any compiler for a real or
36virtual target processor architecture, in executable form or suitable for input
37to an assembler, loader, linker and/or execution phase. Notwithstanding that,
38Target Code does not include data in any format that is used as a compiler
39intermediate representation, or used for producing a compiler intermediate
40representation.
41The "Compilation Process" transforms code entirely represented in
42non-intermediate languages designed for human-written code, and/or in Java
43Virtual Machine byte code, into Target Code. Thus, for example, use of source
44code generators and preprocessors need not be considered part of the
45Compilation Process, since the Compilation Process can be understood as
46starting with the output of the generators or preprocessors.
47A Compilation Process is "Eligible" if it is done using GCC, alone or
48with other GPL-compatible software, or if it is done without using any work
49based on GCC. For example, using non-GPL-compatible Software to optimize any
50GCC intermediate representations would not qualify as an Eligible Compilation
51Process.
52
531. Grant of Additional Permission.
54You have permission to propagate a work of Target Code formed by combining the
55Runtime Library with Independent Modules, even if such propagation would
56otherwise violate the terms of GPLv3, provided that all Target Code was
57generated by Eligible Compilation Processes. You may then convey such a
58combination under terms of your choice, consistent with the licensing of the
59Independent Modules.
60
612. No Weakening of GCC Copyleft.
62The availability of this Exception does not imply any general presumption that
63third-party software is unaffected by the copyleft requirements of the license
64of GCC.
65
66
67
68
69
70
diff --git a/meta/files/common-licenses/GPL-3.0 b/meta/files/common-licenses/GPL-3.0
index 3e0e94d653..e0665a64a8 100644
--- a/meta/files/common-licenses/GPL-3.0
+++ b/meta/files/common-licenses/GPL-3.0
@@ -1,3 +1,225 @@
1GNU GENERAL PUBLIC LICENSE
1 2
2license exceeds allowable cell character limit 3Version 3, 29 June 2007
3 4
5Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
6
7Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
8Preamble
9
10The GNU General Public License is a free, copyleft license for software and other kinds of works.
11
12The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.
13
14When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
15
16To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.
17
18For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
19
20Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.
21
22For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.
23
24Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.
25
26Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.
27
28The precise terms and conditions for copying, distribution and modification follow.
29TERMS AND CONDITIONS
300. Definitions.
31
32“This License” refers to version 3 of the GNU General Public License.
33
34“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
35
36“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.
37
38To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.
39
40A “covered work” means either the unmodified Program or a work based on the Program.
41
42To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
43
44To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
45
46An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
471. Source Code.
48
49The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.
50
51A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
52
53The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
54
55The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
56
57The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
58
59The Corresponding Source for a work in source code form is that same work.
602. Basic Permissions.
61
62All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
63
64You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
65
66Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
673. Protecting Users' Legal Rights From Anti-Circumvention Law.
68
69No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
70
71When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
724. Conveying Verbatim Copies.
73
74You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
75
76You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
775. Conveying Modified Source Versions.
78
79You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
80
81 * a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
82 * b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.
83 * c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
84 * d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
85
86A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
876. Conveying Non-Source Forms.
88
89You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
90
91 * a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
92 * b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
93 * c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
94 * d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
95 * e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
96
97A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
98
99A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
100
101“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
102
103If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
104
105The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
106
107Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
1087. Additional Terms.
109
110“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
111
112When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
113
114Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
115
116 * a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
117 * b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
118 * c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
119 * d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
120 * e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
121 * f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
122
123All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
124
125If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
126
127Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
1288. Termination.
129
130You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
131
132However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
133
134Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
135
136Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
1379. Acceptance Not Required for Having Copies.
138
139You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
14010. Automatic Licensing of Downstream Recipients.
141
142Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
143
144An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
145
146You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
14711. Patents.
148
149A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”.
150
151A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
152
153Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
154
155In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
156
157If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
158
159If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
160
161A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
162
163Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
16412. No Surrender of Others' Freedom.
165
166If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
16713. Use with the GNU Affero General Public License.
168
169Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.
17014. Revised Versions of this License.
171
172The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
173
174Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.
175
176If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
177
178Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
17915. Disclaimer of Warranty.
180
181THERE 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.
18216. Limitation of Liability.
183
184IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
18517. Interpretation of Sections 15 and 16.
186
187If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
188
189END OF TERMS AND CONDITIONS
190How to Apply These Terms to Your New Programs
191
192If 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.
193
194To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.
195
196 <one line to give the program's name and a brief idea of what it does.>
197 Copyright (C) <year> <name of author>
198
199 This program is free software: you can redistribute it and/or modify
200 it under the terms of the GNU General Public License as published by
201 the Free Software Foundation, either version 3 of the License, or
202 (at your option) any later version.
203
204 This program is distributed in the hope that it will be useful,
205 but WITHOUT ANY WARRANTY; without even the implied warranty of
206 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
207 GNU General Public License for more details.
208
209 You should have received a copy of the GNU General Public License
210 along with this program. If not, see <http://www.gnu.org/licenses/>.
211
212Also add information on how to contact you by electronic and paper mail.
213
214If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:
215
216 <program> Copyright (C) <year> <name of author>
217 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
218 This is free software, and you are welcome to redistribute it
219 under certain conditions; type `show c' for details.
220
221The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”.
222
223You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http://www.gnu.org/licenses/>.
224
225The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/meta/files/common-licenses/GPL-3.0+ b/meta/files/common-licenses/GPL-3.0+
deleted file mode 100644
index 3e0e94d653..0000000000
--- a/meta/files/common-licenses/GPL-3.0+
+++ /dev/null
@@ -1,3 +0,0 @@
1
2license exceeds allowable cell character limit
3
diff --git a/meta/files/common-licenses/IPL-1 b/meta/files/common-licenses/IPL-1
deleted file mode 100644
index 63000fbeb6..0000000000
--- a/meta/files/common-licenses/IPL-1
+++ /dev/null
@@ -1,222 +0,0 @@
1
2IBM Public License Version 1.0
3
4THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS IBM
5PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
6OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
7
81. DEFINITIONS
9"Contribution" means:
10
11in the case of International Business Machines Corporation ("IBM"),
12the Original Program, and
13in the case of each Contributor,
14changes to the Program, and
15additions to the Program;
16where such changes and/or additions to the Program originate from and
17are distributed by that particular Contributor. A Contribution
18'originates' from a Contributor if it was added to the Program by
19such Contributor itself or anyone acting on such Contributor's
20behalf. Contributions do not include additions to the Program which:
21(i) are separate modules of software distributed in conjunction with
22the Program under their own license agreement, and (ii) are not
23derivative works of the Program.
24
25"Contributor" means IBM and any other entity that distributes the
26Program.
27
28"Licensed Patents " mean patent claims licensable by a
29Contributor which are necessarily infringed by the use or sale of its
30Contribution alone or when combined with the Program.
31
32"Original Program" means the original version of the software
33accompanying this Agreement as released by IBM, including source
34code, object code and documentation, if any.
35
36"Program" means the Original Program and Contributions.
37
38"Recipient" means anyone who receives the Program under this
39Agreement, including all Contributors.
40
412. GRANT OF RIGHTS
42Subject to the terms of this Agreement, each Contributor hereby
43grants Recipient a non-exclusive, worldwide, royalty-free copyright
44license to reproduce, prepare derivative works of, publicly display,
45publicly perform, distribute and sublicense the Contribution of such
46Contributor, if any, and such derivative works, in source code and
47object code form.
48Subject to the terms of this Agreement, each Contributor hereby
49grants Recipient a non-exclusive, worldwide, royalty-free patent
50license under Licensed Patents to make, use, sell, offer to sell,
51import and otherwise transfer the Contribution of such Contributor,
52if any, in source code and object code form. This patent license
53shall apply to the combination of the Contribution and the Program
54if, at the time the Contribution is added by the Contributor, such
55addition of the Contribution causes such combination to be covered by
56the Licensed Patents. The patent license shall not apply to any
57other combinations which include the Contribution. No hardware per
58se is licensed hereunder.
59
60Recipient understands that although each Contributor grants the
61licenses to its Contributions set forth herein, no assurances are
62provided by any Contributor that the Program does not infringe the
63patent or other intellectual property rights of any other entity.
64Each Contributor disclaims any liability to Recipient for claims
65brought by any other entity based on infringement of intellectual
66property rights or otherwise. As a condition to exercising the
67rights and licenses granted hereunder, each Recipient hereby assumes
68sole responsibility to secure any other intellectual property rights
69needed, if any. For example, if a third party patent license is
70required to allow Recipient to distribute the Program, it is
71Recipient's responsibility to acquire that license before
72distributing the Program.
73Each Contributor represents that to its knowledge it has
74sufficient copyright rights in its Contribution, if any, to grant the
75copyright license set forth in this Agreement.
763. REQUIREMENTS
77A Contributor may choose to distribute
78the Program in object code form under its own license agreement,
79provided that:
80
81it complies with the terms and conditions of this Agreement; and
82its license agreement:
83effectively disclaims on behalf of all Contributors all warranties
84and conditions, express and implied, including warranties or
85conditions of title and non-infringement, and implied warranties or
86conditions of merchantability and fitness for a particular purpose;
87effectively excludes on behalf of all Contributors all liability
88for damages, including direct, indirect, special, incidental and
89consequential damages, such as lost profits;
90states that any provisions which differ from this Agreement are
91offered by that Contributor alone and not by any other party; and
92
93states that source code for the Program is available from such
94Contributor, and informs licensees how to obtain it in a reasonable
95manner on or through a medium customarily used for software exchange.
96When the Program is made available in source code form:
97
98it must be made available under this Agreement; and
99a copy of this Agreement must be included with each copy of the
100Program.
101Each Contributor must include the following in a conspicuous location in the
102Program:
103
104Copyright (C) 1996, 1999 International Business Machines Corporation and
105others. All Rights Reserved.
106
107In addition, each Contributor must identify itself as the originator
108of its Contribution, if any, in a manner that reasonably allows
109subsequent Recipients to identify the originator of the Contribution.
110
1114. COMMERCIAL DISTRIBUTION
112Commercial distributors of software may accept certain
113responsibilities with respect to end users, business partners and the
114like. While this license is intended to facilitate the commercial
115use of the Program, the Contributor who includes the Program in a
116commercial product offering should do so in a manner which does not
117create potential liability for other Contributors. Therefore, if a
118Contributor includes the Program in a commercial product offering,
119such Contributor ("Commercial Contributor") hereby agrees to defend
120and indemnify every other Contributor ("Indemnified Contributor")
121against any losses, damages and costs (collectively "Losses") arising
122from claims, lawsuits and other legal actions brought by a third
123party against the Indemnified Contributor to the extent caused by the
124acts or omissions of such Commercial Contributor in connection with
125its distribution of the Program in a commercial product offering.
126The obligations in this section do not apply to any claims or Losses
127relating to any actual or alleged intellectual property infringement.
128In order to qualify, an Indemnified Contributor must: a) promptly
129notify the Commercial Contributor in writing of such claim, and b)
130allow the Commercial Contributor to control, and cooperate with the
131Commercial Contributor in, the defense and any related settlement
132negotiations. The Indemnified Contributor may participate in any
133such claim at its own expense.
134
135For example, a Contributor might include the Program in a commercial
136product offering, Product X. That Contributor is then a Commercial
137Contributor. If that Commercial Contributor then makes performance
138claims, or offers warranties related to Product X, those performance
139claims and warranties are such Commercial Contributor's
140responsibility alone. Under this section, the Commercial Contributor
141would have to defend claims against the other Contributors related to
142those performance claims and warranties, and if a court requires any
143other Contributor to pay any damages as a result, the Commercial
144Contributor must pay those damages.
145
1465. NO WARRANTY
147EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
148PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
149KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
150WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
151OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
152responsible for determining the appropriateness of using and
153distributing the Program and assumes all risks associated with its
154exercise of rights under this Agreement, including but not limited to
155the risks and costs of program errors, compliance with applicable
156laws, damage to or loss of data, programs or equipment, and
157unavailability or interruption of operations.
158
1596. DISCLAIMER OF LIABILITY
160EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
161NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT,
162INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
163(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON
164ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
165TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
166THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
167GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
168
1697. GENERAL
170If any provision of this Agreement is invalid or unenforceable under
171applicable law, it shall not affect the validity or enforceability of
172the remainder of the terms of this Agreement, and without further
173action by the parties hereto, such provision shall be reformed to the
174minimum extent necessary to make such provision valid and enforceable.
175
176If Recipient institutes patent litigation against a Contributor with
177respect to a patent applicable to software (including a cross-claim
178or counterclaim in a lawsuit), then any patent licenses granted by
179that Contributor to such Recipient under this Agreement shall
180terminate as of the date such litigation is filed. In addition, if
181Recipient institutes patent litigation against any entity (including
182a cross-claim or counterclaim in a lawsuit) alleging that the Program
183itself (excluding combinations of the Program with other software or
184hardware) infringes such Recipient's patent(s), then such Recipient's
185rights granted under Section 2(b) shall terminate as of the date such
186litigation is filed.
187
188All Recipient's rights under this Agreement shall terminate if it
189fails to comply with any of the material terms or conditions of this
190Agreement and does not cure such failure in a reasonable period of
191time after becoming aware of such noncompliance. If all Recipient's
192rights under this Agreement terminate, Recipient agrees to cease use
193and distribution of the Program as soon as reasonably practicable.
194However, Recipient's obligations under this Agreement and any
195licenses granted by Recipient relating to the Program shall continue
196and survive.
197
198IBM may publish new versions (including revisions) of this Agreement
199from time to time. Each new version of the Agreement will be given a
200distinguishing version number. The Program (including Contributions)
201may always be distributed subject to the version of the Agreement
202under which it was received. In addition, after a new version of the
203Agreement is published, Contributor may elect to distribute the
204Program (including its Contributions) under the new version. No one
205other than IBM has the right to modify this Agreement. Except as
206expressly stated in Sections 2(a) and 2(b) above, Recipient receives
207no rights or licenses to the intellectual property of any Contributor
208under this Agreement, whether expressly, by implication, estoppel or
209otherwise. All rights in the Program not expressly granted under
210this Agreement are reserved.
211
212This Agreement is governed by the laws of the State of New York and
213the intellectual property laws of the United States of America. No
214party to this Agreement will bring a legal action under this
215Agreement more than one year after the cause of action arose. Each
216party waives its rights to a jury trial in any resulting litigation.
217
218
219
220
221
222
diff --git a/meta/files/common-licenses/LGPL-2 b/meta/files/common-licenses/LGPL-2
deleted file mode 100644
index af24d4f4b4..0000000000
--- a/meta/files/common-licenses/LGPL-2
+++ /dev/null
@@ -1,461 +0,0 @@
1
2GNU LESSER GENERAL PUBLIC LICENSE
3
4Version 2.1, February 1999
5
6Copyright (C) 1991, 1999 Free Software Foundation, Inc.
751 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
8Everyone is permitted to copy and distribute verbatim copies
9of this license document, but changing it is not allowed.
10
11[This is the first released version of the Lesser GPL. It also counts
12as the successor of the GNU Library Public License, version 2, hence
13the version number 2.1.]
14Preamble
15
16The licenses for most software are designed to take away your freedom to share
17and change it. By contrast, the GNU General Public Licenses are intended to
18guarantee your freedom to share and change free software--to make sure the
19software is free for all its users.
20
21This license, the Lesser General Public License, applies to some specially
22designated software packages--typically libraries--of the Free Software
23Foundation and other authors who decide to use it. You can use it too, but we
24suggest you first think carefully about whether this license or the ordinary
25General Public License is the better strategy to use in any particular case,
26based on the explanations below.
27
28When we speak of free software, we are referring to freedom of use, not price.
29Our General Public Licenses are designed to make sure that you have the freedom
30to distribute copies of free software (and charge for this service if you
31wish); that you receive source code or can get it if you want it; that you can
32change the software and use pieces of it in new free programs; and that you are
33informed that you can do these things.
34
35To protect your rights, we need to make restrictions that forbid distributors
36to deny you these rights or to ask you to surrender these rights. These
37restrictions translate to certain responsibilities for you if you distribute
38copies of the library or if you modify it.
39
40For example, if you distribute copies of the library, whether gratis or for a
41fee, you must give the recipients all the rights that we gave you. You must
42make sure that they, too, receive or can get the source code. If you link other
43code with the library, you must provide complete object files to the
44recipients, so that they can relink them with the library after making changes
45to the library and recompiling it. And you must show them these terms so they
46know their rights.
47
48We protect your rights with a two-step method: (1) we copyright the library,
49and (2) we offer you this license, which gives you legal permission to copy,
50distribute and/or modify the library.
51
52To protect each distributor, we want to make it very clear that there is no
53warranty for the free library. Also, if the library is modified by someone else
54and passed on, the recipients should know that what they have is not the
55original version, so that the original author's reputation will not be affected
56by problems that might be introduced by others.
57
58Finally, software patents pose a constant threat to the existence of any free
59program. We wish to make sure that a company cannot effectively restrict the
60users of a free program by obtaining a restrictive license from a patent
61holder. Therefore, we insist that any patent license obtained for a version of
62the library must be consistent with the full freedom of use specified in this
63license.
64
65Most GNU software, including some libraries, is covered by the ordinary GNU
66General Public License. This license, the GNU Lesser General Public License,
67applies to certain designated libraries, and is quite different from the
68ordinary General Public License. We use this license for certain libraries in
69order to permit linking those libraries into non-free programs.
70
71When a program is linked with a library, whether statically or using a shared
72library, the combination of the two is legally speaking a combined work, a
73derivative of the original library. The ordinary General Public License
74therefore permits such linking only if the entire combination fits its criteria
75of freedom. The Lesser General Public License permits more lax criteria for
76linking other code with the library.
77
78We call this license the "Lesser" General Public License because it
79does Less to protect the user's freedom than the ordinary General Public
80License. It also provides other free software developers Less of an advantage
81over competing non-free programs. These disadvantages are the reason we use the
82ordinary General Public License for many libraries. However, the Lesser license
83provides advantages in certain special circumstances.
84
85For example, on rare occasions, there may be a special need to encourage the
86widest possible use of a certain library, so that it becomes a de-facto
87standard. To achieve this, non-free programs must be allowed to use the
88library. A more frequent case is that a free library does the same job as
89widely used non-free libraries. In this case, there is little to gain by
90limiting the free library to free software only, so we use the Lesser General
91Public License.
92
93In other cases, permission to use a particular library in non-free programs
94enables a greater number of people to use a large body of free software. For
95example, permission to use the GNU C Library in non-free programs enables many
96more people to use the whole GNU operating system, as well as its variant, the
97GNU/Linux operating system.
98
99Although the Lesser General Public License is Less protective of the users'
100freedom, it does ensure that the user of a program that is linked with the
101Library has the freedom and the wherewithal to run that program using a
102modified version of the Library.
103
104The precise terms and conditions for copying, distribution and modification
105follow. Pay close attention to the difference between a "work based on the
106library" and a "work that uses the library". The former contains
107code derived from the library, whereas the latter must be combined with the
108library in order to run.
109
110TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
111
1120. This License Agreement applies to any software library or other program
113which contains a notice placed by the copyright holder or other authorized
114party saying it may be distributed under the terms of this Lesser General
115Public License (also called "this License"). Each licensee is
116addressed as "you".
117
118A "library" means a collection of software functions and/or data
119prepared so as to be conveniently linked with application programs (which use
120some of those functions and data) to form executables.
121
122The "Library", below, refers to any such software library or work
123which has been distributed under these terms. A "work based on the
124Library" means either the Library or any derivative work under copyright
125law: that is to say, a work containing the Library or a portion of it, either
126verbatim or with modifications and/or translated straightforwardly into another
127language. (Hereinafter, translation is included without limitation in the term
128"modification".)
129
130"Source code" for a work means the preferred form of the work for
131making modifications to it. For a library, complete source code means all the
132source code for all modules it contains, plus any associated interface
133definition files, plus the scripts used to control compilation and installation
134of the library.
135
136Activities other than copying, distribution and modification are not covered by
137this License; they are outside its scope. The act of running a program using
138the Library is not restricted, and output from such a program is covered only
139if its contents constitute a work based on the Library (independent of the use
140of the Library in a tool for writing it). Whether that is true depends on what
141the Library does and what the program that uses the Library does.
142
1431. You may copy and distribute verbatim copies of the Library's complete source
144code as you receive it, in any medium, provided that you conspicuously and
145appropriately publish on each copy an appropriate copyright notice and
146disclaimer of warranty; keep intact all the notices that refer to this License
147and to the absence of any warranty; and distribute a copy of this License along
148with the Library.
149
150You may charge a fee for the physical act of transferring a copy, and you may
151at your option offer warranty protection in exchange for a fee.
152
1532. You may modify your copy or copies of the Library or any portion of it, thus
154forming a work based on the Library, and copy and distribute such modifications
155or work under the terms of Section 1 above, provided that you also meet all of
156these conditions:
157
158a) The modified work must itself be a software library.
159b) You must cause the files modified to carry prominent notices stating that
160you changed the files and the date of any change.
161c) You must cause the whole of the work to be licensed at no charge to all
162third parties under the terms of this License.
163d) If a facility in the modified Library refers to a function or a table of
164data to be supplied by an application program that uses the facility, other
165than as an argument passed when the facility is invoked, then you must make a
166good faith effort to ensure that, in the event an application does not supply
167such function or table, the facility still operates, and performs whatever part
168of its purpose remains meaningful.
169(For example, a function in a library to compute square roots has a purpose
170that is entirely well-defined independent of the application. Therefore,
171Subsection 2d requires that any application-supplied function or table used by
172this function must be optional: if the application does not supply it, the
173square root function must still compute square roots.)
174
175These requirements apply to the modified work as a whole. If identifiable
176sections of that work are not derived from the Library, and can be reasonably
177considered independent and separate works in themselves, then this License, and
178its terms, do not apply to those sections when you distribute them as separate
179works. But when you distribute the same sections as part of a whole which is a
180work based on the Library, the distribution of the whole must be on the terms
181of this License, whose permissions for other licensees extend to the entire
182whole, and thus to each and every part regardless of who wrote it.
183
184Thus, it is not the intent of this section to claim rights or contest your
185rights to work written entirely by you; rather, the intent is to exercise the
186right to control the distribution of derivative or collective works based on
187the Library.
188
189In addition, mere aggregation of another work not based on the Library with the
190Library (or with a work based on the Library) on a volume of a storage or
191distribution medium does not bring the other work under the scope of this
192License.
193
1943. You may opt to apply the terms of the ordinary GNU General Public License
195instead of this License to a given copy of the Library. To do this, you must
196alter all the notices that refer to this License, so that they refer to the
197ordinary GNU General Public License, version 2, instead of to this License. (If
198a newer version than version 2 of the ordinary GNU General Public License has
199appeared, then you can specify that version instead if you wish.) Do not make
200any other change in these notices.
201
202Once this change is made in a given copy, it is irreversible for that copy, so
203the ordinary GNU General Public License applies to all subsequent copies and
204derivative works made from that copy.
205
206This option is useful when you wish to copy part of the code of the Library
207into a program that is not a library.
208
2094. You may copy and distribute the Library (or a portion or derivative of it,
210under Section 2) in object code or executable form under the terms of Sections
2111 and 2 above provided that you accompany it with the complete corresponding
212machine-readable source code, which must be distributed under the terms of
213Sections 1 and 2 above on a medium customarily used for software interchange.
214
215If distribution of object code is made by offering access to copy from a
216designated place, then offering equivalent access to copy the source code from
217the same place satisfies the requirement to distribute the source code, even
218though third parties are not compelled to copy the source along with the object
219code.
220
2215. A program that contains no derivative of any portion of the Library, but is
222designed to work with the Library by being compiled or linked with it, is
223called a "work that uses the Library". Such a work, in isolation, is
224not a derivative work of the Library, and therefore falls outside the scope of
225this License.
226
227However, linking a "work that uses the Library" with the Library
228creates an executable that is a derivative of the Library (because it contains
229portions of the Library), rather than a "work that uses the library".
230The executable is therefore covered by this License. Section 6 states terms for
231distribution of such executables.
232
233When a "work that uses the Library" uses material from a header file
234that is part of the Library, the object code for the work may be a derivative
235work of the Library even though the source code is not. Whether this is true is
236especially significant if the work can be linked without the Library, or if the
237work is itself a library. The threshold for this to be true is not precisely
238defined by law.
239
240If such an object file uses only numerical parameters, data structure layouts
241and accessors, and small macros and small inline functions (ten lines or less
242in length), then the use of the object file is unrestricted, regardless of
243whether it is legally a derivative work. (Executables containing this object
244code plus portions of the Library will still fall under Section 6.)
245
246Otherwise, if the work is a derivative of the Library, you may distribute the
247object code for the work under the terms of Section 6. Any executables
248containing that work also fall under Section 6, whether or not they are linked
249directly with the Library itself.
250
2516. As an exception to the Sections above, you may also combine or link a
252"work that uses the Library" with the Library to produce a work
253containing portions of the Library, and distribute that work under terms of
254your choice, provided that the terms permit modification of the work for the
255customer's own use and reverse engineering for debugging such modifications.
256
257You must give prominent notice with each copy of the work that the Library is
258used in it and that the Library and its use are covered by this License. You
259must supply a copy of this License. If the work during execution displays
260copyright notices, you must include the copyright notice for the Library among
261them, as well as a reference directing the user to the copy of this License.
262Also, you must do one of these things:
263
264a) Accompany the work with the complete corresponding machine-readable source
265code for the Library including whatever changes were used in the work (which
266must be distributed under Sections 1 and 2 above); and, if the work is an
267executable linked with the Library, with the complete machine-readable
268"work that uses the Library", as object code and/or source code, so
269that the user can modify the Library and then relink to produce a modified
270executable containing the modified Library. (It is understood that the user who
271changes the contents of definitions files in the Library will not necessarily
272be able to recompile the application to use the modified definitions.)
273b) Use a suitable shared library mechanism for linking with the Library. A
274suitable mechanism is one that (1) uses at run time a copy of the library
275already present on the user's computer system, rather than copying library
276functions into the executable, and (2) will operate properly with a modified
277version of the library, if the user installs one, as long as the modified
278version is interface-compatible with the version that the work was made with.
279c) Accompany the work with a written offer, valid for at least three years, to
280give the same user the materials specified in Subsection 6a, above, for a
281charge no more than the cost of performing this distribution.
282d) If distribution of the work is made by offering access to copy from a
283designated place, offer equivalent access to copy the above specified materials
284from the same place.
285e) Verify that the user has already received a copy of these materials or that
286you have already sent this user a copy.
287For an executable, the required form of the "work that uses the
288Library" must include any data and utility programs needed for reproducing
289the executable from it. However, as a special exception, the materials to be
290distributed need not include anything that is normally distributed (in either
291source or binary form) with the major components (compiler, kernel, and so on)
292of the operating system on which the executable runs, unless that component
293itself accompanies the executable.
294
295It may happen that this requirement contradicts the license restrictions of
296other proprietary libraries that do not normally accompany the operating
297system. Such a contradiction means you cannot use both them and the Library
298together in an executable that you distribute.
299
3007. You may place library facilities that are a work based on the Library side-
301by-side in a single library together with other library facilities not covered
302by this License, and distribute such a combined library, provided that the
303separate distribution of the work based on the Library and of the other library
304facilities is otherwise permitted, and provided that you do these two things:
305
306a) Accompany the combined library with a copy of the same work based on the
307Library, uncombined with any other library facilities. This must be distributed
308under the terms of the Sections above.
309b) Give prominent notice with the combined library of the fact that part of it
310is a work based on the Library, and explaining where to find the accompanying
311uncombined form of the same work.
3128. You may not copy, modify, sublicense, link with, or distribute the Library
313except as expressly provided under this License. Any attempt otherwise to copy,
314modify, sublicense, link with, or distribute the Library is void, and will
315automatically terminate your rights under this License. However, parties who
316have received copies, or rights, from you under this License will not have
317their licenses terminated so long as such parties remain in full compliance.
318
3199. You are not required to accept this License, since you have not signed it.
320However, nothing else grants you permission to modify or distribute the Library
321or its derivative works. These actions are prohibited by law if you do not
322accept this License. Therefore, by modifying or distributing the Library (or
323any work based on the Library), you indicate your acceptance of this License to
324do so, and all its terms and conditions for copying, distributing or modifying
325the Library or works based on it.
326
32710. Each time you redistribute the Library (or any work based on the Library),
328the recipient automatically receives a license from the original licensor to
329copy, distribute, link with or modify the Library subject to these terms and
330conditions. You may not impose any further restrictions on the recipients'
331exercise of the rights granted herein. You are not responsible for enforcing
332compliance by third parties with this License.
333
33411. If, as a consequence of a court judgment or allegation of patent
335infringement or for any other reason (not limited to patent issues), conditions
336are imposed on you (whether by court order, agreement or otherwise) that
337contradict the conditions of this License, they do not excuse you from the
338conditions of this License. If you cannot distribute so as to satisfy
339simultaneously your obligations under this License and any other pertinent
340obligations, then as a consequence you may not distribute the Library at all.
341For example, if a patent license would not permit royalty-free redistribution
342of the Library by all those who receive copies directly or indirectly through
343you, then the only way you could satisfy both it and this License would be to
344refrain entirely from distribution of the Library.
345
346If any portion of this section is held invalid or unenforceable under any
347particular circumstance, the balance of the section is intended to apply, and
348the section as a whole is intended to apply in other circumstances.
349
350It is not the purpose of this section to induce you to infringe any patents or
351other property right claims or to contest validity of any such claims; this
352section has the sole purpose of protecting the integrity of the free software
353distribution system which is implemented by public license practices. Many
354people have made generous contributions to the wide range of software
355distributed through that system in reliance on consistent application of that
356system; it is up to the author/donor to decide if he or she is willing to
357distribute software through any other system and a licensee cannot impose that
358choice.
359
360This section is intended to make thoroughly clear what is believed to be a
361consequence of the rest of this License.
362
36312. If the distribution and/or use of the Library is restricted in certain
364countries either by patents or by copyrighted interfaces, the original
365copyright holder who places the Library under this License may add an explicit
366geographical distribution limitation excluding those countries, so that
367distribution is permitted only in or among countries not thus excluded. In such
368case, this License incorporates the limitation as if written in the body of
369this License.
370
37113. The Free Software Foundation may publish revised and/or new versions of the
372Lesser General Public License from time to time. Such new versions will be
373similar in spirit to the present version, but may differ in detail to address
374new problems or concerns.
375
376Each version is given a distinguishing version number. If the Library specifies
377a version number of this License which applies to it and "any later
378version", you have the option of following the terms and conditions either
379of that version or of any later version published by the Free Software
380Foundation. If the Library does not specify a license version number, you may
381choose any version ever published by the Free Software Foundation.
382
38314. If you wish to incorporate parts of the Library into other free programs
384whose distribution conditions are incompatible with these, write to the author
385to ask for permission. For software which is copyrighted by the Free Software
386Foundation, write to the Free Software Foundation; we sometimes make exceptions
387for this. Our decision will be guided by the two goals of preserving the free
388status of all derivatives of our free software and of promoting the sharing and
389reuse of software generally.
390
391NO WARRANTY
392
39315. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
394THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
395STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE
396LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
397IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
398MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
399QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE
400DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
401CORRECTION.
402
40316. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
404ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
405LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
406GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
407INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
408BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
409FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER
410OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
411
412END OF TERMS AND CONDITIONS
413
414How to Apply These Terms to Your New Libraries
415
416If you develop a new library, and you want it to be of the greatest possible
417use to the public, we recommend making it free software that everyone can
418redistribute and change. You can do so by permitting redistribution under these
419terms (or, alternatively, under the terms of the ordinary General Public
420License).
421
422To apply these terms, attach the following notices to the library. It is safest
423to attach them to the start of each source file to most effectively convey the
424exclusion of warranty; and each file should have at least the
425"copyright" line and a pointer to where the full notice is found.
426
427one line to give the library's name and an idea of what it does.
428Copyright (C) year name of author
429
430This library is free software; you can redistribute it and/or
431modify it under the terms of the GNU Lesser General Public
432License as published by the Free Software Foundation; either
433version 2.1 of the License, or (at your option) any later version.
434
435This library is distributed in the hope that it will be useful,
436but WITHOUT ANY WARRANTY; without even the implied warranty of
437MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
438Lesser General Public License for more details.
439
440You should have received a copy of the GNU Lesser General Public
441License along with this library; if not, write to the Free Software
442Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
443Also add information on how to contact you by electronic and paper mail.
444
445You should also get your employer (if you work as a programmer) or your school,
446if any, to sign a "copyright disclaimer" for the library, if
447necessary. Here is a sample; alter the names:
448
449Yoyodyne, Inc., hereby disclaims all copyright interest in
450the library `Frob' (a library for tweaking knobs) written
451by James Random Hacker.
452
453signature of Ty Coon, 1 April 1990
454Ty Coon, President of Vice
455That's all there is to it!
456
457
458
459
460
461
diff --git a/meta/files/common-licenses/LGPL-2.0 b/meta/files/common-licenses/LGPL-2.0
index d210148d17..5931d439b4 100644
--- a/meta/files/common-licenses/LGPL-2.0
+++ b/meta/files/common-licenses/LGPL-2.0
@@ -1,173 +1,342 @@
1
2GNU LIBRARY GENERAL PUBLIC LICENSE 1GNU LIBRARY GENERAL PUBLIC LICENSE
3 2
3
4
4Version 2, June 1991 5Version 2, June 1991
5 6
7
8
6Copyright (C) 1991 Free Software Foundation, Inc. 9Copyright (C) 1991 Free Software Foundation, Inc.
10
751 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 1151 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
12
8Everyone is permitted to copy and distribute verbatim copies 13Everyone is permitted to copy and distribute verbatim copies
14
9of this license document, but changing it is not allowed. 15of this license document, but changing it is not allowed.
10 16
17
18
11[This is the first released version of the library GPL. It is 19[This is the first released version of the library GPL. It is
20
12 numbered 2 because it goes with version 2 of the ordinary GPL.] 21 numbered 2 because it goes with version 2 of the ordinary GPL.]
22
13Preamble 23Preamble
14 24
25
26
15The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. 27The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.
16 28
29
30
17This license, the Library General Public License, applies to some specially designated Free Software Foundation software, and to any other libraries whose authors decide to use it. You can use it for your libraries, too. 31This license, the Library General Public License, applies to some specially designated Free Software Foundation software, and to any other libraries whose authors decide to use it. You can use it for your libraries, too.
18 32
33
34
19When 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. 35When 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.
20 36
37
38
21To 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 library, or if you modify it. 39To 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 library, or if you modify it.
22 40
41
42
23For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link a program with the library, you must provide complete object files to the recipients so that they can relink them with the library, after making changes to the library and recompiling it. And you must show them these terms so they know their rights. 43For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link a program with the library, you must provide complete object files to the recipients so that they can relink them with the library, after making changes to the library and recompiling it. And you must show them these terms so they know their rights.
24 44
45
46
25Our method of protecting your rights has two steps: (1) copyright the library, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the library. 47Our method of protecting your rights has two steps: (1) copyright the library, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the library.
26 48
27Also, for each distributor`s protection, we want to make certain that everyone understands that there is no warranty for this free library. If the library is modified by someone else and passed on, we want its recipients to know that what they have is not the original version, so that any problems introduced by others will not reflect on the original authors` reputations.
28 49
29Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that companies distributing free software will individually obtain patent licenses, thus in effect transforming the program into proprietary software. To prevent this, we have made it clear that any patent must be licensed for everyone`s free use or not licensed at all.
30 50
31Most GNU software, including some libraries, is covered by the ordinary GNU General Public License, which was designed for utility programs. This license, the GNU Library General Public License, applies to certain designated libraries. This license is quite different from the ordinary one; be sure to read it in full, and don`t assume that anything in it is the same as in the ordinary license. 51Also, for each distributor's protection, we want to make certain that everyone understands that there is no warranty for this free library. If the library is modified by someone else and passed on, we want its recipients to know that what they have is not the original version, so that any problems introduced by others will not reflect on the original authors' reputations.
52
53
54
55Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that companies distributing free software will individually obtain patent licenses, thus in effect transforming the program into proprietary software. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.
56
57
58
59Most GNU software, including some libraries, is covered by the ordinary GNU General Public License, which was designed for utility programs. This license, the GNU Library General Public License, applies to certain designated libraries. This license is quite different from the ordinary one; be sure to read it in full, and don't assume that anything in it is the same as in the ordinary license.
60
61
32 62
33The reason we have a separate public license for some libraries is that they blur the distinction we usually make between modifying or adding to a program and simply using it. Linking a program with a library, without changing the library, is in some sense simply using the library, and is analogous to running a utility program or application program. However, in a textual and legal sense, the linked executable is a combined work, a derivative of the original library, and the ordinary General Public License treats it as such. 63The reason we have a separate public license for some libraries is that they blur the distinction we usually make between modifying or adding to a program and simply using it. Linking a program with a library, without changing the library, is in some sense simply using the library, and is analogous to running a utility program or application program. However, in a textual and legal sense, the linked executable is a combined work, a derivative of the original library, and the ordinary General Public License treats it as such.
34 64
65
66
35Because of this blurred distinction, using the ordinary General Public License for libraries did not effectively promote software sharing, because most developers did not use the libraries. We concluded that weaker conditions might promote sharing better. 67Because of this blurred distinction, using the ordinary General Public License for libraries did not effectively promote software sharing, because most developers did not use the libraries. We concluded that weaker conditions might promote sharing better.
36 68
69
70
37However, unrestricted linking of non-free programs would deprive the users of those programs of all benefit from the free status of the libraries themselves. This Library General Public License is intended to permit developers of non-free programs to use free libraries, while preserving your freedom as a user of such programs to change the free libraries that are incorporated in them. (We have not seen how to achieve this as regards changes in header files, but we have achieved it as regards changes in the actual functions of the Library.) The hope is that this will lead to faster development of free libraries. 71However, unrestricted linking of non-free programs would deprive the users of those programs of all benefit from the free status of the libraries themselves. This Library General Public License is intended to permit developers of non-free programs to use free libraries, while preserving your freedom as a user of such programs to change the free libraries that are incorporated in them. (We have not seen how to achieve this as regards changes in header files, but we have achieved it as regards changes in the actual functions of the Library.) The hope is that this will lead to faster development of free libraries.
38 72
73
74
39The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, while the latter only works together with the library. 75The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, while the latter only works together with the library.
40 76
77
78
41Note that it is possible for a library to be covered by the ordinary General Public License rather than by this special one. 79Note that it is possible for a library to be covered by the ordinary General Public License rather than by this special one.
42 80
81
82
43TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 83TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
44 84
85
86
450. This License Agreement applies to any software library which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library General Public License (also called "this License"). Each licensee is addressed as "you". 870. This License Agreement applies to any software library which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library General Public License (also called "this License"). Each licensee is addressed as "you".
46 88
89
90
47A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. 91A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables.
48 92
93
94
49The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) 95The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)
50 96
97
98
51"Source code" for a work means the preferred form of the work for making modifications to it. For a library, 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 library. 99"Source code" for a work means the preferred form of the work for making modifications to it. For a library, 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 library.
52 100
101
102
53Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 103Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.
54 104
551. You may copy and distribute verbatim copies of the Library`s complete 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 distribute a copy of this License along with the Library. 105
106
1071. You may copy and distribute verbatim copies of the Library's complete 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 distribute a copy of this License along with the Library.
108
109
56 110
57You 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. 111You 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.
58 112
113
114
592. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: 1152. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
60 116
117
118
61a) The modified work must itself be a software library. 119a) The modified work must itself be a software library.
120
62b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. 121b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.
122
63c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. 123c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.
124
64d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. 125d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful.
126
65(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) 127(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.)
66 128
129
130
67These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, 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 Library, 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. 131These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, 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 Library, 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.
68 132
133
134
69Thus, 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 Library. 135Thus, 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 Library.
70 136
137
138
71In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 139In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
72 140
141
142
733. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. 1433. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices.
74 144
145
146
75Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. 147Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.
76 148
149
150
77This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 151This option is useful when you wish to copy part of the code of the Library into a program that is not a library.
78 152
153
154
794. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you 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. 1554. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you 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.
80 156
157
158
81If distribution of 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 satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 159If distribution of 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 satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code.
82 160
161
162
835. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. 1635. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.
84 164
165
166
85However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. 167However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
86 168
169
170
87When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. 171When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.
88 172
173
174
89If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) 175If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)
90 176
177
178
91Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 179Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.
92 180
936. As an exception to the Sections above, you may also compile or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer`s own use and reverse engineering for debugging such modifications. 181
182
1836. As an exception to the Sections above, you may also compile or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications.
184
185
94 186
95You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: 187You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:
96 188
189
190
97a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) 191a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.)
192
98b) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. 193b) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution.
194
99c) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. 195c) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.
196
100d) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. 197d) Verify that the user has already received a copy of these materials or that you have already sent this user a copy.
198
101For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. 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. 199For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. 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.
102 200
201
202
103It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 203It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute.
104 204
205
206
1057. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: 2077. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things:
106 208
209
210
107a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. 211a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above.
212
108b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 213b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
214
1098. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library 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. 2158. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library 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.
110 216
217
218
1119. 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 Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 2199. 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 Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it.
112 220
11310. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library 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. 221
222
22310. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library 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.
224
225
114 226
11511. 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 Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library 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 Library. 22711. 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 Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library 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 Library.
116 228
229
230
117If 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. 231If 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.
118 232
233
234
119It 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. 235It 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.
120 236
237
238
121This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 239This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
122 240
241
242
12312. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library 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. 24312. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library 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.
124 244
245
246
12513. The Free Software Foundation may publish revised and/or new versions of the Library 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. 24713. The Free Software Foundation may publish revised and/or new versions of the Library 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.
126 248
249
250
127Each version is given a distinguishing version number. If the Library 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 Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 251Each version is given a distinguishing version number. If the Library 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 Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
128 252
253
254
12914. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, 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. 25514. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, 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.
130 256
257
258
131NO WARRANTY 259NO WARRANTY
132 260
261
262
13315. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "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 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 26315. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "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 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
134 264
265
266
13516. 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 LIBRARY 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 LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 26716. 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 LIBRARY 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 LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
136 268
269
270
137END OF TERMS AND CONDITIONS 271END OF TERMS AND CONDITIONS
138 272
273
274
139How to Apply These Terms to Your New Libraries 275How to Apply These Terms to Your New Libraries
140 276
277
278
141If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). 279If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License).
142 280
281
282
143To apply these terms, attach the following notices to the library. 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. 283To apply these terms, attach the following notices to the library. 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.
144 284
145one line to give the library`s name and an idea of what it does. 285
286
287one line to give the library's name and an idea of what it does.
288
146Copyright (C) year name of author 289Copyright (C) year name of author
147 290
291
292
148This library is free software; you can redistribute it and/or 293This library is free software; you can redistribute it and/or
294
149modify it under the terms of the GNU Library General Public 295modify it under the terms of the GNU Library General Public
296
150License as published by the Free Software Foundation; either 297License as published by the Free Software Foundation; either
298
151version 2 of the License, or (at your option) any later version. 299version 2 of the License, or (at your option) any later version.
152 300
301
302
153This library is distributed in the hope that it will be useful, 303This library is distributed in the hope that it will be useful,
304
154but WITHOUT ANY WARRANTY; without even the implied warranty of 305but WITHOUT ANY WARRANTY; without even the implied warranty of
306
155MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 307MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
308
156Library General Public License for more details. 309Library General Public License for more details.
157 310
311
312
158You should have received a copy of the GNU Library General Public 313You should have received a copy of the GNU Library General Public
314
159License along with this library; if not, write to the 315License along with this library; if not, write to the
316
160Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, 317Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
318
161Boston, MA 02110-1301, USA. 319Boston, MA 02110-1301, USA.
320
162Also add information on how to contact you by electronic and paper mail. 321Also add information on how to contact you by electronic and paper mail.
163 322
323
324
164You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: 325You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
165 326
327
328
166Yoyodyne, Inc., hereby disclaims all copyright interest in 329Yoyodyne, Inc., hereby disclaims all copyright interest in
167the library `Frob` (a library for tweaking knobs) written 330
331the library `Frob' (a library for tweaking knobs) written
332
168by James Random Hacker. 333by James Random Hacker.
169 334
335
336
170signature of Ty Coon, 1 April 1990 337signature of Ty Coon, 1 April 1990
338
171Ty Coon, President of Vice 339Ty Coon, President of Vice
172That`s all there is to it! 340
341That's all there is to it!
173 342
diff --git a/meta/files/common-licenses/LGPL-2.0+ b/meta/files/common-licenses/LGPL-2.0+
deleted file mode 100644
index d210148d17..0000000000
--- a/meta/files/common-licenses/LGPL-2.0+
+++ /dev/null
@@ -1,173 +0,0 @@
1
2GNU LIBRARY GENERAL PUBLIC LICENSE
3
4Version 2, June 1991
5
6Copyright (C) 1991 Free Software Foundation, Inc.
751 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
8Everyone is permitted to copy and distribute verbatim copies
9of this license document, but changing it is not allowed.
10
11[This is the first released version of the library GPL. It is
12 numbered 2 because it goes with version 2 of the ordinary GPL.]
13Preamble
14
15The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.
16
17This license, the Library General Public License, applies to some specially designated Free Software Foundation software, and to any other libraries whose authors decide to use it. You can use it for your libraries, too.
18
19When 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.
20
21To 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 library, or if you modify it.
22
23For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link a program with the library, you must provide complete object files to the recipients so that they can relink them with the library, after making changes to the library and recompiling it. And you must show them these terms so they know their rights.
24
25Our method of protecting your rights has two steps: (1) copyright the library, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the library.
26
27Also, for each distributor`s protection, we want to make certain that everyone understands that there is no warranty for this free library. If the library is modified by someone else and passed on, we want its recipients to know that what they have is not the original version, so that any problems introduced by others will not reflect on the original authors` reputations.
28
29Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that companies distributing free software will individually obtain patent licenses, thus in effect transforming the program into proprietary software. To prevent this, we have made it clear that any patent must be licensed for everyone`s free use or not licensed at all.
30
31Most GNU software, including some libraries, is covered by the ordinary GNU General Public License, which was designed for utility programs. This license, the GNU Library General Public License, applies to certain designated libraries. This license is quite different from the ordinary one; be sure to read it in full, and don`t assume that anything in it is the same as in the ordinary license.
32
33The reason we have a separate public license for some libraries is that they blur the distinction we usually make between modifying or adding to a program and simply using it. Linking a program with a library, without changing the library, is in some sense simply using the library, and is analogous to running a utility program or application program. However, in a textual and legal sense, the linked executable is a combined work, a derivative of the original library, and the ordinary General Public License treats it as such.
34
35Because of this blurred distinction, using the ordinary General Public License for libraries did not effectively promote software sharing, because most developers did not use the libraries. We concluded that weaker conditions might promote sharing better.
36
37However, unrestricted linking of non-free programs would deprive the users of those programs of all benefit from the free status of the libraries themselves. This Library General Public License is intended to permit developers of non-free programs to use free libraries, while preserving your freedom as a user of such programs to change the free libraries that are incorporated in them. (We have not seen how to achieve this as regards changes in header files, but we have achieved it as regards changes in the actual functions of the Library.) The hope is that this will lead to faster development of free libraries.
38
39The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, while the latter only works together with the library.
40
41Note that it is possible for a library to be covered by the ordinary General Public License rather than by this special one.
42
43TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
44
450. This License Agreement applies to any software library which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library General Public License (also called "this License"). Each licensee is addressed as "you".
46
47A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables.
48
49The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)
50
51"Source code" for a work means the preferred form of the work for making modifications to it. For a library, 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 library.
52
53Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.
54
551. You may copy and distribute verbatim copies of the Library`s complete 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 distribute a copy of this License along with the Library.
56
57You 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.
58
592. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
60
61a) The modified work must itself be a software library.
62b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.
63c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.
64d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful.
65(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.)
66
67These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, 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 Library, 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.
68
69Thus, 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 Library.
70
71In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
72
733. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices.
74
75Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.
76
77This option is useful when you wish to copy part of the code of the Library into a program that is not a library.
78
794. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you 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.
80
81If distribution of 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 satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code.
82
835. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.
84
85However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
86
87When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.
88
89If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)
90
91Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.
92
936. As an exception to the Sections above, you may also compile or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer`s own use and reverse engineering for debugging such modifications.
94
95You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:
96
97a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.)
98b) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution.
99c) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.
100d) Verify that the user has already received a copy of these materials or that you have already sent this user a copy.
101For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. 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.
102
103It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute.
104
1057. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things:
106
107a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above.
108b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
1098. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library 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.
110
1119. 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 Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it.
112
11310. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library 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.
114
11511. 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 Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library 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 Library.
116
117If 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.
118
119It 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.
120
121This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
122
12312. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library 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.
124
12513. The Free Software Foundation may publish revised and/or new versions of the Library 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.
126
127Each version is given a distinguishing version number. If the Library 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 Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
128
12914. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, 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.
130
131NO WARRANTY
132
13315. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "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 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
134
13516. 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 LIBRARY 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 LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
136
137END OF TERMS AND CONDITIONS
138
139How to Apply These Terms to Your New Libraries
140
141If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License).
142
143To apply these terms, attach the following notices to the library. 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.
144
145one line to give the library`s name and an idea of what it does.
146Copyright (C) year name of author
147
148This library is free software; you can redistribute it and/or
149modify it under the terms of the GNU Library General Public
150License as published by the Free Software Foundation; either
151version 2 of the License, or (at your option) any later version.
152
153This library is distributed in the hope that it will be useful,
154but WITHOUT ANY WARRANTY; without even the implied warranty of
155MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
156Library General Public License for more details.
157
158You should have received a copy of the GNU Library General Public
159License along with this library; if not, write to the
160Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
161Boston, MA 02110-1301, USA.
162Also add information on how to contact you by electronic and paper mail.
163
164You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
165
166Yoyodyne, Inc., hereby disclaims all copyright interest in
167the library `Frob` (a library for tweaking knobs) written
168by James Random Hacker.
169
170signature of Ty Coon, 1 April 1990
171Ty Coon, President of Vice
172That`s all there is to it!
173
diff --git a/meta/files/common-licenses/LGPL-2.1+ b/meta/files/common-licenses/LGPL-2.1+
deleted file mode 100644
index a0e735a98b..0000000000
--- a/meta/files/common-licenses/LGPL-2.1+
+++ /dev/null
@@ -1,176 +0,0 @@
1
2GNU LESSER GENERAL PUBLIC LICENSE
3
4Version 2.1, February 1999
5
6Copyright (C) 1991, 1999 Free Software Foundation, Inc.
751 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
8Everyone is permitted to copy and distribute verbatim copies
9of this license document, but changing it is not allowed.
10
11[This is the first released version of the Lesser GPL. It also counts
12 as the successor of the GNU Library Public License, version 2, hence
13 the version number 2.1.]
14Preamble
15
16The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.
17
18This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below.
19
20When we speak of free software, we are referring to freedom of use, 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 and use pieces of it in new free programs; and that you are informed that you can do these things.
21
22To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it.
23
24For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights.
25
26We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library.
27
28To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author`s reputation will not be affected by problems that might be introduced by others.
29
30Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license.
31
32Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs.
33
34When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library.
35
36We call this license the "Lesser" General Public License because it does Less to protect the user`s freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances.
37
38For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License.
39
40In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system.
41
42Although the Lesser General Public License is Less protective of the users` freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library.
43
44The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run.
45
46TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
47
480. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you".
49
50A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables.
51
52The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)
53
54"Source code" for a work means the preferred form of the work for making modifications to it. For a library, 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 library.
55
56Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.
57
581. You may copy and distribute verbatim copies of the Library`s complete 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 distribute a copy of this License along with the Library.
59
60You 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.
61
622. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
63
64a) The modified work must itself be a software library.
65b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.
66c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.
67d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful.
68(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.)
69
70These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, 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 Library, 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.
71
72Thus, 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 Library.
73
74In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
75
763. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices.
77
78Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.
79
80This option is useful when you wish to copy part of the code of the Library into a program that is not a library.
81
824. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you 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.
83
84If distribution of 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 satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code.
85
865. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.
87
88However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
89
90When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.
91
92If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)
93
94Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.
95
966. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer`s own use and reverse engineering for debugging such modifications.
97
98You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:
99
100a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.)
101b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user`s computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with.
102c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution.
103d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.
104e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy.
105For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be 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.
106
107It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute.
108
1097. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things:
110
111a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above.
112b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
1138. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library 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.
114
1159. 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 Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it.
116
11710. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library 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 with this License.
118
11911. 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 Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library 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 Library.
120
121If 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.
122
123It 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.
124
125This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
126
12712. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library 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.
128
12913. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
130
131Each version is given a distinguishing version number. If the Library 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 Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
132
13314. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, 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.
134
135NO WARRANTY
136
13715. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "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 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
138
13916. 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 LIBRARY 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 LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
140
141END OF TERMS AND CONDITIONS
142
143How to Apply These Terms to Your New Libraries
144
145If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License).
146
147To apply these terms, attach the following notices to the library. 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.
148
149one line to give the library`s name and an idea of what it does.
150Copyright (C) year name of author
151
152This library is free software; you can redistribute it and/or
153modify it under the terms of the GNU Lesser General Public
154License as published by the Free Software Foundation; either
155version 2.1 of the License, or (at your option) any later version.
156
157This library is distributed in the hope that it will be useful,
158but WITHOUT ANY WARRANTY; without even the implied warranty of
159MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
160Lesser General Public License for more details.
161
162You should have received a copy of the GNU Lesser General Public
163License along with this library; if not, write to the Free Software
164Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
165Also add information on how to contact you by electronic and paper mail.
166
167You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
168
169Yoyodyne, Inc., hereby disclaims all copyright interest in
170the library `Frob` (a library for tweaking knobs) written
171by James Random Hacker.
172
173signature of Ty Coon, 1 April 1990
174Ty Coon, President of Vice
175That`s all there is to it!
176
diff --git a/meta/files/common-licenses/LGPL-3 b/meta/files/common-licenses/LGPL-3
deleted file mode 100644
index aadbb6d191..0000000000
--- a/meta/files/common-licenses/LGPL-3
+++ /dev/null
@@ -1,147 +0,0 @@
1
2GNU LESSER GENERAL PUBLIC LICENSE
3
4Version 3, 29 June 2007
5
6Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
7
8Everyone is permitted to copy and distribute verbatim copies of this license
9document, but changing it is not allowed.
10
11This version of the GNU Lesser General Public License incorporates the terms
12and conditions of version 3 of the GNU General Public License, supplemented by
13the additional permissions listed below.
14
150. Additional Definitions.
16
17As used herein, "this License" refers to version 3 of the GNU
18Lesser General Public License, and the "GNU GPL" refers to version
193 of the GNU General Public License.
20
21"The Library" refers to a covered work governed by this License,
22other than an Application or a Combined Work as defined below.
23
24An "Application" is any work that makes use of an interface
25provided by the Library, but which is not otherwise based on the Library.
26Defining a subclass of a class defined by the Library is deemed a mode of using
27an interface provided by the Library.
28
29A "Combined Work" is a work produced by combining or linking an
30Application with the Library. The particular version of the Library with which
31the Combined Work was made is also called the "Linked Version".
32
33The "Minimal Corresponding Source" for a Combined Work means the
34Corresponding Source for the Combined Work, excluding any source code for
35portions of the Combined Work that, considered in isolation, are based on the
36Application, and not on the Linked Version.
37
38The "Corresponding Application Code" for a Combined Work means the
39object code and/or source code for the Application, including any data and
40utility programs needed for reproducing the Combined Work from the Application,
41but excluding the System Libraries of the Combined Work.
42
431. Exception to Section 3 of the GNU GPL.
44
45You may convey a covered work under sections 3 and 4 of this License without
46being bound by section 3 of the GNU GPL.
47
482. Conveying Modified Versions.
49
50If you modify a copy of the Library, and, in your modifications, a facility
51refers to a function or data to be supplied by an Application that uses the
52facility (other than as an argument passed when the facility is invoked), then
53you may convey a copy of the modified version:
54
55a) under this License, provided that you make a good faith effort to ensure
56that, in the event an Application does not supply the function or data, the
57facility still operates, and performs whatever part of its purpose remains
58meaningful, or
59b) under the GNU GPL, with none of the additional permissions of this License
60applicable to that copy.
613. Object Code Incorporating Material from Library Header Files.
62
63The object code form of an Application may incorporate material from a header
64file that is part of the Library. You may convey such object code under terms
65of your choice, provided that, if the incorporated material is not limited to
66numerical parameters, data structure layouts and accessors, or small macros,
67inline functions and templates (ten or fewer lines in length), you do both of
68the following:
69
70a) Give prominent notice with each copy of the object code that the Library is
71used in it and that the Library and its use are covered by this License.
72b) Accompany the object code with a copy of the GNU GPL and this license
73document.
744. Combined Works.
75
76You may convey a Combined Work under terms of your choice that, taken together,
77effectively do not restrict modification of the portions of the Library
78contained in the Combined Work and reverse engineering for debugging such
79modifications, if you also do each of the following:
80
81a) Give prominent notice with each copy of the Combined Work that the Library
82is used in it and that the Library and its use are covered by this License.
83b) Accompany the Combined Work with a copy of the GNU GPL and this license
84document.
85c) For a Combined Work that displays copyright notices during execution,
86include the copyright notice for the Library among these notices, as well as a
87reference directing the user to the copies of the GNU GPL and this license
88document.
89d) Do one of the following:
900) Convey the Minimal Corresponding Source under the terms of this License, and
91the Corresponding Application Code in a form suitable for, and under terms that
92permit, the user to recombine or relink the Application with a modified version
93of the Linked Version to produce a modified Combined Work, in the manner
94specified by section 6 of the GNU GPL for conveying Corresponding Source.
951) Use a suitable shared library mechanism for linking with the Library. A
96suitable mechanism is one that (a) uses at run time a copy of the Library
97already present on the user's computer system, and (b) will operate properly
98with a modified version of the Library that is interface-compatible with the
99Linked Version.
100e) Provide Installation Information, but only if you would otherwise be
101required to provide such information under section 6 of the GNU GPL, and only
102to the extent that such information is necessary to install and execute a
103modified version of the Combined Work produced by recombining or relinking the
104Application with a modified version of the Linked Version. (If you use option
1054d0, the Installation Information must accompany the Minimal Corresponding
106Source and Corresponding Application Code. If you use option 4d1, you must
107provide the Installation Information in the manner specified by section 6 of
108the GNU GPL for conveying Corresponding Source.)
1095. Combined Libraries.
110
111You may place library facilities that are a work based on the Library side by
112side in a single library together with other library facilities that are not
113Applications and are not covered by this License, and convey such a combined
114library under terms of your choice, if you do both of the following:
115
116a) Accompany the combined library with a copy of the same work based on the
117Library, uncombined with any other library facilities, conveyed under the terms
118of this License.
119b) Give prominent notice with the combined library that part of it is a work
120based on the Library, and explaining where to find the accompanying uncombined
121form of the same work.
1226. Revised Versions of the GNU Lesser General Public License.
123
124The Free Software Foundation may publish revised and/or new versions of the GNU
125Lesser General Public License from time to time. Such new versions will be
126similar in spirit to the present version, but may differ in detail to address
127new problems or concerns.
128
129Each version is given a distinguishing version number. If the Library as you
130received it specifies that a certain numbered version of the GNU Lesser General
131Public License "or any later version" applies to it, you have the
132option of following the terms and conditions either of that published version
133or of any later version published by the Free Software Foundation. If the
134Library as you received it does not specify a version number of the GNU Lesser
135General Public License, you may choose any version of the GNU Lesser General
136Public License ever published by the Free Software Foundation.
137
138If the Library as you received it specifies that a proxy can decide whether
139future versions of the GNU Lesser General Public License shall apply, that
140proxy's public statement of acceptance of any version is permanent
141authorization for you to choose that version for the Library.
142
143
144
145
146
147
diff --git a/meta/files/common-licenses/LGPL-3.0 b/meta/files/common-licenses/LGPL-3.0
index f0790a86b1..6be29bf206 100644
--- a/meta/files/common-licenses/LGPL-3.0
+++ b/meta/files/common-licenses/LGPL-3.0
@@ -1,66 +1,65 @@
1
2GNU LESSER GENERAL PUBLIC LICENSE 1GNU LESSER GENERAL PUBLIC LICENSE
3 2
4Version 3, 29 June 2007 3Version 3, 29 June 2007
5 4
6Copyright &#169; 2007 Free Software Foundation, Inc. <http://fsf.org/> 5Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
7 6
8Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. 7Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
9 8
10This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 9This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.
11
120. Additional Definitions. 100. Additional Definitions.
13 11
14As used herein, &#8220;this License&#8221; refers to version 3 of the GNU Lesser General Public License, and the &#8220;GNU GPL&#8221; refers to version 3 of the GNU General Public License. 12As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.
15
16&#8220;The Library&#8221; refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.
17 13
18An &#8220;Application&#8221; is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. 14“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.
19 15
20A &#8220;Combined Work&#8221; is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the &#8220;Linked Version&#8221;. 16An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.
21 17
22The &#8220;Minimal Corresponding Source&#8221; for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. 18A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.
23 19
24The &#8220;Corresponding Application Code&#8221; for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 20The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.
25 21
22The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.
261. Exception to Section 3 of the GNU GPL. 231. Exception to Section 3 of the GNU GPL.
27 24
28You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 25You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.
29
302. Conveying Modified Versions. 262. Conveying Modified Versions.
31 27
32If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: 28If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:
33 29
34a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or 30 * a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or
35b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 31 * b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.
32
363. Object Code Incorporating Material from Library Header Files. 333. Object Code Incorporating Material from Library Header Files.
37 34
38The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: 35The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:
39 36
40a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. 37 * a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.
41b) Accompany the object code with a copy of the GNU GPL and this license document. 38 * b) Accompany the object code with a copy of the GNU GPL and this license document.
39
424. Combined Works. 404. Combined Works.
43 41
44You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: 42You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:
45 43
46a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. 44 * a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.
47b) Accompany the Combined Work with a copy of the GNU GPL and this license document. 45 * b) Accompany the Combined Work with a copy of the GNU GPL and this license document.
48c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. 46 * c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.
49d) Do one of the following: 47 * d) Do one of the following:
500) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 48 o 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.
511) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user`s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. 49 o 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.
52e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 50 * e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)
51
535. Combined Libraries. 525. Combined Libraries.
54 53
55You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: 54You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:
56 55
57a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. 56 * a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.
58b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 57 * b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
58
596. Revised Versions of the GNU Lesser General Public License. 596. Revised Versions of the GNU Lesser General Public License.
60 60
61The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. 61The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
62 62
63Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License &#8220;or any later version&#8221; applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. 63Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.
64
65If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy`s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
66 64
65If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
diff --git a/meta/files/common-licenses/LGPL-3.0+ b/meta/files/common-licenses/LGPL-3.0+
deleted file mode 100644
index f0790a86b1..0000000000
--- a/meta/files/common-licenses/LGPL-3.0+
+++ /dev/null
@@ -1,66 +0,0 @@
1
2GNU LESSER GENERAL PUBLIC LICENSE
3
4Version 3, 29 June 2007
5
6Copyright &#169; 2007 Free Software Foundation, Inc. <http://fsf.org/>
7
8Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
9
10This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.
11
120. Additional Definitions.
13
14As used herein, &#8220;this License&#8221; refers to version 3 of the GNU Lesser General Public License, and the &#8220;GNU GPL&#8221; refers to version 3 of the GNU General Public License.
15
16&#8220;The Library&#8221; refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.
17
18An &#8220;Application&#8221; is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.
19
20A &#8220;Combined Work&#8221; is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the &#8220;Linked Version&#8221;.
21
22The &#8220;Minimal Corresponding Source&#8221; for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.
23
24The &#8220;Corresponding Application Code&#8221; for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.
25
261. Exception to Section 3 of the GNU GPL.
27
28You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.
29
302. Conveying Modified Versions.
31
32If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:
33
34a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or
35b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.
363. Object Code Incorporating Material from Library Header Files.
37
38The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:
39
40a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.
41b) Accompany the object code with a copy of the GNU GPL and this license document.
424. Combined Works.
43
44You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:
45
46a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.
47b) Accompany the Combined Work with a copy of the GNU GPL and this license document.
48c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.
49d) Do one of the following:
500) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.
511) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user`s computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.
52e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)
535. Combined Libraries.
54
55You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:
56
57a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.
58b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
596. Revised Versions of the GNU Lesser General Public License.
60
61The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
62
63Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License &#8220;or any later version&#8221; applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.
64
65If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy`s public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
66
diff --git a/meta/files/common-licenses/LPL-1 b/meta/files/common-licenses/LPL-1
deleted file mode 100644
index 9899f5ee37..0000000000
--- a/meta/files/common-licenses/LPL-1
+++ /dev/null
@@ -1,213 +0,0 @@
1
2Lucent Public License Version 1.02
3
4THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS PUBLIC LICENSE
5("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
6CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
71. DEFINITIONS
8
9"Contribution" means:
10
11in the case of Lucent Technologies Inc. ("LUCENT"), the Original
12Program, and
13in the case of each Contributor,
14changes to the Program, and
15additions to the Program;
16where such changes and/or additions to the Program were added to the Program by
17such Contributor itself or anyone acting on such Contributor's behalf, and the
18Contributor explicitly consents, in accordance with Section 3C, to
19characterization of the changes and/or additions as Contributions.
20"Contributor" means LUCENT and any other entity that has Contributed
21a Contribution to the Program.
22
23"Distributor" means a Recipient that distributes the Program,
24modifications to the Program, or any part thereof.
25
26"Licensed Patents" mean patent claims licensable by a Contributor
27which are necessarily infringed by the use or sale of its Contribution alone or
28when combined with the Program.
29
30"Original Program" means the original version of the software
31accompanying this Agreement as released by LUCENT, including source code,
32object code and documentation, if any.
33
34"Program" means the Original Program and Contributions or any part
35thereof
36
37"Recipient" means anyone who receives the Program under this
38Agreement, including all Contributors.
39
402. GRANT OF RIGHTS
41
42Subject to the terms of this Agreement, each Contributor hereby grants
43Recipient a non-exclusive, worldwide, royalty-free copyright license to
44reproduce, prepare derivative works of, publicly display, publicly perform,
45distribute and sublicense the Contribution of such Contributor, if any, and
46such derivative works, in source code and object code form.
47Subject to the terms of this Agreement, each Contributor hereby grants
48Recipient a non-exclusive, worldwide, royalty-free patent license under
49Licensed Patents to make, use, sell, offer to sell, import and otherwise
50transfer the Contribution of such Contributor, if any, in source code and
51object code form. The patent license granted by a Contributor shall also apply
52to the combination of the Contribution of that Contributor and the Program if,
53at the time the Contribution is added by the Contributor, such addition of the
54Contribution causes such combination to be covered by the Licensed Patents. The
55patent license granted by a Contributor shall not apply to (i) any other
56combinations which include the Contribution, nor to (ii) Contributions of other
57Contributors. No hardware per se is licensed hereunder.
58Recipient understands that although each Contributor grants the licenses to its
59Contributions set forth herein, no assurances are provided by any Contributor
60that the Program does not infringe the patent or other intellectual property
61rights of any other entity. Each Contributor disclaims any liability to
62Recipient for claims brought by any other entity based on infringement of
63intellectual property rights or otherwise. As a condition to exercising the
64rights and licenses granted hereunder, each Recipient hereby assumes sole
65responsibility to secure any other intellectual property rights needed, if any.
66For example, if a third party patent license is required to allow Recipient to
67distribute the Program, it is Recipient's responsibility to acquire that
68license before distributing the Program.
69Each Contributor represents that to its knowledge it has sufficient copyright
70rights in its Contribution, if any, to grant the copyright license set forth in
71this Agreement.
723. REQUIREMENTS
73
74A. Distributor may choose to distribute the Program in any form under this
75Agreement or under its own license agreement, provided that:
76
77it complies with the terms and conditions of this Agreement;
78if the Program is distributed in source code or other tangible form, a copy of
79this Agreement or Distributor's own license agreement is included with each
80copy of the Program; and
81if distributed under Distributor's own license agreement, such license
82agreement:
83effectively disclaims on behalf of all Contributors all warranties and
84conditions, express and implied, including warranties or conditions of title
85and non-infringement, and implied warranties or conditions of merchantability
86and fitness for a particular purpose;
87effectively excludes on behalf of all Contributors all liability for damages,
88including direct, indirect, special, incidental and consequential damages, such
89as lost profits; and
90states that any provisions which differ from this Agreement are offered by that
91Contributor alone and not by any other party.
92B. Each Distributor must include the following in a conspicuous location in the
93Program:
94
95Copyright (C) 2003, Lucent Technologies Inc. and others. All Rights Reserved.
96C. In addition, each Contributor must identify itself as the originator of its
97Contribution in a manner that reasonably allows subsequent Recipients to
98identify the originator of the Contribution. Also, each Contributor must agree
99that the additions and/or changes are intended to be a Contribution. Once a
100Contribution is contributed, it may not thereafter be revoked.
101
1024. COMMERCIAL DISTRIBUTION
103
104Commercial distributors of software may accept certain responsibilities with
105respect to end users, business partners and the like. While this license is
106intended to facilitate the commercial use of the Program, the Distributor who
107includes the Program in a commercial product offering should do so in a manner
108which does not create potential liability for Contributors. Therefore, if a
109Distributor includes the Program in a commercial product offering, such
110Distributor ("Commercial Distributor") hereby agrees to defend and
111indemnify every Contributor ("Indemnified Contributor") against any
112losses, damages and costs (collectively "Losses") arising from
113claims, lawsuits and other legal actions brought by a third party against the
114Indemnified Contributor to the extent caused by the acts or omissions of such
115Commercial Distributor in connection with its distribution of the Program in a
116commercial product offering. The obligations in this section do not apply to
117any claims or Losses relating to any actual or alleged intellectual property
118infringement. In order to qualify, an Indemnified Contributor must: a) promptly
119notify the Commercial Distributor in writing of such claim, and b) allow the
120Commercial Distributor to control, and cooperate with the Commercial
121Distributor in, the defense and any related settlement negotiations. The
122Indemnified Contributor may participate in any such claim at its own expense.
123
124For example, a Distributor might include the Program in a commercial product
125offering, Product X. That Distributor is then a Commercial Distributor. If that
126Commercial Distributor then makes performance claims, or offers warranties
127related to Product X, those performance claims and warranties are such
128Commercial Distributor's responsibility alone. Under this section, the
129Commercial Distributor would have to defend claims against the Contributors
130related to those performance claims and warranties, and if a court requires any
131Contributor to pay any damages as a result, the Commercial Distributor must pay
132those damages.
133
1345. NO WARRANTY
135
136EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
137"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER
138EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS
139OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
140PURPOSE. Each Recipient is solely responsible for determining the
141appropriateness of using and distributing the Program and assumes all risks
142associated with its exercise of rights under this Agreement, including but not
143limited to the risks and costs of program errors, compliance with applicable
144laws, damage to or loss of data, programs or equipment, and unavailability or
145interruption of operations.
146
1476. DISCLAIMER OF LIABILITY
148
149EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
150CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
151SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
152PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
153STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
154WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
155GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
156
1577. EXPORT CONTROL
158
159Recipient agrees that Recipient alone is responsible for compliance with the
160United States export administration regulations (and the export control laws
161and regulation of any other countries).
162
1638. GENERAL
164
165If any provision of this Agreement is invalid or unenforceable under applicable
166law, it shall not affect the validity or enforceability of the remainder of the
167terms of this Agreement, and without further action by the parties hereto, such
168provision shall be reformed to the minimum extent necessary to make such
169provision valid and enforceable.
170
171If Recipient institutes patent litigation against a Contributor with respect to
172a patent applicable to software (including a cross-claim or counterclaim in a
173lawsuit), then any patent licenses granted by that Contributor to such
174Recipient under this Agreement shall terminate as of the date such litigation
175is filed. In addition, if Recipient institutes patent litigation against any
176entity (including a cross-claim or counterclaim in a lawsuit) alleging that the
177Program itself (excluding combinations of the Program with other software or
178hardware) infringes such Recipient's patent(s), then such Recipient's rights
179granted under Section 2(b) shall terminate as of the date such litigation is
180filed.
181
182All Recipient's rights under this Agreement shall terminate if it fails to
183comply with any of the material terms or conditions of this Agreement and does
184not cure such failure in a reasonable period of time after becoming aware of
185such noncompliance. If all Recipient's rights under this Agreement terminate,
186Recipient agrees to cease use and distribution of the Program as soon as
187reasonably practicable. However, Recipient's obligations under this Agreement
188and any licenses granted by Recipient relating to the Program shall continue
189and survive.
190
191LUCENT may publish new versions (including revisions) of this Agreement from
192time to time. Each new version of the Agreement will be given a distinguishing
193version number. The Program (including Contributions) may always be distributed
194subject to the version of the Agreement under which it was received. In
195addition, after a new version of the Agreement is published, Contributor may
196elect to distribute the Program (including its Contributions) under the new
197version. No one other than LUCENT has the right to modify this Agreement.
198Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives
199no rights or licenses to the intellectual property of any Contributor under
200this Agreement, whether expressly, by implication, estoppel or otherwise. All
201rights in the Program not expressly granted under this Agreement are reserved.
202
203This Agreement is governed by the laws of the State of New York and the
204intellectual property laws of the United States of America. No party to this
205Agreement will bring a legal action under this Agreement more than one year
206after the cause of action arose. Each party waives its rights to a jury trial
207in any resulting litigation.
208
209
210
211
212
213
diff --git a/meta/files/common-licenses/LPPL-1 b/meta/files/common-licenses/LPPL-1
deleted file mode 100644
index c2723a1f84..0000000000
--- a/meta/files/common-licenses/LPPL-1
+++ /dev/null
@@ -1,422 +0,0 @@
1
2The LaTeX Project Public License
3=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4
5LPPL Version 1.3c 2008-05-04
6
7Copyright 1999 2002-2008 LaTeX3 Project
8Everyone is allowed to distribute verbatim copies of this
9license document, but modification of it is not allowed.
10
11
12PREAMBLE
13========
14
15The LaTeX Project Public License (LPPL) is the primary license under
16which the LaTeX kernel and the base LaTeX packages are distributed.
17
18You may use this license for any work of which you hold the copyright
19and which you wish to distribute. This license may be particularly
20suitable if your work is TeX-related (such as a LaTeX package), but
21it is written in such a way that you can use it even if your work is
22unrelated to TeX.
23
24The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE',
25below, gives instructions, examples, and recommendations for authors
26who are considering distributing their works under this license.
27
28This license gives conditions under which a work may be distributed
29and modified, as well as conditions under which modified versions of
30that work may be distributed.
31
32We, the LaTeX3 Project, believe that the conditions below give you
33the freedom to make and distribute modified versions of your work
34that conform with whatever technical specifications you wish while
35maintaining the availability, integrity, and reliability of
36that work. If you do not see how to achieve your goal while
37meeting these conditions, then read the document `cfgguide.tex'
38and `modguide.tex' in the base LaTeX distribution for suggestions.
39
40
41DEFINITIONS
42===========
43
44In this license document the following terms are used:
45
46`Work'
47Any work being distributed under this License.
48
49`Derived Work'
50Any work that under any applicable law is derived from the Work.
51
52`Modification'
53Any procedure that produces a Derived Work under any applicable
54law -- for example, the production of a file containing an
55original file associated with the Work or a significant portion of
56such a file, either verbatim or with modifications and/or
57translated into another language.
58
59`Modify'
60To apply any procedure that produces a Derived Work under any
61applicable law.
62
63`Distribution'
64Making copies of the Work available from one person to another, in
65whole or in part. Distribution includes (but is not limited to)
66making any electronic components of the Work accessible by
67file transfer protocols such as FTP or HTTP or by shared file
68systems such as Sun's Network File System (NFS).
69
70`Compiled Work'
71A version of the Work that has been processed into a form where it
72is directly usable on a computer system. This processing may
73include using installation facilities provided by the Work,
74transformations of the Work, copying of components of the Work, or
75other activities. Note that modification of any installation
76facilities provided by the Work constitutes modification of the Work.
77
78`Current Maintainer'
79A person or persons nominated as such within the Work. If there is
80no such explicit nomination then it is the `Copyright Holder' under
81any applicable law.
82
83`Base Interpreter'
84A program or process that is normally needed for running or
85interpreting a part or the whole of the Work.
86
87A Base Interpreter may depend on external components but these
88are not considered part of the Base Interpreter provided that each
89external component clearly identifies itself whenever it is used
90interactively. Unless explicitly specified when applying the
91license to the Work, the only applicable Base Interpreter is a
92`LaTeX-Format' or in the case of files belonging to the
93`LaTeX-format' a program implementing the `TeX language'.
94
95
96
97CONDITIONS ON DISTRIBUTION AND MODIFICATION
98===========================================
99
1001. Activities other than distribution and/or modification of the Work
101are not covered by this license; they are outside its scope. In
102particular, the act of running the Work is not restricted and no
103requirements are made concerning any offers of support for the Work.
104
1052. You may distribute a complete, unmodified copy of the Work as you
106received it. Distribution of only part of the Work is considered
107modification of the Work, and no right to distribute such a Derived
108Work may be assumed under the terms of this clause.
109
1103. You may distribute a Compiled Work that has been generated from a
111complete, unmodified copy of the Work as distributed under Clause 2
112above, as long as that Compiled Work is distributed in such a way that
113the recipients may install the Compiled Work on their system exactly
114as it would have been installed if they generated a Compiled Work
115directly from the Work.
116
1174. If you are the Current Maintainer of the Work, you may, without
118restriction, modify the Work, thus creating a Derived Work. You may
119also distribute the Derived Work without restriction, including
120Compiled Works generated from the Derived Work. Derived Works
121distributed in this manner by the Current Maintainer are considered to
122be updated versions of the Work.
123
1245. If you are not the Current Maintainer of the Work, you may modify
125your copy of the Work, thus creating a Derived Work based on the Work,
126and compile this Derived Work, thus creating a Compiled Work based on
127the Derived Work.
128
1296. If you are not the Current Maintainer of the Work, you may
130distribute a Derived Work provided the following conditions are met
131for every component of the Work unless that component clearly states
132in the copyright notice that it is exempt from that condition. Only
133the Current Maintainer is allowed to add such statements of exemption
134to a component of the Work.
135
136a. If a component of this Derived Work can be a direct replacement
137for a component of the Work when that component is used with the
138Base Interpreter, then, wherever this component of the Work
139identifies itself to the user when used interactively with that
140Base Interpreter, the replacement component of this Derived Work
141clearly and unambiguously identifies itself as a modified version
142of this component to the user when used interactively with that
143Base Interpreter.
144
145b. Every component of the Derived Work contains prominent notices
146detailing the nature of the changes to that component, or a
147prominent reference to another file that is distributed as part
148of the Derived Work and that contains a complete and accurate log
149of the changes.
150
151c. No information in the Derived Work implies that any persons,
152including (but not limited to) the authors of the original version
153of the Work, provide any support, including (but not limited to)
154the reporting and handling of errors, to recipients of the
155Derived Work unless those persons have stated explicitly that
156they do provide such support for the Derived Work.
157
158d. You distribute at least one of the following with the Derived Work:
159
1601. A complete, unmodified copy of the Work;
161if your distribution of a modified component is made by
162offering access to copy the modified component from a
163designated place, then offering equivalent access to copy
164the Work from the same or some similar place meets this
165condition, even though third parties are not compelled to
166copy the Work along with the modified component;
167
1682. Information that is sufficient to obtain a complete,
169unmodified copy of the Work.
170
1717. If you are not the Current Maintainer of the Work, you may
172distribute a Compiled Work generated from a Derived Work, as long as
173the Derived Work is distributed to all recipients of the Compiled
174Work, and as long as the conditions of Clause 6, above, are met with
175regard to the Derived Work.
176
1778. The conditions above are not intended to prohibit, and hence do not
178apply to, the modification, by any method, of any component so that it
179becomes identical to an updated version of that component of the Work as
180it is distributed by the Current Maintainer under Clause 4, above.
181
1829. Distribution of the Work or any Derived Work in an alternative
183format, where the Work or that Derived Work (in whole or in part) is
184then produced by applying some process to that format, does not relax or
185nullify any sections of this license as they pertain to the results of
186applying that process.
187
18810. a. A Derived Work may be distributed under a different license
189provided that license itself honors the conditions listed in
190Clause 6 above, in regard to the Work, though it does not have
191to honor the rest of the conditions in this license.
192
193b. If a Derived Work is distributed under a different license, that
194Derived Work must provide sufficient documentation as part of
195itself to allow each recipient of that Derived Work to honor the
196restrictions in Clause 6 above, concerning changes from the Work.
197
19811. This license places no restrictions on works that are unrelated to
199the Work, nor does this license place any restrictions on aggregating
200such works with the Work by any means.
201
20212. Nothing in this license is intended to, or may be used to, prevent
203complete compliance by all parties with all applicable laws.
204
205
206NO WARRANTY
207===========
208
209There is no warranty for the Work. Except when otherwise stated in
210writing, the Copyright Holder provides the Work `as is', without
211warranty of any kind, either expressed or implied, including, but not
212limited to, the implied warranties of merchantability and fitness for a
213particular purpose. The entire risk as to the quality and performance
214of the Work is with you. Should the Work prove defective, you assume
215the cost of all necessary servicing, repair, or correction.
216
217In no event unless required by applicable law or agreed to in writing
218will The Copyright Holder, or any author named in the components of the
219Work, or any other party who may distribute and/or modify the Work as
220permitted above, be liable to you for damages, including any general,
221special, incidental or consequential damages arising out of any use of
222the Work or out of inability to use the Work (including, but not limited
223to, loss of data, data being rendered inaccurate, or losses sustained by
224anyone as a result of any failure of the Work to operate with any other
225programs), even if the Copyright Holder or said author or said other
226party has been advised of the possibility of such damages.
227
228
229MAINTENANCE OF THE WORK
230=======================
231
232The Work has the status `author-maintained' if the Copyright Holder
233explicitly and prominently states near the primary copyright notice in
234the Work that the Work can only be maintained by the Copyright Holder
235or simply that it is `author-maintained'.
236
237The Work has the status `maintained' if there is a Current Maintainer
238who has indicated in the Work that they are willing to receive error
239reports for the Work (for example, by supplying a valid e-mail
240address). It is not required for the Current Maintainer to acknowledge
241or act upon these error reports.
242
243The Work changes from status `maintained' to `unmaintained' if there
244is no Current Maintainer, or the person stated to be Current
245Maintainer of the work cannot be reached through the indicated means
246of communication for a period of six months, and there are no other
247significant signs of active maintenance.
248
249You can become the Current Maintainer of the Work by agreement with
250any existing Current Maintainer to take over this role.
251
252If the Work is unmaintained, you can become the Current Maintainer of
253the Work through the following steps:
254
2551. Make a reasonable attempt to trace the Current Maintainer (and
256the Copyright Holder, if the two differ) through the means of
257an Internet or similar search.
258
2592. If this search is successful, then enquire whether the Work
260is still maintained.
261
262a. If it is being maintained, then ask the Current Maintainer
263to update their communication data within one month.
264
265b. If the search is unsuccessful or no action to resume active
266maintenance is taken by the Current Maintainer, then announce
267within the pertinent community your intention to take over
268maintenance. (If the Work is a LaTeX work, this could be
269done, for example, by posting to comp.text.tex.)
270
2713a. If the Current Maintainer is reachable and agrees to pass
272maintenance of the Work to you, then this takes effect
273immediately upon announcement.
274
275b. If the Current Maintainer is not reachable and the Copyright
276Holder agrees that maintenance of the Work be passed to you,
277then this takes effect immediately upon announcement.
278
2794. If you make an `intention announcement' as described in 2b. above
280and after three months your intention is challenged neither by
281the Current Maintainer nor by the Copyright Holder nor by other
282people, then you may arrange for the Work to be changed so as
283to name you as the (new) Current Maintainer.
284
2855. If the previously unreachable Current Maintainer becomes
286reachable once more within three months of a change completed
287under the terms of 3b) or 4), then that Current Maintainer must
288become or remain the Current Maintainer upon request provided
289they then update their communication data within one month.
290
291A change in the Current Maintainer does not, of itself, alter the fact
292that the Work is distributed under the LPPL license.
293
294If you become the Current Maintainer of the Work, you should
295immediately provide, within the Work, a prominent and unambiguous
296statement of your status as Current Maintainer. You should also
297announce your new status to the same pertinent community as
298in 2b) above.
299
300
301WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE
302======================================================
303
304This section contains important instructions, examples, and
305recommendations for authors who are considering distributing their
306works under this license. These authors are addressed as `you' in
307this section.
308
309Choosing This License or Another License
310----------------------------------------
311
312If for any part of your work you want or need to use *distribution*
313conditions that differ significantly from those in this license, then
314do not refer to this license anywhere in your work but, instead,
315distribute your work under a different license. You may use the text
316of this license as a model for your own license, but your license
317should not refer to the LPPL or otherwise give the impression that
318your work is distributed under the LPPL.
319
320The document `modguide.tex' in the base LaTeX distribution explains
321the motivation behind the conditions of this license. It explains,
322for example, why distributing LaTeX under the GNU General Public
323License (GPL) was considered inappropriate. Even if your work is
324unrelated to LaTeX, the discussion in `modguide.tex' may still be
325relevant, and authors intending to distribute their works under any
326license are encouraged to read it.
327
328A Recommendation on Modification Without Distribution
329-----------------------------------------------------
330
331It is wise never to modify a component of the Work, even for your own
332personal use, without also meeting the above conditions for
333distributing the modified component. While you might intend that such
334modifications will never be distributed, often this will happen by
335accident -- you may forget that you have modified that component; or
336it may not occur to you when allowing others to access the modified
337version that you are thus distributing it and violating the conditions
338of this license in ways that could have legal implications and, worse,
339cause problems for the community. It is therefore usually in your
340best interest to keep your copy of the Work identical with the public
341one. Many works provide ways to control the behavior of that work
342without altering any of its licensed components.
343
344How to Use This License
345-----------------------
346
347To use this license, place in each of the components of your work both
348an explicit copyright notice including your name and the year the work
349was authored and/or last substantially modified. Include also a
350statement that the distribution and/or modification of that
351component is constrained by the conditions in this license.
352
353Here is an example of such a notice and statement:
354
355%% pig.dtx
356%% Copyright 2005 M. Y. Name
357%
358% This work may be distributed and/or modified under the
359% conditions of the LaTeX Project Public License, either version 1.3
360% of this license or (at your option) any later version.
361% The latest version of this license is in
362% http://www.latex-project.org/lppl.txt
363% and version 1.3 or later is part of all distributions of LaTeX
364% version 2005/12/01 or later.
365%
366% This work has the LPPL maintenance status `maintained'.
367%
368% The Current Maintainer of this work is M. Y. Name.
369%
370% This work consists of the files pig.dtx and pig.ins
371% and the derived file pig.sty.
372
373Given such a notice and statement in a file, the conditions
374given in this license document would apply, with the `Work' referring
375to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being
376generated from `pig.dtx' using `pig.ins'), the `Base Interpreter'
377referring to any `LaTeX-Format', and both `Copyright Holder' and
378`Current Maintainer' referring to the person `M. Y. Name'.
379
380If you do not want the Maintenance section of LPPL to apply to your
381Work, change `maintained' above into `author-maintained'.
382However, we recommend that you use `maintained', as the Maintenance
383section was added in order to ensure that your Work remains useful to
384the community even when you can no longer maintain and support it
385yourself.
386
387Derived Works That Are Not Replacements
388---------------------------------------
389
390Several clauses of the LPPL specify means to provide reliability and
391stability for the user community. They therefore concern themselves
392with the case that a Derived Work is intended to be used as a
393(compatible or incompatible) replacement of the original Work. If
394this is not the case (e.g., if a few lines of code are reused for a
395completely different task), then clauses 6b and 6d shall not apply.
396
397
398Important Recommendations
399-------------------------
400
401Defining What Constitutes the Work
402
403The LPPL requires that distributions of the Work contain all the
404files of the Work. It is therefore important that you provide a
405way for the licensee to determine which files constitute the Work.
406This could, for example, be achieved by explicitly listing all the
407files of the Work near the copyright notice of each file or by
408using a line such as:
409
410% This work consists of all files listed in manifest.txt.
411
412in that place. In the absence of an unequivocal list it might be
413impossible for the licensee to determine what is considered by you
414to comprise the Work and, in such a case, the licensee would be
415entitled to make reasonable conjectures as to which files comprise
416the Work.
417
418
419
420
421
422
diff --git a/meta/files/common-licenses/MIT-style b/meta/files/common-licenses/MIT-style
deleted file mode 120000
index 8ab70c0254..0000000000
--- a/meta/files/common-licenses/MIT-style
+++ /dev/null
@@ -1 +0,0 @@
1MIT \ No newline at end of file
diff --git a/meta/files/common-licenses/MPL-1 b/meta/files/common-licenses/MPL-1
deleted file mode 100644
index d33ac969aa..0000000000
--- a/meta/files/common-licenses/MPL-1
+++ /dev/null
@@ -1,433 +0,0 @@
1
2Mozilla Public License Version 1.1
3
41. Definitions.
5
61.0.1. "Commercial Use"
7means distribution or otherwise making the Covered Code available to a third
8party.
91.1. "Contributor"
10means each entity that creates or contributes to the creation of Modifications.
111.2. "Contributor Version"
12means the combination of the Original Code, prior Modifications used by a
13Contributor, and the Modifications made by that particular Contributor.
141.3. "Covered Code"
15means the Original Code or Modifications or the combination of the Original
16Code and Modifications, in each case including portions thereof.
171.4. "Electronic Distribution Mechanism"
18means a mechanism generally accepted in the software development community for
19the electronic transfer of data.
201.5. "Executable"
21means Covered Code in any form other than Source Code.
221.6. "Initial Developer"
23means the individual or entity identified as the Initial Developer in the
24Source Code notice required by Exhibit A.
251.7. "Larger Work"
26means a work which combines Covered Code or portions thereof with code not
27governed by the terms of this License.
281.8. "License"
29means this document.
301.8.1. "Licensable"
31means having the right to grant, to the maximum extent possible, whether at the
32time of the initial grant or subsequently acquired, any and all of the rights
33conveyed herein.
341.9. "Modifications"
35means any addition to or deletion from the substance or structure of either the
36Original Code or any previous Modifications. When Covered Code is released as a
37series of files, a Modification is:
38Any addition to or deletion from the contents of a file containing Original
39Code or previous Modifications.
40Any new file that contains any part of the Original Code or previous
41Modifications.
421.10. "Original Code"
43means Source Code of computer software code which is described in the Source
44Code notice required by Exhibit A as Original Code, and which, at the time of
45its release under this License is not already Covered Code governed by this
46License.
471.10.1. "Patent Claims"
48means any patent claim(s), now owned or hereafter acquired, including without
49limitation, method, process, and apparatus claims, in any patent Licensable by
50grantor.
511.11. "Source Code"
52means the preferred form of the Covered Code for making modifications to it,
53including all modules it contains, plus any associated interface definition
54files, scripts used to control compilation and installation of an Executable,
55or source code differential comparisons against either the Original Code or
56another well known, available Covered Code of the Contributor's choice. The
57Source Code can be in a compressed or archival form, provided the appropriate
58decompression or de-archiving software is widely available for no charge.
591.12. "You" (or "Your")
60means an individual or a legal entity exercising rights under, and complying
61with all of the terms of, this License or a future version of this License
62issued under Section 6.1. For legal entities, "You" includes any
63entity which controls, is controlled by, or is under common control with You.
64For purposes of this definition, "control" means (a) the power,
65direct or indirect, to cause the direction or management of such entity,
66whether by contract or otherwise, or (b) ownership of more than fifty percent
67(50%) of the outstanding shares or beneficial ownership of such entity.
682. Source Code License.
69
702.1. The Initial Developer Grant.
71
72The Initial Developer hereby grants You a world-wide, royalty-free, non-
73exclusive license, subject to third party intellectual property claims:
74
75under intellectual property rights (other than patent or trademark) Licensable
76by Initial Developer to use, reproduce, modify, display, perform, sublicense
77and distribute the Original Code (or portions thereof) with or without
78Modifications, and/or as part of a Larger Work; and
79under Patents Claims infringed by the making, using or selling of Original
80Code, to make, have made, use, practice, sell, and offer for sale, and/or
81otherwise dispose of the Original Code (or portions thereof).
82the licenses granted in this Section 2.1 (a) and (b) are effective on the date
83Initial Developer first distributes Original Code under the terms of this
84License.
85Notwithstanding Section 2.1 (b) above, no patent license is granted: 1) for
86code that You delete from the Original Code; 2) separate from the Original
87Code; or 3) for infringements caused by: i) the modification of the Original
88Code or ii) the combination of the Original Code with other software or
89devices.
902.2. Contributor Grant.
91
92Subject to third party intellectual property claims, each Contributor hereby
93grants You a world-wide, royalty-free, non-exclusive license
94
95under intellectual property rights (other than patent or trademark) Licensable
96by Contributor, to use, reproduce, modify, display, perform, sublicense and
97distribute the Modifications created by such Contributor (or portions thereof)
98either on an unmodified basis, with other Modifications, as Covered Code and/or
99as part of a Larger Work; and
100under Patent Claims infringed by the making, using, or selling of Modifications
101made by that Contributor either alone and/or in combination with its
102Contributor Version (or portions of such combination), to make, use, sell,
103offer for sale, have made, and/or otherwise dispose of: 1) Modifications made
104by that Contributor (or portions thereof); and 2) the combination of
105Modifications made by that Contributor with its Contributor Version (or
106portions of such combination).
107the licenses granted in Sections 2.2 (a) and 2.2 (b) are effective on the date
108Contributor first makes Commercial Use of the Covered Code.
109Notwithstanding Section 2.2 (b) above, no patent license is granted: 1) for any
110code that Contributor has deleted from the Contributor Version; 2) separate
111from the Contributor Version; 3) for infringements caused by: i) third party
112modifications of Contributor Version or ii) the combination of Modifications
113made by that Contributor with other software (except as part of the Contributor
114Version) or other devices; or 4) under Patent Claims infringed by Covered Code
115in the absence of Modifications made by that Contributor.
1163. Distribution Obligations.
117
1183.1. Application of License.
119
120The Modifications which You create or to which You contribute are governed by
121the terms of this License, including without limitation Section 2.2. The Source
122Code version of Covered Code may be distributed only under the terms of this
123License or a future version of this License released under Section 6.1, and You
124must include a copy of this License with every copy of the Source Code You
125distribute. You may not offer or impose any terms on any Source Code version
126that alters or restricts the applicable version of this License or the
127recipients' rights hereunder. However, You may include an additional document
128offering the additional rights described in Section 3.5.
129
1303.2. Availability of Source Code.
131
132Any Modification which You create or to which You contribute must be made
133available in Source Code form under the terms of this License either on the
134same media as an Executable version or via an accepted Electronic Distribution
135Mechanism to anyone to whom you made an Executable version available; and if
136made available via Electronic Distribution Mechanism, must remain available for
137at least twelve (12) months after the date it initially became available, or at
138least six (6) months after a subsequent version of that particular Modification
139has been made available to such recipients. You are responsible for ensuring
140that the Source Code version remains available even if the Electronic
141Distribution Mechanism is maintained by a third party.
142
1433.3. Description of Modifications.
144
145You must cause all Covered Code to which You contribute to contain a file
146documenting the changes You made to create that Covered Code and the date of
147any change. You must include a prominent statement that the Modification is
148derived, directly or indirectly, from Original Code provided by the Initial
149Developer and including the name of the Initial Developer in (a) the Source
150Code, and (b) in any notice in an Executable version or related documentation
151in which You describe the origin or ownership of the Covered Code.
152
1533.4. Intellectual Property Matters
154
155(a) Third Party Claims
156
157If Contributor has knowledge that a license under a third party's intellectual
158property rights is required to exercise the rights granted by such Contributor
159under Sections 2.1 or 2.2, Contributor must include a text file with the Source
160Code distribution titled "LEGAL" which describes the claim and the
161party making the claim in sufficient detail that a recipient will know whom to
162contact. If Contributor obtains such knowledge after the Modification is made
163available as described in Section 3.2, Contributor shall promptly modify the
164LEGAL file in all copies Contributor makes available thereafter and shall take
165other steps (such as notifying appropriate mailing lists or newsgroups)
166reasonably calculated to inform those who received the Covered Code that new
167knowledge has been obtained.
168
169(b) Contributor APIs
170
171If Contributor's Modifications include an application programming interface and
172Contributor has knowledge of patent licenses which are reasonably necessary to
173implement that API, Contributor must also include this information in the LEGAL
174file.
175
176(c) Representations.
177
178Contributor represents that, except as disclosed pursuant to Section 3.4 (a)
179above, Contributor believes that Contributor's Modifications are Contributor's
180original creation(s) and/or Contributor has sufficient rights to grant the
181rights conveyed by this License.
182
1833.5. Required Notices.
184
185You must duplicate the notice in Exhibit A in each file of the Source Code. If
186it is not possible to put such notice in a particular Source Code file due to
187its structure, then You must include such notice in a location (such as a
188relevant directory) where a user would be likely to look for such a notice. If
189You created one or more Modification(s) You may add your name as a Contributor
190to the notice described in Exhibit A. You must also duplicate this License in
191any documentation for the Source Code where You describe recipients' rights or
192ownership rights relating to Covered Code. You may choose to offer, and to
193charge a fee for, warranty, support, indemnity or liability obligations to one
194or more recipients of Covered Code. However, You may do so only on Your own
195behalf, and not on behalf of the Initial Developer or any Contributor. You must
196make it absolutely clear than any such warranty, support, indemnity or
197liability obligation is offered by You alone, and You hereby agree to indemnify
198the Initial Developer and every Contributor for any liability incurred by the
199Initial Developer or such Contributor as a result of warranty, support,
200indemnity or liability terms You offer.
201
2023.6. Distribution of Executable Versions.
203
204You may distribute Covered Code in Executable form only if the requirements of
205Sections 3.1, 3.2, 3.3, 3.4 and 3.5 have been met for that Covered Code, and if
206You include a notice stating that the Source Code version of the Covered Code
207is available under the terms of this License, including a description of how
208and where You have fulfilled the obligations of Section 3.2. The notice must be
209conspicuously included in any notice in an Executable version, related
210documentation or collateral in which You describe recipients' rights relating
211to the Covered Code. You may distribute the Executable version of Covered Code
212or ownership rights under a license of Your choice, which may contain terms
213different from this License, provided that You are in compliance with the terms
214of this License and that the license for the Executable version does not
215attempt to limit or alter the recipient's rights in the Source Code version
216from the rights set forth in this License. If You distribute the Executable
217version under a different license You must make it absolutely clear that any
218terms which differ from this License are offered by You alone, not by the
219Initial Developer or any Contributor. You hereby agree to indemnify the Initial
220Developer and every Contributor for any liability incurred by the Initial
221Developer or such Contributor as a result of any such terms You offer.
222
2233.7. Larger Works.
224
225You may create a Larger Work by combining Covered Code with other code not
226governed by the terms of this License and distribute the Larger Work as a
227single product. In such a case, You must make sure the requirements of this
228License are fulfilled for the Covered Code.
229
2304. Inability to Comply Due to Statute or Regulation.
231
232If it is impossible for You to comply with any of the terms of this License
233with respect to some or all of the Covered Code due to statute, judicial order,
234or regulation then You must: (a) comply with the terms of this License to the
235maximum extent possible; and (b) describe the limitations and the code they
236affect. Such description must be included in the LEGAL file described in
237Section 3.4 and must be included with all distributions of the Source Code.
238Except to the extent prohibited by statute or regulation, such description must
239be sufficiently detailed for a recipient of ordinary skill to be able to
240understand it.
241
2425. Application of this License.
243
244This License applies to code to which the Initial Developer has attached the
245notice in Exhibit A and to related Covered Code.
246
2476. Versions of the License.
248
2496.1. New Versions
250
251Netscape Communications Corporation ("Netscape") may publish revised
252and/or new versions of the License from time to time. Each version will be
253given a distinguishing version number.
254
2556.2. Effect of New Versions
256
257Once Covered Code has been published under a particular version of the License,
258You may always continue to use it under the terms of that version. You may also
259choose to use such Covered Code under the terms of any subsequent version of
260the License published by Netscape. No one other than Netscape has the right to
261modify the terms applicable to Covered Code created under this License.
262
2636.3. Derivative Works
264
265If You create or use a modified version of this License (which you may only do
266in order to apply it to code which is not already Covered Code governed by this
267License), You must (a) rename Your license so that the phrases
268"Mozilla", "MOZILLAPL", "MOZPL",
269"Netscape", "MPL", "NPL" or any confusingly
270similar phrase do not appear in your license (except to note that your license
271differs from this License) and (b) otherwise make it clear that Your version of
272the license contains terms which differ from the Mozilla Public License and
273Netscape Public License. (Filling in the name of the Initial Developer,
274Original Code or Contributor in the notice described in Exhibit A shall not of
275themselves be deemed to be modifications of this License.)
276
2777. DISCLAIMER OF WARRANTY
278
279COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
280WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
281LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE,
282FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE
283QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED
284CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY
285OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR
286CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
287LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
288DISCLAIMER.
289
2908. Termination
291
2928.1. This License and the rights granted hereunder will terminate automatically
293if You fail to comply with terms herein and fail to cure such breach within 30
294days of becoming aware of the breach. All sublicenses to the Covered Code which
295are properly granted shall survive any termination of this License. Provisions
296which, by their nature, must remain in effect beyond the termination of this
297License shall survive.
298
2998.2. If You initiate litigation by asserting a patent infringement claim
300(excluding declatory judgment actions) against Initial Developer or a
301Contributor (the Initial Developer or Contributor against whom You file such
302action is referred to as "Participant") alleging that:
303
304such Participant's Contributor Version directly or indirectly infringes any
305patent, then any and all rights granted by such Participant to You under
306Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from
307Participant terminate prospectively, unless if within 60 days after receipt of
308notice You either: (i) agree in writing to pay Participant a mutually agreeable
309reasonable royalty for Your past and future use of Modifications made by such
310Participant, or (ii) withdraw Your litigation claim with respect to the
311Contributor Version against such Participant. If within 60 days of notice, a
312reasonable royalty and payment arrangement are not mutually agreed upon in
313writing by the parties or the litigation claim is not withdrawn, the rights
314granted by Participant to You under Sections 2.1 and/or 2.2 automatically
315terminate at the expiration of the 60 day notice period specified above.
316any software, hardware, or device, other than such Participant's Contributor
317Version, directly or indirectly infringes any patent, then any rights granted
318to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked
319effective as of the date You first made, used, sold, distributed, or had made,
320Modifications made by that Participant.
3218.3. If You assert a patent infringement claim against Participant alleging
322that such Participant's Contributor Version directly or indirectly infringes
323any patent where such claim is resolved (such as by license or settlement)
324prior to the initiation of patent infringement litigation, then the reasonable
325value of the licenses granted by such Participant under Sections 2.1 or 2.2
326shall be taken into account in determining the amount or value of any payment
327or license.
328
3298.4. In the event of termination under Sections 8.1 or 8.2 above, all end user
330license agreements (excluding distributors and resellers) which have been
331validly granted by You or any distributor hereunder prior to termination shall
332survive termination.
333
3349. LIMITATION OF LIABILITY
335
336UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
337NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
338OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY
339OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL,
340OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION,
341DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION,
342OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL
343HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
344LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING
345FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
346LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF
347INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
348APPLY TO YOU.
349
35010. U.S. government end users
351
352The Covered Code is a "commercial item," as that term is defined in
35348 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
354software" and "commercial computer software documentation," as
355such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R.
35612.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S.
357Government End Users acquire Covered Code with only those rights set forth
358herein.
359
36011. Miscellaneous
361
362This License represents the complete agreement concerning subject matter
363hereof. If any provision of this License is held to be unenforceable, such
364provision shall be reformed only to the extent necessary to make it
365enforceable. This License shall be governed by California law provisions
366(except to the extent applicable law, if any, provides otherwise), excluding
367its conflict-of-law provisions. With respect to disputes in which at least one
368party is a citizen of, or an entity chartered or registered to do business in
369the United States of America, any litigation relating to this License shall be
370subject to the jurisdiction of the Federal Courts of the Northern District of
371California, with venue lying in Santa Clara County, California, with the losing
372party responsible for costs, including without limitation, court costs and
373reasonable attorneys' fees and expenses. The application of the United Nations
374Convention on Contracts for the International Sale of Goods is expressly
375excluded. Any law or regulation which provides that the language of a contract
376shall be construed against the drafter shall not apply to this License.
377
37812. Responsibility for claims
379
380As between Initial Developer and the Contributors, each party is responsible
381for claims and damages arising, directly or indirectly, out of its utilization
382of rights under this License and You agree to work with Initial Developer and
383Contributors to distribute such responsibility on an equitable basis. Nothing
384herein is intended or shall be deemed to constitute any admission of liability.
385
38613. Multiple-licensed code
387
388Initial Developer may designate portions of the Covered Code as "Multiple-
389Licensed". "Multiple-Licensed" means that the Initial Developer
390permits you to utilize portions of the Covered Code under Your choice of the
391MPL or the alternative licenses, if any, specified by the Initial Developer in
392the file described in Exhibit A.
393
394Exhibit A - Mozilla Public License.
395
396"The contents of this file are subject to the Mozilla Public License
397Version 1.1 (the "License"); you may not use this file except in
398compliance with the License. You may obtain a copy of the License at
399http://www.mozilla.org/MPL/
400
401Software distributed under the License is distributed on an "AS IS"
402basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
403License for the specific language governing rights and limitations
404under the License.
405
406The Original Code is ______________________________________.
407
408The Initial Developer of the Original Code is ________________________.
409Portions created by ______________________ are Copyright (C) ______
410_______________________. All Rights Reserved.
411
412Contributor(s): ______________________________________.
413
414Alternatively, the contents of this file may be used under the terms
415of the _____ license (the "[___] License"), in which case the
416provisions of [______] License are applicable instead of those
417above. If you wish to allow use of your version of this file only
418under the terms of the [____] License and not to allow others to use
419your version of this file under the MPL, indicate your decision by
420deleting the provisions above and replace them with the notice and
421other provisions required by the [___] License. If you do not delete
422the provisions above, a recipient may use your version of this file
423under either the MPL or the [___] License."
424NOTE: The text of this Exhibit A may differ slightly from the text of the
425notices in the Source Code files of the Original Code. You should use the text
426of this Exhibit A rather than the text found in the Original Code Source Code
427for Your Modifications.
428
429
430
431
432
433
diff --git a/meta/files/common-licenses/NASA-1 b/meta/files/common-licenses/NASA-1
deleted file mode 100644
index bdcaca33c5..0000000000
--- a/meta/files/common-licenses/NASA-1
+++ /dev/null
@@ -1,246 +0,0 @@
1
2ASA OPEN SOURCE AGREEMENT VERSION 1.3
3
4THIS OPEN SOURCE AGREEMENT ("AGREEMENT") DEFINES THE RIGHTS OF USE,
5REPRODUCTION, DISTRIBUTION, MODIFICATION AND REDISTRIBUTION OF CERTAIN COMPUTER
6SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT AS REPRESENTED BY
7THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT AGENCY"). THE UNITED
8STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT AGENCY, IS AN INTENDED THIRD-
9PARTY BENEFICIARY OF ALL SUBSEQUENT DISTRIBUTIONS OR REDISTRIBUTIONS OF THE
10SUBJECT SOFTWARE. ANYONE WHO USES, REPRODUCES, DISTRIBUTES, MODIFIES OR
11REDISTRIBUTES THE SUBJECT SOFTWARE, AS DEFINED HEREIN, OR ANY PART THEREOF, IS,
12BY THAT ACTION, ACCEPTING IN FULL THE RESPONSIBILITIES AND OBLIGATIONS
13CONTAINED IN THIS AGREEMENT.
14
15Government Agency: _____ Government Agency Original Software Designation: __
16Government Agency Original Software Title: _____ User Registration Requested.
17Please Visit http://___ Government Agency Point of Contact for Original
18Software: _____
19
20DEFINITIONS
21A. "Contributor" means Government Agency, as the developer of the
22Original Software, and any entity that makes a Modification. B. "Covered
23Patents" mean patent claims licensable by a Contributor that are
24necessarily infringed by the use or sale of its Modification alone or when
25combined with the Subject Software. C. "Display" means the showing of
26a copy of the Subject Software, either directly or by means of an image, or any
27other device. D. "Distribution" means conveyance or transfer of the
28Subject Software, regardless of means, to another. E. "Larger Work"
29means computer software that combines Subject Software, or portions thereof,
30with software separate from the Subject Software that is not governed by the
31terms of this Agreement. F. "Modification" means any alteration of,
32including addition to or deletion from, the substance or structure of either
33the Original Software or Subject Software, and includes derivative works, as
34that term is defined in the Copyright Statute, 17 USC 101. However, the act of
35including Subject Software as part of a Larger Work does not in and of itself
36constitute a Modification. G. "Original Software" means the computer
37software first released under this Agreement by Government Agency with
38Government Agency designation __ and entitled _________, including source code,
39object code and accompanying documentation, if any. H. "Recipient"
40means anyone who acquires the Subject Software under this Agreement, including
41all Contributors. I. "Redistribution" means Distribution of the
42Subject Software after a Modification has been made. J.
43"Reproduction" means the making of a counterpart, image or copy of
44the Subject Software. K. "Sale" means the exchange of the Subject
45Software for money or equivalent value. L. "Subject Software" means
46the Original Software, Modifications, or any respective parts thereof. M.
47"Use" means the application or employment of the Subject Software for
48any purpose.
49
50GRANT OF RIGHTS
51A. Under Non-Patent Rights: Subject to the terms and conditions of this
52Agreement, each Contributor, with respect to its own contribution to the
53Subject Software, hereby grants to each Recipient a non-exclusive, world-wide,
54royalty-free license to engage in the following activities pertaining to the
55Subject Software:
56
57Use
58Distribution
59Reproduction
60Modification
61Redistribution
62Display
63B. Under Patent Rights: Subject to the terms and conditions of this Agreement,
64each Contributor, with respect to its own contribution to the Subject Software,
65hereby grants to each Recipient under Covered Patents a non-exclusive, world-
66wide, royalty-free license to engage in the following activities pertaining to
67the Subject Software:
68
69Use
70Distribution
71Reproduction
72Sale
73Offer for Sale
74C. The rights granted under Paragraph B. also apply to the combination of a
75Contributor's Modification and the Subject Software if, at the time the
76Modification is added by the Contributor, the addition of such Modification
77causes the combination to be covered by the Covered Patents. It does not apply
78to any other combinations that include a Modification.
79
80D. The rights granted in Paragraphs A. and B. allow the Recipient to sublicense
81those same rights. Such sublicense must be under the same terms and conditions
82of this Agreement.
83
84OBLIGATIONS OF RECIPIENT
85A. Distribution or Redistribution of the Subject Software must be made under
86this Agreement except for additions covered under paragraph 3H.
87
88Whenever a Recipient distributes or redistributes the Subject Software, a copy
89of this Agreement must be included with each copy of the Subject Software; and
90If Recipient distributes or redistributes the Subject Software in any form
91other than source code, Recipient must also make the source code freely
92available, and must provide with each copy of the Subject Software information
93on how to obtain the source code in a reasonable manner on or through a medium
94customarily used for software exchange.
95B. Each Recipient must ensure that the following copyright notice appears
96prominently in the Subject Software:
97
98[Government Agency will insert the applicable copyright notice in each
99agreement accompanying the initial distribution of original software and remove
100this bracketed language.]
101
102[The following copyright notice will be used if created by a contractor
103pursuant to Government Agency contract and rights obtained from creator by
104assignment. Government Agency will insert the year and its Agency designation
105and remove the bracketed language.] Copyright � {YEAR} United States Government
106as represented by ___ ____. All Rights Reserved.
107
108[The following copyright notice will be used if created by civil servants only.
109Government Agency will insert the year and its Agency designation and remove
110the bracketed language.] Copyright � {YEAR} United States Government as
111represented by ____ ____. No copyright is claimed in the United States under
112Title 17, U.S.Code. All Other Rights Reserved.
113
114C. Each Contributor must characterize its alteration of the Subject Software as
115a Modification and must identify itself as the originator of its Modification
116in a manner that reasonably allows subsequent Recipients to identify the
117originator of the Modification. In fulfillment of these requirements,
118Contributor must include a file (e.g., a change log file) that describes the
119alterations made and the date of the alterations, identifies Contributor as
120originator of the alterations, and consents to characterization of the
121alterations as a Modification, for example, by including a statement that the
122Modification is derived, directly or indirectly, from Original Software
123provided by Government Agency. Once consent is granted, it may not thereafter
124be revoked.
125
126D. A Contributor may add its own copyright notice to the Subject Software. Once
127a copyright notice has been added to the Subject Software, a Recipient may not
128remove it without the express permission of the Contributor who added the
129notice.
130
131E. A Recipient may not make any representation in the Subject Software or in
132any promotional, advertising or other material that may be construed as an
133endorsement by Government Agency or by any prior Recipient of any product or
134service provided by Recipient, or that may seek to obtain commercial advantage
135by the fact of Government Agency's or a prior Recipient's participation in this
136Agreement.
137
138F. In an effort to track usage and maintain accurate records of the Subject
139Software, each Recipient, upon receipt of the Subject Software, is requested to
140register with Government Agency by visiting the following website: ______.
141Recipient's name and personal information shall be used for statistical
142purposes only. Once a Recipient makes a Modification available, it is requested
143that the Recipient inform Government Agency at the web site provided above how
144to access the Modification.
145
146[Alternative paragraph for use when a web site for release and monitoring of
147subject software will not be supported by releasing Government Agency] In an
148effort to track usage and maintain accurate records of the Subject Software,
149each Recipient, upon receipt of the Subject Software, is requested to provide
150Government Agency, by e-mail to the Government Agency Point of Contact listed
151in clause 5.F., the following information: ______. Recipient's name and
152personal information shall be used for statistical purposes only. Once a
153Recipient makes a Modification available, it is requested that the Recipient
154inform Government Agency, by e-mail to the Government Agency Point of Contact
155listed in clause 5.F., how to access the Modification.
156
157G. Each Contributor represents that that its Modification is believed to be
158Contributor's original creation and does not violate any existing agreements,
159regulations, statutes or rules, and further that Contributor has sufficient
160rights to grant the rights conveyed by this Agreement.
161
162H. A Recipient may choose to offer, and to charge a fee for, warranty, support,
163indemnity and/or liability obligations to one or more other Recipients of the
164Subject Software. A Recipient may do so, however, only on its own behalf and
165not on behalf of Government Agency or any other Recipient. Such a Recipient
166must make it absolutely clear that any such warranty, support, indemnity and/or
167liability obligation is offered by that Recipient alone. Further, such
168Recipient agrees to indemnify Government Agency and every other Recipient for
169any liability incurred by them as a result of warranty, support, indemnity and/
170or liability offered by such Recipient.
171
172I. A Recipient may create a Larger Work by combining Subject Software with
173separate software not governed by the terms of this agreement and distribute
174the Larger Work as a single product. In such case, the Recipient must make sure
175Subject Software, or portions thereof, included in the Larger Work is subject
176to this Agreement.
177
178J. Notwithstanding any provisions contained herein, Recipient is hereby put on
179notice that export of any goods or technical data from the United States may
180require some form of export license from the U.S. Government. Failure to obtain
181necessary export licenses may result in criminal liability under U.S. laws.
182Government Agency neither represents that a license shall not be required nor
183that, if required, it shall be issued. Nothing granted herein provides any such
184export license.
185
186DISCLAIMER OF WARRANTIES AND LIABILITIES; WAIVER AND INDEMNIFICATION
187A. No Warranty: THE SUBJECT SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY
188WARRANTY OF ANY KIND, EITHER EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING, BUT
189NOT LIMITED TO, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL CONFORM TO
190SPECIFICATIONS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
191PARTICULAR PURPOSE, OR FREEDOM FROM INFRINGEMENT, ANY WARRANTY THAT THE SUBJECT
192SOFTWARE WILL BE ERROR FREE, OR ANY WARRANTY THAT DOCUMENTATION, IF PROVIDED,
193WILL CONFORM TO THE SUBJECT SOFTWARE. THIS AGREEMENT DOES NOT, IN ANY MANNER,
194CONSTITUTE AN ENDORSEMENT BY GOVERNMENT AGENCY OR ANY PRIOR RECIPIENT OF ANY
195RESULTS, RESULTING DESIGNS, HARDWARE, SOFTWARE PRODUCTS OR ANY OTHER
196APPLICATIONS RESULTING FROM USE OF THE SUBJECT SOFTWARE. FURTHER, GOVERNMENT
197AGENCY DISCLAIMS ALL WARRANTIES AND LIABILITIES REGARDING THIRD-PARTY SOFTWARE,
198IF PRESENT IN THE ORIGINAL SOFTWARE, AND DISTRIBUTES IT "AS IS."
199
200B. Waiver and Indemnity: RECIPIENT AGREES TO WAIVE ANY AND ALL CLAIMS AGAINST
201THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS
202ANY PRIOR RECIPIENT. IF RECIPIENT'S USE OF THE SUBJECT SOFTWARE RESULTS IN ANY
203LIABILITIES, DEMANDS, DAMAGES, EXPENSES OR LOSSES ARISING FROM SUCH USE,
204INCLUDING ANY DAMAGES FROM PRODUCTS BASED ON, OR RESULTING FROM, RECIPIENT'S
205USE OF THE SUBJECT SOFTWARE, RECIPIENT SHALL INDEMNIFY AND HOLD HARMLESS THE
206UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY
207PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW. RECIPIENT'S SOLE REMEDY FOR
208ANY SUCH MATTER SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS
209AGREEMENT.
210
211GENERAL TERMS
212A. Termination: This Agreement and the rights granted hereunder will terminate
213automatically if a Recipient fails to comply with these terms and conditions,
214and fails to cure such noncompliance within thirty (30) days of becoming aware
215of such noncompliance. Upon termination, a Recipient agrees to immediately
216cease use and distribution of the Subject Software. All sublicenses to the
217Subject Software properly granted by the breaching Recipient shall survive any
218such termination of this Agreement.
219
220B. Severability: If any provision of this Agreement is invalid or unenforceable
221under applicable law, it shall not affect the validity or enforceability of the
222remainder of the terms of this Agreement.
223
224C. Applicable Law: This Agreement shall be subject to United States federal law
225only for all purposes, including, but not limited to, determining the validity
226of this Agreement, the meaning of its provisions and the rights, obligations
227and remedies of the parties.
228
229D. Entire Understanding: This Agreement constitutes the entire understanding
230and agreement of the parties relating to release of the Subject Software and
231may not be superseded, modified or amended except by further written agreement
232duly executed by the parties.
233
234E. Binding Authority: By accepting and using the Subject Software under this
235Agreement, a Recipient affirms its authority to bind the Recipient to all terms
236and conditions of this Agreement and that that Recipient hereby agrees to all
237terms and conditions herein.
238
239F. Point of Contact: Any Recipient contact with Government Agency is to be
240directed to the designated representative as follows: ___________.
241
242
243
244
245
246
diff --git a/meta/files/common-licenses/NPOSL-3 b/meta/files/common-licenses/NPOSL-3
deleted file mode 100644
index 54fead5c7b..0000000000
--- a/meta/files/common-licenses/NPOSL-3
+++ /dev/null
@@ -1,206 +0,0 @@
1
2Non-Profit Open Software License ("Non-Profit OSL") 3.0
3
4This Non-Profit Open Software License ("Non-Profit OSL") version 3.0
5(the "License") applies to any original work of authorship (the
6"Original Work") whose owner (the "Licensor") has placed
7the following licensing notice adjacent to the copyright notice for the
8Original Work:
9
10Licensed under the Non-Profit Open Software License version 3.0
11
121) Grant of Copyright License. Licensor grants You a worldwide, royalty-free,
13non-exclusive, sublicensable license, for the duration of the copyright, to do
14the following:
15
16a) to reproduce the Original Work in copies, either alone or as part of a
17collective work;
18
19b) to translate, adapt, alter, transform, modify, or arrange the Original Work,
20thereby creating derivative works ("Derivative Works") based upon the
21Original Work;
22
23c) to distribute or communicate copies of the Original Work and Derivative
24Works to the public, with the proviso that copies of Original Work or
25Derivative Works that You distribute or communicate shall be licensed under
26this Non-Profit Open Software License or as provided in section 17(d);
27
28d) to perform the Original Work publicly; and
29
30e) to display the Original Work publicly.
31
322) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-
33exclusive, sublicensable license, under patent claims owned or controlled by
34the Licensor that are embodied in the Original Work as furnished by the
35Licensor, for the duration of the patents, to make, use, sell, offer for sale,
36have made, and import the Original Work and Derivative Works.
37
383) Grant of Source Code License. The term "Source Code" means the
39preferred form of the Original Work for making modifications to it and all
40available documentation describing how to modify the Original Work. Licensor
41agrees to provide a machine-readable copy of the Source Code of the Original
42Work along with each copy of the Original Work that Licensor distributes.
43Licensor reserves the right to satisfy this obligation by placing a machine-
44readable copy of the Source Code in an information repository reasonably
45calculated to permit inexpensive and convenient access by You for as long as
46Licensor continues to distribute the Original Work.
47
484) Exclusions From License Grant. Neither the names of Licensor, nor the names
49of any contributors to the Original Work, nor any of their trademarks or
50service marks, may be used to endorse or promote products derived from this
51Original Work without express prior permission of the Licensor. Except as
52expressly stated herein, nothing in this License grants any license to
53Licensor's trademarks, copyrights, patents, trade secrets or any other
54intellectual property. No patent license is granted to make, use, sell, offer
55for sale, have made, or import embodiments of any patent claims other than the
56licensed claims defined in Section 2. No license is granted to the trademarks
57of Licensor even if such marks are included in the Original Work. Nothing in
58this License shall be interpreted to prohibit Licensor from licensing under
59terms different from this License any Original Work that Licensor otherwise
60would have a right to license.
61
625) External Deployment. The term "External Deployment" means the use,
63distribution, or communication of the Original Work or Derivative Works in any
64way such that the Original Work or Derivative Works may be used by anyone other
65than You, whether those works are distributed or communicated to those persons
66or made available as an application intended for use over a network. As an
67express condition for the grants of license hereunder, You must treat any
68External Deployment by You of the Original Work or a Derivative Work as a
69distribution under section 1(c).
70
716) Attribution Rights. You must retain, in the Source Code of any Derivative
72Works that You create, all copyright, patent, or trademark notices from the
73Source Code of the Original Work, as well as any notices of licensing and any
74descriptive text identified therein as an "Attribution Notice." You
75must cause the Source Code for any Derivative Works that You create to carry a
76prominent Attribution Notice reasonably calculated to inform recipients that
77You have modified the Original Work.
78
797) Warranty of Provenance and Disclaimer of Warranty. The Original Work is
80provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY,
81either express or implied, including, without limitation, the warranties of
82non-infringement, merchantability or fitness for a particular purpose. THE
83ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER
84OF WARRANTY constitutes an essential part of this License. No license to the
85Original Work is granted by this License except under this disclaimer.
86
878) Limitation of Liability. Under no circumstances and under no legal theory,
88whether in tort (including negligence), contract, or otherwise, shall the
89Licensor be liable to anyone for any direct, indirect, special, incidental, or
90consequential damages of any character arising as a result of this License or
91the use of the Original Work including, without limitation, damages for loss of
92goodwill, work stoppage, computer failure or malfunction, or any and all other
93commercial damages or losses. This limitation of liability shall not apply to
94the extent applicable law prohibits such limitation.
95
969) Acceptance and Termination. If, at any time, You expressly assented to this
97License, that assent indicates your clear and irrevocable acceptance of this
98License and all of its terms and conditions. If You distribute or communicate
99copies of the Original Work or a Derivative Work, You must make a reasonable
100effort under the circumstances to obtain the express assent of recipients to
101the terms of this License. This License conditions your rights to undertake the
102activities listed in Section 1, including your right to create Derivative Works
103based upon the Original Work, and doing so without honoring these terms and
104conditions is prohibited by copyright law and international treaty. Nothing in
105this License is intended to affect copyright exceptions and limitations
106(including "fair use" or "fair dealing"). This License
107shall terminate immediately and You may no longer exercise any of the rights
108granted to You by this License upon your failure to honor the conditions in
109Section 1(c).
110
11110) Termination for Patent Action. This License shall terminate automatically
112and You may no longer exercise any of the rights granted to You by this License
113as of the date You commence an action, including a cross-claim or counterclaim,
114against Licensor or any licensee alleging that the Original Work infringes a
115patent. This termination provision shall not apply for an action alleging
116patent infringement by combinations of the Original Work with other software or
117hardware.
118
11911) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
120License may be brought only in the courts of a jurisdiction wherein the
121Licensor resides or in which Licensor conducts its primary business, and under
122the laws of that jurisdiction excluding its conflict-of-law provisions. The
123application of the United Nations Convention on Contracts for the International
124Sale of Goods is expressly excluded. Any use of the Original Work outside the
125scope of this License or after its termination shall be subject to the
126requirements and penalties of copyright or patent law in the appropriate
127jurisdiction. This section shall survive the termination of this License.
128
12912) Attorneys' Fees. In any action to enforce the terms of this License or
130seeking damages relating thereto, the prevailing party shall be entitled to
131recover its costs and expenses, including, without limitation, reasonable
132attorneys' fees and costs incurred in connection with such action, including
133any appeal of such action. This section shall survive the termination of this
134License.
135
13613) Miscellaneous. If any provision of this License is held to be
137unenforceable, such provision shall be reformed only to the extent necessary to
138make it enforceable.
139
14014) Definition of "You" in This License. "You" throughout
141this License, whether in upper or lower case, means an individual or a legal
142entity exercising rights under, and complying with all of the terms of, this
143License. For legal entities, "You" includes any entity that controls,
144is controlled by, or is under common control with you. For purposes of this
145definition, "control" means (i) the power, direct or indirect, to
146cause the direction or management of such entity, whether by contract or
147otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding
148shares, or (iii) beneficial ownership of such entity.
149
15015) Right to Use. You may use the Original Work in all ways not otherwise
151restricted or conditioned by this License or by law, and Licensor promises not
152to interfere with or be responsible for such uses by You.
153
15416) Modification of This License. This License is Copyright © 2005 Lawrence
155Rosen. Permission is granted to copy, distribute, or communicate this License
156without modification. Nothing in this License permits You to modify this
157License as applied to the Original Work or to Derivative Works. However, You
158may modify the text of this License and copy, distribute or communicate your
159modified version (the "Modified License") and apply it to other
160original works of authorship subject to the following conditions: (i) You may
161not indicate in any way that your Modified License is the "Open Software
162License" or "OSL" and you may not use those names in the name of
163your Modified License; (ii) You must replace the notice specified in the first
164paragraph above with the notice "Licensed under <insert your license name
165here>" or with a notice of your own that is not confusingly similar to the
166notice in this License; and (iii) You may not claim that your original works
167are open source software unless your Modified License has been approved by Open
168Source Initiative (OSI) and You comply with its license review and
169certification process.
170
17117) Non-Profit Amendment. The name of this amended version of the Open Software
172License ("OSL 3.0") is "Non-Profit Open Software License
1733.0". The original OSL 3.0 license has been amended as follows:
174
175(a) Licensor represents and declares that it is a not-for-profit organization
176that derives no revenue whatsoever from the distribution of the Original Work
177or Derivative Works thereof, or from support or services relating thereto.
178
179(b) The first sentence of Section 7 ["Warranty of Provenance"] of OSL
1803.0 has been stricken. For Original Works licensed under this Non-Profit OSL
1813.0, LICENSOR OFFERS NO WARRANTIES WHATSOEVER.
182
183(c) In the first sentence of Section 8 ["Limitation of Liability"] of
184this Non-Profit OSL 3.0, the list of damages for which LIABILITY IS LIMITED now
185includes "direct" damages.
186
187(d) The proviso in Section 1(c) of this License now refers to this "Non-
188Profit Open Software License" rather than the "Open Software
189License". You may distribute or communicate the Original Work or
190Derivative Works thereof under this Non-Profit OSL 3.0 license only if You make
191the representation and declaration in paragraph (a) of this Section 17.
192Otherwise, You shall distribute or communicate the Original Work or Derivative
193Works thereof only under the OSL 3.0 license and You shall publish clear
194licensing notices so stating. Also by way of clarification, this License does
195not authorize You to distribute or communicate works under this Non-Profit OSL
1963.0 if You received them under the original OSL 3.0 license.
197
198(e) Original Works licensed under this license shall reference "Non-Profit
199OSL 3.0" in licensing notices to distinguish them from works licensed
200under the original OSL 3.0 license.
201
202
203
204
205
206
diff --git a/meta/files/common-licenses/OASIS b/meta/files/common-licenses/OASIS
new file mode 100644
index 0000000000..f93df7af27
--- /dev/null
+++ b/meta/files/common-licenses/OASIS
@@ -0,0 +1,13 @@
1 Permission to use, copy, modify and distribute the DocBook DTD and
2 its accompanying documentation for any purpose and without fee is
3 hereby granted in perpetuity, provided that the above copyright
4 notice and this paragraph appear in all copies. The copyright
5 holders make no representation about the suitability of the DTD for
6 any purpose. It is provided "as is" without expressed or implied
7 warranty.
8
9 If you modify the DocBook DTD in any way, except for declaring and
10 referencing additional sets of general entities and declaring
11 additional notations, label your DTD as a variant of DocBook. See
12 the maintenance documentation for more information.
13
diff --git a/meta/files/common-licenses/OCLC-2 b/meta/files/common-licenses/OCLC-2
deleted file mode 100644
index 293d8120ec..0000000000
--- a/meta/files/common-licenses/OCLC-2
+++ /dev/null
@@ -1,207 +0,0 @@
1
2OCLC Research Public License 2.0
3Terms &amp; Conditions Of Use
4May, 2002
5Copyright © 2002. OCLC Online Computer Library Center, Inc. All Rights Reserved
6
7PLEASE READ THIS DOCUMENT CAREFULLY. BY DOWNLOADING OR USING THE CODE BASE AND/
8OR DOCUMENTATION ACCOMPANYING THIS LICENSE (THE "License"), YOU AGREE
9TO THE FOLLOWING TERMS AND CONDITIONS OF THIS LICENSE.
10
11Section 1. Your Rights
12
13Subject to these terms and conditions of this License, the OCLC Office of
14Research (the "Original Contributor") and each subsequent contributor
15(collectively with the Original Contributor, the "Contributors")
16hereby grant you a non-exclusive, worldwide, no-charge, transferable license to
17execute, prepare derivative works of, and distribute (internally and
18externally), for commercial and noncommercial purposes, the original code
19contributed by Original Contributor and all Modifications (collectively called
20the "Program").
21
22Section 2. Definitions
23
24A "Modification" to the Program is any addition to or deletion from
25the contents of any file of the Program and any new file that contains any part
26of the Program. If you make a Modification and distribute the Program
27externally you are a "Contributor." The distribution of the Program
28must be under the terms of this license including those in Section 3 below.
29
30A "Combined Work" results from combining and integrating all or parts
31of the Program with other code. A Combined Work may be thought of as having
32multiple parents or being result of multiple lines of code development.
33
34Section 3. Distribution Licensing Terms
35
36A. General Requirements
37Except as necessary to recognize third-party rights or third-party restriction
38(see below), a distribution of the Program in any of the forms listed below
39must not put any further restrictions on the recipient&rsquo;s exercise of the
40rights granted herein.
41
42As a Contributor, you represent that your Modification(s) are your original
43creation(s) and, to the best of your knowledge, no third party has any claim
44(including but not limited to intellectual property claims) relating to your
45Modification(s). You represent that each of your Modifications includes
46complete details of any third-party right or other third-party restriction
47associated with any part of your Modification (including a copy of any
48applicable license agreement).
49
50The Program must be distributed without charge beyond the costs of physically
51transferring the files to the recipient.
52
53This Warranty Disclaimer/Limitation of Liability must be prominently displayed
54with every distribution of the Program in any form:
55
56YOU AGREE THAT THE PROGRAM IS PROVIDED AS-IS, WITHOUT WARRANTY OF ANY KIND
57(EITHER EXPRESS OR IMPLIED). ACCORDINGLY, OCLC MAKES NO WARRANTIES,
58REPRESENTATIONS OR GUARANTEES, EITHER EXPRESS OR IMPLIED, AND DISCLAIMS ALL
59SUCH WARRANTIES, REPRESENTATIONS OR GUARANTEES, INCLUDING, WITHOUT LIMITATION,
60THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ANY PARTICULAR
61PURPOSE, AS TO: (A) THE FUNCTIONALITY OR NONINFRINGEMENT OF PROGRAM, ANY
62MODIFICATION, A COMBINED WORK OR AN AGGREGATE WORK; OR (B) THE RESULTS OF ANY
63PROJECT UNDERTAKEN USING THE PROGRAM, ANY MODIFICATION, A COMBINED WORK OR AN
64AGGREGATE WORK. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
65INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, CONSEQUENTIAL OR ANY OTHER DAMAGES
66(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
67LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
68ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
69(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THE
70PROGRAM, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. YOU HEREBY WAIVE
71ANY CLAIMS FOR DAMAGES OF ANY KIND AGAINST CONTRIBUTORS WHICH MAY RESULT FROM
72YOUR USE OF THE PROGRAM.
73
74B. Requirements for a Distribution of Modifiable Code
75If you distribute the Program in a form to which the recipient can make
76Modifications (e.g. source code), the terms of this license apply to use by
77recipient. In addition, each source and data file of the Program and any
78Modification you distribute must contain the following notice:
79
80"Copyright (c) 2000- (insert then current year) OCLC Online Computer
81Library Center, Inc. and other contributors. All rights reserved. The contents
82of this file, as updated from time to time by the OCLC Office of Research, are
83subject to OCLC Research Public License Version 2.0 (the "License");
84you may not use this file except in compliance with the License. You may obtain
85a current copy of the License at http://purl.oclc.org/oclc/research/ORPL/.
86Software distributed under the License is distributed on an "AS IS"
87basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
88for the specific language governing rights and limitations under the License.
89This software consists of voluntary contributions made by many individuals on
90behalf of OCLC Research. For more information on OCLC Research, please see
91http://www.oclc.org/research/. The Original Code is
92______________________________. The Initial Developer of the Original Code is
93________________________. Portions created by ______________________ are
94Copyright (C) _____ _______________________. All Rights Reserved. Contributor
95(s): ______________________________________."
96
97C. Requirements for a Distribution of Non-modifiable Code
98If you distribute the Program in a form to which the recipient cannot make
99Modifications (e.g. object code), the terms of this license apply to use by
100recipient and you must include the following statement in appropriate and
101conspicuous locations:
102
103"Copyright (c) 2000- (insert then current year) OCLC Online Computer
104Library Center, Inc. and other contributors. All rights reserved."
105
106In addition, the source code must be included with the object code distribution
107or the distributor must provide the source code to the recipient upon request.
108
109D. Requirements for a Combined Work Distribution
110Distributions of Combined Works are subject to the terms of this license and
111must be made at no charge to the recipient beyond the costs of physically
112transferring the files to recipient.
113
114A Combined Work may be distributed as either modifiable or non-modifiable code.
115The requirements of Section 3.B or 3.C above (as appropriate) apply to such
116distributions.
117
118An "Aggregate Work" is when the Program exists, without integration,
119with other programs on a storage medium. This License does not apply to
120portions of an Aggregate Work which are not covered by the definition of
121"Program" provided in this License. You are not forbidden from
122selling an Aggregate Work. However, the Program contained in an Aggregate Work
123is subject to this License. Also, should the Program be extracted from an
124Aggregate Work, this License applies to any use of the Program apart from the
125Aggregate Work.
126
127Section 4. License Grant
128
129For purposes of permitting use of your Modifications by OCLC and other
130licensees hereunder, you hereby grant to OCLC and such other licensees the non-
131exclusive, worldwide, royalty-free, transferable, sublicenseable license to
132execute, copy, alter, delete, modify, adapt, change, revise, enhance, develop,
133publicly display, distribute (internally and externally) and/or create
134derivative works based on your Modifications (and derivative works thereof) in
135accordance with these Terms. This Section 4 shall survive termination of this
136License for any reason.
137
138Section 5. Termination of Rights
139
140This non-exclusive license (with respect to the grant from a particular
141Contributor) automatically terminates for any entity that initiates legal
142action for intellectual property infringement (with respect to the Program)
143against such Contributor as of the initiation of such action.
144
145If you fail to comply with this License, your rights (but not your obligations)
146under this License shall terminate automatically unless you cure such breach
147within thirty (30) days of becoming aware of the noncompliance. All sublicenses
148granted by you which preexist such termination and are properly granted shall
149survive such termination.
150
151Section 6. Other Terms
152
153Except for the copyright notices required above, you may not use any trademark
154of any of the Contributors without the prior written consent of the relevant
155Contributor. You agree not to remove, alter or obscure any copyright or other
156proprietary rights notice contained in the Program.
157
158All transfers of the Program or any part thereof shall be made in compliance
159with U.S. import/export regulations or other restrictions of the U.S.
160Department of Commerce, as well as other similar trade or commerce restrictions
161which might apply.
162
163Any patent obtained by any party covering the Program or any part thereof must
164include a provision providing for the free, perpetual and unrestricted
165commercial and noncommercial use by any third party.
166
167If, as a consequence of a court judgment or settlement relating to intellectual
168property infringement or any other cause of action, conditions are imposed on
169you that contradict the conditions of this License, such conditions do not
170excuse you from compliance with this License. If you cannot distribute the
171Program so as to simultaneously satisfy your obligations under this License and
172such other conditions, you may not distribute the Program at all. For example,
173if a patent license would not permit royalty-free redistribution of the Program
174by all those who receive copies directly or indirectly through you, you could
175not satisfy both the patent license and this License, and you would be required
176to refrain entirely from distribution of the Program.
177
178If you learn of a third party claim or other restriction relating to a Program
179you have already distributed you shall promptly redo your Program to address
180the issue and take all reasonable steps to inform those who may have received
181the Program at issue. An example of an appropriate reasonable step to inform
182would be posting an announcement on an appropriate web bulletin board.
183
184The provisions of this License are deemed to be severable, and the invalidity
185or unenforceability of any provision shall not affect or impair the remaining
186provisions which shall continue in full force and effect. In substitution for
187any provision held unlawful, there shall be substituted a provision of similar
188import reflecting the original intent of the parties hereto to the extent
189permissible under law.
190
191The Original Contributor from time to time may change this License, and the
192amended license will apply to all copies of the Program downloaded after the
193new license is posted. This License grants only the rights expressly stated
194herein and provides you with no implied rights or licenses to the intellectual
195property of any Contributor.
196
197This License is the complete and exclusive statement of the agreement between
198the parties concerning the subject matter hereof and may not be amended except
199by the written agreement of the parties. This License shall be governed by and
200construed in accordance with the laws of the State of Ohio and the United
201States of America, without regard to principles of conflicts of law.
202
203
204
205
206
207
diff --git a/meta/files/common-licenses/OFL-1 b/meta/files/common-licenses/OFL-1
deleted file mode 100644
index 2654030fa6..0000000000
--- a/meta/files/common-licenses/OFL-1
+++ /dev/null
@@ -1,96 +0,0 @@
1
2SIL OPEN FONT LICENSE
3
4Version 1.1 - 26 February 2007
5
6PREAMBLE
7The goals of the Open Font License (OFL) are to stimulate worldwide
8development of collaborative font projects, to support the font creation
9efforts of academic and linguistic communities, and to provide a free and
10open framework in which fonts may be shared and improved in partnership
11with others.
12
13The OFL allows the licensed fonts to be used, studied, modified and
14redistributed freely as long as they are not sold by themselves. The
15fonts, including any derivative works, can be bundled, embedded,
16redistributed and/or sold with any software provided that any reserved
17names are not used by derivative works. The fonts and derivatives,
18however, cannot be released under any other type of license. The
19requirement for fonts to remain under this license does not apply
20to any document created using the fonts or their derivatives.
21
22DEFINITIONS
23"Font Software" refers to the set of files released by the Copyright
24Holder(s) under this license and clearly marked as such. This may
25include source files, build scripts and documentation.
26
27"Reserved Font Name" refers to any names specified as such after the
28copyright statement(s).
29
30"Original Version" refers to the collection of Font Software
31components as
32distributed by the Copyright Holder(s).
33
34"Modified Version" refers to any derivative made by adding to,
35deleting,
36or substituting &mdash; in part or in whole &mdash; any of the components of
37the
38Original Version, by changing formats or by porting the Font Software to a
39new environment.
40
41"Author" refers to any designer, engineer, programmer, technical
42writer or other person who contributed to the Font Software.
43
44PERMISSION &amp; CONDITIONS
45Permission is hereby granted, free of charge, to any person obtaining
46a copy of the Font Software, to use, study, copy, merge, embed, modify,
47redistribute, and sell modified and unmodified copies of the Font
48Software, subject to the following conditions:
49
501) Neither the Font Software nor any of its individual components,
51in Original or Modified Versions, may be sold by itself.
52
532) Original or Modified Versions of the Font Software may be bundled,
54redistributed and/or sold with any software, provided that each copy
55contains the above copyright notice and this license. These can be
56included either as stand-alone text files, human-readable headers or
57in the appropriate machine-readable metadata fields within text or
58binary files as long as those fields can be easily viewed by the user.
59
603) No Modified Version of the Font Software may use the Reserved Font
61Name(s) unless explicit written permission is granted by the corresponding
62Copyright Holder. This restriction only applies to the primary font name as
63presented to the users.
64
654) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
66Software shall not be used to promote, endorse or advertise any
67Modified Version, except to acknowledge the contribution(s) of the
68Copyright Holder(s) and the Author(s) or with their explicit written
69permission.
70
715) The Font Software, modified or unmodified, in part or in whole,
72must be distributed entirely under this license, and must not be
73distributed under any other license. The requirement for fonts to
74remain under this license does not apply to any document created
75using the Font Software.
76
77TERMINATION
78This license becomes null and void if any of the above conditions are
79not met.
80
81DISCLAIMER
82THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
83EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
84MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
85OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
86COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
87INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
88DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
89FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
90OTHER DEALINGS IN THE FONT SOFTWARE.
91
92
93
94
95
96
diff --git a/meta/files/common-licenses/OLDAP-2 b/meta/files/common-licenses/OLDAP-2
deleted file mode 100644
index 8aa600ecb3..0000000000
--- a/meta/files/common-licenses/OLDAP-2
+++ /dev/null
@@ -1,54 +0,0 @@
1
2The OpenLDAP Public License
3Version 2.8, 17 August 2003
4
5Redistribution and use of this software and associated documentation
6("Software"), with or without modification, are permitted provided
7that the following conditions are met:
8
91. Redistributions in source form must retain copyright statements
10and notices,
11
122. Redistributions in binary form must reproduce applicable copyright
13statements and notices, this list of conditions, and the following
14disclaimer in the documentation and/or other materials provided
15with the distribution, and
16
173. Redistributions must contain a verbatim copy of this document.
18
19The OpenLDAP Foundation may revise this license from time to time.
20Each revision is distinguished by a version number. You may use
21this Software under terms of this license revision or under the
22terms of any subsequent revision of the license.
23
24THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
25CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
26INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
27AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
28SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
29OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
30INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
31BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
32LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
33CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
35ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36POSSIBILITY OF SUCH DAMAGE.
37
38The names of the authors and copyright holders must not be used in
39advertising or otherwise to promote the sale, use or other dealing
40in this Software without specific, written prior permission. Title
41to copyright in this Software shall at all times remain with copyright
42holders.
43
44OpenLDAP is a registered trademark of the OpenLDAP Foundation.
45
46Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
47California, USA. All Rights Reserved. Permission to copy and
48distribute verbatim copies of this document is granted.
49
50
51
52
53
54
diff --git a/meta/files/common-licenses/OSL-1 b/meta/files/common-licenses/OSL-1
deleted file mode 100644
index 21d2b7e888..0000000000
--- a/meta/files/common-licenses/OSL-1
+++ /dev/null
@@ -1,172 +0,0 @@
1
2he Open Software License
3v. 1.0
4
5This Open Software License (the "License") applies to any original
6work of authorship (the "Original Work") whose owner (the
7"Licensor")
8has placed the following notice immediately following the copyright
9notice for the Original Work: "Licensed under the Open Software
10License version 1.0"
11
12License Terms
13
141) Grant of Copyright License. Licensor hereby grants You a
15world-wide, royalty-free, non-exclusive, perpetual, non-sublicenseable
16license to do the following:
17
18a) to reproduce the Original Work in copies;
19
20b) to prepare derivative works ("Derivative Works") based upon the
21Original Work;
22
23c) to distribute copies of the Original Work and Derivative Works
24to the public, with the proviso that copies of Original Work or
25Derivative Works that You distribute shall be licensed under the
26Open Software License;
27
28d) to perform the Original Work publicly; and
29
30e) to display the Original Work publicly.
31
322) Grant of Patent License. Licensor hereby grants You a world-wide,
33royalty-free, non-exclusive, perpetual, non-sublicenseable license,
34under patent claims owned or controlled by the Licensor that are
35embodied in the Original Work as furnished by the Licensor ("Licensed
36Claims") to make, use, sell and offer for sale the Original Work.
37Licensor hereby grants You a world-wide, royalty-free, non-exclusive,
38perpetual, non-sublicenseable license under the Licensed Claims to
39make, use, sell and offer for sale Derivative Works.
40
413) Grant of Source Code License. The term "Source Code" means the
42preferred form of the Original Work for making modifications to it and
43all available documentation describing how to access and modify the
44Original Work. Licensor hereby agrees to provide a machine-readable
45copy of the Source Code of the Original Work along with each copy of
46the Original Work that Licensor distributes. Licensor reserves the
47right to satisfy this obligation by placing a machine-readable copy of
48the Source Code in an information repository reasonably calculated to
49permit inexpensive and convenient access by You for as long as
50Licensor continues to distribute the Original Work, and by publishing
51the address of that information repository in a notice immediately
52following the copyright notice that applies to the Original Work.
53
544) Exclusions From License Grant. Nothing in this License shall be
55deemed to grant any rights to trademarks, copyrights, patents, trade
56secrets or any other intellectual property of Licensor except as
57expressly stated herein. No patent license is granted to make, use,
58sell or offer to sell embodiments of any patent claims other than the
59Licensed Claims defined in Section 2. No right is granted to the
60trademarks of Licensor even if such marks are included in the Original
61Work. Nothing in this License shall be interpreted to prohibit
62Licensor from licensing under different terms from this License any
63Original Work that Licensor otherwise would have a right to license.
64
655) External Deployment. The term "External Deployment" means the use
66or distribution of the Original Work or Derivative Works in any way
67such that the Original Work or Derivative Works may be accessed or
68used by anyone other than You, whether the Original Work or Derivative
69Works are distributed to those persons, made available as an
70application intended for use over a computer network, or used to
71provide services or otherwise deliver content to anyone other than
72You. As an express condition for the grants of license hereunder, You
73agree that any External Deployment by You shall be deemed a
74distribution and shall be licensed to all under the terms of this
75License, as prescribed in section 1(c) herein.
76
776) Warranty and Disclaimer of Warranty. LICENSOR WARRANTS THAT THE
78COPYRIGHT IN AND TO THE ORIGINAL WORK IS OWNED BY THE LICENSOR OR THAT
79THE ORIGINAL WORK IS DISTRIBUTED BY LICENSOR UNDER A VALID CURRENT
80LICENSE FROM THE COPYRIGHT OWNER. EXCEPT AS EXPRESSLY STATED IN THE
81IMMEDIATELY PRECEEDING SENTENCE, THE ORIGINAL WORK IS PROVIDED UNDER
82THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY, EITHER EXPRESS OR
83IMPLIED, INCLUDING, WITHOUT LIMITATION, THE WARRANTY OF
84NON-INFRINGEMENT AND WARRANTIES THAT THE ORIGINAL WORK IS MERCHANTABLE
85OR FIT FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF
86THE ORIGINAL WORK IS WITH YOU. THIS DISCLAIMER OF WARRANTY CONSTITUTES
87AN ESSENTIAL PART OF THIS LICENSE. NO LICENSE TO ORIGINAL WORK IS
88GRANTED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
89
907) Limitation of Liability. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
91THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE,
92SHALL THE LICENSOR BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT,
93SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING
94AS A RESULT OF THIS LICENSE OR THE USE OF THE ORIGINAL WORK INCLUDING,
95WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE,
96COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL
97DAMAGES OR LOSSES, EVEN IF SUCH PERSON SHALL HAVE BEEN INFORMED OF THE
98POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT
99APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
100PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
101LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
102LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION
103AND LIMITATION MAY NOT APPLY TO YOU.
104
1058) Acceptance and Termination. Nothing else but this License (or
106another written agreement between Licensor and You) grants You
107permission to create Derivative Works based upon the Original Work,
108and any attempt to do so except under the terms of this License (or
109another written agreement between Licensor and You) is expressly
110prohibited by U.S. copyright law, the equivalent laws of other
111countries, and by international treaty. Therefore, by exercising any
112of the rights granted to You in Sections 1 and 2 herein, You indicate
113Your acceptance of this License and all of its terms and conditions.
114This license shall terminate immediately and you may no longer
115exercise any of the rights granted to You by this License upon Your
116failure to honor the proviso in Section 1(c) herein.
117
1189) Mutual Termination for Patent Action. This License shall terminate
119automatically and You may no longer exercise any of the rights granted
120to You by this License if You file a lawsuit in any court alleging
121that any OSI Certified open source software that is licensed under any
122license containing this "Mutual Termination for Patent Action" clause
123infringes any patent claims that are essential to use that software.
124
12510) Jurisdiction, Venue and Governing Law. You agree that any lawsuit
126arising under or relating to this License shall be maintained in the
127courts of the jurisdiction wherein the Licensor resides or in which
128Licensor conducts its primary business, and under the laws of that
129jurisdiction excluding its conflict-of-law provisions. The application
130of the United Nations Convention on Contracts for the International
131Sale of Goods is expressly excluded. Any use of the Original Work
132outside the scope of this License or after its termination shall be
133subject to the requirements and penalties of the U.S. Copyright Act,
13417 U.S.C. § 101 et seq., the equivalent laws of other countries, and
135international treaty. This section shall survive the termination of
136this License.
137
13811) Attorneys Fees. In any action to enforce the terms of this License
139or seeking damages relating thereto, the prevailing party shall be
140entitled to recover its costs and expenses, including, without
141limitation, reasonable attorneys' fees and costs incurred in
142connection with such action, including any appeal of such action. This
143section shall survive the termination of this License.
144
14512) Miscellaneous. This License represents the complete agreement
146concerning the subject matter hereof. If any provision of this License
147is held to be unenforceable, such provision shall be reformed only to
148the extent necessary to make it enforceable.
149
15013) Definition of "You" in This License. "You" throughout
151this
152License, whether in upper or lower case, means an individual or a
153legal entity exercising rights under, and complying with all of the
154terms of, this License. For legal entities, "You" includes any entity
155that controls, is controlled by, or is under common control with you.
156For purposes of this definition, "control" means (i) the power,
157direct
158or indirect, to cause the direction or management of such entity,
159whether by contract or otherwise, or (ii) ownership of fifty percent
160(50%) or more of the outstanding shares, or (iii) beneficial ownership
161of such entity.
162
163This license is Copyright (C) 2002 Lawrence E. Rosen. All rights
164reserved. Permission is hereby granted to copy and distribute this
165license without modification. This license may not be modified without
166the express written permission of its copyright owner.
167
168
169
170
171
172
diff --git a/meta/files/common-licenses/OSL-1.0 b/meta/files/common-licenses/OSL-1.0
index 019f576b00..85ad0dadb1 100644
--- a/meta/files/common-licenses/OSL-1.0
+++ b/meta/files/common-licenses/OSL-1.0
@@ -1,5 +1,5 @@
1 1
2he Open Software License 2The Open Software License
3v. 1.0 3v. 1.0
4 4
5This Open Software License (the "License") applies to any original 5This Open Software License (the "License") applies to any original
diff --git a/meta/files/common-licenses/OSL-2 b/meta/files/common-licenses/OSL-2
deleted file mode 100644
index 9a607e4543..0000000000
--- a/meta/files/common-licenses/OSL-2
+++ /dev/null
@@ -1,171 +0,0 @@
1
2Open Software License
3v. 2.0
4
5This Open Software License (the "License") applies to any original
6work of authorship (the "Original Work") whose owner (the
7"Licensor") has placed the following notice immediately following the
8copyright notice for the Original Work:
9
10Licensed under the Open Software License version 2.0
111) Grant of Copyright License. Licensor hereby grants You a world-wide,
12royalty-free, non-exclusive, perpetual, sublicenseable license to do the
13following:
14
15a) to reproduce the Original Work in copies;
16b) to prepare derivative works ("Derivative Works") based upon the
17Original Work;
18
19c) to distribute copies of the Original Work and Derivative Works to the
20public, with the proviso that copies of Original Work or Derivative Works that
21You distribute shall be licensed under the Open Software License;
22
23d) to perform the Original Work publicly; and
24
25e) to display the Original Work publicly.
26
272) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-
28free, non-exclusive, perpetual, sublicenseable license, under patent claims
29owned or controlled by the Licensor that are embodied in the Original Work as
30furnished by the Licensor, to make, use, sell and offer for sale the Original
31Work and Derivative Works.
32
333) Grant of Source Code License. The term "Source Code" means the
34preferred form of the Original Work for making modifications to it and all
35available documentation describing how to modify the Original Work. Licensor
36hereby agrees to provide a machine-readable copy of the Source Code of the
37Original Work along with each copy of the Original Work that Licensor
38distributes. Licensor reserves the right to satisfy this obligation by placing
39a machine-readable copy of the Source Code in an information repository
40reasonably calculated to permit inexpensive and convenient access by You for as
41long as Licensor continues to distribute the Original Work, and by publishing
42the address of that information repository in a notice immediately following
43the copyright notice that applies to the Original Work.
44
454) Exclusions From License Grant. Neither the names of Licensor, nor the names
46of any contributors to the Original Work, nor any of their trademarks or
47service marks, may be used to endorse or promote products derived from this
48Original Work without express prior written permission of the Licensor. Nothing
49in this License shall be deemed to grant any rights to trademarks, copyrights,
50patents, trade secrets or any other intellectual property of Licensor except as
51expressly stated herein. No patent license is granted to make, use, sell or
52offer to sell embodiments of any patent claims other than the licensed claims
53defined in Section 2. No right is granted to the trademarks of Licensor even if
54such marks are included in the Original Work. Nothing in this License shall be
55interpreted to prohibit Licensor from licensing under different terms from this
56License any Original Work that Licensor otherwise would have a right to
57license.
58
595) External Deployment. The term "External Deployment" means the use
60or distribution of the Original Work or Derivative Works in any way such that
61the Original Work or Derivative Works may be used by anyone other than You,
62whether the Original Work or Derivative Works are distributed to those persons
63or made available as an application intended for use over a computer network.
64As an express condition for the grants of license hereunder, You agree that any
65External Deployment by You of a Derivative Work shall be deemed a distribution
66and shall be licensed to all under the terms of this License, as prescribed in
67section 1(c) herein.
68
696) Attribution Rights. You must retain, in the Source Code of any Derivative
70Works that You create, all copyright, patent or trademark notices from the
71Source Code of the Original Work, as well as any notices of licensing and any
72descriptive text identified therein as an "Attribution Notice." You
73must cause the Source Code for any Derivative Works that You create to carry a
74prominent Attribution Notice reasonably calculated to inform recipients that
75You have modified the Original Work.
76
777) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that
78the copyright in and to the Original Work and the patent rights granted herein
79by Licensor are owned by the Licensor or are sublicensed to You under the terms
80of this License with the permission of the contributor(s) of those copyrights
81and patent rights. Except as expressly stated in the immediately proceeding
82sentence, the Original Work is provided under this License on an "AS
83IS" BASIS and WITHOUT WARRANTY, either express or implied, including,
84without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or
85FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE
86ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential
87part of this License. No license to Original Work is granted hereunder except
88under this disclaimer.
89
908) Limitation of Liability. Under no circumstances and under no legal theory,
91whether in tort (including negligence), contract, or otherwise, shall the
92Licensor be liable to any person for any direct, indirect, special, incidental,
93or consequential damages of any character arising as a result of this License
94or the use of the Original Work including, without limitation, damages for loss
95of goodwill, work stoppage, computer failure or malfunction, or any and all
96other commercial damages or losses. This limitation of liability shall not
97apply to liability for death or personal injury resulting from Licensor's
98negligence to the extent applicable law prohibits such limitation. Some
99jurisdictions do not allow the exclusion or limitation of incidental or
100consequential damages, so this exclusion and limitation may not apply to You.
101
1029) Acceptance and Termination. If You distribute copies of the Original Work or
103a Derivative Work, You must make a reasonable effort under the circumstances to
104obtain the express assent of recipients to the terms of this License. Nothing
105else but this License (or another written agreement between Licensor and You)
106grants You permission to create Derivative Works based upon the Original Work
107or to exercise any of the rights granted in Section 1 herein, and any attempt
108to do so except under the terms of this License (or another written agreement
109between Licensor and You) is expressly prohibited by U.S. copyright law, the
110equivalent laws of other countries, and by international treaty. Therefore, by
111exercising any of the rights granted to You in Section 1 herein, You indicate
112Your acceptance of this License and all of its terms and conditions. This
113License shall terminate immediately and you may no longer exercise any of the
114rights granted to You by this License upon Your failure to honor the proviso in
115Section 1(c) herein.
116
11710) Termination for Patent Action. This License shall terminate automatically
118and You may no longer exercise any of the rights granted to You by this License
119as of the date You commence an action, including a cross-claim or counterclaim,
120for patent infringement (i) against Licensor with respect to a patent
121applicable to software or (ii) against any entity with respect to a patent
122applicable to the Original Work (but excluding combinations of the Original
123Work with other software or hardware).
124
12511) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
126License may be brought only in the courts of a jurisdiction wherein the
127Licensor resides or in which Licensor conducts its primary business, and under
128the laws of that jurisdiction excluding its conflict-of-law provisions. The
129application of the United Nations Convention on Contracts for the International
130Sale of Goods is expressly excluded. Any use of the Original Work outside the
131scope of this License or after its termination shall be subject to the
132requirements and penalties of the U.S. Copyright Act, 17 U.S.C. 101 et seq.,
133the equivalent laws of other countries, and international treaty. This section
134shall survive the termination of this License.
135
13612) Attorneys Fees. In any action to enforce the terms of this License or
137seeking damages relating thereto, the prevailing party shall be entitled to
138recover its costs and expenses, including, without limitation, reasonable
139attorneys' fees and costs incurred in connection with such action, including
140any appeal of such action. This section shall survive the termination of this
141License.
142
14313) Miscellaneous. This License represents the complete agreement concerning
144the subject matter hereof. If any provision of this License is held to be
145unenforceable, such provision shall be reformed only to the extent necessary to
146make it enforceable.
147
14814) Definition of "You" in This License. "You" throughout
149this License, whether in upper or lower case, means an individual or a legal
150entity exercising rights under, and complying with all of the terms of, this
151License. For legal entities, "You" includes any entity that controls,
152is controlled by, or is under common control with you. For purposes of this
153definition, "control" means (i) the power, direct or indirect, to
154cause the direction or management of such entity, whether by contract or
155otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding
156shares, or (iii) beneficial ownership of such entity.
157
15815) Right to Use. You may use the Original Work in all ways not otherwise
159restricted or conditioned by this License or by law, and Licensor promises not
160to interfere with or be responsible for such uses by You.
161
162This license is Copyright (C) 2003 Lawrence E. Rosen. All rights reserved.
163Permission is hereby granted to copy and distribute this license without
164modification. This license may not be modified without the express written
165permission of its copyright owner.
166
167
168
169
170
171
diff --git a/meta/files/common-licenses/OSL-3 b/meta/files/common-licenses/OSL-3
deleted file mode 100644
index b7bea60aa1..0000000000
--- a/meta/files/common-licenses/OSL-3
+++ /dev/null
@@ -1,157 +0,0 @@
1
2Open Software License ("OSL") v. 3.0
3This Open Software License (the "License") applies to any original
4work of authorship (the "Original Work") whose owner (the
5"Licensor") has placed the following licensing notice adjacent to the
6copyright notice for the Original Work:
7Licensed under the Open Software License version 3.0
8
91) Grant of Copyright License. Licensor grants You a worldwide, royalty-free,
10non-exclusive, sublicensable license, for the duration of the copyright, to do
11the following:
12a) to reproduce the Original Work in copies, either alone or as part of a
13collective work;
14b) to translate, adapt, alter, transform, modify, or arrange the Original Work,
15thereby creating derivative works ("Derivative Works") based upon the
16Original Work;
17c) to distribute or communicate copies of the Original Work and Derivative
18Works to the public, with the proviso that copies of Original Work or
19Derivative Works that You distribute or communicate shall be licensed under
20this Open Software License;
21d) to perform the Original Work publicly; and
22e) to display the Original Work publicly.
232) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-
24exclusive, sublicensable license, under patent claims owned or controlled by
25the Licensor that are embodied in the Original Work as furnished by the
26Licensor, for the duration of the patents, to make, use, sell, offer for sale,
27have made, and import the Original Work and Derivative Works.
283) Grant of Source Code License. The term "Source Code" means the
29preferred form of the Original Work for making modifications to it and all
30available documentation describing how to modify the Original Work. Licensor
31agrees to provide a machine-readable copy of the Source Code of the Original
32Work along with each copy of the Original Work that Licensor distributes.
33Licensor reserves the right to satisfy this obligation by placing a machine-
34readable copy of the Source Code in an information repository reasonably
35calculated to permit inexpensive and convenient access by You for as long as
36Licensor continues to distribute the Original Work.
374) Exclusions From License Grant. Neither the names of Licensor, nor the names
38of any contributors to the Original Work, nor any of their trademarks or
39service marks, may be used to endorse or promote products derived from this
40Original Work without express prior permission of the Licensor. Except as
41expressly stated herein, nothing in this License grants any license to
42Licensor&rsquo;s trademarks, copyrights, patents, trade secrets or any other
43intellectual property. No patent license is granted to make, use, sell, offer
44for sale, have made, or import embodiments of any patent claims other than the
45licensed claims defined in Section 2. No license is granted to the trademarks
46of Licensor even if such marks are included in the Original Work. Nothing in
47this License shall be interpreted to prohibit Licensor from licensing under
48terms different from this License any Original Work that Licensor otherwise
49would have a right to license.
505) External Deployment. The term "External Deployment" means the use,
51distribution, or communication of the Original Work or Derivative Works in any
52way such that the Original Work or Derivative Works may be used by anyone other
53than You, whether those works are distributed or communicated to those persons
54or made available as an application intended for use over a network. As an
55express condition for the grants of license hereunder, You must treat any
56External Deployment by You of the Original Work or a Derivative Work as a
57distribution under section 1(c).
586) Attribution Rights. You must retain, in the Source Code of any Derivative
59Works that You create, all copyright, patent, or trademark notices from the
60Source Code of the Original Work, as well as any notices of licensing and any
61descriptive text identified therein as an "Attribution Notice." You
62must cause the Source Code for any Derivative Works that You create to carry a
63prominent Attribution Notice reasonably calculated to inform recipients that
64You have modified the Original Work.
657) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that
66the copyright in and to the Original Work and the patent rights granted herein
67by Licensor are owned by the Licensor or are sublicensed to You under the terms
68of this License with the permission of the contributor(s) of those copyrights
69and patent rights. Except as expressly stated in the immediately preceding
70sentence, the Original Work is provided under this License on an "AS
71IS" BASIS and WITHOUT WARRANTY, either express or implied, including,
72without limitation, the warranties of non-infringement, merchantability or
73fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE
74ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential
75part of this License. No license to the Original Work is granted by this
76License except under this disclaimer.
778) Limitation of Liability. Under no circumstances and under no legal theory,
78whether in tort (including negligence), contract, or otherwise, shall the
79Licensor be liable to anyone for any indirect, special, incidental, or
80consequential damages of any character arising as a result of this License or
81the use of the Original Work including, without limitation, damages for loss of
82goodwill, work stoppage, computer failure or malfunction, or any and all other
83commercial damages or losses. This limitation of liability shall not apply to
84the extent applicable law prohibits such limitation.
859) Acceptance and Termination. If, at any time, You expressly assented to this
86License, that assent indicates your clear and irrevocable acceptance of this
87License and all of its terms and conditions. If You distribute or communicate
88copies of the Original Work or a Derivative Work, You must make a reasonable
89effort under the circumstances to obtain the express assent of recipients to
90the terms of this License. This License conditions your rights to undertake the
91activities listed in Section 1, including your right to create Derivative Works
92based upon the Original Work, and doing so without honoring these terms and
93conditions is prohibited by copyright law and international treaty. Nothing in
94this License is intended to affect copyright exceptions and limitations
95(including "fair use" or "fair dealing"). This License
96shall terminate immediately and You may no longer exercise any of the rights
97granted to You by this License upon your failure to honor the conditions in
98Section 1(c).
9910) Termination for Patent Action. This License shall terminate automatically
100and You may no longer exercise any of the rights granted to You by this License
101as of the date You commence an action, including a cross-claim or counterclaim,
102against Licensor or any licensee alleging that the Original Work infringes a
103patent. This termination provision shall not apply for an action alleging
104patent infringement by combinations of the Original Work with other software or
105hardware.
10611) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
107License may be brought only in the courts of a jurisdiction wherein the
108Licensor resides or in which Licensor conducts its primary business, and under
109the laws of that jurisdiction excluding its conflict-of-law provisions. The
110application of the United Nations Convention on Contracts for the International
111Sale of Goods is expressly excluded. Any use of the Original Work outside the
112scope of this License or after its termination shall be subject to the
113requirements and penalties of copyright or patent law in the appropriate
114jurisdiction. This section shall survive the termination of this License.
11512) Attorneys&rsquo; Fees. In any action to enforce the terms of this License
116or seeking damages relating thereto, the prevailing party shall be entitled to
117recover its costs and expenses, including, without limitation, reasonable
118attorneys' fees and costs incurred in connection with such action, including
119any appeal of such action. This section shall survive the termination of this
120License.
12113) Miscellaneous. If any provision of this License is held to be
122unenforceable, such provision shall be reformed only to the extent necessary to
123make it enforceable.
12414) Definition of "You" in This License. "You" throughout
125this License, whether in upper or lower case, means an individual or a legal
126entity exercising rights under, and complying with all of the terms of, this
127License. For legal entities, "You" includes any entity that controls,
128is controlled by, or is under common control with you. For purposes of this
129definition, "control" means (i) the power, direct or indirect, to
130cause the direction or management of such entity, whether by contract or
131otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding
132shares, or (iii) beneficial ownership of such entity.
13315) Right to Use. You may use the Original Work in all ways not otherwise
134restricted or conditioned by this License or by law, and Licensor promises not
135to interfere with or be responsible for such uses by You.
13616) Modification of This License. This License is Copyright © 2005 Lawrence
137Rosen. Permission is granted to copy, distribute, or communicate this License
138without modification. Nothing in this License permits You to modify this
139License as applied to the Original Work or to Derivative Works. However, You
140may modify the text of this License and copy, distribute or communicate your
141modified version (the "Modified License") and apply it to other
142original works of authorship subject to the following conditions: (i) You may
143not indicate in any way that your Modified License is the "Open Software
144License" or "OSL" and you may not use those names in the name of
145your Modified License; (ii) You must replace the notice specified in the first
146paragraph above with the notice "Licensed under <insert your license name
147here>" or with a notice of your own that is not confusingly similar to the
148notice in this License; and (iii) You may not claim that your original works
149are open source software unless your Modified License has been approved by Open
150Source Initiative (OSI) and You comply with its license review and
151certification process.
152
153
154
155
156
157
diff --git a/meta/files/common-licenses/PHP-3 b/meta/files/common-licenses/PHP-3
deleted file mode 100644
index 49be9e23ee..0000000000
--- a/meta/files/common-licenses/PHP-3
+++ /dev/null
@@ -1,70 +0,0 @@
1
2
3cense
4
5version 3.0
6
7Redistribution and use in source and binary forms, with or without
8modification, is permitted provided that the following conditions
9are met:
10
11 1. Redistributions of source code must retain the above copyright
12 notice, this list of conditions and the following disclaimer.
13
14 2. Redistributions in binary form must reproduce the above copyright
15 notice, this list of conditions and the following disclaimer in
16 the documentation and/or other materials provided with the
17 distribution.
18
19 3. The name "PHP" must not be used to endorse or promote products
20 derived from this software without prior written permission. For
21 written permission, please contact group@php.net.
22
23 4. Products derived from this software may not be called "PHP", nor
24 may "PHP" appear in their name, without prior written permission
25 from group@php.net. You may indicate that your software works in
26 conjunction with PHP by saying "Foo for PHP" instead of calling
27 it "PHP Foo" or "phpfoo"
28
29 5. The PHP Group may publish revised and/or new versions of the
30 license from time to time. Each version will be given a
31 distinguishing version number.
32 Once covered code has been published under a particular version
33 of the license, you may always continue to use it under the terms
34 of that version. You may also choose to use such covered code
35 under the terms of any subsequent version of the license
36 published by the PHP Group. No one other than the PHP Group has
37 the right to modify the terms applicable to covered code created
38 under this License.
39
40 6. Redistributions of any form whatsoever must retain the following
41 acknowledgment:
42 "This product includes PHP, freely available from
43 <http://www.php.net/>".
44
45
46THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
47ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
48THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
49PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
50DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
51INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
52(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
53SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
54HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
55STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
56ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
57OF THE POSSIBILITY OF SUCH DAMAGE.
58
59--------------------------------------------------------------------
60
61This software consists of voluntary contributions made by many
62individuals on behalf of the PHP Group.
63
64The PHP Group can be contacted via Email at group@php.net.
65
66For more information on the PHP Group and the PHP project,
67please see <http://www.php.net>.
68
69This product includes the Zend Engine, freely available at
70<http://www.zend.com>.
diff --git a/meta/files/common-licenses/Proprietary b/meta/files/common-licenses/Proprietary
new file mode 100644
index 0000000000..661875810d
--- /dev/null
+++ b/meta/files/common-licenses/Proprietary
@@ -0,0 +1 @@
Proprietary license.
diff --git a/meta/files/common-licenses/Python-2 b/meta/files/common-licenses/Python-2
deleted file mode 100644
index 546d0d78dd..0000000000
--- a/meta/files/common-licenses/Python-2
+++ /dev/null
@@ -1,192 +0,0 @@
1Python Software Foundation License
2
3PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
4--------------------------------------------
5
61. This LICENSE AGREEMENT is between the Python Software Foundation
7("PSF"), and the Individual or Organization ("Licensee") accessing and
8otherwise using this software ("Python") in source or binary form and
9its associated documentation.
10
112. Subject to the terms and conditions of this License Agreement, PSF
12hereby grants Licensee a nonexclusive, royalty-free, world-wide
13license to reproduce, analyze, test, perform and/or display publicly,
14prepare derivative works, distribute, and otherwise use Python
15alone or in any derivative version, provided, however, that PSF's
16License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
172001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
18Reserved" are retained in Python alone or in any derivative version
19prepared by Licensee.
20
213. In the event Licensee prepares a derivative work that is based on
22or incorporates Python or any part thereof, and wants to make
23the derivative work available to others as provided herein, then
24Licensee hereby agrees to include in any such work a brief summary of
25the changes made to Python.
26
274. PSF is making Python available to Licensee on an "AS IS"
28basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
29IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
30DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
31FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
32INFRINGE ANY THIRD PARTY RIGHTS.
33
345. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
35FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
36A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
37OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
38
396. This License Agreement will automatically terminate upon a material
40breach of its terms and conditions.
41
427. Nothing in this License Agreement shall be deemed to create any
43relationship of agency, partnership, or joint venture between PSF and
44Licensee. This License Agreement does not grant permission to use PSF
45trademarks or trade name in a trademark sense to endorse or promote
46products or services of Licensee, or any third party.
47
488. By copying, installing or otherwise using Python, Licensee
49agrees to be bound by the terms and conditions of this License
50Agreement.
51
52BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
53-------------------------------------------
54
55BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
56
571. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
58office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
59Individual or Organization ("Licensee") accessing and otherwise using
60this software in source or binary form and its associated
61documentation ("the Software").
62
632. Subject to the terms and conditions of this BeOpen Python License
64Agreement, BeOpen hereby grants Licensee a non-exclusive,
65royalty-free, world-wide license to reproduce, analyze, test, perform
66and/or display publicly, prepare derivative works, distribute, and
67otherwise use the Software alone or in any derivative version,
68provided, however, that the BeOpen Python License is retained in the
69Software, alone or in any derivative version prepared by Licensee.
70
713. BeOpen is making the Software available to Licensee on an "AS IS"
72basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
73IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
74DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
75FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
76INFRINGE ANY THIRD PARTY RIGHTS.
77
784. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
79SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
80AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
81DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
82
835. This License Agreement will automatically terminate upon a material
84breach of its terms and conditions.
85
866. This License Agreement shall be governed by and interpreted in all
87respects by the law of the State of California, excluding conflict of
88law provisions. Nothing in this License Agreement shall be deemed to
89create any relationship of agency, partnership, or joint venture
90between BeOpen and Licensee. This License Agreement does not grant
91permission to use BeOpen trademarks or trade names in a trademark
92sense to endorse or promote products or services of Licensee, or any
93third party. As an exception, the "BeOpen Python" logos available at
94http://www.pythonlabs.com/logos.html may be used according to the
95permissions granted on that web page.
96
977. By copying, installing or otherwise using the software, Licensee
98agrees to be bound by the terms and conditions of this License
99Agreement.
100
101CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
102---------------------------------------
103
1041. This LICENSE AGREEMENT is between the Corporation for National
105Research Initiatives, having an office at 1895 Preston White Drive,
106Reston, VA 20191 ("CNRI"), and the Individual or Organization
107("Licensee") accessing and otherwise using Python 1.6.1 software in
108source or binary form and its associated documentation.
109
1102. Subject to the terms and conditions of this License Agreement, CNRI
111hereby grants Licensee a nonexclusive, royalty-free, world-wide
112license to reproduce, analyze, test, perform and/or display publicly,
113prepare derivative works, distribute, and otherwise use Python 1.6.1
114alone or in any derivative version, provided, however, that CNRI's
115License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
1161995-2001 Corporation for National Research Initiatives; All Rights
117Reserved" are retained in Python 1.6.1 alone or in any derivative
118version prepared by Licensee. Alternately, in lieu of CNRI's License
119Agreement, Licensee may substitute the following text (omitting the
120quotes): "Python 1.6.1 is made available subject to the terms and
121conditions in CNRI's License Agreement. This Agreement together with
122Python 1.6.1 may be located on the Internet using the following
123unique, persistent identifier (known as a handle): 1895.22/1013. This
124Agreement may also be obtained from a proxy server on the Internet
125using the following URL: http://hdl.handle.net/1895.22/1013".
126
1273. In the event Licensee prepares a derivative work that is based on
128or incorporates Python 1.6.1 or any part thereof, and wants to make
129the derivative work available to others as provided herein, then
130Licensee hereby agrees to include in any such work a brief summary of
131the changes made to Python 1.6.1.
132
1334. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
134basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
135IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
136DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
137FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
138INFRINGE ANY THIRD PARTY RIGHTS.
139
1405. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
1411.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
142A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
143OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
144
1456. This License Agreement will automatically terminate upon a material
146breach of its terms and conditions.
147
1487. This License Agreement shall be governed by the federal
149intellectual property law of the United States, including without
150limitation the federal copyright law, and, to the extent such
151U.S. federal law does not apply, by the law of the Commonwealth of
152Virginia, excluding Virginia's conflict of law provisions.
153Notwithstanding the foregoing, with regard to derivative works based
154on Python 1.6.1 that incorporate non-separable material that was
155previously distributed under the GNU General Public License (GPL), the
156law of the Commonwealth of Virginia shall govern this License
157Agreement only as to issues arising under or with respect to
158Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
159License Agreement shall be deemed to create any relationship of
160agency, partnership, or joint venture between CNRI and Licensee. This
161License Agreement does not grant permission to use CNRI trademarks or
162trade name in a trademark sense to endorse or promote products or
163services of Licensee, or any third party.
164
1658. By clicking on the "ACCEPT" button where indicated, or by copying,
166installing or otherwise using Python 1.6.1, Licensee agrees to be
167bound by the terms and conditions of this License Agreement.
168
169ACCEPT
170
171CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
172--------------------------------------------------
173
174Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
175The Netherlands. All rights reserved.
176
177Permission to use, copy, modify, and distribute this software and its
178documentation for any purpose and without fee is hereby granted,
179provided that the above copyright notice appear in all copies and that
180both that copyright notice and this permission notice appear in
181supporting documentation, and that the name of Stichting Mathematisch
182Centrum or CWI not be used in advertising or publicity pertaining to
183distribution of the software without specific, written prior
184permission.
185
186STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
187THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
188FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
189FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
190WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
191ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
192OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/meta/files/common-licenses/QPL-1 b/meta/files/common-licenses/QPL-1
deleted file mode 100644
index ec61bd690a..0000000000
--- a/meta/files/common-licenses/QPL-1
+++ /dev/null
@@ -1,96 +0,0 @@
1
2THE Q PUBLIC LICENSE version 1.0
3
4Copyright (C) 1999-2005 Trolltech AS, Norway.
5Everyone is permitted to copy and distribute this license document.
6The intent of this license is to establish freedom to share and change the
7software regulated by this license under the open source model.
8
9This license applies to any software containing a notice placed by the
10copyright holder saying that it may be distributed under the terms of the Q
11Public License version 1.0. Such software is herein referred to as the
12Software. This license covers modification and distribution of the Software,
13use of third-party application programs based on the Software, and development
14of free software which uses the Software.
15
16Granted Rights
17
181. You are granted the non-exclusive rights set forth in this license provided
19you agree to and comply with any and all conditions in this license. Whole or
20partial distribution of the Software, or software items that link with the
21Software, in any form signifies acceptance of this license.
22
232. You may copy and distribute the Software in unmodified form provided that
24the entire package, including - but not restricted to - copyright, trademark
25notices and disclaimers, as released by the initial developer of the Software,
26is distributed.
27
283. You may make modifications to the Software and distribute your
29modifications, in a form that is separate from the Software, such as patches.
30The following restrictions apply to modifications:
31
32a. Modifications must not alter or remove any copyright notices in the
33Software.
34b. When modifications to the Software are released under this license, a non-
35exclusive royalty-free right is granted to the initial developer of the
36Software to distribute your modification in future versions of the Software
37provided such versions remain available under these terms in addition to any
38other license(s) of the initial developer.
39
404. You may distribute machine-executable forms of the Software or machine-
41executable forms of modified versions of the Software, provided that you meet
42these restrictions:
43
44a. You must include this license document in the distribution.
45b. You must ensure that all recipients of the machine-executable forms are also
46able to receive the complete machine-readable source code to the distributed
47Software, including all modifications, without any charge beyond the costs of
48data transfer, and place prominent notices in the distribution explaining this.
49
50c. You must ensure that all modifications included in the machine-executable
51forms are available under the terms of this license.
52
535. You may use the original or modified versions of the Software to compile,
54link and run application programs legally developed by you or by others.
55
566. You may develop application programs, reusable components and other software
57items that link with the original or modified versions of the Software. These
58items, when distributed, are subject to the following requirements:
59
60a. You must ensure that all recipients of machine-executable forms of these
61items are also able to receive and use the complete machine-readable source
62code to the items without any charge beyond the costs of data transfer.
63b. You must explicitly license all recipients of your items to use and re-
64distribute original and modified versions of the items in both machine-
65executable and source code forms. The recipients must be able to do so without
66any charges whatsoever, and they must be able to re-distribute to anyone they
67choose.
68
69c. If the items are not available to the general public, and the initial
70developer of the Software requests a copy of the items, then you must supply
71one.
72
73Limitations of Liability
74
75In no event shall the initial developers or copyright holders be liable for any
76damages whatsoever, including - but not restricted to - lost revenue or profits
77or other direct, indirect, special, incidental or consequential damages, even
78if they have been advised of the possibility of such damages, except to the
79extent invariable law, if any, provides otherwise.
80
81No Warranty
82
83The Software and this license document are provided AS IS with NO WARRANTY OF
84ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A
85PARTICULAR PURPOSE.
86
87Choice of Law
88
89This license is governed by the Laws of Norway. Disputes shall be settled by
90Oslo City Court.
91
92
93
94
95
96
diff --git a/meta/files/common-licenses/RPL-1 b/meta/files/common-licenses/RPL-1
deleted file mode 100644
index 764c6cd552..0000000000
--- a/meta/files/common-licenses/RPL-1
+++ /dev/null
@@ -1,582 +0,0 @@
1
2Reciprocal Public License 1.5 (RPL1.5)
3
4Reciprocal Public License (RPL)
5
6Version 1.5, July 15, 2007
7
8Copyright (C) 2001-2007
9Technical Pursuit Inc.,
10All Rights Reserved.
11
12PREAMBLE
13
14The Reciprocal Public License (RPL) is based on the concept of reciprocity or,
15if you prefer, fairness.
16
17In short, this license grew out of a desire to close loopholes in previous open
18source licenses, loopholes that allowed parties to acquire open source software
19and derive financial benefit from it without having to release their
20improvements or derivatives to the community which enabled them. This occurred
21any time an entity did not release their application to a "third
22party".
23
24While there is a certain freedom in this model of licensing, it struck the
25authors of the RPL as being unfair to the open source community at large and to
26the original authors of the works in particular. After all, bug fixes,
27extensions, and meaningful and valuable derivatives were not consistently
28finding their way back into the community where they could fuel further, and
29faster, growth and expansion of the overall open source software base.
30
31While you should clearly read and understand the entire license, the essence of
32the RPL is found in two definitions: "Deploy" and "Required
33Components".
34
35Regarding deployment, under the RPL your changes, bug fixes, extensions, etc.
36must be made available to the open source community at large when you Deploy in
37any form -- either internally or to an outside party. Once you start running
38the software you have to start sharing the software.
39
40Further, under the RPL all components you author including schemas, scripts,
41source code, etc. -- regardless of whether they're compiled into a single
42binary or used as two halves of client/server application -- must be shared.
43You have to share the whole pie, not an isolated slice of it.
44
45In addition to these goals, the RPL was authored to meet the requirements of
46the Open Source Definition as maintained by the Open Source Initiative (OSI).
47
48The specific terms and conditions of the license are defined in the remainder
49of this document.
50
51LICENSE TERMS
52
531.0 General; Applicability &amp; Definitions. This Reciprocal Public License
54Version 1.5 ("License") applies to any programs or other works as
55well as any
56and all updates or maintenance releases of said programs or works
57("Software")
58not already covered by this License which the Software copyright holder
59("Licensor") makes available containing a License Notice (hereinafter
60defined)
61from the Licensor specifying or allowing use or distribution under the terms of
62this License. As used in this License:
63
641.1 "Contributor" means any person or entity who created or
65contributed to the
66creation of an Extension.
67
681.2 "Deploy" means to use, Serve, sublicense or distribute Licensed
69Software
70other than for Your internal Research and/or Personal Use, and includes
71without limitation, any and all internal use or distribution of Licensed
72Software within Your business or organization other than for Research and/or
73Personal Use, as well as direct or indirect sublicensing or distribution of
74Licensed Software by You to any third party in any form or manner.
75
761.3 "Derivative Works" as used in this License is defined under U.S.
77copyright
78law.
79
801.4 "Electronic Distribution Mechanism" means a mechanism generally
81accepted
82in the software development community for the electronic transfer of data such
83as download from an FTP server or web site, where such mechanism is publicly
84accessible.
85
861.5 "Extensions" means any Modifications, Derivative Works, or
87Required
88Components as those terms are defined in this License.
89
901.6 "License" means this Reciprocal Public License.
91
921.7 "License Notice" means any notice contained in EXHIBIT A.
93
941.8 "Licensed Software" means any Software licensed pursuant to this
95License.
96Licensed Software also includes all previous Extensions from any Contributor
97that You receive.
98
991.9 "Licensor" means the copyright holder of any Software previously
100not
101covered by this License who releases the Software under the terms of this
102License.
103
1041.10 "Modifications" means any additions to or deletions from the
105substance or
106structure of (i) a file or other storage containing Licensed Software, or (ii)
107any new file or storage that contains any part of Licensed Software, or (iii)
108any file or storage which replaces or otherwise alters the original
109functionality of Licensed Software at runtime.
110
1111.11 "Personal Use" means use of Licensed Software by an individual
112solely for
113his or her personal, private and non-commercial purposes. An individual's use
114of Licensed Software in his or her capacity as an officer, employee, member,
115independent contractor or agent of a corporation, business or organization
116(commercial or non-commercial) does not qualify as Personal Use.
117
1181.12 "Required Components" means any text, programs, scripts, schema,
119interface definitions, control files, or other works created by You which are
120required by a third party of average skill to successfully install and run
121Licensed Software containing Your Modifications, or to install and run Your
122Derivative Works.
123
1241.13 "Research" means investigation or experimentation for the
125purpose of
126understanding the nature and limits of the Licensed Software and its potential
127uses.
128
1291.14 "Serve" means to deliver Licensed Software and/or Your
130Extensions by
131means of a computer network to one or more computers for purposes of execution
132of Licensed Software and/or Your Extensions.
133
1341.15 "Software" means any computer programs or other works as well as
135any
136updates or maintenance releases of those programs or works which are
137distributed publicly by Licensor.
138
1391.16 "Source Code" means the preferred form for making modifications
140to the
141Licensed Software and/or Your Extensions, including all modules contained
142therein, plus any associated text, interface definition files, scripts used to
143control compilation and installation of an executable program or other
144components required by a third party of average skill to build a running
145version of the Licensed Software or Your Extensions.
146
1471.17 "User-Visible Attribution Notice" means any notice contained in
148EXHIBIT B.
149
1501.18 "You" or "Your" means an individual or a legal entity
151exercising rights
152under this License. For legal entities, "You" or "Your"
153includes any entity
154which controls, is controlled by, or is under common control with, You, where
155"control" means (a) the power, direct or indirect, to cause the
156direction or
157management of such entity, whether by contract or otherwise, or (b) ownership
158of fifty percent (50%) or more of the outstanding shares or beneficial
159ownership of such entity.
160
1612.0 Acceptance Of License. You are not required to accept this License since
162you have not signed it, however nothing else grants you permission to use,
163copy, distribute, modify, or create derivatives of either the Software or any
164Extensions created by a Contributor. These actions are prohibited by law if
165you do not accept this License. Therefore, by performing any of these actions
166You indicate Your acceptance of this License and Your agreement to be bound by
167all its terms and conditions. IF YOU DO NOT AGREE WITH ALL THE TERMS AND
168CONDITIONS OF THIS LICENSE DO NOT USE, MODIFY, CREATE DERIVATIVES, OR
169DISTRIBUTE THE SOFTWARE. IF IT IS IMPOSSIBLE FOR YOU TO COMPLY WITH ALL THE
170TERMS AND CONDITIONS OF THIS LICENSE THEN YOU CAN NOT USE, MODIFY, CREATE
171DERIVATIVES, OR DISTRIBUTE THE SOFTWARE.
172
1733.0 Grant of License From Licensor. Subject to the terms and conditions of
174this License, Licensor hereby grants You a world-wide, royalty-free, non-
175exclusive license, subject to Licensor's intellectual property rights, and any
176third party intellectual property claims derived from the Licensed Software
177under this License, to do the following:
178
1793.1 Use, reproduce, modify, display, perform, sublicense and distribute
180Licensed Software and Your Extensions in both Source Code form or as an
181executable program.
182
1833.2 Create Derivative Works (as that term is defined under U.S. copyright law)
184of Licensed Software by adding to or deleting from the substance or structure
185of said Licensed Software.
186
1873.3 Under claims of patents now or hereafter owned or controlled by Licensor,
188to make, use, have made, and/or otherwise dispose of Licensed Software or
189portions thereof, but solely to the extent that any such claim is necessary to
190enable You to make, use, have made, and/or otherwise dispose of Licensed
191Software or portions thereof.
192
1933.4 Licensor reserves the right to release new versions of the Software with
194different features, specifications, capabilities, functions, licensing terms,
195general availability or other characteristics. Title, ownership rights, and
196intellectual property rights in and to the Licensed Software shall remain in
197Licensor and/or its Contributors.
198
1994.0 Grant of License From Contributor. By application of the provisions in
200Section 6 below, each Contributor hereby grants You a world-wide, royalty-
201free, non-exclusive license, subject to said Contributor's intellectual
202property rights, and any third party intellectual property claims derived from
203the Licensed Software under this License, to do the following:
204
2054.1 Use, reproduce, modify, display, perform, sublicense and distribute any
206Extensions Deployed by such Contributor or portions thereof, in both Source
207Code form or as an executable program, either on an unmodified basis or as
208part of Derivative Works.
209
2104.2 Under claims of patents now or hereafter owned or controlled by
211Contributor, to make, use, have made, and/or otherwise dispose of Extensions
212or portions thereof, but solely to the extent that any such claim is necessary
213to enable You to make, use, have made, and/or otherwise dispose of
214Licensed Software or portions thereof.
215
2165.0 Exclusions From License Grant. Nothing in this License shall be deemed to
217grant any rights to trademarks, copyrights, patents, trade secrets or any
218other intellectual property of Licensor or any Contributor except as expressly
219stated herein. Except as expressly stated in Sections 3 and 4, no other patent
220rights, express or implied, are granted herein. Your Extensions may require
221additional patent licenses from Licensor or Contributors which each may grant
222in its sole discretion. No right is granted to the trademarks of Licensor or
223any Contributor even if such marks are included in the Licensed Software.
224Nothing in this License shall be interpreted to prohibit Licensor from
225licensing under different terms from this License any code that Licensor
226otherwise would have a right to license.
227
2285.1 You expressly acknowledge and agree that although Licensor and each
229Contributor grants the licenses to their respective portions of the Licensed
230Software set forth herein, no assurances are provided by Licensor or any
231Contributor that the Licensed Software does not infringe the patent or other
232intellectual property rights of any other entity. Licensor and each
233Contributor disclaim any liability to You for claims brought by any other
234entity based on infringement of intellectual property rights or otherwise. As
235a condition to exercising the rights and licenses granted hereunder, You
236hereby assume sole responsibility to secure any other intellectual property
237rights needed, if any. For example, if a third party patent license is
238required to allow You to distribute the Licensed Software, it is Your
239responsibility to acquire that license before distributing the Licensed
240Software.
241
2426.0 Your Obligations And Grants. In consideration of, and as an express
243condition to, the licenses granted to You under this License You hereby agree
244that any Modifications, Derivative Works, or Required Components (collectively
245Extensions) that You create or to which You contribute are governed by the
246terms of this License including, without limitation, Section 4. Any Extensions
247that You create or to which You contribute must be Deployed under the terms of
248this License or a future version of this License released under Section 7. You
249hereby grant to Licensor and all third parties a world-wide, non-exclusive,
250royalty-free license under those intellectual property rights You own or
251control to use, reproduce, display, perform, modify, create derivatives,
252sublicense, and distribute Licensed Software, in any form. Any Extensions You
253make and Deploy must have a distinct title so as to readily tell any
254subsequent user or Contributor that the Extensions are by You. You must
255include a copy of this License or directions on how to obtain a copy with
256every copy of the Extensions You distribute. You agree not to offer or impose
257any terms on any Source Code or executable version of the Licensed Software,
258or its Extensions that alter or restrict the applicable version of this
259License or the recipients' rights hereunder.
260
2616.1 Availability of Source Code. You must make available, under the terms of
262this License, the Source Code of any Extensions that You Deploy, via an
263Electronic Distribution Mechanism. The Source Code for any version that You
264Deploy must be made available within one (1) month of when you Deploy and must
265remain available for no less than twelve (12) months after the date You cease
266to Deploy. You are responsible for ensuring that the Source Code to each
267version You Deploy remains available even if the Electronic Distribution
268Mechanism is maintained by a third party. You may not charge a fee for any
269copy of the Source Code distributed under this Section in excess of Your
270actual cost of duplication and distribution of said copy.
271
2726.2 Description of Modifications. You must cause any Modifications that You
273create or to which You contribute to be documented in the Source Code, clearly
274describing the additions, changes or deletions You made. You must include a
275prominent statement that the Modifications are derived, directly or indirectly,
276from the Licensed Software and include the names of the Licensor and any
277Contributor to the Licensed Software in (i) the Source Code and (ii) in any
278notice displayed by the Licensed Software You distribute or in related
279documentation in which You describe the origin or ownership of the Licensed
280Software. You may not modify or delete any pre-existing copyright notices,
281change notices or License text in the Licensed Software without written
282permission of the respective Licensor or Contributor.
283
2846.3 Intellectual Property Matters.
285
286a. Third Party Claims. If You have knowledge that a license to a third party's
287intellectual property right is required to exercise the rights granted by this
288License, You must include a human-readable file with Your distribution that
289describes the claim and the party making the claim in sufficient detail that a
290recipient will know whom to contact.
291
292b. Contributor APIs. If Your Extensions include an application programming
293interface ("API") and You have knowledge of patent licenses that are
294reasonably necessary to implement that API, You must also include this
295information in a human-readable file supplied with Your distribution.
296
297c. Representations. You represent that, except as disclosed pursuant to 6.3(a)
298above, You believe that any Extensions You distribute are Your original
299creations and that You have sufficient rights to grant the rights conveyed by
300this License.
301
3026.4 Required Notices.
303
304a. License Text. You must duplicate this License or instructions on how to
305acquire a copy in any documentation You provide along with the Source Code of
306any Extensions You create or to which You contribute, wherever You describe
307recipients' rights relating to Licensed Software.
308
309b. License Notice. You must duplicate any notice contained in EXHIBIT A (the
310"License Notice") in each file of the Source Code of any copy You
311distribute
312of the Licensed Software and Your Extensions. If You create an Extension, You
313may add Your name as a Contributor to the Source Code and accompanying
314documentation along with a description of the contribution. If it is not
315possible to put the License Notice in a particular Source Code file due to its
316structure, then You must include such License Notice in a location where a
317user would be likely to look for such a notice.
318
319c. Source Code Availability. You must notify the software community of the
320availability of Source Code to Your Extensions within one (1) month of the date
321You initially Deploy and include in such notification a description of the
322Extensions, and instructions on how to acquire the Source Code. Should such
323instructions change you must notify the software community of revised
324instructions within one (1) month of the date of change. You must provide
325notification by posting to appropriate news groups, mailing lists, weblogs, or
326other sites where a publicly accessible search engine would reasonably be
327expected to index your post in relationship to queries regarding the Licensed
328Software and/or Your Extensions.
329
330d. User-Visible Attribution. You must duplicate any notice contained in
331EXHIBIT B (the "User-Visible Attribution Notice") in each user-
332visible display
333of the Licensed Software and Your Extensions which delineates copyright,
334ownership, or similar attribution information. If You create an Extension,
335You may add Your name as a Contributor, and add Your attribution notice, as an
336equally visible and functional element of any User-Visible Attribution Notice
337content. To ensure proper attribution, You must also include such User-Visible
338Attribution Notice in at least one location in the Software documentation
339where a user would be likely to look for such notice.
340
3416.5 Additional Terms. You may choose to offer, and charge a fee for, warranty,
342support, indemnity or liability obligations to one or more recipients of
343Licensed Software. However, You may do so only on Your own behalf, and not on
344behalf of the Licensor or any Contributor except as permitted under other
345agreements between you and Licensor or Contributor. You must make it clear that
346any such warranty, support, indemnity or liability obligation is offered by You
347alone, and You hereby agree to indemnify the Licensor and every Contributor for
348any liability plus attorney fees, costs, and related expenses due to any such
349action or claim incurred by the Licensor or such Contributor as a result of
350warranty, support, indemnity or liability terms You offer.
351
3526.6 Conflicts With Other Licenses. Where any portion of Your Extensions, by
353virtue of being Derivative Works of another product or similar circumstance,
354fall under the terms of another license, the terms of that license should be
355honored however You must also make Your Extensions available under this
356License. If the terms of this License continue to conflict with the terms of
357the other license you may write the Licensor for permission to resolve the
358conflict in a fashion that remains consistent with the intent of this License.
359Such permission will be granted at the sole discretion of the Licensor.
360
3617.0 Versions of This License. Licensor may publish from time to time revised
362versions of the License. Once Licensed Software has been published under a
363particular version of the License, You may always continue to use it under the
364terms of that version. You may also choose to use such Licensed Software under
365the terms of any subsequent version of the License published by Licensor. No
366one other than Licensor has the right to modify the terms applicable to
367Licensed Software created under this License.
368
3697.1 If You create or use a modified version of this License, which You may do
370only in order to apply it to software that is not already Licensed Software
371under this License, You must rename Your license so that it is not confusingly
372similar to this License, and must make it clear that Your license contains
373terms that differ from this License. In so naming Your license, You may not
374use any trademark of Licensor or of any Contributor. Should Your modifications
375to this License be limited to alteration of a) Section 13.8 solely to modify
376the legal Jurisdiction or Venue for disputes, b) EXHIBIT A solely to define
377License Notice text, or c) to EXHIBIT B solely to define a User-Visible
378Attribution Notice, You may continue to refer to Your License as the
379Reciprocal Public License or simply the RPL.
380
3818.0 Disclaimer of Warranty. LICENSED SOFTWARE IS PROVIDED UNDER THIS LICENSE
382ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR
383IMPLIED,
384INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE LICENSED SOFTWARE IS FREE
385OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
386FURTHER THERE IS NO WARRANTY MADE AND ALL IMPLIED WARRANTIES ARE DISCLAIMED
387THAT THE LICENSED SOFTWARE MEETS OR COMPLIES WITH ANY DESCRIPTION OF
388PERFORMANCE OR OPERATION, SAID COMPATIBILITY AND SUITABILITY BEING YOUR
389RESPONSIBILITY. LICENSOR DISCLAIMS ANY WARRANTY, IMPLIED OR EXPRESSED, THAT
390ANY CONTRIBUTOR'S EXTENSIONS MEET ANY STANDARD OF COMPATIBILITY OR DESCRIPTION
391OF PERFORMANCE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
392LICENSED SOFTWARE IS WITH YOU. SHOULD LICENSED SOFTWARE PROVE DEFECTIVE IN ANY
393RESPECT, YOU (AND NOT THE LICENSOR OR ANY OTHER CONTRIBUTOR) ASSUME THE COST
394OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. UNDER THE TERMS OF THIS
395LICENSOR WILL NOT SUPPORT THIS SOFTWARE AND IS UNDER NO OBLIGATION TO ISSUE
396UPDATES TO THIS SOFTWARE. LICENSOR HAS NO KNOWLEDGE OF ERRANT CODE OR VIRUS IN
397THIS SOFTWARE, BUT DOES NOT WARRANT THAT THE SOFTWARE IS FREE FROM SUCH ERRORS
398OR VIRUSES. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
399LICENSE. NO USE OF LICENSED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
400DISCLAIMER.
401
4029.0 Limitation of Liability. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY,
403WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE
404LICENSOR, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF LICENSED SOFTWARE, OR ANY
405SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT,
406SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING,
407WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER
408FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES,
409EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH
410DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH
411OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
412APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
413EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS
414EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
415
41610.0 High Risk Activities. THE LICENSED SOFTWARE IS NOT FAULT-TOLERANT AND IS
417NOT DESIGNED, MANUFACTURED, OR INTENDED FOR USE OR DISTRIBUTION AS ON-LINE
418CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE PERFORMANCE,
419SUCH AS IN THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR
420COMMUNICATIONS SYSTEMS, AIR TRAFFIC CONTROL, DIRECT LIFE SUPPORT MACHINES, OR
421WEAPONS SYSTEMS, IN WHICH THE FAILURE OF THE LICENSED SOFTWARE COULD LEAD
422DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE
423("HIGH RISK ACTIVITIES"). LICENSOR AND CONTRIBUTORS SPECIFICALLY
424DISCLAIM ANY
425EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
426
42711.0 Responsibility for Claims. As between Licensor and Contributors, each
428party is responsible for claims and damages arising, directly or indirectly,
429out of its utilization of rights under this License which specifically
430disclaims warranties and limits any liability of the Licensor. This paragraph
431is to be used in conjunction with and controlled by the Disclaimer Of
432Warranties of Section 8, the Limitation Of Damages in Section 9, and the
433disclaimer against use for High Risk Activities in Section 10. The Licensor
434has thereby disclaimed all warranties and limited any damages that it is or
435may be liable for. You agree to work with Licensor and Contributors to
436distribute such responsibility on an equitable basis consistent with the terms
437of this License including Sections 8, 9, and 10. Nothing herein is intended or
438shall be deemed to constitute any admission of liability.
439
44012.0 Termination. This License and all rights granted hereunder will terminate
441immediately in the event of the circumstances described in Section 13.6 or if
442applicable law prohibits or restricts You from fully and or specifically
443complying with Sections 3, 4 and/or 6, or prevents the enforceability of any
444of those Sections, and You must immediately discontinue any use of Licensed
445Software.
446
44712.1 Automatic Termination Upon Breach. This License and the rights granted
448hereunder will terminate automatically if You fail to comply with the terms
449herein and fail to cure such breach within thirty (30) days of becoming aware
450of the breach. All sublicenses to the Licensed Software that are properly
451granted shall survive any termination of this License. Provisions that, by
452their nature, must remain in effect beyond the termination of this License,
453shall survive.
454
45512.2 Termination Upon Assertion of Patent Infringement. If You initiate
456litigation by asserting a patent infringement claim (excluding declaratory
457judgment actions) against Licensor or a Contributor (Licensor or Contributor
458against whom You file such an action is referred to herein as
459"Respondent")
460alleging that Licensed Software directly or indirectly infringes any patent,
461then any and all rights granted by such Respondent to You under Sections 3 or
4624 of this License shall terminate prospectively upon sixty (60) days notice
463from Respondent (the "Notice Period") unless within that Notice
464Period You
465either agree in writing (i) to pay Respondent a mutually agreeable reasonably
466royalty for Your past or future use of Licensed Software made by such
467Respondent, or (ii) withdraw Your litigation claim with respect to Licensed
468Software against such Respondent. If within said Notice Period a reasonable
469royalty and payment arrangement are not mutually agreed upon in writing by the
470parties or the litigation claim is not withdrawn, the rights granted by
471Licensor to You under Sections 3 and 4 automatically terminate at the
472expiration of said Notice Period.
473
47412.3 Reasonable Value of This License. If You assert a patent infringement
475claim against Respondent alleging that Licensed Software directly or
476indirectly infringes any patent where such claim is resolved (such as by
477license or settlement) prior to the initiation of patent infringement
478litigation, then the reasonable value of the licenses granted by said
479Respondent under Sections 3 and 4 shall be taken into account in determining
480the amount or value of any payment or license.
481
48212.4 No Retroactive Effect of Termination. In the event of termination under
483this Section all end user license agreements (excluding licenses to
484distributors and resellers) that have been validly granted by You or any
485distributor hereunder prior to termination shall survive termination.
486
48713.0 Miscellaneous.
488
48913.1 U.S. Government End Users. The Licensed Software is a "commercial
490item,"
491as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of
492"commercial computer software" and "commercial computer software
493documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995).
494Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4
495(June 1995), all U.S. Government End Users acquire Licensed Software with only
496those rights set forth herein.
497
49813.2 Relationship of Parties. This License will not be construed as creating
499an agency, partnership, joint venture, or any other form of legal association
500between or among You, Licensor, or any Contributor, and You will not represent
501to the contrary, whether expressly, by implication, appearance, or otherwise.
502
50313.3 Independent Development. Nothing in this License will impair Licensor's
504right to acquire, license, develop, subcontract, market, or distribute
505technology or products that perform the same or similar functions as, or
506otherwise compete with, Extensions that You may develop, produce, market, or
507distribute.
508
50913.4 Consent To Breach Not Waiver. Failure by Licensor or Contributor to
510enforce any provision of this License will not be deemed a waiver of future
511enforcement
512of that or any other provision.
513
51413.5 Severability. This License represents the complete agreement concerning
515the subject matter hereof. If any provision of this License is held to be
516unenforceable, such provision shall be reformed only to the extent necessary
517to make it enforceable.
518
51913.6 Inability to Comply Due to Statute or Regulation. If it is impossible for
520You to comply with any of the terms of this License with respect to some or
521all of the Licensed Software due to statute, judicial order, or regulation,
522then You cannot use, modify, or distribute the software.
523
52413.7 Export Restrictions. You may be restricted with respect to downloading or
525otherwise acquiring, exporting, or reexporting the Licensed Software or any
526underlying information or technology by United States and other applicable
527laws and regulations. By downloading or by otherwise obtaining the Licensed
528Software, You are agreeing to be responsible for compliance with all
529applicable laws and regulations.
530
53113.8 Arbitration, Jurisdiction &amp; Venue. This License shall be governed by
532Colorado law provisions (except to the extent applicable law, if any, provides
533otherwise), excluding its conflict-of-law provisions. You expressly agree that
534any dispute relating to this License shall be submitted to binding arbitration
535under the rules then prevailing of the American Arbitration Association. You
536further agree that Adams County, Colorado USA is proper venue and grant such
537arbitration proceeding jurisdiction as may be appropriate for purposes of
538resolving any dispute under this License. Judgement upon any award made in
539arbitration may be entered and enforced in any court of competent
540jurisdiction. The arbitrator shall award attorney's fees and costs of
541arbitration to the prevailing party. Should either party find it necessary to
542enforce its arbitration award or seek specific performance of such award in a
543civil court of competent jurisdiction, the prevailing party shall be entitled
544to reasonable attorney's fees and costs. The application of the United Nations
545Convention on Contracts for the International Sale of Goods is expressly
546excluded. You and Licensor expressly waive any rights to a jury trial in any
547litigation concerning Licensed Software or this License. Any law or regulation
548that provides that the language of a contract shall be construed against the
549drafter shall not apply to this License.
550
55113.9 Entire Agreement. This License constitutes the entire agreement between
552the parties with respect to the subject matter hereof.
553
554EXHIBIT A
555
556The License Notice below must appear in each file of the Source Code of any
557copy You distribute of the Licensed Software or any Extensions thereto:
558
559Unless explicitly acquired and licensed from Licensor under another
560license, the contents of this file are subject to the Reciprocal Public
561License ("RPL") Version 1.5, or subsequent versions as allowed by the
562RPL,
563and You may not copy or use this file in either source code or executable
564form, except in compliance with the terms and conditions of the RPL.
565
566All software distributed under the RPL is provided strictly on an "AS
567IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
568LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
569LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
570PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
571language governing rights and limitations under the RPL.
572
573EXHIBIT B
574
575The User-Visible Attribution Notice below, when provided, must appear in each
576user-visible display as defined in Section 6.4 (d):
577
578
579
580
581
582
diff --git a/meta/files/common-licenses/RPSL-1 b/meta/files/common-licenses/RPSL-1
deleted file mode 100644
index 0a7d81e520..0000000000
--- a/meta/files/common-licenses/RPSL-1
+++ /dev/null
@@ -1,535 +0,0 @@
1
2RealNetworks Public Source License Version 1.0
3
4(Rev. Date October 28, 2002)
5
6Also available in text format.
7
81. General Definitions. This License applies to any program or other work which
9RealNetworks, Inc., or any other entity that elects to use this license,
10("Licensor") makes publicly available and which contains a notice
11placed by Licensor identifying such program or work as "Original
12Code" and stating that it is subject to the terms of this RealNetworks
13Public Source License version 1.0 (or subsequent version thereof)
14("License"). You are not required to accept this License. However,
15nothing else grants You permission to use, copy, modify or distribute the
16software or its derivative works. These actions are prohibited by law if You do
17not accept this License. Therefore, by modifying, copying or distributing the
18software (or any work based on the software), You indicate your acceptance of
19this License to do so, and all its terms and conditions. In addition, you agree
20to the terms of this License by clicking the Accept button or downloading the
21software. As used in this License:
22
231.1 "Applicable Patent Rights" mean: (a) in the case where Licensor
24is the grantor of rights, claims of patents that (i) are now or hereafter
25acquired, owned by or assigned to Licensor and (ii) are necessarily infringed
26by using or making the Original Code alone and not in combination with other
27software or hardware; and (b) in the case where You are the grantor of rights,
28claims of patents that (i) are now or hereafter acquired, owned by or assigned
29to You and (ii) are infringed (directly or indirectly) by using or making Your
30Modifications, taken alone or in combination with Original Code.
31
321.2 "Compatible Source License" means any one of the licenses listed
33on Exhibit B or at https://www.helixcommunity.org/content/complicense or other
34licenses specifically identified by Licensor in writing. Notwithstanding any
35term to the contrary in any Compatible Source License, any code covered by any
36Compatible Source License that is used with Covered Code must be made readily
37available in Source Code format for royalty-free use under the terms of the
38Compatible Source License or this License.
39
401.3 "Contributor" means any person or entity that creates or
41contributes to the creation of Modifications.
42
431.4 "Covered Code" means the Original Code, Modifications, the
44combination of Original Code and any Modifications, and/or any respective
45portions thereof.
46
471.5 "Deploy" means to use, sublicense or distribute Covered Code
48other than for Your internal research and development (R&amp;D) and/or Personal
49Use, and includes without limitation, any and all internal use or distribution
50of Covered Code within Your business or organization except for R&amp;D use
51and/or Personal Use, as well as direct or indirect sublicensing or distribution
52of Covered Code by You to any third party in any form or manner.
53
541.6 "Derivative Work" means either the Covered Code or any derivative
55work under United States copyright law, and including any work containing or
56including any portion of the Covered Code or Modifications, either verbatim or
57with modifications and/or translated into another language. Derivative Work
58also includes any work which combines any portion of Covered Code or
59Modifications with code not otherwise governed by the terms of this License.
60
611.7 "Externally Deploy" means to Deploy the Covered Code in any way
62that may be accessed or used by anyone other than You, used to provide any
63services to anyone other than You, or used in any way to deliver any content to
64anyone other than You, whether the Covered Code is distributed to those
65parties, made available as an application intended for use over a computer
66network, or used to provide services or otherwise deliver content to anyone
67other than You.
68
691.8. "Interface" means interfaces, functions, properties, class
70definitions, APIs, header files, GUIDs, V-Tables, and/or protocols allowing one
71piece of software, firmware or hardware to communicate or interoperate with
72another piece of software, firmware or hardware.
73
741.9 "Modifications" mean any addition to, deletion from, and/or
75change to, the substance and/or structure of the Original Code, any previous
76Modifications, the combination of Original Code and any previous Modifications,
77and/or any respective portions thereof. When code is released as a series of
78files, a Modification is: (a) any addition to or deletion from the contents of
79a file containing Covered Code; and/or (b) any new file or other representation
80of computer program statements that contains any part of Covered Code.
81
821.10 "Original Code" means (a) the Source Code of a program or other
83work as originally made available by Licensor under this License, including the
84Source Code of any updates or upgrades to such programs or works made available
85by Licensor under this License, and that has been expressly identified by
86Licensor as such in the header file(s) of such work; and (b) the object code
87compiled from such Source Code and originally made available by Licensor under
88this License.
89
901.11 "Personal Use" means use of Covered Code by an individual solely
91for his or her personal, private and non-commercial purposes. An individual's
92use of Covered Code in his or her capacity as an officer, employee, member,
93independent contractor or agent of a corporation, business or organization
94(commercial or non-commercial) does not qualify as Personal Use.
95
961.12 "Source Code" means the human readable form of a program or
97other work that is suitable for making modifications to it, including all
98modules it contains, plus any associated interface definition files, scripts
99used to control compilation and installation of an executable (object code).
100
1011.13 "You" or "Your" means an individual or a legal entity
102exercising rights under this License. For legal entities, "You" or
103"Your" includes any entity which controls, is controlled by, or is
104under common control with, You, where "control" means (a) the power,
105direct or indirect, to cause the direction or management of such entity,
106whether by contract or otherwise, or (b) ownership of fifty percent (50%) or
107more of the outstanding shares or beneficial ownership of such entity.
108
1092. Permitted Uses; Conditions &amp; Restrictions. Subject to the terms and
110conditions of this License, Licensor hereby grants You, effective on the date
111You accept this License (via downloading or using Covered Code or otherwise
112indicating your acceptance of this License), a worldwide, royalty-free, non-
113exclusive copyright license, to the extent of Licensor's copyrights cover the
114Original Code, to do the following:
115
1162.1 You may reproduce, display, perform, modify and Deploy Covered Code,
117provided that in each instance:
118
119(a) You must retain and reproduce in all copies of Original Code the copyright
120and other proprietary notices and disclaimers of Licensor as they appear in the
121Original Code, and keep intact all notices in the Original Code that refer to
122this License;
123
124(b) You must include a copy of this License with every copy of Source Code of
125Covered Code and documentation You distribute, and You may not offer or impose
126any terms on such Source Code that alter or restrict this License or the
127recipients' rights hereunder, except as permitted under Section 6;
128
129(c) You must duplicate, to the extent it does not already exist, the notice in
130Exhibit A in each file of the Source Code of all Your Modifications, and cause
131the modified files to carry prominent notices stating that You changed the
132files and the date of any change;
133
134(d) You must make Source Code of all Your Externally Deployed Modifications
135publicly available under the terms of this License, including the license
136grants set forth in Section 3 below, for as long as you Deploy the Covered Code
137or twelve (12) months from the date of initial Deployment, whichever is longer.
138You should preferably distribute the Source Code of Your Deployed Modifications
139electronically (e.g. download from a web site); and
140
141(e) if You Deploy Covered Code in object code, executable form only, You must
142include a prominent notice, in the code itself as well as in related
143documentation, stating that Source Code of the Covered Code is available under
144the terms of this License with information on how and where to obtain such
145Source Code. You must also include the Object Code Notice set forth in Exhibit
146A in the "about" box or other appropriate place where other copyright
147notices are placed, including any packaging materials.
148
1492.2 You expressly acknowledge and agree that although Licensor and each
150Contributor grants the licenses to their respective portions of the Covered
151Code set forth herein, no assurances are provided by Licensor or any
152Contributor that the Covered Code does not infringe the patent or other
153intellectual property rights of any other entity. Licensor and each Contributor
154disclaim any liability to You for claims brought by any other entity based on
155infringement of intellectual property rights or otherwise. As a condition to
156exercising the rights and licenses granted hereunder, You hereby assume sole
157responsibility to secure any other intellectual property rights needed, if any.
158For example, if a third party patent license is required to allow You to make,
159use, sell, import or offer for sale the Covered Code, it is Your responsibility
160to acquire such license(s).
161
1622.3 Subject to the terms and conditions of this License, Licensor hereby grants
163You, effective on the date You accept this License (via downloading or using
164Covered Code or otherwise indicating your acceptance of this License), a
165worldwide, royalty-free, perpetual, non-exclusive patent license under
166Licensor's Applicable Patent Rights to make, use, sell, offer for sale and
167import the Covered Code, provided that in each instance you comply with the
168terms of this License.
169
1703. Your Grants. In consideration of, and as a condition to, the licenses
171granted to You under this License:
172
173(a) You grant to Licensor and all third parties a non-exclusive, perpetual,
174irrevocable, royalty free license under Your Applicable Patent Rights and other
175intellectual property rights owned or controlled by You, to make, sell, offer
176for sale, use, import, reproduce, display, perform, modify, distribute and
177Deploy Your Modifications of the same scope and extent as Licensor's licenses
178under Sections 2.1 and 2.2; and
179
180(b) You grant to Licensor and its subsidiaries a non-exclusive, worldwide,
181royalty-free, perpetual and irrevocable license, under Your Applicable Patent
182Rights and other intellectual property rights owned or controlled by You, to
183make, use, sell, offer for sale, import, reproduce, display, perform,
184distribute, modify or have modified (for Licensor and/or its subsidiaries),
185sublicense and distribute Your Modifications, in any form and for any purpose,
186through multiple tiers of distribution.
187
188(c) You agree not use any information derived from Your use and review of the
189Covered Code, including but not limited to any algorithms or inventions that
190may be contained in the Covered Code, for the purpose of asserting any of Your
191patent rights, or assisting a third party to assert any of its patent rights,
192against Licensor or any Contributor.
193
1944. Derivative Works. You may create a Derivative Work by combining Covered Code
195with other code not otherwise governed by the terms of this License and
196distribute the Derivative Work as an integrated product. In each such instance,
197You must make sure the requirements of this License are fulfilled for the
198Covered Code or any portion thereof, including all Modifications.
199
2004.1 You must cause any Derivative Work that you distribute, publish or
201Externally Deploy, that in whole or in part contains or is derived from the
202Covered Code or any part thereof, to be licensed as a whole at no charge to all
203third parties under the terms of this License and no other license except as
204provided in Section 4.2. You also must make Source Code available for the
205Derivative Work under the same terms as Modifications, described in Sections 2
206and 3, above.
207
2084.2 Compatible Source Licenses. Software modules that have been independently
209developed without any use of Covered Code and which contain no portion of the
210Covered Code, Modifications or other Derivative Works, but are used or combined
211in any way with the Covered Code or any Derivative Work to form a larger
212Derivative Work, are exempt from the conditions described in Section 4.1 but
213only to the extent that: the software module, including any software that is
214linked to, integrated with, or part of the same applications as, the software
215module by any method must be wholly subject to one of the Compatible Source
216Licenses. Notwithstanding the foregoing, all Covered Code must be subject to
217the terms of this License. Thus, the entire Derivative Work must be licensed
218under a combination of the RPSL (for Covered Code) and a Compatible Source
219License for any independently developed software modules within the Derivative
220Work. The foregoing requirement applies even if the Compatible Source License
221would ordinarily allow the software module to link with, or form larger works
222with, other software that is not subject to the Compatible Source License. For
223example, although the Mozilla Public License v1.1 allows Mozilla code to be
224combined with proprietary software that is not subject to the MPL, if MPL-
225licensed code is used with Covered Code the MPL-licensed code could not be
226combined or linked with any code not governed by the MPL. The general intent of
227this section 4.2 is to enable use of Covered Code with applications that are
228wholly subject to an acceptable open source license. You are responsible for
229determining whether your use of software with Covered Code is allowed under
230Your license to such software.
231
2324.3 Mere aggregation of another work not based on the Covered Code with the
233Covered Code (or with a work based on the Covered Code) on a volume of a
234storage or distribution medium does not bring the other work under the scope of
235this License. If You deliver the Covered Code for combination and/or
236integration with an application previously provided by You (for example, via
237automatic updating technology), such combination and/or integration constitutes
238a Derivative Work subject to the terms of this License.
239
2405. Exclusions From License Grant. Nothing in this License shall be deemed to
241grant any rights to trademarks, copyrights, patents, trade secrets or any other
242intellectual property of Licensor or any Contributor except as expressly stated
243herein. No right is granted to the trademarks of Licensor or any Contributor
244even if such marks are included in the Covered Code. Nothing in this License
245shall be interpreted to prohibit Licensor from licensing under different terms
246from this License any code that Licensor otherwise would have a right to
247license. Modifications, Derivative Works and/or any use or combination of
248Covered Code with other technology provided by Licensor or third parties may
249require additional patent licenses from Licensor which Licensor may grant in
250its sole discretion. No patent license is granted separate from the Original
251Code or combinations of the Original Code with other software or hardware.
252
2535.1. Trademarks. This License does not grant any rights to use the trademarks
254or trade names owned by Licensor ("Licensor Marks" defined in Exhibit
255C) or to any trademark or trade name belonging to any Contributor. No Licensor
256Marks may be used to endorse or promote products derived from the Original Code
257other than as permitted by the Licensor Trademark Policy defined in Exhibit C.
258
2596. Additional Terms. You may choose to offer, and to charge a fee for,
260warranty, support, indemnity or liability obligations and/or other rights
261consistent with the scope of the license granted herein ("Additional
262Terms") to one or more recipients of Covered Code. However, You may do so
263only on Your own behalf and as Your sole responsibility, and not on behalf of
264Licensor or any Contributor. You must obtain the recipient's agreement that any
265such Additional Terms are offered by You alone, and You hereby agree to
266indemnify, defend and hold Licensor and every Contributor harmless for any
267liability incurred by or claims asserted against Licensor or such Contributor
268by reason of any such Additional Terms.
269
2707. Versions of the License. Licensor may publish revised and/or new versions of
271this License from time to time. Each version will be given a distinguishing
272version number. Once Original Code has been published under a particular
273version of this License, You may continue to use it under the terms of that
274version. You may also choose to use such Original Code under the terms of any
275subsequent version of this License published by Licensor. No one other than
276Licensor has the right to modify the terms applicable to Covered Code created
277under this License.
278
2798. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part
280pre-release, untested, or not fully tested works. The Covered Code may contain
281errors that could cause failures or loss of data, and may be incomplete or
282contain inaccuracies. You expressly acknowledge and agree that use of the
283Covered Code, or any portion thereof, is at Your sole and entire risk. THE
284COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR
285SUPPORT OF ANY KIND AND LICENSOR AND LICENSOR'S LICENSOR(S) (COLLECTIVELY
286REFERRED TO AS "LICENSOR" FOR THE PURPOSES OF SECTIONS 8 AND 9) AND
287ALL CONTRIBUTORS EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS
288OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR
289CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A
290PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF
291THIRD PARTY RIGHTS. LICENSOR AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST
292INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS
293CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION
294OF THE COVERED CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE
295COVERED CODE WILL BE CORRECTED. NO ORAL OR WRITTEN DOCUMENTATION, INFORMATION
296OR ADVICE GIVEN BY LICENSOR, A LICENSOR AUTHORIZED REPRESENTATIVE OR ANY
297CONTRIBUTOR SHALL CREATE A WARRANTY. You acknowledge that the Covered Code is
298not intended for use in high risk activities, including, but not limited to,
299the design, construction, operation or maintenance of nuclear facilities,
300aircraft navigation, aircraft communication systems, or air traffic control
301machines in which case the failure of the Covered Code could lead to death,
302personal injury, or severe physical or environmental damage. Licensor disclaims
303any express or implied warranty of fitness for such uses.
304
3059. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
306SHALL LICENSOR OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL,
307INDIRECT OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR
308YOUR USE OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER
309UNDER A THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE OR STRICT
310LIABILITY), PRODUCTS LIABILITY OR OTHERWISE, EVEN IF LICENSOR OR SUCH
311CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND
312NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME
313JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF INCIDENTAL OR
314CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event
315shall Licensor's total liability to You for all damages (other than as may be
316required by applicable law) under this License exceed the amount of ten dollars
317($10.00).
318
31910. Ownership. Subject to the licenses granted under this License, each
320Contributor retains all rights, title and interest in and to any Modifications
321made by such Contributor. Licensor retains all rights, title and interest in
322and to the Original Code and any Modifications made by or on behalf of Licensor
323("Licensor Modifications"), and such Licensor Modifications will not
324be automatically subject to this License. Licensor may, at its sole discretion,
325choose to license such Licensor Modifications under this License, or on
326different terms from those contained in this License or may choose not to
327license them at all.
328
32911. Termination.
330
33111.1 Term and Termination. The term of this License is perpetual unless
332terminated as provided below. This License and the rights granted hereunder
333will terminate:
334
335(a) automatically without notice from Licensor if You fail to comply with any
336term(s) of this License and fail to cure such breach within 30 days of becoming
337aware of such breach;
338
339(b) immediately in the event of the circumstances described in Section 12.5(b);
340or
341
342(c) automatically without notice from Licensor if You, at any time during the
343term of this License, commence an action for patent infringement against
344Licensor (including by cross-claim or counter claim in a lawsuit);
345
346(d) upon written notice from Licensor if You, at any time during the term of
347this License, commence an action for patent infringement against any third
348party alleging that the Covered Code itself (excluding combinations with other
349software or hardware) infringes any patent (including by cross-claim or counter
350claim in a lawsuit).
351
35211.2 Effect of Termination. Upon termination, You agree to immediately stop any
353further use, reproduction, modification, sublicensing and distribution of the
354Covered Code and to destroy all copies of the Covered Code that are in your
355possession or control. All sublicenses to the Covered Code which have been
356properly granted prior to termination shall survive any termination of this
357License. Provisions which, by their nature, should remain in effect beyond the
358termination of this License shall survive, including but not limited to
359Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other
360for compensation, indemnity or damages of any sort solely as a result of
361terminating this License in accordance with its terms, and termination of this
362License will be without prejudice to any other right or remedy of any party.
363
36412. Miscellaneous.
365
36612.1 Government End Users. The Covered Code is a "commercial item" as
367defined in FAR 2.101. Government software and technical data rights in the
368Covered Code include only those rights customarily provided to the public as
369defined in this License. This customary commercial license in technical data
370and software is provided in accordance with FAR 12.211 (Technical Data) and
37112.212 (Computer Software) and, for Department of Defense purchases, DFAR
372252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in
373Commercial Computer Software or Computer Software Documentation). Accordingly,
374all U.S. Government End Users acquire Covered Code with only those rights set
375forth herein.
376
37712.2 Relationship of Parties. This License will not be construed as creating an
378agency, partnership, joint venture or any other form of legal association
379between or among You, Licensor or any Contributor, and You will not represent
380to the contrary, whether expressly, by implication, appearance or otherwise.
381
38212.3 Independent Development. Nothing in this License will impair Licensor's
383right to acquire, license, develop, have others develop for it, market and/or
384distribute technology or products that perform the same or similar functions
385as, or otherwise compete with, Modifications, Derivative Works, technology or
386products that You may develop, produce, market or distribute.
387
38812.4 Waiver; Construction. Failure by Licensor or any Contributor to enforce
389any provision of this License will not be deemed a waiver of future enforcement
390of that or any other provision. Any law or regulation which provides that the
391language of a contract shall be construed against the drafter will not apply to
392this License.
393
39412.5 Severability. (a) If for any reason a court of competent jurisdiction
395finds any provision of this License, or portion thereof, to be unenforceable,
396that provision of the License will be enforced to the maximum extent
397permissible so as to effect the economic benefits and intent of the parties,
398and the remainder of this License will continue in full force and effect. (b)
399Notwithstanding the foregoing, if applicable law prohibits or restricts You
400from fully and/or specifically complying with Sections 2 and/or 3 or prevents
401the enforceability of either of those Sections, this License will immediately
402terminate and You must immediately discontinue any use of the Covered Code and
403destroy all copies of it that are in your possession or control.
404
40512.6 Dispute Resolution. Any litigation or other dispute resolution between You
406and Licensor relating to this License shall take place in the Seattle,
407Washington, and You and Licensor hereby consent to the personal jurisdiction
408of, and venue in, the state and federal courts within that District with
409respect to this License. The application of the United Nations Convention on
410Contracts for the International Sale of Goods is expressly excluded.
411
41212.7 Export/Import Laws. This software is subject to all export and import laws
413and restrictions and regulations of the country in which you receive the
414Covered Code and You are solely responsible for ensuring that You do not
415export, re-export or import the Covered Code or any direct product thereof in
416violation of any such restrictions, laws or regulations, or without all
417necessary authorizations.
418
41912.8 Entire Agreement; Governing Law. This License constitutes the entire
420agreement between the parties with respect to the subject matter hereof. This
421License shall be governed by the laws of the United States and the State of
422Washington.
423
424Where You are located in the province of Quebec, Canada, the following clause
425applies: The parties hereby confirm that they have requested that this License
426and all related documents be drafted in English. Les parties ont exigé que le
427présent contrat et tous les documents connexes soient rédigés en anglais.
428
429
430EXHIBIT A.
431
432"Copyright © 1995-2002 RealNetworks, Inc. and/or its licensors. All Rights
433Reserved.
434
435The contents of this file, and the files included with this file, are subject
436to the current version of the RealNetworks Public Source License Version 1.0
437(the "RPSL") available at https://www.helixcommunity.org/content/rpsl
438unless you have licensed the file under the RealNetworks Community Source
439License Version 1.0 (the "RCSL") available at https://
440www.helixcommunity.org/content/rcsl, in which case the RCSL will apply. You may
441also obtain the license terms directly from RealNetworks. You may not use this
442file except in compliance with the RPSL or, if you have a valid RCSL with
443RealNetworks applicable to this file, the RCSL. Please see the applicable RPSL
444or RCSL for the rights, obligations and limitations governing use of the
445contents of the file.
446
447This file is part of the Helix DNA Technology. RealNetworks is the developer of
448the Original code and owns the copyrights in the portions it created.
449
450This file, and the files included with this file, is distributed and made
451available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR
452IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING
453WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
454PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
455
456Contributor(s): ____________________________________
457
458Technology Compatibility Kit Test Suite(s) Location (if licensed under the
459RCSL):
460
461________________________________"
462
463Object Code Notice: Helix DNA Client technology included. Copyright ©
464RealNetworks, Inc., 1995-2002. All rights reserved.
465
466EXHIBIT B
467
468Compatible Source Licenses for the RealNetworks Public Source License. The
469following list applies to the most recent version of the license as of October
47025, 2002, unless otherwise indicated.
471
472Academic Free License
473Apache Software License
474Apple Public Source License
475Artistic license
476Attribution Assurance Licenses
477BSD license
478Common Public License1
479Eiffel Forum License
480GNU General Public License (GPL)1
481GNU Library or "Lesser" General Public License (LGPL)1
482IBM Public License
483Intel Open Source License
484Jabber Open Source License
485MIT license
486MITRE Collaborative Virtual Workspace License (CVW License)
487Motosoto License
488Mozilla Public License 1.0 (MPL)
489Mozilla Public License 1.1 (MPL)
490Nokia Open Source License
491Open Group Test Suite License
492Python Software Foundation License
493Ricoh Source Code Public License
494Sun Industry Standards Source License (SISSL)
495Sun Public License
496University of Illinois/NCSA Open Source License
497Vovida Software License v. 1.0
498W3C License
499X.Net License
500Zope Public License
501zlib/libpng license
5021Note: because this license contains certain reciprocal licensing terms that
503purport to extend to independently developed code, You may be prohibited under
504the terms of this otherwise compatible license from using code licensed under
505its terms with Covered Code because Covered Code may only be licensed under the
506RealNetworks Public Source License. Any attempt to apply non RPSL license
507terms, including without limitation the GPL, to Covered Code is expressly
508forbidden. You are responsible for ensuring that Your use of Compatible Source
509Licensed code does not violate either the RPSL or the Compatible Source
510License.
511
512The latest version of this list can be found at: https://
513www.helixcommunity.org/content/complicense
514
515EXHIBIT C
516
517RealNetworks' Trademark policy.
518
519RealNetworks defines the following trademarks collectively as "Licensor
520Trademarks": "RealNetworks", "RealPlayer",
521"RealJukebox", "RealSystem", "RealAudio",
522"RealVideo", "RealOne Player", "RealMedia",
523"Helix" or any other trademarks or trade names belonging to
524RealNetworks.
525
526RealNetworks "Licensor Trademark Policy" forbids any use of Licensor
527Trademarks except as permitted by and in strict compliance at all times with
528RealNetworks' third party trademark usage guidelines which are posted at
529www.realnetworks.com/info/helixlogo.html.
530
531
532
533
534
535
diff --git a/meta/files/common-licenses/SPL b/meta/files/common-licenses/SPL
deleted file mode 100644
index becf1ac95e..0000000000
--- a/meta/files/common-licenses/SPL
+++ /dev/null
@@ -1,519 +0,0 @@
1
2SUN PUBLIC LICENSE Version 1.0
3
41. Definitions.
5
61.0.1. "Commercial Use" means distribution or otherwise making the
7Covered Code available to a third party.
8
91.1. "Contributor" means each entity that creates or contributes to
10the creation of Modifications.
11
121.2. "Contributor Version" means the combination of the Original
13Code,
14prior Modifications used by a Contributor, and the Modifications made
15by that particular Contributor.
16
171.3. "Covered Code" means the Original Code or Modifications or the
18combination of the Original Code and Modifications, in each case
19including portions thereof and corresponding documentation released
20with the source code.
21
221.4. "Electronic Distribution Mechanism" means a mechanism generally
23accepted in the software development community for the electronic
24transfer of data.
25
261.5. "Executable" means Covered Code in any form other than Source
27Code.
28
291.6. "Initial Developer" means the individual or entity identified as
30the Initial Developer in the Source Code notice required by Exhibit
31A.
32
331.7. "Larger Work" means a work which combines Covered Code or
34portions thereof with code not governed by the terms of this
35License.
36
371.8. "License" means this document.
38
391.8.1. "Licensable" means having the right to grant, to the maximum
40extent possible, whether at the time of the initial grant or
41subsequently acquired, any and all of the rights conveyed herein.
42
431.9. "Modifications" means any addition to or deletion from the
44substance or structure of either the Original Code or any previous
45Modifications. When Covered Code is released as a series of files, a
46Modification is:
47
48A. Any addition to or deletion from the contents of a file containing
49Original Code or previous Modifications.
50
51B. Any new file that contains any part of the Original Code or
52previous Modifications.
53
541.10. "Original Code"../ means Source Code of computer software code
55which is described in the Source Code notice required by Exhibit A as
56Original Code, and which, at the time of its release under this
57License is not already Covered Code governed by this License.
58
591.10.1. "Patent Claims" means any patent claim(s), now owned or
60hereafter acquired, including without limitation, method, process, and
61apparatus claims, in any patent Licensable by grantor.
62
631.11. "Source Code"../ means the preferred form of the Covered Code
64for
65making modifications to it, including all modules it contains, plus
66any associated documentation, interface definition files, scripts used
67to control compilation and installation of an Executable, or source
68code differential comparisons against either the Original Code or
69another well known, available Covered Code of the Contributor's
70choice. The Source Code can be in a compressed or archival form,
71provided the appropriate decompression or de-archiving software is
72widely available for no charge.
73
741.12. "You" (or "Your") means an individual or a legal
75entity
76exercising rights under, and complying with all of the terms of, this
77License or a future version of this License issued under Section 6.1.
78For legal entities, "You" includes any entity which controls, is
79controlled by, or is under common control with You. For purposes of
80this definition, "control"../ means (a) the power, direct or
81indirect,
82to
83cause the direction or management of such entity, whether by contract
84or otherwise, or (b) ownership of more than fifty percent (50%) of the
85outstanding shares or beneficial ownership of such entity.
86
872. Source Code License.
88
892.1 The Initial Developer Grant.
90
91The Initial Developer hereby grants You a world-wide, royalty-free,
92non-exclusive license, subject to third party intellectual property
93claims:
94
95(a) under intellectual property rights (other than patent or
96trademark) Licensable by Initial Developer to use, reproduce, modify,
97display, perform, sublicense and distribute the Original Code (or
98portions thereof) with or without Modifications, and/or as part of a
99Larger Work; and
100
101(b) under Patent Claims infringed by the making, using or selling of
102Original Code, to make, have made, use, practice, sell, and offer for
103sale, and/or otherwise dispose of the Original Code (or portions
104thereof).
105
106(c) the licenses granted in this Section 2.1(a) and (b) are effective
107on the date Initial Developer first distributes Original Code under
108the terms of this License.
109
110(d) Notwithstanding Section 2.1(b) above, no patent license is
111granted: 1) for code that You delete from the Original Code; 2)
112separate from the Original Code; or 3) for infringements caused
113by:
114
115i) the modification of the Original Code or ii) the combination of the
116Original Code with other software or devices.
117
1182.2. Contributor Grant.
119
120Subject to third party intellectual property claims, each Contributor
121hereby grants You a world-wide, royalty-free, non-exclusive license
122
123(a) under intellectual property rights (other than patent
124or
125trademark) Licensable by Contributor, to use, reproduce, modify,
126display, perform, sublicense and distribute the Modifications created
127by such Contributor (or portions thereof) either on an unmodified
128basis, with other Modifications, as Covered Code and/or as part of a
129Larger Work; and
130
131b) under Patent Claims infringed by the making, using, or selling of
132Modifications made by that Contributor either alone and/or in
133combination with its Contributor Version (or portions of such
134combination), to make, use, sell, offer for sale, have made, and/or
135otherwise dispose of: 1) Modifications made by that Contributor (or
136portions thereof); and 2) the combination of Modifications made by
137that Contributor with its Contributor Version (or portions of such
138combination).
139
140(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective
141on the date Contributor first makes Commercial Use of the Covered
142Code.
143
144(d) notwithstanding Section 2.2(b) above, no patent license is
145granted: 1) for any code that Contributor has deleted from the
146Contributor Version; 2) separate from the Contributor Version; 3) for
147infringements caused by: i) third party modifications of Contributor
148Version or ii) the combination of Modifications made by that
149Contributor with other software (except as part of the Contributor
150Version) or other devices; or 4) under Patent Claims infringed by
151Covered Code in the absence of Modifications made by that
152Contributor.
153
1543. Distribution Obligations.
155
1563.1. Application of License.
157
158The Modifications which You create or to which You contribute are
159governed by the terms of this License, including without limitation
160Section 2.2. The Source Code version of Covered Code may be
161distributed only under the terms of this License or a future version
162of this License released under Section 6.1, and You must include a
163copy of this License with every copy of the Source Code You
164distribute. You may not offer or impose any terms on any Source Code
165version that alters or restricts the applicable version of this
166License or the recipients' rights hereunder. However, You may include
167an additional document offering the additional rights described in
168Section 3.5.
169
1703.2. Availability of Source Code.
171
172Any Modification which You create or to which You contribute must be
173made available in Source Code form under the terms of this License
174either on the same media as an Executable version or via an accepted
175Electronic Distribution Mechanism to anyone to whom you made an
176Executable version available; and if made available via Electronic
177Distribution Mechanism, must remain available for at least twelve (12)
178months after the date it initially became available, or at least six
179(6) months after a subsequent version of that particular Modification
180has been made available to such recipients. You are responsible for
181ensuring that the Source Code version remains available even if the
182Electronic Distribution Mechanism is maintained by a third party.
183
1843.3. Description of Modifications.
185
186You must cause all Covered Code to which You contribute to contain a
187file documenting the changes You made to create that Covered Code and
188the date of any change. You must include a prominent statement that
189the Modification is derived, directly or indirectly, from Original
190Code provided by the Initial Developer and including the name of the
191Initial Developer in (a) the Source Code, and (b) in any notice in an
192Executable version or related documentation in which You describe the
193origin or ownership of the Covered Code.
194
1953.4. Intellectual Property Matters.
196
197(a) Third Party Claims.
198
199If Contributor has knowledge that a license under a third party's
200intellectual property rights is required to exercise the rights
201granted by such Contributor under Sections 2.1 or 2.2, Contributor
202must include a text file with the Source Code distribution titled
203"../LEGAL'' which describes the claim and the party making the claim in
204sufficient detail that a recipient will know whom to contact. If
205Contributor obtains such knowledge after the Modification is made
206available as described in Section 3.2, Contributor shall promptly
207modify the LEGAL file in all copies Contributor makes available
208thereafter and shall take other steps (such as notifying appropriate
209mailing lists or newsgroups) reasonably calculated to inform those who
210received the Covered Code that new knowledge has been obtained.
211
212(b) Contributor APIs.
213
214If Contributor's Modifications include an application programming
215interface ("API"../) and Contributor has knowledge of patent licenses
216which are reasonably necessary to implement that API, Contributor must
217also include this information in the LEGAL file.
218
219(c) Representations.
220
221Contributor represents that, except as disclosed pursuant to Section
2223.4(a) above, Contributor believes that Contributor's Modifications
223are Contributor's original creation(s) and/or Contributor has
224sufficient rights to grant the rights conveyed by this
225License
226
227.
228
2293.5. Required Notices.
230
231You must duplicate the notice in Exhibit A in each file of the Source
232Code. If it is not possible to put such notice in a particular Source
233Code file due to its structure, then You must include such notice in a
234location (such as a relevant directory) where a user would be likely
235to look for such a notice. If You created one or more Modification(s)
236You may add your name as a Contributor to the notice described in
237Exhibit A. You must also duplicate this License in any documentation
238for the Source Code where You describe recipients' rights or ownership
239rights relating to Covered Code. You may choose to offer, and to
240charge a fee for, warranty, support, indemnity or liability
241obligations to one or more recipients of Covered Code. However, You
242may do so only on Your own behalf, and not on behalf of the Initial
243Developer or any Contributor. You must make it absolutely clear than
244any such warranty, support, indemnity or liability obligation is
245offered by You alone, and You hereby agree to indemnify the Initial
246Developer and every Contributor for any liability incurred by the
247Initial Developer or such Contributor as a result of warranty,
248support, indemnity or liability terms You offer.
249
2503.6. Distribution of Executable Versions.
251
252You may distribute Covered Code in Executable form only if the
253requirements of Section 3.1-3.5 have been met for that Covered Code,
254and if You include a notice stating that the Source Code version of
255the Covered Code is available under the terms of this License,
256including a description of how and where You have fulfilled the
257obligations of Section 3.2. The notice must be conspicuously included
258in any notice in an Executable version, related documentation or
259collateral in which You describe recipients' rights relating to the
260Covered Code. You may distribute the Executable version of Covered
261Code or ownership rights under a license of Your choice, which may
262contain terms different from this License, provided that You are in
263compliance with the terms of this License and that the license for the
264Executable version does not attempt to limit or alter the recipient's
265rights in the Source Code version from the rights set forth in this
266License. If You distribute the Executable version under a different
267license You must make it absolutely clear that any terms which differ
268from this License are offered by You alone, not by the Initial
269Developer or any Contributor. You hereby agree to indemnify the
270Initial Developer and every Contributor for any liability incurred by
271the Initial Developer or such Contributor as a result of any such
272terms You offer.
273
2743.7. Larger Works.
275
276You may create a Larger Work by combining Covered Code with other
277code
278not governed by the terms of this License and distribute the Larger
279Work as a single product. In such a case, You must make sure the
280requirements of this License are fulfilled for the Covered Code.
281
2824. Inability to Comply Due to Statute or Regulation.
283
284If it is impossible for You to comply with any of the terms of this
285License with respect to some or all of the Covered Code due to
286statute, judicial order, or regulation then You must: (a) comply with
287the terms of this License to the maximum extent possible; and (b)
288describe the limitations and the code they affect. Such description
289must be included in the LEGAL file described in Section 3.4 and must
290be included with all distributions of the Source Code. Except to the
291extent prohibited by statute or regulation, such description must be
292sufficiently detailed for a recipient of ordinary skill to be able to
293understand it.
294
2955. Application of this License.
296
297This License applies to code to which the Initial Developer has
298attached the notice in Exhibit A and to related Covered Code.
299
3006. Versions of the License.
301
3026.1. New Versions.
303
304Sun Microsystems, Inc. ("Sun") may publish revised and/or new
305versions
306of the License from time to time. Each version will be given a
307distinguishing version number.
308
3096.2. Effect of New Versions.
310
311Once Covered Code has been published under a particular version of
312the
313License, You may always continue to use it under the terms of that
314version. You may also choose to use such Covered Code under the terms
315of any subsequent version of the License published by Sun. No one
316other than Sun has the right to modify the terms applicable to Covered
317Code created under this License.
318
3196.3. Derivative Works.
320
321If You create or use a modified version of this License (which you
322may
323only do in order to apply it to code which is not already Covered Code
324governed by this License), You must: (a) rename Your license so that
325the phrases "Sun," "Sun Public License," or
326"SPL"../ or any confusingly
327similar phrase do not appear in your license (except to note that your
328license differs from this License) and (b) otherwise make it clear
329that Your version of the license contains terms which differ from the
330Sun Public License. (Filling in the name of the Initial Developer,
331Original Code or Contributor in the notice described in Exhibit A
332shall not of themselves be deemed to be modifications of this
333License.)
334
3357. DISCLAIMER OF WARRANTY.
336
337COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "../AS IS'' BASIS,
338WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
339WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
340DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
341THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
342IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
343YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
344COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
345OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
346ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
347DISCLAIMER.
348
3498. TERMINATION.
350
3518.1. This License and the rights granted hereunder will terminate
352automatically if You fail to comply with terms herein and fail to cure
353such breach within 30 days of becoming aware of the breach. All
354sublicenses to the Covered Code which are properly granted shall
355survive any termination of this License. Provisions which, by their
356nature, must remain in effect beyond the termination of this License
357shall survive.
358
3598.2. If You initiate litigation by asserting a patent infringement
360claim (excluding declaratory judgment actions) against Initial Developer
361or a Contributor (the Initial Developer or Contributor against whom
362You file such action is referred to as "Participant") alleging
363that:
364
365(a) such Participant's Contributor Version directly or indirectly
366infringes any patent, then any and all rights granted by such
367Participant to You under Sections 2.1 and/or 2.2 of this License
368shall, upon 60 days notice from Participant terminate prospectively,
369unless if within 60 days after receipt of notice You either: (i)
370agree in writing to pay Participant a mutually agreeable reasonable
371royalty for Your past and future use of Modifications made by such
372Participant, or (ii) withdraw Your litigation claim with respect to
373the Contributor Version against such Participant. If within 60 days
374of notice, a reasonable royalty and payment arrangement are not
375mutually agreed upon in writing by the parties or the litigation claim
376is not withdrawn, the rights granted by Participant to You under
377Sections 2.1 and/or 2.2 automatically terminate at the expiration of
378the 60 day notice period specified above.
379
380(b) any software, hardware, or device, other than such Participant's
381Contributor Version, directly or indirectly infringes any patent, then
382any rights granted to You by such Participant under Sections 2.1(b)
383and 2.2(b) are revoked effective as of the date You first made, used,
384sold, distributed, or had made, Modifications made by that
385Participant.
386
3878.3. If You assert a patent infringement claim against Participant
388alleging that such Participant's Contributor Version directly or
389indirectly infringes any patent where such claim is resolved (such as
390by license or settlement) prior to the initiation of patent
391infringement litigation, then the reasonable value of the licenses
392granted by such Participant under Sections 2.1 or 2.2 shall be taken
393into account in determining the amount or value of any payment or
394license.
395
3968.4. In the event of termination under Sections 8.1 or 8.2 above,
397all
398end user license agreements (excluding distributors and resellers)
399which have been validly granted by You or any distributor hereunder
400prior to termination shall survive termination.
401
4029. LIMITATION OF LIABILITY.
403
404UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
405(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
406DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
407OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
408ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
409CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
410WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
411COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
412INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
413LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
414RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
415PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
416EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
417THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
418
41910. U.S. GOVERNMENT END USERS.
420
421The Covered Code is a "commercial item," as that term is defined in
42248
423C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
424software"
425and "commercial computer software documentation,"../ as such terms
426are
427used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R.
42812.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all
429U.S. Government End Users acquire Covered Code with only those rights
430set forth herein.
431
43211. MISCELLANEOUS.
433
434This License represents the complete agreement concerning subject
435matter hereof. If any provision of this License is held to be
436unenforceable, such provision shall be reformed only to the extent
437necessary to make it enforceable. This License shall be governed by
438California law provisions (except to the extent applicable law, if
439any, provides otherwise), excluding its conflict-of-law provisions.
440With respect to disputes in which at least one party is a citizen of,
441or an entity chartered or registered to do business in the United
442States of America, any litigation relating to this License shall be
443subject to the jurisdiction of the Federal Courts of the Northern
444District of California, with venue lying in Santa Clara County,
445California, with the losing party responsible for costs, including
446without limitation, court costs and reasonable attorneys' fees and
447expenses. The application of the United Nations Convention on
448Contracts for the International Sale of Goods is expressly excluded.
449Any law or regulation which provides that the language of a contract
450shall be construed against the drafter shall not apply to this
451License.
452
45312. RESPONSIBILITY FOR CLAIMS.
454
455As between Initial Developer and the Contributors, each party is
456responsible for claims and damages arising, directly or indirectly,
457out of its utilization of rights under this License and You agree to
458work with Initial Developer and Contributors to distribute such
459responsibility on an equitable basis. Nothing herein is intended or
460shall be deemed to constitute any admission of liability.
461
46213. MULTIPLE-LICENSED CODE.
463
464Initial Developer may designate portions of the Covered Code as
465?Multiple-Licensed?. ?Multiple-Licensed? means that the Initial
466Developer permits you to utilize portions of the Covered Code under
467Your choice of the alternative licenses, if any, specified by the
468Initial Developer in the file described in Exhibit A.
469
470Exhibit A -Sun Public License Notice.
471
472The contents of this file are subject to the Sun Public License
473
474Version 1.0 (the License); you may not use this file except in
475
476compliance with the License. A copy of the License is available at
477
478http://www.sun.com/
479
480The Original Code is _________________. The Initial Developer of the
481
482Original Code is ___________. Portions created by ______ are Copyright
483
484(C)_________. All Rights Reserved.
485
486Contributor(s): ______________________________________.
487
488Alternatively, the contents of this file may be used under the terms
489
490of the _____ license (the ?[___] License?), in which case the
491
492provisions of [______] License are applicable instead of those above.
493
494If you wish to allow use of your version of this file only under the
495
496terms of the [____] License and not to allow others to use your
497
498version of this file under the SPL, indicate your decision by deleting
499
500the provisions above and replace them with the notice and other
501
502provisions required by the [___] License. If you do not delete the
503
504provisions above, a recipient may use your version of this file under
505
506either the SPL or the [___] License.
507[NOTE: The text of this Exhibit A may differ slightly from the text of
508
509the notices in the Source Code files of the Original Code. You should
510
511use the text of this Exhibit A rather than the text found in the
512
513Original Code Source Code for Your Modifications.]
514
515
516
517
518
519
diff --git a/meta/files/common-licenses/Simple-2 b/meta/files/common-licenses/Simple-2
deleted file mode 100644
index 4a2e1c3bac..0000000000
--- a/meta/files/common-licenses/Simple-2
+++ /dev/null
@@ -1,53 +0,0 @@
1
2Simple Public License (SimPL)
3
4Preamble
5This Simple Public License 2.0 (SimPL 2.0 for short) is a plain language
6implementation of GPL 2.0. The words are different, but the goal is the same -
7to guarantee for all users the freedom to share and change software. If anyone
8wonders about the meaning of the SimPL, they should interpret it as consistent
9with GPL 2.0.
10Simple Public License (SimPL) 2.0
11The SimPL applies to the software's source and object code and comes with any
12rights that I have in it (other than trademarks). You agree to the SimPL by
13copying, distributing, or making a derivative work of the software.
14
15You get the royalty free right to:
16Use the software for any purpose;
17Make derivative works of it (this is called a "Derived Work");
18Copy and distribute it and any Derived Work.
19If you distribute the software or a Derived Work, you must give back to the
20community by:
21Prominently noting the date of any changes you make;
22Leaving other people's copyright notices, warranty disclaimers, and license
23terms in place;
24Providing the source code, build scripts, installation scripts, and interface
25definitions in a form that is easy to get and best to modify;
26Licensing it to everyone under SimPL, or substantially similar terms (such as
27GPL 2.0), without adding further restrictions to the rights provided;
28Conspicuously announcing that it is available under that license.
29There are some things that you must shoulder:
30You get NO WARRANTIES. None of any kind;
31If the software damages you in any way, you may only recover direct damages up
32to the amount you paid for it (that is zero if you did not pay anything). You
33may not recover any other damages, including those called "consequential
34damages." (The state or country where you live may not allow you to limit
35your liability in this way, so this may not apply to you);
36The SimPL continues perpetually, except that your license rights end
37automatically if:
38You do not abide by the "give back to the community" terms (your
39licensees get to keep their rights if they abide);
40Anyone prevents you from distributing the software under the terms of the
41SimPL.
42License for the License
43You may do anything that you want with the SimPL text; it's a license form to
44use in any way that you find helpful. To avoid confusion, however, if you
45change the terms in any way then you may not call your license the Simple
46Public License or the SimPL (but feel free to acknowledge that your license is
47"based on the Simple Public License").
48
49
50
51
52
53
diff --git a/meta/files/common-licenses/UCB b/meta/files/common-licenses/UCB
new file mode 100644
index 0000000000..79a757af95
--- /dev/null
+++ b/meta/files/common-licenses/UCB
@@ -0,0 +1,26 @@
1 Copyright (c) 1987, 1989, 1990, 1991, 1992, 1993, 1994
2 The Regents of the University of California. All rights reserved.
3
4 Redistribution and use in source and binary forms, with or without
5 modification, are permitted provided that the following conditions
6 are met:
7 1. Redistributions of source code must retain the above copyright
8 notice, this list of conditions and the following disclaimer.
9 2. Redistributions in binary form must reproduce the above copyright
10 notice, this list of conditions and the following disclaimer in the
11 documentation and/or other materials provided with the distribution.
12 3. Neither the name of the University nor the names of its contributors
13 may be used to endorse or promote products derived from this software
14 without specific prior written permission.
15
16 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 SUCH DAMAGE.
diff --git a/meta/files/common-licenses/VSL-1 b/meta/files/common-licenses/VSL-1
deleted file mode 100644
index c650619d63..0000000000
--- a/meta/files/common-licenses/VSL-1
+++ /dev/null
@@ -1,54 +0,0 @@
1
2Vovida Software License v. 1.0
3
4This license applies to all software incorporated in the "Vovida
5Open Communication Application Library" except for those portions
6incorporating third party software specifically identified as being
7licensed under separate license.
8
9The Vovida Software License, Version 1.0
10Copyright (c) 2000 Vovida Networks, Inc. All rights reserved.
11
12Redistribution and use in source and binary forms, with or without
13modification, are permitted provided that the following conditions
14are met:
15
161. Redistributions of source code must retain the above copyright
17notice, this list of conditions and the following disclaimer.
18
192. Redistributions in binary form must reproduce the above copyright
20notice, this list of conditions and the following disclaimer in
21the documentation and/or other materials provided with the
22distribution.
23
243. The names "VOCAL", "Vovida Open Communication Application
25Library",
26and "Vovida Open Communication Application Library (VOCAL)" must
27not be used to endorse or promote products derived from this
28software without prior written permission. For written
29permission, please contact vocal@vovida.org.
30
314. Products derived from this software may not be called "VOCAL", nor
32may "VOCAL" appear in their name, without prior written
33permission.
34
35THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
36WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
37OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
38NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL VOVIDA
39NETWORKS, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DAMAGES
40IN EXCESS OF $1,000, NOR FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
41EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
42PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
43PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
44OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
45(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
46USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
47DAMAGE.
48
49
50
51
52
53
54
diff --git a/meta/files/common-licenses/Watcom-1 b/meta/files/common-licenses/Watcom-1
deleted file mode 100644
index ab43464796..0000000000
--- a/meta/files/common-licenses/Watcom-1
+++ /dev/null
@@ -1,389 +0,0 @@
1
2Sybase Open Watcom Public License version 1.0
3
4USE OF THE SYBASE OPEN WATCOM SOFTWARE DESCRIBED BELOW ("SOFTWARE")
5IS SUBJECT TO THE TERMS AND CONDITIONS SET FORTH IN THE SYBASE OPEN WATCOM
6PUBLIC LICENSE SET FORTH BELOW ("LICENSE"). YOU MAY NOT USE THE
7SOFTWARE IN ANY MANNER UNLESS YOU ACCEPT THE TERMS AND CONDITIONS OF THE
8LICENSE. YOU INDICATE YOUR ACCEPTANCE BY IN ANY MANNER USING (INCLUDING WITHOUT
9LIMITATION BY REPRODUCING, MODIFYING OR DISTRIBUTING) THE SOFTWARE. IF YOU DO
10NOT ACCEPT ALL OF THE TERMS AND CONDITIONS OF THE LICENSE, DO NOT USE THE
11SOFTWARE IN ANY MANNER.
12
13Sybase Open Watcom Public License version 1.0
141. General; Definitions. This License applies only to the following software
15programs: the open source versions of Sybase's Watcom C/C++ and Fortran
16compiler products ("Software"), which are modified versions of, with
17significant changes from, the last versions made commercially available by
18Sybase. As used in this License:
19
20
211.1 "Applicable Patent Rights" mean: (a) in the case where Sybase is
22the grantor of rights, (i) claims of patents that are now or hereafter
23acquired, owned by or assigned to Sybase and (ii) that cover subject matter
24contained in the Original Code, but only to the extent necessary to use,
25reproduce and/or distribute the Original Code without infringement; and (b) in
26the case where You are the grantor of rights, (i) claims of patents that are
27now or hereafter acquired, owned by or assigned to You and (ii) that cover
28subject matter in Your Modifications, taken alone or in combination with
29Original Code.
30
31
321.2 "Contributor" means any person or entity that creates or
33contributes to the creation of Modifications.
34
35
361.3 "Covered Code" means the Original Code, Modifications, the
37combination of Original Code and any Modifications, and/or any respective
38portions thereof.
39
40
411.4 "Deploy" means to use, sublicense or distribute Covered Code
42other than for Your internal research and development (R&amp;D) and/or Personal
43Use, and includes without limitation, any and all internal use or distribution
44of Covered Code within Your business or organization except for R&amp;D use
45and/or Personal Use, as well as direct or indirect sublicensing or distribution
46of Covered Code by You to any third party in any form or manner.
47
48
491.5 "Larger Work" means a work which combines Covered Code or
50portions thereof with code not governed by the terms of this License.
51
52
531.6 "Modifications" mean any addition to, deletion from, and/or
54change to, the substance and/or structure of the Original Code, any previous
55Modifications, the combination of Original Code and any previous Modifications,
56and/or any respective portions thereof. When code is released as a series of
57files, a Modification is: (a) any addition to or deletion from the contents of
58a file containing Covered Code; and/or (b) any new file or other representation
59of computer program statements that contains any part of Covered Code.
60
61
621.7 "Original Code" means (a) the Source Code of a program or other
63work as originally made available by Sybase under this License, including the
64Source Code of any updates or upgrades to such programs or works made available
65by Sybase under this License, and that has been expressly identified by Sybase
66as such in the header file(s) of such work; and (b) the object code compiled
67from such Source Code and originally made available by Sybase under this
68License.
69
70
711.8 "Personal Use" means use of Covered Code by an individual solely
72for his or her personal, private and non-commercial purposes. An individual's
73use of Covered Code in his or her capacity as an officer, employee, member,
74independent contractor or agent of a corporation, business or organization
75(commercial or non-commercial) does not qualify as Personal Use.
76
77
781.9 "Source Code" means the human readable form of a program or other
79work that is suitable for making modifications to it, including all modules it
80contains, plus any associated interface definition files, scripts used to
81control compilation and installation of an executable (object code).
82
83
841.10 "You" or "Your" means an individual or a legal entity
85exercising rights under this License. For legal entities, "You" or
86"Your" includes any entity which controls, is controlled by, or is
87under common control with, You, where "control" means (a) the power,
88direct or indirect, to cause the direction or management of such entity,
89whether by contract or otherwise, or (b) ownership of fifty percent (50%) or
90more of the outstanding shares or beneficial ownership of such entity.
91
92
932. Permitted Uses; Conditions &amp; Restrictions.Subject to the terms and
94conditions of this License, Sybase hereby grants You, effective on the date You
95accept this License and download the Original Code, a world-wide, royalty-free,
96non-exclusive license, to the extent of Sybase's Applicable Patent Rights and
97copyrights covering the Original Code, to do the following:
98
99
1002.1 You may use, reproduce, display, perform, modify and distribute Original
101Code, with or without Modifications, solely for Your internal research and
102development and/or Personal Use, provided that in each instance:
103
104(a) You must retain and reproduce in all copies of Original Code the copyright
105and other proprietary notices and disclaimers of Sybase as they appear in the
106Original Code, and keep intact all notices in the Original Code that refer to
107this License; and
108
109(b) You must retain and reproduce a copy of this License with every copy of
110Source Code of Covered Code and documentation You distribute, and You may not
111offer or impose any terms on such Source Code that alter or restrict this
112License or the recipients' rights hereunder, except as permitted under Section
1136.
114
115(c) Whenever reasonably feasible you should include the copy of this License in
116a click-wrap format, which requires affirmative acceptance by clicking on an
117"I accept" button or similar mechanism. If a click-wrap format is not
118included, you must include a statement that any use (including without
119limitation reproduction, modification or distribution) of the Software, and any
120other affirmative act that you define, constitutes acceptance of the License,
121and instructing the user not to use the Covered Code in any manner if the user
122does not accept all of the terms and conditions of the License.
123
124
1252.2 You may use, reproduce, display, perform, modify and Deploy Covered Code,
126provided that in each instance:
127
128(a) You must satisfy all the conditions of Section 2.1 with respect to the
129Source Code of the Covered Code;
130
131(b) You must duplicate, to the extent it does not already exist, the notice in
132Exhibit A in each file of the Source Code of all Your Modifications, and cause
133the modified files to carry prominent notices stating that You changed the
134files and the date of any change;
135
136(c) You must make Source Code of all Your Deployed Modifications publicly
137available under the terms of this License, including the license grants set
138forth in Section 3 below, for as long as you Deploy the Covered Code or twelve
139(12) months from the date of initial Deployment, whichever is longer. You
140should preferably distribute the Source Code of Your Deployed Modifications
141electronically (e.g. download from a web site);
142
143(d) if You Deploy Covered Code in object code, executable form only, You must
144include a prominent notice, in the code itself as well as in related
145documentation, stating that Source Code of the Covered Code is available under
146the terms of this License with information on how and where to obtain such
147Source Code; and
148
149(e) the object code form of the Covered Code may be distributed under Your own
150license agreement, provided that such license agreement contains terms no less
151protective of Sybase and each Contributor than the terms of this License, and
152stating that any provisions which differ from this License are offered by You
153alone and not by any other party.
154
155
1562.3 You expressly acknowledge and agree that although Sybase and each
157Contributor grants the licenses to their respective portions of the Covered
158Code set forth herein, no assurances are provided by Sybase or any Contributor
159that the Covered Code does not infringe the patent or other intellectual
160property rights of any other entity. Sybase and each Contributor disclaim any
161liability to You for claims brought by any other entity based on infringement
162of intellectual property rights or otherwise. As a condition to exercising the
163rights and licenses granted hereunder, You hereby assume sole responsibility to
164secure any other intellectual property rights needed, if any. For example, if a
165third party patent license is required to allow You to distribute the Covered
166Code, it is Your responsibility to acquire that license before distributing the
167Covered Code.
168
169
1703. Your Grants. In consideration of, and as a condition to, the licenses
171granted to You under this License, You hereby grant to Sybase and all third
172parties a non-exclusive, royalty-free license, under Your Applicable Patent
173Rights and other intellectual property rights (other than patent) owned or
174controlled by You, to use, reproduce, display, perform, modify, distribute and
175Deploy Your Modifications of the same scope and extent as Sybase's licenses
176under Sections 2.1 and 2.2.
177
178
1794. Larger Works. You may create a Larger Work by combining Covered Code with
180other code not governed by the terms of this License and distribute the Larger
181Work as a single product. In each such instance, You must make sure the
182requirements of this License are fulfilled for the Covered Code or any portion
183thereof.
184
185
1865. Limitations on Patent License. Except as expressly stated in Section 2, no
187other patent rights, express or implied, are granted by Sybase herein.
188Modifications and/or Larger Works may require additional patent licenses from
189Sybase which Sybase may grant in its sole discretion.
190
191
1926. Additional Terms. You may choose to offer, and to charge a fee for,
193warranty, support, indemnity or liability obligations and/or other rights
194consistent with this License ("Additional Terms") to one or more
195recipients of Covered Code. However, You may do so only on Your own behalf and
196as Your sole responsibility, and not on behalf of Sybase or any Contributor.
197You must obtain the recipient's agreement that any such Additional Terms are
198offered by You alone, and You hereby agree to indemnify, defend and hold Sybase
199and every Contributor harmless for any liability incurred by or claims asserted
200against Sybase or such Contributor by reason of any such Additional Terms.
201
202
2037. Versions of the License. Sybase may publish revised and/or new versions of
204this License from time to time. Each version will be given a distinguishing
205version number. Once Original Code has been published under a particular
206version of this License, You may continue to use it under the terms of that
207version. You may also choose to use such Original Code under the terms of any
208subsequent version of this License published by Sybase. No one other than
209Sybase has the right to modify the terms applicable to Covered Code created
210under this License.
211
212
2138. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part
214pre-release, untested, or not fully tested works. The Covered Code may contain
215errors that could cause failures or loss of data, and may be incomplete or
216contain inaccuracies. You expressly acknowledge and agree that use of the
217Covered Code, or any portion thereof, is at Your sole and entire risk. THE
218COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR
219SUPPORT OF ANY KIND AND SYBASE AND SYBASE'S LICENSOR(S) (COLLECTIVELY REFERRED
220TO AS "SYBASE" FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL
221CONTRIBUTORS EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR
222IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR
223CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A
224PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF
225THIRD PARTY RIGHTS. SYBASE AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST
226INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS
227CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION
228OF THE COVERED CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE
229COVERED CODE WILL BE CORRECTED. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN
230BY SYBASE, A SYBASE AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A
231WARRANTY. You acknowledge that the Covered Code is not intended for use in the
232operation of nuclear facilities, aircraft navigation, communication systems, or
233air traffic control machines in which case the failure of the Covered Code
234could lead to death, personal injury, or severe physical or environmental
235damage.
236
237
2389. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
239SHALL SYBASE OR ANY CONTRIBUTOR BE LIABLE FOR ANY DIRECT, INCIDENTAL, SPECIAL,
240INDIRECT, CONSEQUENTIAL OR OTHER DAMAGES OF ANY KIND ARISING OUT OF OR RELATING
241TO THIS LICENSE OR YOUR USE OR INABILITY TO USE THE COVERED CODE, OR ANY
242PORTION THEREOF, WHETHER UNDER A THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING
243NEGLIGENCE), PRODUCTS LIABILITY OR OTHERWISE, EVEN IF SYBASE OR SUCH
244CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND
245NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME
246JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF INCIDENTAL OR
247CONSEQUENTIAL OR OTHER DAMAGES OF ANY KIND, SO THIS LIMITATION MAY NOT APPLY TO
248YOU. In no event shall Sybase's or any Contributor's total liability to You for
249all damages (other than as may be required by applicable law) under this
250License exceed the amount of five hundred dollars ($500.00).
251
252
25310. Trademarks. This License does not grant any rights to use the trademarks or
254trade names "Sybase" or any other trademarks or trade names belonging
255to Sybase (collectively "Sybase Marks") or to any trademark or trade
256name belonging to any Contributor("Contributor Marks"). No Sybase
257Marks or Contributor Marks may be used to endorse or promote products derived
258from the Original Code or Covered Code other than with the prior written
259consent of Sybase or the Contributor, as applicable.
260
261
26211. Ownership. Subject to the licenses granted under this License, each
263Contributor retains all rights, title and interest in and to any Modifications
264made by such Contributor. Sybase retains all rights, title and interest in and
265to the Original Code and any Modifications made by or on behalf of Sybase
266("Sybase Modifications"), and such Sybase Modifications will not be
267automatically subject to this License. Sybase may, at its sole discretion,
268choose to license such Sybase Modifications under this License, or on different
269terms from those contained in this License or may choose not to license them at
270all.
271
27212. Termination.
273
274
27512.1 Termination. This License and the rights granted hereunder will terminate:
276
277(a) automatically without notice if You fail to comply with any term(s) of this
278License and fail to cure such breach within 30 days of becoming aware of such
279breach;
280
281(b) immediately in the event of the circumstances described in Section 13.5(b);
282or
283
284(c) automatically without notice if You, at any time during the term of this
285License, commence an action for patent infringement (including as a cross claim
286or counterclaim) against Sybase or any Contributor.
287
288
28912.2 Effect of Termination. Upon termination, You agree to immediately stop any
290further use, reproduction, modification, sublicensing and distribution of the
291Covered Code and to destroy all copies of the Covered Code that are in your
292possession or control. All sublicenses to the Covered Code that have been
293properly granted prior to termination shall survive any termination of this
294License. Provisions which, by their nature, should remain in effect beyond the
295termination of this License shall survive, including but not limited to
296Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other
297for compensation, indemnity or damages of any sort solely as a result of
298terminating this License in accordance with its terms, and termination of this
299License will be without prejudice to any other right or remedy of any party.
300
301
30213. Miscellaneous.
303
304
30513.1 Government End Users. The Covered Code is a "commercial item" as
306defined in FAR 2.101. Government software and technical data rights in the
307Covered Code include only those rights customarily provided to the public as
308defined in this License. This customary commercial license in technical data
309and software is provided in accordance with FAR 12.211 (Technical Data) and
31012.212 (Computer Software) and, for Department of Defense purchases, DFAR
311252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in
312Commercial Computer Software or Computer Software Documentation). Accordingly,
313all U.S. Government End Users acquire Covered Code with only those rights set
314forth herein.
315
316
31713.2 Relationship of Parties. This License will not be construed as creating an
318agency, partnership, joint venture or any other form of legal association
319between or among you, Sybase or any Contributor, and You will not represent to
320the contrary, whether expressly, by implication, appearance or otherwise.
321
322
32313.3 Independent Development. Nothing in this License will impair Sybase's or
324any Contributor's right to acquire, license, develop, have others develop for
325it, market and/or distribute technology or products that perform the same or
326similar functions as, or otherwise compete with, Modifications, Larger Works,
327technology or products that You may develop, produce, market or distribute.
328
329
33013.4 Waiver; Construction. Failure by Sybase or any Contributor to enforce any
331provision of this License will not be deemed a waiver of future enforcement of
332that or any other provision. Any law or regulation which provides that the
333language of a contract shall be construed against the drafter will not apply to
334this License.
335
336
33713.5 Severability. (a) If for any reason a court of competent jurisdiction
338finds any provision of this License, or portion thereof, to be unenforceable,
339that provision of the License will be enforced to the maximum extent
340permissible so as to effect the economic benefits and intent of the parties,
341and the remainder of this License will continue in full force and effect. (b)
342Notwithstanding the foregoing, if applicable law prohibits or restricts You
343from fully and/or specifically complying with Sections 2 and/or 3 or prevents
344the enforceability of either of those Sections, this License will immediately
345terminate and You must immediately discontinue any use of the Covered Code and
346destroy all copies of it that are in your possession or control.
347
348
34913.6 Dispute Resolution. Any litigation or other dispute resolution between You
350and Sybase relating to this License shall take place in the Northern District
351of California, and You and Sybase hereby consent to the personal jurisdiction
352of, and venue in, the state and federal courts within that District with
353respect to this License. The application of the United Nations Convention on
354Contracts for the International Sale of Goods is expressly excluded.
355
356
35713.7 Entire Agreement; Governing Law. This License constitutes the entire
358agreement between the parties with respect to the subject matter hereof. This
359License shall be governed by the laws of the United States and the State of
360California, except that body of California law concerning conflicts of law.
361Where You are located in the province of Quebec, Canada, the following clause
362applies: The parties hereby confirm that they have requested that this License
363and all related documents be drafted in English. Les parties ont exigè que le
364prèsent contrat et tous les documents connexes soient rèdiès en anglais.
365
366
367EXHIBIT A.
368
369"Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
370This file contains Original Code and/or Modifications of Original Code as
371defined in and that are subject to the Sybase Open Watcom Public License
372version 1.0 (the 'License'). You may not use this file except in compliance
373with the License. BY USING THIS FILE YOU AGREE TO ALL TERMS AND CONDITIONS OF
374THE LICENSE. A copy of the License is provided with the Original Code and
375Modifications, and is also available at www.sybase.com/developer/opensource.
376
377The Original Code and all software distributed under the License are
378distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS
379OR IMPLIED, AND SYBASE AND ALL CONTRIBUTORS HEREBY DISCLAIM ALL SUCH
380WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
381FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please
382see the License for the specific language governing rights and limitations
383under the License."
384
385
386
387
388
389
diff --git a/meta/files/common-licenses/XFree86-1 b/meta/files/common-licenses/XFree86-1
deleted file mode 100644
index 80a3313104..0000000000
--- a/meta/files/common-licenses/XFree86-1
+++ /dev/null
@@ -1,50 +0,0 @@
1
2XFree86 License (version 1.1)
3
4Copyright (C) 1994-2006 The XFree86 Project, Inc.
5All rights reserved.
6
7Permission is hereby granted, free of charge, to any person obtaining a copy of
8this software and associated documentation files (the "Software"), to
9deal in the Software without restriction, including without limitation the
10rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
11sell copies of the Software, and to permit persons to whom the Software is
12furnished to do so, subject to the following conditions:
13
141. Redistributions of source code must retain the above copyright notice, this
15list of conditions, and the following disclaimer.
16
172. Redistributions in binary form must reproduce the above copyright notice,
18this list of conditions and the following disclaimer in the documentation and/
19or other materials provided with the distribution, and in the same place and
20form as other copyright, license and disclaimer information.
21
223. The end-user documentation included with the redistribution, if any, must
23include the following acknowledgment: "This product includes software
24developed by The XFree86 Project, Inc (http://www.xfree86.org/) and its
25contributors", in the same place and form as other third-party
26acknowledgments. Alternately, this acknowledgment may appear in the software
27itself, in the same form and location as other such third-party
28acknowledgments.
29
304. Except as contained in this notice, the name of The XFree86 Project, Inc
31shall not be used in advertising or otherwise to promote the sale, use or other
32dealings in this Software without prior written authorization from The XFree86
33Project, Inc.
34
35THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
36INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
37FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE XFREE86
38PROJECT, INC OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
39INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
41PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
42LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
43OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
44ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45
46
47
48
49
50
diff --git a/meta/files/common-licenses/YPL-1 b/meta/files/common-licenses/YPL-1
deleted file mode 100644
index aef30e0a0e..0000000000
--- a/meta/files/common-licenses/YPL-1
+++ /dev/null
@@ -1,140 +0,0 @@
1
2Yahoo! Public License, Version 1.1 (YPL)
3This Yahoo! Public License (this "Agreement") is a legal agreement
4that describes the terms under which Yahoo! Inc., a Delaware corporation having
5its principal place of business at 701 First Avenue, Sunnyvale, California
694089 ("Yahoo!") will provide software to you via download or
7otherwise ("Software"). By using the Software, you, an individual or
8an entity ("You") agree to the terms of this Agreement.
9
10In consideration of the mutual promises and upon the terms and conditions set
11forth below, the parties agree as follows:
12
13Grant of Copyright License
141.1 - Subject to the terms and conditions of this Agreement, Yahoo! hereby
15grants to You, under any and all of its copyright interest in and to the
16Software, a royalty-free, non-exclusive, non-transferable license to copy,
17modify, compile, execute, and distribute the Software and Modifications. For
18the purposes of this Agreement, any change to, addition to, or abridgement of
19the Software made by You is a "Modification;" however, any file You
20add to the Software that does not contain any part of the Software is not a
21"Modification."
221.2 - If You are an individual acting on behalf of a corporation or other
23entity, Your use of the Software or any Modification is subject to Your having
24the authority to bind such corporation or entity to this Agreement. Providing
25copies to persons within such corporation or entity is not considered
26distribution for purposes of this Agreement.
271.3 - For the Software or any Modification You distribute in source code
28format, You must do so only under the terms of this Agreement, and You must
29include a complete copy of this Agreement with Your distribution. With respect
30to any Modification You distribute in source code format, the terms of this
31Agreement will apply to You in the same way those terms apply to Yahoo! with
32respect to the Software. In other words, when You are distributing
33Modifications under this Agreement, You "stand in the shoes" of
34Yahoo! in terms of the rights You grant and how the terms and conditions apply
35to You and the licensees of Your Modifications. Notwithstanding the foregoing,
36when You "stand in the shoes" of Yahoo!, You are not subject to the
37jurisdiction provision under Section 7, which requires all disputes under this
38Agreement to be subject to the jurisdiction of federal or state courts of
39northern California.
401.4 - For the Software or any Modification You distribute in compiled or object
41code format, You must also provide recipients with access to the Software or
42Modification in source code format along with a complete copy of this
43Agreement. The distribution of the Software or Modifications in compiled or
44object code format may be under a license of Your choice, provided that You are
45in compliance with the terms of this Agreement. In addition, You must make
46absolutely clear that any license terms applying to such Software or
47Modification that differ from this Agreement are offered by You alone and not
48by Yahoo!, and that such license does not restrict recipients from exercising
49rights in the source code to the Software granted by Yahoo! under this
50Agreement or rights in the source code to any Modification granted by You as
51described in Section 1.3.
521.5 - This Agreement does not limit Your right to distribute files that are
53entirely Your own work (i.e., which do not incorporate any portion of the
54Software and are not Modifications) under any terms You choose.
55Support
56Yahoo! has no obligation to provide technical support or updates to You.
57Nothing in this Agreement requires Yahoo! to enter into any license with You
58for any other edition of the Software.
59Intellectual Property Rights
603.1 - Except for the license expressly granted under copyright in Section 1.1,
61no rights, licenses or forbearances are granted or may arise in relation to
62this Agreement whether expressly, by implication, exhaustion, estoppel or
63otherwise. All rights, including all intellectual property rights, that are not
64expressly granted under this Agreement are hereby reserved.
653.2 - In any copy of the Software or in any Modification you create, You must
66retain and reproduce, any and all copyright, patent, trademark, and attribution
67notices that are included in the Software in the same form as they appear in
68the Software. This includes the preservation of attribution notices in the form
69of trademarks or logos that exist within a user interface of the Software.
703.3 - This license does not grant You rights to use any party's name, logo, or
71trademarks, except solely as necessary to comply with Section 3.2.
72Disclaimer of Warranties
73THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND.
74YAHOO! MAKES NO WARRANTIES, WHETHER EXPRESS, IMPLIED, OR STATUTORY REGARDING OR
75RELATING TO THE SOFTWARE. SPECIFICALLY, YAHOO! DOES NOT WARRANT THAT THE
76SOFTWARE WILL BE ERROR FREE OR WILL PERFORM IN AN UNINTERRUPTED MANNER. TO THE
77GREATEST EXTENT ALLOWED BY LAW, YAHOO! SPECIFICALLY DISCLAIMS ALL IMPLIED
78WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE (EVEN IF YAHOO!
79HAD BEEN INFORMED OF SUCH PURPOSE), AND NONINFRINGEMENT WITH RESPECT TO THE
80SOFTWARE, ANY MODIFICATIONS THERETO AND WITH RESPECT TO THE USE OF THE
81FOREGOING.
82Limitation of Liability
83IN NO EVENT WILL YAHOO! BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
84SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES OF ANY KIND (INCLUDING WITHOUT
85LIMITATION LOSS OF PROFITS, LOSS OF USE, BUSINESS INTERRUPTION, LOSS OF DATA,
86COST OF COVER) IN CONNECTION WITH OR ARISING OUT OF OR RELATING TO THE
87FURNISHING, PERFORMANCE OR USE OF THE SOFTWARE OR ANY OTHER RIGHTS GRANTED
88HEREUNDER, WHETHER ALLEGED AS A BREACH OF CONTRACT OR TORTIOUS CONDUCT,
89INCLUDING NEGLIGENCE, AND EVEN IF YAHOO! HAS BEEN ADVISED OF THE POSSIBILITY OF
90SUCH DAMAGES.
91Term and Termination
926.1 - This Agreement will continue in effect unless and until terminated
93earlier pursuant to this Section 6.
946.2 - In the event You violate the terms of this Agreement, Yahoo! may
95terminate this Agreement.
966.3 - All licenses granted hereunder shall terminate upon the termination of
97this Agreement. Termination will be in addition to any rights and remedies
98available to Yahoo! at law or equity or under this Agreement.
996.4 - Termination of this Agreement will not affect the provisions regarding
100reservation of rights (Section 3.1), provisions disclaiming or limiting
101Yahoo!'s liability (Sections 4 and 5), Termination (Section 6) or Miscellaneous
102(Section 7), which provisions will survive termination of this Agreement.
103Miscellaneous
104This Agreement contains the entire agreement of the parties with respect to the
105subject matter of this Agreement and supersedes all previous communications,
106representations, understandings and agreements, either oral or written, between
107the parties with respect to said subject matter. The relationship of the
108parties hereunder is that of independent contractors, and this Agreement will
109not be construed as creating an agency, partnership, joint venture or any other
110form of legal association between the parties. If any term, condition, or
111provision in this Agreement is found to be invalid, unlawful or unenforceable
112to any extent, this Agreement will be construed in a manner that most closely
113effectuates the intent of this Agreement. Such invalid term, condition or
114provision will be severed from the remaining terms, conditions and provisions,
115which will continue to be valid and enforceable to the fullest extent permitted
116by law. This Agreement will be interpreted and construed in accordance with the
117laws of the State of California and the United States of America, without
118regard to conflict of law principles. The U.N. Convention on Contracts for the
119International Sale of Goods shall not apply to this Agreement. All disputes
120arising out of this Agreement involving Yahoo! or any of its subsidiaries shall
121be subject to the jurisdiction of the federal or state courts of northern
122California, with venue lying in Santa Clara County, California. No rights may
123be assigned, no obligations may be delegated, and this Agreement may not be
124transferred by You, in whole or in part, whether voluntary or by operation of
125law, including by way of sale of assets, merger or consolidation, without the
126prior written consent of Yahoo!, and any purported assignment, delegation or
127transfer without such consent shall be void ab initio. Any waiver of the
128provisions of this Agreement or of a party's rights or remedies under this
129Agreement must be in writing to be effective. Failure, neglect or delay by a
130party to enforce the provisions of this Agreement or its rights or remedies at
131any time, will not be construed or be deemed to be a waiver of such party's
132rights under this Agreement and will not in any way affect the validity of the
133whole or any part of this Agreement or prejudice such party's right to take
134subsequent action.
135
136
137
138
139
140
diff --git a/meta/files/common-licenses/ZPL-1 b/meta/files/common-licenses/ZPL-1
deleted file mode 100644
index d79994af72..0000000000
--- a/meta/files/common-licenses/ZPL-1
+++ /dev/null
@@ -1,60 +0,0 @@
1
2Zope Public License (ZPL) Version 1.1
3
4Copyright (c) Zope Corporation. All rights reserved.
5
6This license has been certified as open source.
7
8Redistribution and use in source and binary forms, with or without
9modification, are permitted provided that the following conditions are met:
10
11Redistributions in source code must retain the above copyright notice, this
12list of conditions, and the following disclaimer.
13Redistributions in binary form must reproduce the above copyright notice, this
14list of conditions, and the following disclaimer in the documentation and/or
15other materials provided with the distribution.
16All advertising materials and documentation mentioning features derived from or
17use of this software must display the following acknowledgement:
18"This product includes software developed by Zope Corporation for use in
19the Z Object Publishing Environment (http://www.zope.com/)."
20
21In the event that the product being advertised includes an intact Zope
22distribution (with copyright and license included) then this clause is waived.
23
24Names associated with Zope or Zope Corporation must not be used to endorse or
25promote products derived from this software without prior written permission
26from Zope Corporation.
27Modified redistributions of any form whatsoever must retain the following
28acknowledgment:
29"This product includes software developed by Zope Corporation for use in
30the Z Object Publishing Environment (http://www.zope.com/)."
31
32Intact (re-)distributions of any official Zope release do not require an
33external acknowledgement.
34
35Modifications are encouraged but must be packaged separately as patches to
36official Zope releases. Distributions that do not clearly separate the patches
37from the original work must be clearly labeled as unofficial distributions.
38Modifications which do not carry the name Zope may be packaged in any form, as
39long as they conform to all of the clauses above.
40Disclaimer
41THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'' AND ANY EXPRESSED OR
42IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
43MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
44EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
45INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
46BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
47DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
48LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
49OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
50ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51
52This software consists of contributions made by Zope Corporation and many
53individuals on behalf of Zope Corporation. Specific attributions are listed in
54the accompanying credits file.
55
56
57
58
59
60
diff --git a/meta/files/common-licenses/ZPL-2 b/meta/files/common-licenses/ZPL-2
deleted file mode 100644
index c851a1f68b..0000000000
--- a/meta/files/common-licenses/ZPL-2
+++ /dev/null
@@ -1,44 +0,0 @@
1
2ZPL 2.1
3Zope Public License (ZPL) Version 2.1
4
5A copyright notice accompanies this license document that identifies the
6copyright holders.
7
8This license has been certified as open source. It has also been designated as
9GPL compatible by the Free Software Foundation (FSF).
10
11Redistribution and use in source and binary forms, with or without
12modification, are permitted provided that the following conditions are met:
13
14Redistributions in source code must retain the accompanying copyright notice,
15this list of conditions, and the following disclaimer.
16Redistributions in binary form must reproduce the accompanying copyright
17notice, this list of conditions, and the following disclaimer in the
18documentation and/or other materials provided with the distribution.
19Names of the copyright holders must not be used to endorse or promote products
20derived from this software without prior written permission from the copyright
21holders.
22The right to distribute this software or to use it for any purpose does not
23give you the right to use Servicemarks (sm) or Trademarks (tm) of the copyright
24holders. Use of them is covered by separate agreement with the copyright
25holders.
26If any files are modified, you must cause the modified files to carry prominent
27notices stating that you changed the files and the date of any change.
28Disclaimer
29THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
30OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
31MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
32EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
33INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
34LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
35PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
36LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
37OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
38ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
40
41
42
43
44
diff --git a/meta/files/common-licenses/Zimbra-1 b/meta/files/common-licenses/Zimbra-1
deleted file mode 100644
index 0558595d6b..0000000000
--- a/meta/files/common-licenses/Zimbra-1
+++ /dev/null
@@ -1,140 +0,0 @@
1
2Zimbra Public License, Version 1.3 (ZPL)
3This Zimbra Public License (this "Agreement") is a legal agreement
4that describes the terms under which VMware, Inc., a Delaware corporation
5having its principal place of business at 3401 Hillview Avenue, Palo Alto,
6California 94304 ("VMware") will provide software to you via download
7or otherwise ("Software"). By using the Software, you, an individual
8or an entity ("You") agree to the terms of this Agreement.
9
10In consideration of the mutual promises and upon the terms and conditions set
11forth below, the parties agree as follows:
12
131. Grant of Copyright License
141.1 - Subject to the terms and conditions of this Agreement, VMware hereby
15grants to You, under any and all of its copyright interest in and to the
16Software, a royalty-free, non-exclusive, non-transferable license to copy,
17modify, compile, execute, and distribute the Software and Modifications. For
18the purposes of this Agreement, any change to, addition to, or abridgement of
19the Software made by You is a "Modification;" however, any file You
20add to the Software that does not contain any part of the Software is not a
21"Modification."
221.2 - If You are an individual acting on behalf of a corporation or other
23entity, Your use of the Software or any Modification is subject to Your having
24the authority to bind such corporation or entity to this Agreement. Providing
25copies to persons within such corporation or entity is not considered
26distribution for purposes of this Agreement.
271.3 - For the Software or any Modification You distribute in source code
28format, You must do so only under the terms of this Agreement, and You must
29include a complete copy of this Agreement with Your distribution. With respect
30to any Modification You distribute in source code format, the terms of this
31Agreement will apply to You in the same way those terms apply to VMware with
32respect to the Software. In other words, when You are distributing
33Modifications under this Agreement, You "stand in the shoes" of
34VMware in terms of the rights You grant and how the terms and conditions apply
35to You and the licensees of Your Modifications. Notwithstanding the foregoing,
36when You "stand in the shoes" of VMware, You are not subject to the
37jurisdiction provision under Section 7, which requires all disputes under this
38Agreement to be subject to the jurisdiction of federal or state courts of
39northern California.
401.4 - For the Software or any Modification You distribute in compiled or object
41code format, You must also provide recipients with access to the Software or
42Modification in source code format along with a complete copy of this
43Agreement. The distribution of the Software or Modifications in compiled or
44object code format may be under a license of Your choice, provided that You are
45in compliance with the terms of this Agreement. In addition, You must make
46absolutely clear that any license terms applying to such Software or
47Modification that differ from this Agreement are offered by You alone and not
48by VMware, and that such license does not restrict recipients from exercising
49rights in the source code to the Software granted by VMware under this
50Agreement or rights in the source code to any Modification granted by You as
51described in Section 1.3.
521.5 - This Agreement does not limit Your right to distribute files that are
53entirely Your own work (i.e., which do not incorporate any portion of the
54Software and are not Modifications) under any terms You choose.
552. Support
56VMware has no obligation to provide technical support or updates to You.
57Nothing in this Agreement requires VMware to enter into any license with You
58for any other edition of the Software.
593. Intellectual Property Rights
603.1 - Except for the license expressly granted under copyright in Section 1.1,
61no rights, licenses or forbearances are granted or may arise in relation to
62this Agreement whether expressly, by implication, exhaustion, estoppel or
63otherwise. All rights, including all intellectual property rights, that are not
64expressly granted under this Agreement are hereby reserved.
653.2 - In any copy of the Software or in any Modification you create, You must
66retain and reproduce, any and all copyright, patent, trademark, and attribution
67notices that are included in the Software in the same form as they appear in
68the Software. This includes the preservation of attribution notices in the form
69of trademarks or logos that exist within a user interface of the Software.
703.3 - This license does not grant You rights to use any party's name, logo, or
71trademarks, except solely as necessary to comply with Section 3.2.
724. Disclaimer of Warranties
73THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND.
74VMWARE MAKES NO WARRANTIES, WHETHER EXPRESS, IMPLIED, OR STATUTORY REGARDING OR
75RELATING TO THE SOFTWARE. SPECIFICALLY, VMWARE DOES NOT WARRANT THAT THE
76SOFTWARE WILL BE ERROR FREE OR WILL PERFORM IN AN UNINTERRUPTED MANNER. TO THE
77GREATEST EXTENT ALLOWED BY LAW, VMWARE SPECIFICALLY DISCLAIMS ALL IMPLIED
78WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE (EVEN IF VMWARE
79HAD BEEN INFORMED OF SUCH PURPOSE), AND NONINFRINGEMENT WITH RESPECT TO THE
80SOFTWARE, ANY MODIFICATIONS THERETO AND WITH RESPECT TO THE USE OF THE
81FOREGOING.
825. Limitation of Liability
83IN NO EVENT WILL VMWARE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
84SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES OF ANY KIND (INCLUDING WITHOUT
85LIMITATION LOSS OF PROFITS, LOSS OF USE, BUSINESS INTERRUPTION, LOSS OF DATA,
86COST OF COVER) IN CONNECTION WITH OR ARISING OUT OF OR RELATING TO THE
87FURNISHING, PERFORMANCE OR USE OF THE SOFTWARE OR ANY OTHER RIGHTS GRANTED
88HEREUNDER, WHETHER ALLEGED AS A BREACH OF CONTRACT OR TORTIOUS CONDUCT,
89INCLUDING NEGLIGENCE, AND EVEN IF VMWARE HAS BEEN ADVISED OF THE POSSIBILITY OF
90SUCH DAMAGES.
916. Term and Termination
926.1 - This Agreement will continue in effect unless and until terminated
93earlier pursuant to this Section 6.
946.2 - In the event You violate the terms of this Agreement, VMware may
95terminate this Agreement.
966.3 - All licenses granted hereunder shall terminate upon the termination of
97this Agreement. Termination will be in addition to any rights and remedies
98available to VMware at law or equity or under this Agreement.
996.4 - Termination of this Agreement will not affect the provisions regarding
100reservation of rights (Section 3.1), provisions disclaiming or limiting
101VMware's liability (Sections 4 and 5), Termination (Section 6) or Miscellaneous
102(Section 7), which provisions will survive termination of this Agreement.
1037. Miscellaneous
104This Agreement contains the entire agreement of the parties with respect to the
105subject matter of this Agreement and supersedes all previous communications,
106representations, understandings and agreements, either oral or written, between
107the parties with respect to said subject matter. The relationship of the
108parties hereunder is that of independent contractors, and this Agreement will
109not be construed as creating an agency, partnership, joint venture or any other
110form of legal association between the parties. If any term, condition, or
111provision in this Agreement is found to be invalid, unlawful or unenforceable
112to any extent, this Agreement will be construed in a manner that most closely
113effectuates the intent of this Agreement. Such invalid term, condition or
114provision will be severed from the remaining terms, conditions and provisions,
115which will continue to be valid and enforceable to the fullest extent permitted
116by law. This Agreement will be interpreted and construed in accordance with the
117laws of the State of California and the United States of America, without
118regard to conflict of law principles. The U.N. Convention on Contracts for the
119International Sale of Goods shall not apply to this Agreement. All disputes
120arising out of this Agreement involving VMware or any of its subsidiaries shall
121be subject to the jurisdiction of the federal or state courts of northern
122California, with venue lying in Santa Clara County, California. No rights may
123be assigned, no obligations may be delegated, and this Agreement may not be
124transferred by You, in whole or in part, whether voluntary or by operation of
125law, including by way of sale of assets, merger or consolidation, without the
126prior written consent of VMware, and any purported assignment, delegation or
127transfer without such consent shall be void ab initio. Any waiver of the
128provisions of this Agreement or of a party's rights or remedies under this
129Agreement must be in writing to be effective. Failure, neglect or delay by a
130party to enforce the provisions of this Agreement or its rights or remedies at
131any time, will not be construed or be deemed to be a waiver of such party's
132rights under this Agreement and will not in any way affect the validity of the
133whole or any part of this Agreement or prejudice such party's right to take
134subsequent action.
135
136
137
138
139
140
diff --git a/meta/files/common-licenses/eCos-2 b/meta/files/common-licenses/eCos-2
deleted file mode 100644
index ce7e30ef7e..0000000000
--- a/meta/files/common-licenses/eCos-2
+++ /dev/null
@@ -1,38 +0,0 @@
1
2The eCos license version 2.0
3
4This file is part of eCos, the Embedded Configurable Operating System.
5Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
6eCos is free software; you can redistribute it and/or modify it under the terms
7of the GNU General Public License as published by the Free Software Foundation;
8either version 2 or (at your option) any later version.
9
10eCos is distributed in the hope that it will be useful, but WITHOUT ANY
11WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12PARTICULAR PURPOSE. See the GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License along with
15eCos; if not, write to the Free Software Foundation, Inc., 51 Franklin St,
16Fifth Floor, Boston, MA 02110-1301 USA.
17
18As a special exception, if other files instantiate templates or use macros or
19inline functions from this file, or you compile this file and link it with
20other works to produce a work based on this file, this file does not by itself
21cause the resulting work to be covered by the GNU General Public License.
22However the source code for this file must still be made available in
23accordance with section (3) of the GNU General Public License.
24
25This exception does not invalidate any other reasons why a work based on this
26file might be covered by the GNU General Public License.
27
28Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. at
29http://sources.redhat.com/ecos/ecos-license/ ----------------------------------
30---------
31
32####ECOSGPLCOPYRIGHTEND####
33
34
35
36
37
38