diff options
author | Elizabeth Flanagan <elizabeth.flanagan@intel.com> | 2011-12-03 23:16:15 (GMT) |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-08 15:24:30 (GMT) |
commit | cb91ef9310a2450650ec880be6f0fc3a6e2d4a23 (patch) | |
tree | 9886b8bbf81cfb2aedc4825f61ae86c4fae7d2b2 /meta/files/common-licenses | |
parent | c41b31e45161b16d4a792db208edfaafbc164611 (diff) | |
download | poky-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/common-licenses')
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 d991c63..0000000 --- a/meta/files/common-licenses/AFL-1 +++ /dev/null | |||
@@ -1,92 +0,0 @@ | |||
1 | |||
2 | Academic Free License | ||
3 | Version 1.2 | ||
4 | |||
5 | This Academic Free License applies to any original work of authorship | ||
6 | (the "Original Work") whose owner (the "Licensor") has | ||
7 | placed the | ||
8 | following notice immediately following the copyright notice for the | ||
9 | Original Work: | ||
10 | |||
11 | Licensed under the Academic Free License version 1.2 | ||
12 | |||
13 | Grant of License. Licensor hereby grants to any person obtaining a | ||
14 | copy of the Original Work ("You") a world-wide, royalty-free, | ||
15 | non-exclusive, perpetual, non-sublicenseable license (1) to use, copy, | ||
16 | modify, merge, publish, perform, distribute and/or sell copies of the | ||
17 | Original Work and derivative works thereof, and (2) under patent claims | ||
18 | owned or controlled by the Licensor that are embodied in the Original | ||
19 | Work as furnished by the Licensor, to make, use, sell and offer for | ||
20 | sale the Original Work and derivative works thereof, subject to the | ||
21 | following conditions. | ||
22 | |||
23 | Attribution Rights. You must retain, in the Source Code of any | ||
24 | Derivative Works that You create, all copyright, patent or trademark | ||
25 | notices from the Source Code of the Original Work, as well as any | ||
26 | notices of licensing and any descriptive text identified therein as an | ||
27 | "Attribution Notice." You must cause the Source Code for any | ||
28 | Derivative | ||
29 | Works that You create to carry a prominent Attribution Notice reasonably | ||
30 | calculated to inform recipients that You have modified the Original Work. | ||
31 | |||
32 | Exclusions from License Grant. Neither the names of Licensor, nor the | ||
33 | names of any contributors to the Original Work, nor any of their | ||
34 | trademarks or service marks, may be used to endorse or promote products | ||
35 | derived from this Original Work without express prior written permission | ||
36 | of the Licensor. | ||
37 | |||
38 | Warranty and Disclaimer of Warranty. Licensor warrants that the copyright | ||
39 | in and to the Original Work is owned by the Licensor or that the Original | ||
40 | Work is distributed by Licensor under a valid current license from the | ||
41 | copyright owner. Except as expressly stated in the immediately proceeding | ||
42 | sentence, the Original Work is provided under this License on an "AS | ||
43 | IS" | ||
44 | BASIS and WITHOUT WARRANTY, either express or implied, including, without | ||
45 | limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS | ||
46 | FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL | ||
47 | WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part | ||
48 | of this License. No license to Original Work is granted hereunder except | ||
49 | under this disclaimer. | ||
50 | |||
51 | Limitation of Liability. Under no circumstances and under no legal theory, | ||
52 | whether in tort (including negligence), contract, or otherwise, shall the | ||
53 | Licensor be liable to any person for any direct, indirect, special, | ||
54 | incidental, or consequential damages of any character arising as a result | ||
55 | of this License or the use of the Original Work including, without | ||
56 | limitation, damages for loss of goodwill, work stoppage, computer failure | ||
57 | or malfunction, or any and all other commercial damages or losses. This | ||
58 | limitation of liability shall not apply to liability for death or personal | ||
59 | injury resulting from Licensor's negligence to the extent applicable law | ||
60 | prohibits such limitation. Some jurisdictions do not allow the exclusion or | ||
61 | limitation of incidental or consequential damages, so this exclusion and | ||
62 | limitation may not apply to You. | ||
63 | |||
64 | License to Source Code. The term "Source Code" means the preferred | ||
65 | form of | ||
66 | the Original Work for making modifications to it and all available | ||
67 | documentation describing how to modify the Original Work. Licensor hereby | ||
68 | agrees to provide a machine-readable copy of the Source Code of the Original | ||
69 | Work along with each copy of the Original Work that Licensor distributes. | ||
70 | Licensor reserves the right to satisfy this obligation by placing a | ||
71 | machine-readable copy of the Source Code in an information repository | ||
72 | reasonably calculated to permit inexpensive and convenient access by You for | ||
73 | as long as Licensor continues to distribute the Original Work, and by | ||
74 | publishing the address of that information repository in a notice immediately | ||
75 | following the copyright notice that applies to the Original Work. | ||
76 | |||
77 | Mutual Termination for Patent Action. This License shall terminate | ||
78 | automatically and You may no longer exercise any of the rights granted to You | ||
79 | by this License if You file a lawsuit in any court alleging that any OSI | ||
80 | Certified open source software that is licensed under any license containing | ||
81 | this "Mutual Termination for Patent Action" clause infringes any | ||
82 | patent | ||
83 | claims that are essential to use that software. | ||
84 | |||
85 | Right to Use. You may use the Original Work in all ways not otherwise | ||
86 | restricted or conditioned by this License or by law, and Licensor promises | ||
87 | not to interfere with or be responsible for such uses by You. | ||
88 | |||
89 | This license is Copyright (C) 2002 Lawrence E. Rosen. All rights reserved. | ||
90 | Permission is hereby granted to copy and distribute this license without | ||
91 | modification. This license may not be modified without the express written | ||
92 | permission 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 e5f993a..0000000 --- a/meta/files/common-licenses/AFL-2 +++ /dev/null | |||
@@ -1,155 +0,0 @@ | |||
1 | |||
2 | The Academic Free License | ||
3 | v. 2.1 | ||
4 | |||
5 | This Academic Free License (the "License") applies to any original | ||
6 | work of authorship (the "Original Work") whose owner (the | ||
7 | "Licensor") has placed the following notice immediately following the | ||
8 | copyright notice for the Original Work: | ||
9 | |||
10 | Licensed under the Academic Free License version 2.1 | ||
11 | |||
12 | 1) Grant of Copyright License. Licensor hereby grants You a world-wide, | ||
13 | royalty-free, non-exclusive, perpetual, sublicenseable license to do the | ||
14 | following: | ||
15 | |||
16 | a) to reproduce the Original Work in copies; | ||
17 | |||
18 | b) to prepare derivative works ("Derivative Works") based upon the | ||
19 | Original Work; | ||
20 | |||
21 | c) to distribute copies of the Original Work and Derivative Works to the | ||
22 | public; | ||
23 | |||
24 | d) to perform the Original Work publicly; and | ||
25 | |||
26 | e) to display the Original Work publicly. | ||
27 | |||
28 | 2) Grant of Patent License. Licensor hereby grants You a world-wide, royalty- | ||
29 | free, non-exclusive, perpetual, sublicenseable license, under patent claims | ||
30 | owned or controlled by the Licensor that are embodied in the Original Work as | ||
31 | furnished by the Licensor, to make, use, sell and offer for sale the Original | ||
32 | Work and Derivative Works. | ||
33 | |||
34 | 3) Grant of Source Code License. The term "Source Code" means the | ||
35 | preferred form of the Original Work for making modifications to it and all | ||
36 | available documentation describing how to modify the Original Work. Licensor | ||
37 | hereby agrees to provide a machine-readable copy of the Source Code of the | ||
38 | Original Work along with each copy of the Original Work that Licensor | ||
39 | distributes. Licensor reserves the right to satisfy this obligation by placing | ||
40 | a machine-readable copy of the Source Code in an information repository | ||
41 | reasonably calculated to permit inexpensive and convenient access by You for as | ||
42 | long as Licensor continues to distribute the Original Work, and by publishing | ||
43 | the address of that information repository in a notice immediately following | ||
44 | the copyright notice that applies to the Original Work. | ||
45 | |||
46 | 4) Exclusions From License Grant. Neither the names of Licensor, nor the names | ||
47 | of any contributors to the Original Work, nor any of their trademarks or | ||
48 | service marks, may be used to endorse or promote products derived from this | ||
49 | Original Work without express prior written permission of the Licensor. Nothing | ||
50 | in this License shall be deemed to grant any rights to trademarks, copyrights, | ||
51 | patents, trade secrets or any other intellectual property of Licensor except as | ||
52 | expressly stated herein. No patent license is granted to make, use, sell or | ||
53 | offer to sell embodiments of any patent claims other than the licensed claims | ||
54 | defined in Section 2. No right is granted to the trademarks of Licensor even if | ||
55 | such marks are included in the Original Work. Nothing in this License shall be | ||
56 | interpreted to prohibit Licensor from licensing under different terms from this | ||
57 | License any Original Work that Licensor otherwise would have a right to | ||
58 | license. | ||
59 | |||
60 | 5) This section intentionally omitted. | ||
61 | |||
62 | 6) Attribution Rights. You must retain, in the Source Code of any Derivative | ||
63 | Works that You create, all copyright, patent or trademark notices from the | ||
64 | Source Code of the Original Work, as well as any notices of licensing and any | ||
65 | descriptive text identified therein as an "Attribution Notice." You | ||
66 | must cause the Source Code for any Derivative Works that You create to carry a | ||
67 | prominent Attribution Notice reasonably calculated to inform recipients that | ||
68 | You have modified the Original Work. | ||
69 | |||
70 | 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that | ||
71 | the copyright in and to the Original Work and the patent rights granted herein | ||
72 | by Licensor are owned by the Licensor or are sublicensed to You under the terms | ||
73 | of this License with the permission of the contributor(s) of those copyrights | ||
74 | and patent rights. Except as expressly stated in the immediately proceeding | ||
75 | sentence, the Original Work is provided under this License on an "AS | ||
76 | IS" BASIS and WITHOUT WARRANTY, either express or implied, including, | ||
77 | without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or | ||
78 | FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE | ||
79 | ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential | ||
80 | part of this License. No license to Original Work is granted hereunder except | ||
81 | under this disclaimer. | ||
82 | |||
83 | 8) Limitation of Liability. Under no circumstances and under no legal theory, | ||
84 | whether in tort (including negligence), contract, or otherwise, shall the | ||
85 | Licensor be liable to any person for any direct, indirect, special, incidental, | ||
86 | or consequential damages of any character arising as a result of this License | ||
87 | or the use of the Original Work including, without limitation, damages for loss | ||
88 | of goodwill, work stoppage, computer failure or malfunction, or any and all | ||
89 | other commercial damages or losses. This limitation of liability shall not | ||
90 | apply to liability for death or personal injury resulting from Licensor's | ||
91 | negligence to the extent applicable law prohibits such limitation. Some | ||
92 | jurisdictions do not allow the exclusion or limitation of incidental or | ||
93 | consequential damages, so this exclusion and limitation may not apply to You. | ||
94 | |||
95 | 9) Acceptance and Termination. If You distribute copies of the Original Work or | ||
96 | a Derivative Work, You must make a reasonable effort under the circumstances to | ||
97 | obtain the express assent of recipients to the terms of this License. Nothing | ||
98 | else but this License (or another written agreement between Licensor and You) | ||
99 | grants You permission to create Derivative Works based upon the Original Work | ||
100 | or to exercise any of the rights granted in Section 1 herein, and any attempt | ||
101 | to do so except under the terms of this License (or another written agreement | ||
102 | between Licensor and You) is expressly prohibited by U.S. copyright law, the | ||
103 | equivalent laws of other countries, and by international treaty. Therefore, by | ||
104 | exercising any of the rights granted to You in Section 1 herein, You indicate | ||
105 | Your acceptance of this License and all of its terms and conditions. | ||
106 | |||
107 | 10) Termination for Patent Action. This License shall terminate automatically | ||
108 | and You may no longer exercise any of the rights granted to You by this License | ||
109 | as of the date You commence an action, including a cross-claim or counterclaim, | ||
110 | against Licensor or any licensee alleging that the Original Work infringes a | ||
111 | patent. This termination provision shall not apply for an action alleging | ||
112 | patent infringement by combinations of the Original Work with other software or | ||
113 | hardware. | ||
114 | |||
115 | 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this | ||
116 | License may be brought only in the courts of a jurisdiction wherein the | ||
117 | Licensor resides or in which Licensor conducts its primary business, and under | ||
118 | the laws of that jurisdiction excluding its conflict-of-law provisions. The | ||
119 | application of the United Nations Convention on Contracts for the International | ||
120 | Sale of Goods is expressly excluded. Any use of the Original Work outside the | ||
121 | scope of this License or after its termination shall be subject to the | ||
122 | requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et seq., | ||
123 | the equivalent laws of other countries, and international treaty. This section | ||
124 | shall survive the termination of this License. | ||
125 | |||
126 | 12) Attorneys Fees. In any action to enforce the terms of this License or | ||
127 | seeking damages relating thereto, the prevailing party shall be entitled to | ||
128 | recover its costs and expenses, including, without limitation, reasonable | ||
129 | attorneys' fees and costs incurred in connection with such action, including | ||
130 | any appeal of such action. This section shall survive the termination of this | ||
131 | License. | ||
132 | |||
133 | 13) Miscellaneous. This License represents the complete agreement concerning | ||
134 | the subject matter hereof. If any provision of this License is held to be | ||
135 | unenforceable, such provision shall be reformed only to the extent necessary to | ||
136 | make it enforceable. | ||
137 | |||
138 | 14) Definition of "You" in This License. "You" throughout | ||
139 | this License, whether in upper or lower case, means an individual or a legal | ||
140 | entity exercising rights under, and complying with all of the terms of, this | ||
141 | License. For legal entities, "You" includes any entity that controls, | ||
142 | is controlled by, or is under common control with you. For purposes of this | ||
143 | definition, "control" means (i) the power, direct or indirect, to | ||
144 | cause the direction or management of such entity, whether by contract or | ||
145 | otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding | ||
146 | shares, or (iii) beneficial ownership of such entity. | ||
147 | |||
148 | 15) Right to Use. You may use the Original Work in all ways not otherwise | ||
149 | restricted or conditioned by this License or by law, and Licensor promises not | ||
150 | to interfere with or be responsible for such uses by You. | ||
151 | |||
152 | This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved. | ||
153 | Permission is hereby granted to copy and distribute this license without | ||
154 | modification. This license may not be modified without the express written | ||
155 | permission 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 b2588f7..0000000 --- a/meta/files/common-licenses/AGPL-3 +++ /dev/null | |||
@@ -1,213 +0,0 @@ | |||
1 | GNU AFFERO GENERAL PUBLIC LICENSE | ||
2 | |||
3 | Version 3, 19 November 2007 | ||
4 | |||
5 | Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/> | ||
6 | Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. | ||
7 | Preamble | ||
8 | |||
9 | The 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 | |||
11 | The 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 | |||
13 | When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. | ||
14 | |||
15 | Developers 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 | |||
17 | A 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 | |||
19 | The 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 | |||
21 | An 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 | |||
23 | The precise terms and conditions for copying, distribution and modification follow. | ||
24 | TERMS AND CONDITIONS | ||
25 | 0. 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 | |||
33 | To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. | ||
34 | |||
35 | A "covered work" means either the unmodified Program or a work based on the Program. | ||
36 | |||
37 | To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. | ||
38 | |||
39 | To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. | ||
40 | |||
41 | An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. | ||
42 | 1. Source Code. | ||
43 | |||
44 | The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. | ||
45 | |||
46 | A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. | ||
47 | |||
48 | The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. | ||
49 | |||
50 | The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. | ||
51 | |||
52 | The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. | ||
53 | |||
54 | The Corresponding Source for a work in source code form is that same work. | ||
55 | 2. Basic Permissions. | ||
56 | |||
57 | All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. | ||
58 | |||
59 | You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. | ||
60 | |||
61 | Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. | ||
62 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. | ||
63 | |||
64 | No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. | ||
65 | |||
66 | When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. | ||
67 | 4. Conveying Verbatim Copies. | ||
68 | |||
69 | You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. | ||
70 | |||
71 | You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. | ||
72 | 5. Conveying Modified Source Versions. | ||
73 | |||
74 | You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: | ||
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 | |||
81 | A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. | ||
82 | 6. Conveying Non-Source Forms. | ||
83 | |||
84 | You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: | ||
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 | |||
92 | A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. | ||
93 | |||
94 | A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. | ||
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 | |||
98 | If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). | ||
99 | |||
100 | The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. | ||
101 | |||
102 | Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. | ||
103 | 7. 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 | |||
107 | When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. | ||
108 | |||
109 | Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: | ||
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 | |||
118 | All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. | ||
119 | |||
120 | If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. | ||
121 | |||
122 | Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. | ||
123 | 8. Termination. | ||
124 | |||
125 | You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). | ||
126 | |||
127 | However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. | ||
128 | |||
129 | Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. | ||
130 | |||
131 | Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. | ||
132 | 9. Acceptance Not Required for Having Copies. | ||
133 | |||
134 | You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. | ||
135 | 10. Automatic Licensing of Downstream Recipients. | ||
136 | |||
137 | Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. | ||
138 | |||
139 | An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. | ||
140 | |||
141 | You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. | ||
142 | 11. Patents. | ||
143 | |||
144 | A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". | ||
145 | |||
146 | A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. | ||
147 | |||
148 | Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. | ||
149 | |||
150 | In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. | ||
151 | |||
152 | If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. | ||
153 | |||
154 | If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. | ||
155 | |||
156 | A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. | ||
157 | |||
158 | Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. | ||
159 | 12. No Surrender of Others' Freedom. | ||
160 | |||
161 | If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. | ||
162 | 13. Remote Network Interaction; Use with the GNU General Public License. | ||
163 | |||
164 | Notwithstanding 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 | |||
166 | Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU 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. | ||
167 | 14. Revised Versions of this License. | ||
168 | |||
169 | The 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 | |||
171 | Each 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 | |||
173 | If 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 | |||
175 | Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. | ||
176 | 15. Disclaimer of Warranty. | ||
177 | |||
178 | 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. | ||
179 | 16. Limitation of Liability. | ||
180 | |||
181 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. | ||
182 | 17. Interpretation of Sections 15 and 16. | ||
183 | |||
184 | If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. | ||
185 | |||
186 | END OF TERMS AND CONDITIONS | ||
187 | How to Apply These Terms to Your New Programs | ||
188 | |||
189 | If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. | ||
190 | |||
191 | To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. | ||
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 | |||
209 | Also add information on how to contact you by electronic and paper mail. | ||
210 | |||
211 | If 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 | |||
213 | You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU 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 4137b64..0000000 --- a/meta/files/common-licenses/APL-1 +++ /dev/null | |||
@@ -1,327 +0,0 @@ | |||
1 | ADAPTIVE PUBLIC LICENSE | ||
2 | Version 1.0 | ||
3 | |||
4 | THE 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 | |||
6 | IMPORTANT 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 | |||
8 | See 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 | |||
10 | 1. 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 | |||
64 | 2. 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 | |||
102 | 3. 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 | |||
166 | 4. 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 | |||
176 | 5. 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 | |||
186 | 6. 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 | |||
196 | 7. 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 | |||
208 | 8. 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 | |||
214 | 9. 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 | |||
222 | 10. 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 | |||
242 | EXHIBIT 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 504c9d9..0000000 --- a/meta/files/common-licenses/APSL-1 +++ /dev/null | |||
@@ -1,334 +0,0 @@ | |||
1 | |||
2 | Apple Public Source License Ver. 1.2 | ||
3 | |||
4 | 1. General; Definitions. This License applies to any program or other work | ||
5 | which Apple Computer, Inc. ("Apple") makes publicly available and | ||
6 | which 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 | ||
8 | Apple Public Source License version 1.2 (or subsequent version thereof) | ||
9 | ("License"). As used in this License: | ||
10 | |||
11 | 1.1 "Applicable Patent Rights" mean: (a) in the case where Apple is | ||
12 | the grantor of rights, (i) claims of patents that are now or hereafter | ||
13 | acquired, owned by or assigned to Apple and (ii) that cover subject matter | ||
14 | contained in the Original Code, but only to the extent necessary to use, | ||
15 | reproduce and/or distribute the Original Code without infringement; and (b) in | ||
16 | the case where You are the grantor of rights, (i) claims of patents that are | ||
17 | now or hereafter acquired, owned by or assigned to You and (ii) that cover | ||
18 | subject matter in Your Modifications, taken alone or in combination with | ||
19 | Original Code. | ||
20 | |||
21 | 1.2 "Contributor" means any person or entity that creates or | ||
22 | contributes to the creation of Modifications. | ||
23 | |||
24 | 1.3 "Covered Code" means the Original Code, Modifications, the | ||
25 | combination of Original Code and any Modifications, and/or any respective | ||
26 | portions thereof. | ||
27 | |||
28 | 1.4 "Deploy" means to use, sublicense or distribute Covered Code | ||
29 | other than for Your internal research and development (R&D) and/or Personal | ||
30 | Use, and includes without limitation, any and all internal use or distribution | ||
31 | of Covered Code within Your business or organization except for R&D use | ||
32 | and/or Personal Use, as well as direct or indirect sublicensing or distribution | ||
33 | of Covered Code by You to any third party in any form or manner. | ||
34 | |||
35 | 1.5 "Larger Work" means a work which combines Covered Code or | ||
36 | portions thereof with code not governed by the terms of this License. | ||
37 | |||
38 | 1.6 "Modifications" mean any addition to, deletion from, and/or | ||
39 | change to, the substance and/or structure of the Original Code, any previous | ||
40 | Modifications, the combination of Original Code and any previous Modifications, | ||
41 | and/or any respective portions thereof. When code is released as a series of | ||
42 | files, a Modification is: (a) any addition to or deletion from the contents of | ||
43 | a file containing Covered Code; and/or (b) any new file or other representation | ||
44 | of computer program statements that contains any part of Covered Code. | ||
45 | |||
46 | 1.7 "Original Code" means (a) the Source Code of a program or other | ||
47 | work as originally made available by Apple under this License, including the | ||
48 | Source Code of any updates or upgrades to such programs or works made available | ||
49 | by Apple under this License, and that has been expressly identified by Apple as | ||
50 | such in the header file(s) of such work; and (b) the object code compiled from | ||
51 | such Source Code and originally made available by Apple under this License. | ||
52 | |||
53 | 1.8 "Personal Use" means use of Covered Code by an individual solely | ||
54 | for his or her personal, private and non-commercial purposes. An individual's | ||
55 | use of Covered Code in his or her capacity as an officer, employee, member, | ||
56 | independent contractor or agent of a corporation, business or organization | ||
57 | (commercial or non-commercial) does not qualify as Personal Use. | ||
58 | |||
59 | 1.9 "Source Code" means the human readable form of a program or other | ||
60 | work that is suitable for making modifications to it, including all modules it | ||
61 | contains, plus any associated interface definition files, scripts used to | ||
62 | control compilation and installation of an executable (object code). | ||
63 | |||
64 | 1.10 "You" or "Your" means an individual or a legal entity | ||
65 | exercising rights under this License. For legal entities, "You" or | ||
66 | "Your" includes any entity which controls, is controlled by, or is | ||
67 | under common control with, You, where "control" means (a) the power, | ||
68 | direct or indirect, to cause the direction or management of such entity, | ||
69 | whether by contract or otherwise, or (b) ownership of fifty percent (50%) or | ||
70 | more of the outstanding shares or beneficial ownership of such entity. | ||
71 | |||
72 | 2. Permitted Uses; Conditions & Restrictions.Subject to the terms and | ||
73 | conditions of this License, Apple hereby grants You, effective on the date You | ||
74 | accept this License and download the Original Code, a world-wide, royalty-free, | ||
75 | non-exclusive license, to the extent of Apple's Applicable Patent Rights and | ||
76 | copyrights covering the Original Code, to do the following: | ||
77 | |||
78 | 2.1 You may use, reproduce, display, perform, modify and distribute Original | ||
79 | Code, with or without Modifications, solely for Your internal research and | ||
80 | development 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 | ||
83 | and other proprietary notices and disclaimers of Apple as they appear in the | ||
84 | Original Code, and keep intact all notices in the Original Code that refer to | ||
85 | this License; and | ||
86 | |||
87 | (b) You must include a copy of this License with every copy of Source Code of | ||
88 | Covered Code and documentation You distribute, and You may not offer or impose | ||
89 | any terms on such Source Code that alter or restrict this License or the | ||
90 | recipients' rights hereunder, except as permitted under Section 6. | ||
91 | |||
92 | 2.2 You may use, reproduce, display, perform, modify and Deploy Covered Code, | ||
93 | provided that in each instance: | ||
94 | |||
95 | (a) You must satisfy all the conditions of Section 2.1 with respect to the | ||
96 | Source Code of the Covered Code; | ||
97 | |||
98 | (b) You must duplicate, to the extent it does not already exist, the notice in | ||
99 | Exhibit A in each file of the Source Code of all Your Modifications, and cause | ||
100 | the modified files to carry prominent notices stating that You changed the | ||
101 | files and the date of any change; | ||
102 | |||
103 | (c) You must make Source Code of all Your Deployed Modifications publicly | ||
104 | available under the terms of this License, including the license grants set | ||
105 | forth 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 | ||
107 | should preferably distribute the Source Code of Your Deployed Modifications | ||
108 | electronically (e.g. download from a web site); and | ||
109 | |||
110 | (d) if You Deploy Covered Code in object code, executable form only, You must | ||
111 | include a prominent notice, in the code itself as well as in related | ||
112 | documentation, stating that Source Code of the Covered Code is available under | ||
113 | the terms of this License with information on how and where to obtain such | ||
114 | Source Code. | ||
115 | |||
116 | 2.3 You expressly acknowledge and agree that although Apple and each | ||
117 | Contributor grants the licenses to their respective portions of the Covered | ||
118 | Code set forth herein, no assurances are provided by Apple or any Contributor | ||
119 | that the Covered Code does not infringe the patent or other intellectual | ||
120 | property rights of any other entity. Apple and each Contributor disclaim any | ||
121 | liability to You for claims brought by any other entity based on infringement | ||
122 | of intellectual property rights or otherwise. As a condition to exercising the | ||
123 | rights and licenses granted hereunder, You hereby assume sole responsibility to | ||
124 | secure any other intellectual property rights needed, if any. For example, if a | ||
125 | third party patent license is required to allow You to distribute the Covered | ||
126 | Code, it is Your responsibility to acquire that license before distributing the | ||
127 | Covered Code. | ||
128 | |||
129 | 3. Your Grants. In consideration of, and as a condition to, the licenses | ||
130 | granted to You under this License: | ||
131 | |||
132 | (a) You hereby grant to Apple and all third parties a non-exclusive, royalty- | ||
133 | free license, under Your Applicable Patent Rights and other intellectual | ||
134 | property rights (other than patent) owned or controlled by You, to use, | ||
135 | reproduce, display, perform, modify, distribute and Deploy Your Modifications | ||
136 | of the same scope and extent as Apple's licenses under Sections 2.1 and 2.2; | ||
137 | and | ||
138 | |||
139 | (b) You hereby grant to Apple and its subsidiaries a non-exclusive, worldwide, | ||
140 | royalty-free, perpetual and irrevocable license, under Your Applicable Patent | ||
141 | Rights and other intellectual property rights (other than patent) owned or | ||
142 | controlled by You, to use, reproduce, display, perform, modify or have modified | ||
143 | (for Apple and/or its subsidiaries), sublicense and distribute Your | ||
144 | Modifications, in any form, through multiple tiers of distribution. | ||
145 | |||
146 | 4. Larger Works. You may create a Larger Work by combining Covered Code with | ||
147 | other code not governed by the terms of this License and distribute the Larger | ||
148 | Work as a single product. In each such instance, You must make sure the | ||
149 | requirements of this License are fulfilled for the Covered Code or any portion | ||
150 | thereof. | ||
151 | |||
152 | 5. Limitations on Patent License. Except as expressly stated in Section 2, no | ||
153 | other patent rights, express or implied, are granted by Apple herein. | ||
154 | Modifications and/or Larger Works may require additional patent licenses from | ||
155 | Apple which Apple may grant in its sole discretion. | ||
156 | |||
157 | 6. Additional Terms. You may choose to offer, and to charge a fee for, | ||
158 | warranty, support, indemnity or liability obligations and/or other rights | ||
159 | consistent with the scope of the license granted herein ("Additional | ||
160 | Terms") to one or more recipients of Covered Code. However, You may do so | ||
161 | only on Your own behalf and as Your sole responsibility, and not on behalf of | ||
162 | Apple or any Contributor. You must obtain the recipient's agreement that any | ||
163 | such Additional Terms are offered by You alone, and You hereby agree to | ||
164 | indemnify, defend and hold Apple and every Contributor harmless for any | ||
165 | liability incurred by or claims asserted against Apple or such Contributor by | ||
166 | reason of any such Additional Terms. | ||
167 | |||
168 | 7. Versions of the License. Apple may publish revised and/or new versions of | ||
169 | this License from time to time. Each version will be given a distinguishing | ||
170 | version number. Once Original Code has been published under a particular | ||
171 | version of this License, You may continue to use it under the terms of that | ||
172 | version. You may also choose to use such Original Code under the terms of any | ||
173 | subsequent version of this License published by Apple. No one other than Apple | ||
174 | has the right to modify the terms applicable to Covered Code created under this | ||
175 | License. | ||
176 | |||
177 | 8. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part | ||
178 | pre-release, untested, or not fully tested works. The Covered Code may contain | ||
179 | errors that could cause failures or loss of data, and may be incomplete or | ||
180 | contain inaccuracies. You expressly acknowledge and agree that use of the | ||
181 | Covered Code, or any portion thereof, is at Your sole and entire risk. THE | ||
182 | COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR | ||
183 | SUPPORT OF ANY KIND AND APPLE AND APPLE'S LICENSOR(S) (COLLECTIVELY REFERRED TO | ||
184 | AS "APPLE" FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS | ||
185 | EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, | ||
186 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF | ||
187 | MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, | ||
188 | OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. | ||
189 | APPLE AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR | ||
190 | ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS CONTAINED IN THE COVERED CODE | ||
191 | WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE COVERED CODE WILL BE | ||
192 | UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE | ||
193 | CORRECTED. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE, AN APPLE | ||
194 | AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY. You | ||
195 | acknowledge that the Covered Code is not intended for use in the operation of | ||
196 | nuclear facilities, aircraft navigation, communication systems, or air traffic | ||
197 | control machines in which case the failure of the Covered Code could lead to | ||
198 | death, personal injury, or severe physical or environmental damage. | ||
199 | |||
200 | 9. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT | ||
201 | SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT | ||
202 | OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE | ||
203 | OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A | ||
204 | THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY | ||
205 | OR OTHERWISE, EVEN IF APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE | ||
206 | POSSIBILITY OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL | ||
207 | PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF | ||
208 | LIABILITY OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT | ||
209 | APPLY 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 | ||
211 | amount of fifty dollars ($50.00). | ||
212 | |||
213 | 10. Trademarks. This License does not grant any rights to use the trademarks or | ||
214 | trade names "Apple", "Apple Computer", "Mac OS | ||
215 | X", "Mac OS X Server", "QuickTime", "QuickTime | ||
216 | Streaming Server" or any other trademarks or trade names belonging to | ||
217 | Apple (collectively "Apple Marks") or to any trademark or trade name | ||
218 | belonging to any Contributor. No Apple Marks may be used to endorse or promote | ||
219 | products derived from the Original Code other than as permitted by and in | ||
220 | strict compliance at all times with Apple's third party trademark usage | ||
221 | guidelines which are posted at http://www.apple.com/legal/ | ||
222 | guidelinesfor3rdparties.html. | ||
223 | |||
224 | 11. Ownership. Subject to the licenses granted under this License, each | ||
225 | Contributor retains all rights, title and interest in and to any Modifications | ||
226 | made by such Contributor. Apple retains all rights, title and interest in and | ||
227 | to the Original Code and any Modifications made by or on behalf of Apple | ||
228 | ("Apple Modifications"), and such Apple Modifications will not be | ||
229 | automatically subject to this License. Apple may, at its sole discretion, | ||
230 | choose to license such Apple Modifications under this License, or on different | ||
231 | terms from those contained in this License or may choose not to license them at | ||
232 | all. | ||
233 | |||
234 | 12. Termination. | ||
235 | |||
236 | 12.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 | ||
240 | aware of such breach; | ||
241 | |||
242 | (b) immediately in the event of the circumstances described in Section 13.5(b); | ||
243 | or | ||
244 | |||
245 | (c) automatically without notice from Apple if You, at any time during the term | ||
246 | of this License, commence an action for patent infringement against Apple. | ||
247 | |||
248 | 12.2 Effect of Termination. Upon termination, You agree to immediately stop any | ||
249 | further use, reproduction, modification, sublicensing and distribution of the | ||
250 | Covered Code and to destroy all copies of the Covered Code that are in your | ||
251 | possession or control. All sublicenses to the Covered Code which have been | ||
252 | properly granted prior to termination shall survive any termination of this | ||
253 | License. Provisions which, by their nature, should remain in effect beyond the | ||
254 | termination of this License shall survive, including but not limited to | ||
255 | Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other | ||
256 | for compensation, indemnity or damages of any sort solely as a result of | ||
257 | terminating this License in accordance with its terms, and termination of this | ||
258 | License will be without prejudice to any other right or remedy of any party. | ||
259 | |||
260 | 13. Miscellaneous. | ||
261 | |||
262 | 13.1 Government End Users. The Covered Code is a "commercial item" as | ||
263 | defined in FAR 2.101. Government software and technical data rights in the | ||
264 | Covered Code include only those rights customarily provided to the public as | ||
265 | defined in this License. This customary commercial license in technical data | ||
266 | and software is provided in accordance with FAR 12.211 (Technical Data) and | ||
267 | 12.212 (Computer Software) and, for Department of Defense purchases, DFAR | ||
268 | 252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in | ||
269 | Commercial Computer Software or Computer Software Documentation). Accordingly, | ||
270 | all U.S. Government End Users acquire Covered Code with only those rights set | ||
271 | forth herein. | ||
272 | |||
273 | 13.2 Relationship of Parties. This License will not be construed as creating an | ||
274 | agency, partnership, joint venture or any other form of legal association | ||
275 | between or amongYou, Apple or any Contributor, and You will not represent to | ||
276 | the contrary, whether expressly, by implication, appearance or otherwise. | ||
277 | |||
278 | 13.3 Independent Development. Nothing in this License will impair Apple's right | ||
279 | to acquire, license, develop, have others develop for it, market and/or | ||
280 | distribute technology or products that perform the same or similar functions | ||
281 | as, or otherwise compete with, Modifications, Larger Works, technology or | ||
282 | products that You may develop, produce, market or distribute. | ||
283 | |||
284 | 13.4 Waiver; Construction. Failure by Apple or any Contributor to enforce any | ||
285 | provision of this License will not be deemed a waiver of future enforcement of | ||
286 | that or any other provision. Any law or regulation which provides that the | ||
287 | language of a contract shall be construed against the drafter will not apply to | ||
288 | this License. | ||
289 | |||
290 | 13.5 Severability. (a) If for any reason a court of competent jurisdiction | ||
291 | finds any provision of this License, or portion thereof, to be unenforceable, | ||
292 | that provision of the License will be enforced to the maximum extent | ||
293 | permissible so as to effect the economic benefits and intent of the parties, | ||
294 | and the remainder of this License will continue in full force and effect. (b) | ||
295 | Notwithstanding the foregoing, if applicable law prohibits or restricts You | ||
296 | from fully and/or specifically complying with Sections 2 and/or 3 or prevents | ||
297 | the enforceability of either of those Sections, this License will immediately | ||
298 | terminate and You must immediately discontinue any use of the Covered Code and | ||
299 | destroy all copies of it that are in your possession or control. | ||
300 | |||
301 | 13.6 Dispute Resolution. Any litigation or other dispute resolution between You | ||
302 | and Apple relating to this License shall take place in the Northern District of | ||
303 | California, and You and Apple hereby consent to the personal jurisdiction of, | ||
304 | and venue in, the state and federal courts within that District with respect to | ||
305 | this License. The application of the United Nations Convention on Contracts for | ||
306 | the International Sale of Goods is expressly excluded. | ||
307 | |||
308 | 13.7 Entire Agreement; Governing Law. This License constitutes the entire | ||
309 | agreement between the parties with respect to the subject matter hereof. This | ||
310 | License shall be governed by the laws of the United States and the State of | ||
311 | California, except that body of California law concerning conflicts of law. | ||
312 | |||
313 | Where You are located in the province of Quebec, Canada, the following clause | ||
314 | applies: The parties hereby confirm that they have requested that this License | ||
315 | and all related documents be drafted in English. Les parties ont exigé que le | ||
316 | présent contrat et tous les documents connexes soient rédigés en anglais. | ||
317 | |||
318 | EXHIBIT A. | ||
319 | |||
320 | "Portions Copyright (c) 1999-2001 Apple Computer, Inc. All Rights | ||
321 | Reserved. | ||
322 | |||
323 | This file contains Original Code and/or Modifications of Original Code as | ||
324 | defined 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 | ||
326 | License. Please obtain a copy of the License at http://www.apple.com/ | ||
327 | publicsource and read it before using this file. | ||
328 | |||
329 | The Original Code and all software distributed under the License are | ||
330 | distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS | ||
331 | OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT | ||
332 | LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR | ||
333 | PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the | ||
334 | specific 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 59f1ed5..0000000 --- a/meta/files/common-licenses/APSL-2 +++ /dev/null | |||
@@ -1,337 +0,0 @@ | |||
1 | |||
2 | APPLE PUBLIC SOURCE LICENSE | ||
3 | Version 2.0 - August 6, 2003 | ||
4 | |||
5 | Please read this License carefully before downloading this software. By | ||
6 | downloading or using this software, you are agreeing to be bound by the terms | ||
7 | of this License. If you do not or cannot agree to the terms of this License, | ||
8 | please do not download or use the software. | ||
9 | |||
10 | Apple Note: In January 2007, Apple changed its corporate name from "Apple | ||
11 | Computer, Inc." to "Apple Inc." This change has been reflected | ||
12 | below and copyright years updated, but no other changes have been made to the | ||
13 | APSL 2.0. | ||
14 | |||
15 | 1. General; Definitions. This License applies to any program or other work | ||
16 | which Apple Inc. ("Apple") makes publicly available and which | ||
17 | contains 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 | ||
19 | Apple Public Source License version 2.0 ("License"). As used in this | ||
20 | License: | ||
21 | |||
22 | 1.1 "Applicable Patent Rights" mean: (a) in the case where Apple is | ||
23 | the grantor of rights, (i) claims of patents that are now or hereafter | ||
24 | acquired, owned by or assigned to Apple and (ii) that cover subject matter | ||
25 | contained in the Original Code, but only to the extent necessary to use, | ||
26 | reproduce and/or distribute the Original Code without infringement; and (b) in | ||
27 | the case where You are the grantor of rights, (i) claims of patents that are | ||
28 | now or hereafter acquired, owned by or assigned to You and (ii) that cover | ||
29 | subject matter in Your Modifications, taken alone or in combination with | ||
30 | Original Code. | ||
31 | |||
32 | 1.2 "Contributor" means any person or entity that creates or | ||
33 | contributes to the creation of Modifications. | ||
34 | |||
35 | 1.3 "Covered Code" means the Original Code, Modifications, the | ||
36 | combination of Original Code and any Modifications, and/or any respective | ||
37 | portions thereof. | ||
38 | |||
39 | 1.4 "Externally Deploy" means: (a) to sublicense, distribute or | ||
40 | otherwise make Covered Code available, directly or indirectly, to anyone other | ||
41 | than You; and/or (b) to use Covered Code, alone or as part of a Larger Work, in | ||
42 | any way to provide a service, including but not limited to delivery of content, | ||
43 | through electronic communication with a client other than You. | ||
44 | |||
45 | 1.5 "Larger Work" means a work which combines Covered Code or | ||
46 | portions thereof with code not governed by the terms of this License. | ||
47 | |||
48 | 1.6 "Modifications" mean any addition to, deletion from, and/or | ||
49 | change to, the substance and/or structure of the Original Code, any previous | ||
50 | Modifications, the combination of Original Code and any previous Modifications, | ||
51 | and/or any respective portions thereof. When code is released as a series of | ||
52 | files, a Modification is: (a) any addition to or deletion from the contents of | ||
53 | a file containing Covered Code; and/or (b) any new file or other representation | ||
54 | of computer program statements that contains any part of Covered Code. | ||
55 | |||
56 | 1.7 "Original Code" means (a) the Source Code of a program or other | ||
57 | work as originally made available by Apple under this License, including the | ||
58 | Source Code of any updates or upgrades to such programs or works made available | ||
59 | by Apple under this License, and that has been expressly identified by Apple as | ||
60 | such in the header file(s) of such work; and (b) the object code compiled from | ||
61 | such Source Code and originally made available by Apple under this License | ||
62 | |||
63 | 1.8 "Source Code" means the human readable form of a program or other | ||
64 | work that is suitable for making modifications to it, including all modules it | ||
65 | contains, plus any associated interface definition files, scripts used to | ||
66 | control compilation and installation of an executable (object code). | ||
67 | |||
68 | 1.9 "You" or "Your" means an individual or a legal entity | ||
69 | exercising rights under this License. For legal entities, "You" or | ||
70 | "Your" includes any entity which controls, is controlled by, or is | ||
71 | under common control with, You, where "control" means (a) the power, | ||
72 | direct or indirect, to cause the direction or management of such entity, | ||
73 | whether by contract or otherwise, or (b) ownership of fifty percent (50%) or | ||
74 | more of the outstanding shares or beneficial ownership of such entity. | ||
75 | |||
76 | 2. Permitted Uses; Conditions & Restrictions. Subject to the terms and | ||
77 | conditions of this License, Apple hereby grants You, effective on the date You | ||
78 | accept this License and download the Original Code, a world-wide, royalty-free, | ||
79 | non-exclusive license, to the extent of Apple's Applicable Patent Rights and | ||
80 | copyrights covering the Original Code, to do the following: | ||
81 | |||
82 | 2.1 Unmodified Code. You may use, reproduce, display, perform, internally | ||
83 | distribute within Your organization, and Externally Deploy verbatim, unmodified | ||
84 | copies of the Original Code, for commercial or non-commercial purposes, | ||
85 | provided that in each instance: | ||
86 | |||
87 | (a) You must retain and reproduce in all copies of Original Code the copyright | ||
88 | and other proprietary notices and disclaimers of Apple as they appear in the | ||
89 | Original Code, and keep intact all notices in the Original Code that refer to | ||
90 | this License; and | ||
91 | |||
92 | (b) You must include a copy of this License with every copy of Source Code of | ||
93 | Covered Code and documentation You distribute or Externally Deploy, and You may | ||
94 | not offer or impose any terms on such Source Code that alter or restrict this | ||
95 | License or the recipients' rights hereunder, except as permitted under Section | ||
96 | 6. | ||
97 | |||
98 | 2.2 Modified Code. You may modify Covered Code and use, reproduce, display, | ||
99 | perform, internally distribute within Your organization, and Externally Deploy | ||
100 | Your Modifications and Covered Code, for commercial or non-commercial purposes, | ||
101 | provided 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 | ||
104 | Source Code of the Covered Code; | ||
105 | |||
106 | (b) You must duplicate, to the extent it does not already exist, the notice in | ||
107 | Exhibit A in each file of the Source Code of all Your Modifications, and cause | ||
108 | the modified files to carry prominent notices stating that You changed the | ||
109 | files and the date of any change; and | ||
110 | |||
111 | (c) If You Externally Deploy Your Modifications, You must make Source Code of | ||
112 | all Your Externally Deployed Modifications either available to those to whom | ||
113 | You have Externally Deployed Your Modifications, or publicly available. Source | ||
114 | Code of Your Externally Deployed Modifications must be released under the terms | ||
115 | set forth in this License, including the license grants set forth in Section 3 | ||
116 | below, for as long as you Externally Deploy the Covered Code or twelve (12) | ||
117 | months from the date of initial External Deployment, whichever is longer. You | ||
118 | should preferably distribute the Source Code of Your Externally Deployed | ||
119 | Modifications electronically (e.g. download from a web site). | ||
120 | |||
121 | 2.3 Distribution of Executable Versions. In addition, if You Externally Deploy | ||
122 | Covered Code (Original Code and/or Modifications) in object code, executable | ||
123 | form only, You must include a prominent notice, in the code itself as well as | ||
124 | in related documentation, stating that Source Code of the Covered Code is | ||
125 | available under the terms of this License with information on how and where to | ||
126 | obtain such Source Code. | ||
127 | |||
128 | 2.4 Third Party Rights. You expressly acknowledge and agree that although Apple | ||
129 | and each Contributor grants the licenses to their respective portions of the | ||
130 | Covered Code set forth herein, no assurances are provided by Apple or any | ||
131 | Contributor that the Covered Code does not infringe the patent or other | ||
132 | intellectual property rights of any other entity. Apple and each Contributor | ||
133 | disclaim any liability to You for claims brought by any other entity based on | ||
134 | infringement of intellectual property rights or otherwise. As a condition to | ||
135 | exercising the rights and licenses granted hereunder, You hereby assume sole | ||
136 | responsibility to secure any other intellectual property rights needed, if any. | ||
137 | For example, if a third party patent license is required to allow You to | ||
138 | distribute the Covered Code, it is Your responsibility to acquire that license | ||
139 | before distributing the Covered Code. | ||
140 | |||
141 | 3. Your Grants. In consideration of, and as a condition to, the licenses | ||
142 | granted to You under this License, You hereby grant to any person or entity | ||
143 | receiving or distributing Covered Code under this License a non-exclusive, | ||
144 | royalty-free, perpetual, irrevocable license, under Your Applicable Patent | ||
145 | Rights and other intellectual property rights (other than patent) owned or | ||
146 | controlled by You, to use, reproduce, display, perform, modify, sublicense, | ||
147 | distribute and Externally Deploy Your Modifications of the same scope and | ||
148 | extent as Apple's licenses under Sections 2.1 and 2.2 above. | ||
149 | |||
150 | 4. Larger Works. You may create a Larger Work by combining Covered Code with | ||
151 | other code not governed by the terms of this License and distribute the Larger | ||
152 | Work as a single product. In each such instance, You must make sure the | ||
153 | requirements of this License are fulfilled for the Covered Code or any portion | ||
154 | thereof. | ||
155 | |||
156 | 5. Limitations on Patent License. Except as expressly stated in Section 2, no | ||
157 | other patent rights, express or implied, are granted by Apple herein. | ||
158 | Modifications and/or Larger Works may require additional patent licenses from | ||
159 | Apple which Apple may grant in its sole discretion. | ||
160 | |||
161 | 6. Additional Terms. You may choose to offer, and to charge a fee for, | ||
162 | warranty, support, indemnity or liability obligations and/or other rights | ||
163 | consistent with the scope of the license granted herein ("Additional | ||
164 | Terms") to one or more recipients of Covered Code. However, You may do so | ||
165 | only on Your own behalf and as Your sole responsibility, and not on behalf of | ||
166 | Apple or any Contributor. You must obtain the recipient's agreement that any | ||
167 | such Additional Terms are offered by You alone, and You hereby agree to | ||
168 | indemnify, defend and hold Apple and every Contributor harmless for any | ||
169 | liability incurred by or claims asserted against Apple or such Contributor by | ||
170 | reason of any such Additional Terms. | ||
171 | |||
172 | 7. Versions of the License. Apple may publish revised and/or new versions of | ||
173 | this License from time to time. Each version will be given a distinguishing | ||
174 | version number. Once Original Code has been published under a particular | ||
175 | version of this License, You may continue to use it under the terms of that | ||
176 | version. You may also choose to use such Original Code under the terms of any | ||
177 | subsequent version of this License published by Apple. No one other than Apple | ||
178 | has the right to modify the terms applicable to Covered Code created under this | ||
179 | License. | ||
180 | |||
181 | 8. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part | ||
182 | pre-release, untested, or not fully tested works. The Covered Code may contain | ||
183 | errors that could cause failures or loss of data, and may be incomplete or | ||
184 | contain inaccuracies. You expressly acknowledge and agree that use of the | ||
185 | Covered Code, or any portion thereof, is at Your sole and entire risk. THE | ||
186 | COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR | ||
187 | SUPPORT OF ANY KIND AND APPLE AND APPLE'S LICENSOR(S) (COLLECTIVELY REFERRED TO | ||
188 | AS "APPLE" FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS | ||
189 | EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, | ||
190 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF | ||
191 | MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, | ||
192 | OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. | ||
193 | APPLE AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR | ||
194 | ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS CONTAINED IN THE COVERED CODE | ||
195 | WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE COVERED CODE WILL BE | ||
196 | UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE | ||
197 | CORRECTED. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE, AN APPLE | ||
198 | AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY. You | ||
199 | acknowledge that the Covered Code is not intended for use in the operation of | ||
200 | nuclear facilities, aircraft navigation, communication systems, or air traffic | ||
201 | control machines in which case the failure of the Covered Code could lead to | ||
202 | death, personal injury, or severe physical or environmental damage. | ||
203 | |||
204 | 9. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT | ||
205 | SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT | ||
206 | OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE | ||
207 | OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A | ||
208 | THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY | ||
209 | OR OTHERWISE, EVEN IF APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE | ||
210 | POSSIBILITY OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL | ||
211 | PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF | ||
212 | LIABILITY OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT | ||
213 | APPLY 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 | ||
215 | amount of fifty dollars ($50.00). | ||
216 | |||
217 | 10. Trademarks. This License does not grant any rights to use the trademarks or | ||
218 | trade names "Apple", "Mac", "Mac OS", | ||
219 | "QuickTime", "QuickTime Streaming Server" or any other | ||
220 | trademarks, service marks, logos or trade names belonging to Apple | ||
221 | (collectively "Apple Marks") or to any trademark, service mark, logo | ||
222 | or trade name belonging to any Contributor. You agree not to use any Apple | ||
223 | Marks in or as part of the name of products derived from the Original Code or | ||
224 | to endorse or promote products derived from the Original Code other than as | ||
225 | expressly permitted by and in strict compliance at all times with Apple's third | ||
226 | party trademark usage guidelines which are posted at http://www.apple.com/ | ||
227 | legal/guidelinesfor3rdparties.html. | ||
228 | |||
229 | 11. Ownership. Subject to the licenses granted under this License, each | ||
230 | Contributor retains all rights, title and interest in and to any Modifications | ||
231 | made by such Contributor. Apple retains all rights, title and interest in and | ||
232 | to the Original Code and any Modifications made by or on behalf of Apple | ||
233 | ("Apple Modifications"), and such Apple Modifications will not be | ||
234 | automatically subject to this License. Apple may, at its sole discretion, | ||
235 | choose to license such Apple Modifications under this License, or on different | ||
236 | terms from those contained in this License or may choose not to license them at | ||
237 | all. | ||
238 | |||
239 | 12. Termination. | ||
240 | |||
241 | 12.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 | ||
245 | aware of such breach; | ||
246 | (b) immediately in the event of the circumstances described in Section 13.5(b); | ||
247 | or | ||
248 | (c) automatically without notice from Apple if You, at any time during the term | ||
249 | of this License, commence an action for patent infringement against Apple; | ||
250 | provided that Apple did not first commence an action for patent infringement | ||
251 | against You in that instance. | ||
252 | |||
253 | 12.2 Effect of Termination. Upon termination, You agree to immediately stop any | ||
254 | further use, reproduction, modification, sublicensing and distribution of the | ||
255 | Covered Code. All sublicenses to the Covered Code which have been properly | ||
256 | granted prior to termination shall survive any termination of this License. | ||
257 | Provisions which, by their nature, should remain in effect beyond the | ||
258 | termination of this License shall survive, including but not limited to | ||
259 | Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other | ||
260 | for compensation, indemnity or damages of any sort solely as a result of | ||
261 | terminating this License in accordance with its terms, and termination of this | ||
262 | License will be without prejudice to any other right or remedy of any party. | ||
263 | |||
264 | 13. Miscellaneous. | ||
265 | |||
266 | 13.1 Government End Users. The Covered Code is a "commercial item" as | ||
267 | defined in FAR 2.101. Government software and technical data rights in the | ||
268 | Covered Code include only those rights customarily provided to the public as | ||
269 | defined in this License. This customary commercial license in technical data | ||
270 | and software is provided in accordance with FAR 12.211 (Technical Data) and | ||
271 | 12.212 (Computer Software) and, for Department of Defense purchases, DFAR | ||
272 | 252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in | ||
273 | Commercial Computer Software or Computer Software Documentation). Accordingly, | ||
274 | all U.S. Government End Users acquire Covered Code with only those rights set | ||
275 | forth herein. | ||
276 | |||
277 | 13.2 Relationship of Parties. This License will not be construed as creating an | ||
278 | agency, partnership, joint venture or any other form of legal association | ||
279 | between or among You, Apple or any Contributor, and You will not represent to | ||
280 | the contrary, whether expressly, by implication, appearance or otherwise. | ||
281 | |||
282 | 13.3 Independent Development. Nothing in this License will impair Apple's right | ||
283 | to acquire, license, develop, have others develop for it, market and/or | ||
284 | distribute technology or products that perform the same or similar functions | ||
285 | as, or otherwise compete with, Modifications, Larger Works, technology or | ||
286 | products that You may develop, produce, market or distribute. | ||
287 | |||
288 | 13.4 Waiver; Construction. Failure by Apple or any Contributor to enforce any | ||
289 | provision of this License will not be deemed a waiver of future enforcement of | ||
290 | that or any other provision. Any law or regulation which provides that the | ||
291 | language of a contract shall be construed against the drafter will not apply to | ||
292 | this License. | ||
293 | |||
294 | 13.5 Severability. (a) If for any reason a court of competent jurisdiction | ||
295 | finds any provision of this License, or portion thereof, to be unenforceable, | ||
296 | that provision of the License will be enforced to the maximum extent | ||
297 | permissible so as to effect the economic benefits and intent of the parties, | ||
298 | and the remainder of this License will continue in full force and effect. (b) | ||
299 | Notwithstanding the foregoing, if applicable law prohibits or restricts You | ||
300 | from fully and/or specifically complying with Sections 2 and/or 3 or prevents | ||
301 | the enforceability of either of those Sections, this License will immediately | ||
302 | terminate and You must immediately discontinue any use of the Covered Code and | ||
303 | destroy all copies of it that are in your possession or control. | ||
304 | |||
305 | 13.6 Dispute Resolution. Any litigation or other dispute resolution between You | ||
306 | and Apple relating to this License shall take place in the Northern District of | ||
307 | California, and You and Apple hereby consent to the personal jurisdiction of, | ||
308 | and venue in, the state and federal courts within that District with respect to | ||
309 | this License. The application of the United Nations Convention on Contracts for | ||
310 | the International Sale of Goods is expressly excluded. | ||
311 | |||
312 | 13.7 Entire Agreement; Governing Law. This License constitutes the entire | ||
313 | agreement between the parties with respect to the subject matter hereof. This | ||
314 | License shall be governed by the laws of the United States and the State of | ||
315 | California, except that body of California law concerning conflicts of law. | ||
316 | |||
317 | Where You are located in the province of Quebec, Canada, the following clause | ||
318 | applies: The parties hereby confirm that they have requested that this License | ||
319 | and all related documents be drafted in English. Les parties ont exigé que le | ||
320 | présent contrat et tous les documents connexes soient rédigés en anglais. | ||
321 | |||
322 | EXHIBIT A. | ||
323 | |||
324 | "Portions Copyright (c) 1999-2007 Apple Inc. All Rights Reserved. | ||
325 | |||
326 | This file contains Original Code and/or Modifications of Original Code as | ||
327 | defined 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 | ||
329 | License. Please obtain a copy of the License at http:// | ||
330 | www.opensource.apple.com/apsl/ and read it before using this file. | ||
331 | |||
332 | The Original Code and all software distributed under the License are | ||
333 | distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS | ||
334 | OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT | ||
335 | LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR | ||
336 | PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the | ||
337 | specific 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 0000000..64779da --- /dev/null +++ b/meta/files/common-licenses/Adobe | |||
@@ -0,0 +1,14 @@ | |||
1 | Copyright 1990-1998 Adobe Systems Incorporated. | ||
2 | All Rights Reserved. | ||
3 | |||
4 | Patents Pending | ||
5 | |||
6 | NOTICE: All information contained herein is the property of Adobe | ||
7 | Systems Incorporated. | ||
8 | |||
9 | Permission is granted for redistribution of this file provided | ||
10 | this copyright notice is maintained intact and that the contents | ||
11 | of this file are not altered in any way from its original form. | ||
12 | |||
13 | PostScript and Display PostScript are trademarks of Adobe Systems | ||
14 | Incorporated 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 af3baa8..0000000 --- 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" | ||
28 | must | ||
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 e019d28..0000000 --- a/meta/files/common-licenses/Apache-2 +++ /dev/null | |||
@@ -1,203 +0,0 @@ | |||
1 | |||
2 | |||
3 | Apache License | ||
4 | Version 2.0, January 2004 | ||
5 | http://www.apache.org/licenses/ | ||
6 | |||
7 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | ||
8 | |||
9 | 1. Definitions. | ||
10 | |||
11 | "License" shall mean the terms and conditions for use, reproduction, | ||
12 | and distribution as defined by Sections 1 through 9 of this document. | ||
13 | |||
14 | "Licensor" shall mean the copyright owner or entity authorized by | ||
15 | the copyright owner that is granting the License. | ||
16 | |||
17 | "Legal Entity" shall mean the union of the acting entity and all | ||
18 | other entities that control, are controlled by, or are under common | ||
19 | control with that entity. For the purposes of this definition, | ||
20 | "control" means (i) the power, direct or indirect, to cause the | ||
21 | direction or management of such entity, whether by contract or | ||
22 | otherwise, or (ii) ownership of fifty percent (50%) or more of the | ||
23 | outstanding shares, or (iii) beneficial ownership of such entity. | ||
24 | |||
25 | "You" (or "Your") shall mean an individual or Legal Entity | ||
26 | exercising permissions granted by this License. | ||
27 | |||
28 | "Source" form shall mean the preferred form for making modifications, | ||
29 | including but not limited to software source code, documentation | ||
30 | source, and configuration files. | ||
31 | |||
32 | "Object" form shall mean any form resulting from mechanical | ||
33 | transformation or translation of a Source form, including but | ||
34 | not limited to compiled object code, generated documentation, | ||
35 | and conversions to other media types. | ||
36 | |||
37 | "Work" shall mean the work of authorship, whether in Source or | ||
38 | Object form, made available under the License, as indicated by a | ||
39 | copyright 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 | ||
43 | form, that is based on (or derived from) the Work and for which the | ||
44 | editorial revisions, annotations, elaborations, or other modifications | ||
45 | represent, as a whole, an original work of authorship. For the purposes | ||
46 | of this License, Derivative Works shall not include works that remain | ||
47 | separable from, or merely link (or bind by name) to the interfaces of, | ||
48 | the Work and Derivative Works thereof. | ||
49 | |||
50 | "Contribution" shall mean any work of authorship, including | ||
51 | the original version of the Work and any modifications or additions | ||
52 | to that Work or Derivative Works thereof, that is intentionally | ||
53 | submitted to Licensor for inclusion in the Work by the copyright owner | ||
54 | or by an individual or Legal Entity authorized to submit on behalf of | ||
55 | the copyright owner. For the purposes of this definition, "submitted" | ||
56 | means any form of electronic, verbal, or written communication sent | ||
57 | to the Licensor or its representatives, including but not limited to | ||
58 | communication on electronic mailing lists, source code control systems, | ||
59 | and issue tracking systems that are managed by, or on behalf of, the | ||
60 | Licensor for the purpose of discussing and improving the Work, but | ||
61 | excluding communication that is conspicuously marked or otherwise | ||
62 | designated in writing by the copyright owner as "Not a Contribution." | ||
63 | |||
64 | "Contributor" shall mean Licensor and any individual or Legal Entity | ||
65 | on behalf of whom a Contribution has been received by Licensor and | ||
66 | subsequently incorporated within the Work. | ||
67 | |||
68 | 2. Grant of Copyright License. Subject to the terms and conditions of | ||
69 | this License, each Contributor hereby grants to You a perpetual, | ||
70 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable | ||
71 | copyright license to reproduce, prepare Derivative Works of, | ||
72 | publicly display, publicly perform, sublicense, and distribute the | ||
73 | Work and such Derivative Works in Source or Object form. | ||
74 | |||
75 | 3. Grant of Patent License. Subject to the terms and conditions of | ||
76 | this License, each Contributor hereby grants to You a perpetual, | ||
77 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable | ||
78 | (except as stated in this section) patent license to make, have made, | ||
79 | use, offer to sell, sell, import, and otherwise transfer the Work, | ||
80 | where such license applies only to those patent claims licensable | ||
81 | by such Contributor that are necessarily infringed by their | ||
82 | Contribution(s) alone or by combination of their Contribution(s) | ||
83 | with the Work to which such Contribution(s) was submitted. If You | ||
84 | institute patent litigation against any entity (including a | ||
85 | cross-claim or counterclaim in a lawsuit) alleging that the Work | ||
86 | or a Contribution incorporated within the Work constitutes direct | ||
87 | or contributory patent infringement, then any patent licenses | ||
88 | granted to You under this License for that Work shall terminate | ||
89 | as of the date such litigation is filed. | ||
90 | |||
91 | 4. Redistribution. You may reproduce and distribute copies of the | ||
92 | Work or Derivative Works thereof in any medium, with or without | ||
93 | modifications, and in Source or Object form, provided that You | ||
94 | meet the following conditions: | ||
95 | |||
96 | (a) You must give any other recipients of the Work or | ||
97 | Derivative Works a copy of this License; and | ||
98 | |||
99 | (b) You must cause any modified files to carry prominent notices | ||
100 | stating that You changed the files; and | ||
101 | |||
102 | (c) You must retain, in the Source form of any Derivative Works | ||
103 | that You distribute, all copyright, patent, trademark, and | ||
104 | attribution notices from the Source form of the Work, | ||
105 | excluding those notices that do not pertain to any part of | ||
106 | the Derivative Works; and | ||
107 | |||
108 | (d) If the Work includes a "NOTICE" text file as part of its | ||
109 | distribution, then any Derivative Works that You distribute must | ||
110 | include a readable copy of the attribution notices contained | ||
111 | within such NOTICE file, excluding those notices that do not | ||
112 | pertain to any part of the Derivative Works, in at least one | ||
113 | of the following places: within a NOTICE text file distributed | ||
114 | as part of the Derivative Works; within the Source form or | ||
115 | documentation, if provided along with the Derivative Works; or, | ||
116 | within a display generated by the Derivative Works, if and | ||
117 | wherever such third-party notices normally appear. The contents | ||
118 | of the NOTICE file are for informational purposes only and | ||
119 | do not modify the License. You may add Your own attribution | ||
120 | notices within Derivative Works that You distribute, alongside | ||
121 | or as an addendum to the NOTICE text from the Work, provided | ||
122 | that such additional attribution notices cannot be construed | ||
123 | as modifying the License. | ||
124 | |||
125 | You may add Your own copyright statement to Your modifications and | ||
126 | may provide additional or different license terms and conditions | ||
127 | for use, reproduction, or distribution of Your modifications, or | ||
128 | for any such Derivative Works as a whole, provided Your use, | ||
129 | reproduction, and distribution of the Work otherwise complies with | ||
130 | the conditions stated in this License. | ||
131 | |||
132 | 5. Submission of Contributions. Unless You explicitly state otherwise, | ||
133 | any Contribution intentionally submitted for inclusion in the Work | ||
134 | by You to the Licensor shall be under the terms and conditions of | ||
135 | this License, without any additional terms or conditions. | ||
136 | Notwithstanding the above, nothing herein shall supersede or modify | ||
137 | the terms of any separate license agreement you may have executed | ||
138 | with Licensor regarding such Contributions. | ||
139 | |||
140 | 6. Trademarks. This License does not grant permission to use the trade | ||
141 | names, trademarks, service marks, or product names of the Licensor, | ||
142 | except as required for reasonable and customary use in describing the | ||
143 | origin of the Work and reproducing the content of the NOTICE file. | ||
144 | |||
145 | 7. Disclaimer of Warranty. Unless required by applicable law or | ||
146 | agreed to in writing, Licensor provides the Work (and each | ||
147 | Contributor provides its Contributions) on an "AS IS" BASIS, | ||
148 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | ||
149 | implied, including, without limitation, any warranties or conditions | ||
150 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A | ||
151 | PARTICULAR PURPOSE. You are solely responsible for determining the | ||
152 | appropriateness of using or redistributing the Work and assume any | ||
153 | risks associated with Your exercise of permissions under this License. | ||
154 | |||
155 | 8. Limitation of Liability. In no event and under no legal theory, | ||
156 | whether in tort (including negligence), contract, or otherwise, | ||
157 | unless required by applicable law (such as deliberate and grossly | ||
158 | negligent acts) or agreed to in writing, shall any Contributor be | ||
159 | liable to You for damages, including any direct, indirect, special, | ||
160 | incidental, or consequential damages of any character arising as a | ||
161 | result of this License or out of the use or inability to use the | ||
162 | Work (including but not limited to damages for loss of goodwill, | ||
163 | work stoppage, computer failure or malfunction, or any and all | ||
164 | other commercial damages or losses), even if such Contributor | ||
165 | has been advised of the possibility of such damages. | ||
166 | |||
167 | 9. Accepting Warranty or Additional Liability. While redistributing | ||
168 | the Work or Derivative Works thereof, You may choose to offer, | ||
169 | and charge a fee for, acceptance of support, warranty, indemnity, | ||
170 | or other liability obligations and/or rights consistent with this | ||
171 | License. However, in accepting such obligations, You may act only | ||
172 | on Your own behalf and on Your sole responsibility, not on behalf | ||
173 | of any other Contributor, and only if You agree to indemnify, | ||
174 | defend, and hold each Contributor harmless for any liability | ||
175 | incurred by, or claims asserted against, such Contributor by reason | ||
176 | of your accepting any such warranty or additional liability. | ||
177 | |||
178 | END OF TERMS AND CONDITIONS | ||
179 | |||
180 | APPENDIX: How to apply the Apache License to your work. | ||
181 | |||
182 | To apply the Apache License to your work, attach the following | ||
183 | boilerplate notice, with the fields enclosed by brackets "[]" | ||
184 | replaced with your own identifying information. (Don't include | ||
185 | the brackets!) The text should be enclosed in the appropriate | ||
186 | comment syntax for the file format. We also recommend that a | ||
187 | file or class name and description of purpose be included on the | ||
188 | same "printed page" as the copyright notice for easier | ||
189 | identification within third-party archives. | ||
190 | |||
191 | Copyright [yyyy] [name of copyright owner] | ||
192 | |||
193 | Licensed under the Apache License, Version 2.0 (the "License"); | ||
194 | you may not use this file except in compliance with the License. | ||
195 | You may obtain a copy of the License at | ||
196 | |||
197 | http://www.apache.org/licenses/LICENSE-2.0 | ||
198 | |||
199 | Unless required by applicable law or agreed to in writing, software | ||
200 | distributed under the License is distributed on an "AS IS" BASIS, | ||
201 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
202 | See the License for the specific language governing permissions and | ||
203 | limitations under the License. | ||
diff --git a/meta/files/common-licenses/Artistic b/meta/files/common-licenses/Artistic deleted file mode 100644 index 5f22124..0000000 --- a/meta/files/common-licenses/Artistic +++ /dev/null | |||
@@ -1,131 +0,0 @@ | |||
1 | |||
2 | |||
3 | |||
4 | |||
5 | The "Artistic License" | ||
6 | |||
7 | Preamble | ||
8 | |||
9 | The intent of this document is to state the conditions under which a | ||
10 | Package may be copied, such that the Copyright Holder maintains some | ||
11 | semblance of artistic control over the development of the package, | ||
12 | while giving the users of the package the right to use and distribute | ||
13 | the Package in a more-or-less customary fashion, plus the right to make | ||
14 | reasonable modifications. | ||
15 | |||
16 | Definitions: | ||
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 | |||
43 | 1. You may make and give away verbatim copies of the source form of the | ||
44 | Standard Version of this Package without restriction, provided that you | ||
45 | duplicate all of the original copyright notices and associated disclaimers. | ||
46 | |||
47 | 2. You may apply bug fixes, portability fixes and other modifications | ||
48 | derived from the Public Domain or from the Copyright Holder. A Package | ||
49 | modified in such a way shall still be considered the Standard Version. | ||
50 | |||
51 | 3. You may otherwise modify your copy of this Package in any way, provided | ||
52 | that you insert a prominent notice in each changed file stating how and | ||
53 | when you changed that file, and provided that you do at least ONE of the | ||
54 | following: | ||
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 | |||
71 | 4. You may distribute the programs of this Package in object code or | ||
72 | executable 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 | |||
87 | 5. You may charge a reasonable copying fee for any distribution of this | ||
88 | Package. You may charge any fee you choose for support of this | ||
89 | Package. You may not charge a fee for this Package itself. However, | ||
90 | you may distribute this Package in aggregate with other (possibly | ||
91 | commercial) programs as part of a larger (possibly commercial) software | ||
92 | distribution provided that you do not advertise this Package as a | ||
93 | product of your own. You may embed this Package's interpreter within | ||
94 | an executable of yours (by linking); this shall be construed as a mere | ||
95 | form of aggregation, provided that the complete Standard Version of the | ||
96 | interpreter is so embedded. | ||
97 | |||
98 | 6. The scripts and library files supplied as input to or produced as | ||
99 | output from the programs of this Package do not automatically fall | ||
100 | under the copyright of this Package, but belong to whoever generated | ||
101 | them, and may be sold commercially, and may be aggregated with this | ||
102 | Package. If such scripts or library files are aggregated with this | ||
103 | Package via the so-called "undump" or "unexec" methods of producing a | ||
104 | binary executable image, then distribution of such an image shall | ||
105 | neither be construed as a distribution of this Package nor shall it | ||
106 | fall under the restrictions of Paragraphs 3 and 4, provided that you do | ||
107 | not represent such an executable image as a Standard Version of this | ||
108 | Package. | ||
109 | |||
110 | 7. C subroutines (or comparably compiled subroutines in other | ||
111 | languages) supplied by you and linked into this Package in order to | ||
112 | emulate subroutines and variables of the language defined by this | ||
113 | Package shall not be considered part of this Package, but are the | ||
114 | equivalent of input as in Paragraph 6, provided these subroutines do | ||
115 | not change the language in any way that would cause it to fail the | ||
116 | regression tests for the language. | ||
117 | |||
118 | 8. Aggregation of this Package with a commercial distribution is always | ||
119 | permitted provided that the use of this Package is embedded; that is, | ||
120 | when no overt attempt is made to make this Package's interfaces visible | ||
121 | to the end user of the commercial distribution. Such use shall not be | ||
122 | construed as a distribution of this Package. | ||
123 | |||
124 | 9. The name of the Copyright Holder may not be used to endorse or promote | ||
125 | products derived from this software without specific prior written permission. | ||
126 | |||
127 | 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR | ||
128 | IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED | ||
129 | WARRANTIES 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 47c9cbd..0000000 --- a/meta/files/common-licenses/Artistic-1 +++ /dev/null | |||
@@ -1,97 +0,0 @@ | |||
1 | |||
2 | The Artistic License | ||
3 | Preamble | ||
4 | |||
5 | The intent of this document is to state the conditions under which a Package | ||
6 | may be copied, such that the Copyright Holder maintains some semblance of | ||
7 | artistic control over the development of the package, while giving the users of | ||
8 | the package the right to use and distribute the Package in a more-or-less | ||
9 | customary fashion, plus the right to make reasonable modifications. | ||
10 | |||
11 | Definitions: | ||
12 | |||
13 | "Package" refers to the collection of files distributed by the | ||
14 | Copyright Holder, and derivatives of that collection of files created through | ||
15 | textual modification. | ||
16 | "Standard Version" refers to such a Package if it has not been | ||
17 | modified, or has been modified in accordance with the wishes of the Copyright | ||
18 | Holder. | ||
19 | "Copyright Holder" is whoever is named in the copyright or copyrights | ||
20 | for the package. | ||
21 | "You" is you, if you're thinking about copying or distributing this | ||
22 | Package. | ||
23 | "Reasonable copying fee" is whatever you can justify on the basis of | ||
24 | media cost, duplication charges, time of people involved, and so on. (You will | ||
25 | not be required to justify it to the Copyright Holder, but only to the | ||
26 | computing community at large as a market that must bear the fee.) | ||
27 | "Freely Available" means that no fee is charged for the item itself, | ||
28 | though there may be fees involved in handling the item. It also means that | ||
29 | recipients of the item may redistribute it under the same conditions they | ||
30 | received it. | ||
31 | 1. You may make and give away verbatim copies of the source form of the | ||
32 | Standard Version of this Package without restriction, provided that you | ||
33 | duplicate all of the original copyright notices and associated disclaimers. | ||
34 | |||
35 | 2. You may apply bug fixes, portability fixes and other modifications derived | ||
36 | from the Public Domain or from the Copyright Holder. A Package modified in such | ||
37 | a way shall still be considered the Standard Version. | ||
38 | |||
39 | 3. You may otherwise modify your copy of this Package in any way, provided that | ||
40 | you insert a prominent notice in each changed file stating how and when you | ||
41 | changed that file, and provided that you do at least ONE of the following: | ||
42 | |||
43 | a) place your modifications in the Public Domain or otherwise make them Freely | ||
44 | Available, such as by posting said modifications to Usenet or an equivalent | ||
45 | medium, or placing the modifications on a major archive site such as | ||
46 | ftp.uu.net, or by allowing the Copyright Holder to include your modifications | ||
47 | in the Standard Version of the Package. | ||
48 | |||
49 | b) use the modified Package only within your corporation or organization. | ||
50 | |||
51 | c) rename any non-standard executables so the names do not conflict with | ||
52 | standard executables, which must also be provided, and provide a separate | ||
53 | manual page for each non-standard executable that clearly documents how it | ||
54 | differs from the Standard Version. | ||
55 | |||
56 | d) make other distribution arrangements with the Copyright Holder. | ||
57 | |||
58 | 4. You may distribute the programs of this Package in object code or executable | ||
59 | form, provided that you do at least ONE of the following: | ||
60 | |||
61 | a) distribute a Standard Version of the executables and library files, together | ||
62 | with instructions (in the manual page or equivalent) on where to get the | ||
63 | Standard Version. | ||
64 | |||
65 | b) accompany the distribution with the machine-readable source of the Package | ||
66 | with your modifications. | ||
67 | |||
68 | c) accompany any non-standard executables with their corresponding Standard | ||
69 | Version executables, giving the non-standard executables non-standard names, | ||
70 | and clearly documenting the differences in manual pages (or equivalent), | ||
71 | together with instructions on where to get the Standard Version. | ||
72 | |||
73 | d) make other distribution arrangements with the Copyright Holder. | ||
74 | |||
75 | 5. You may charge a reasonable copying fee for any distribution of this | ||
76 | Package. You may charge any fee you choose for support of this Package. You may | ||
77 | not charge a fee for this Package itself. However, you may distribute this | ||
78 | Package in aggregate with other (possibly commercial) programs as part of a | ||
79 | larger (possibly commercial) software distribution provided that you do not | ||
80 | advertise this Package as a product of your own. | ||
81 | |||
82 | 6. The scripts and library files supplied as input to or produced as output | ||
83 | from the programs of this Package do not automatically fall under the copyright | ||
84 | of this Package, but belong to whomever generated them, and may be sold | ||
85 | commercially, and may be aggregated with this Package. | ||
86 | |||
87 | 7. C or perl subroutines supplied by you and linked into this Package shall not | ||
88 | be considered part of this Package. | ||
89 | |||
90 | 8. The name of the Copyright Holder may not be used to endorse or promote | ||
91 | products derived from this software without specific prior written permission. | ||
92 | |||
93 | 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR | ||
94 | IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF | ||
95 | MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. | ||
96 | |||
97 | The End | ||
diff --git a/meta/files/common-licenses/Artistic-2 b/meta/files/common-licenses/Artistic-2 deleted file mode 100644 index 697eeed..0000000 --- a/meta/files/common-licenses/Artistic-2 +++ /dev/null | |||
@@ -1,202 +0,0 @@ | |||
1 | |||
2 | The Artistic License 2.0 | ||
3 | |||
4 | Copyright (c) 2000-2006, The Perl Foundation. | ||
5 | |||
6 | Everyone is permitted to copy and distribute verbatim copies | ||
7 | of this license document, but changing it is not allowed. | ||
8 | |||
9 | Preamble | ||
10 | |||
11 | This license establishes the terms under which a given free software | ||
12 | Package may be copied, modified, distributed, and/or redistributed. | ||
13 | The intent is that the Copyright Holder maintains some artistic | ||
14 | control over the development of that Package while still keeping the | ||
15 | Package available as open source and free software. | ||
16 | |||
17 | You are always permitted to make arrangements wholly outside of this | ||
18 | license directly with the Copyright Holder of a given Package. If the | ||
19 | terms of this license do not permit the full use that you propose to | ||
20 | make of the Package, you should contact the Copyright Holder and seek | ||
21 | a different licensing arrangement. | ||
22 | |||
23 | Definitions | ||
24 | |||
25 | "Copyright Holder" means the individual(s) or organization(s) | ||
26 | named in the copyright notice for the entire Package. | ||
27 | |||
28 | "Contributor" means any party that has contributed code or other | ||
29 | material to the Package, in accordance with the Copyright Holder's | ||
30 | procedures. | ||
31 | |||
32 | "You" and "your" means any person who would like to copy, | ||
33 | distribute, or modify the Package. | ||
34 | |||
35 | "Package" means the collection of files distributed by the | ||
36 | Copyright Holder, and derivatives of that collection and/or of | ||
37 | those files. A given Package may consist of either the Standard | ||
38 | Version, or a Modified Version. | ||
39 | |||
40 | "Distribute" means providing a copy of the Package or making it | ||
41 | accessible to anyone else, or in the case of a company or | ||
42 | organization, to others outside of your company or organization. | ||
43 | |||
44 | "Distributor Fee" means any fee that you charge for Distributing | ||
45 | this Package or providing support for this Package to another | ||
46 | party. It does not mean licensing fees. | ||
47 | |||
48 | "Standard Version" refers to the Package if it has not been | ||
49 | modified, or has been modified only in ways explicitly requested | ||
50 | by the Copyright Holder. | ||
51 | |||
52 | "Modified Version" means the Package, if it has been changed, and | ||
53 | such changes were not explicitly requested by the Copyright | ||
54 | Holder. | ||
55 | |||
56 | "Original License" means this Artistic License as Distributed with | ||
57 | the Standard Version of the Package, in its current version or as | ||
58 | it may be modified by The Perl Foundation in the future. | ||
59 | |||
60 | "Source" form means the source code, documentation source, and | ||
61 | configuration files for the Package. | ||
62 | |||
63 | "Compiled" form means the compiled bytecode, object code, binary, | ||
64 | or any other form resulting from mechanical transformation or | ||
65 | translation of the Source form. | ||
66 | |||
67 | |||
68 | Permission for Use and Modification Without Distribution | ||
69 | |||
70 | (1) You are permitted to use the Standard Version and create and use | ||
71 | Modified Versions for any purpose without restriction, provided that | ||
72 | you do not Distribute the Modified Version. | ||
73 | |||
74 | |||
75 | Permissions for Redistribution of the Standard Version | ||
76 | |||
77 | (2) You may Distribute verbatim copies of the Source form of the | ||
78 | Standard Version of this Package in any medium without restriction, | ||
79 | either gratis or for a Distributor Fee, provided that you duplicate | ||
80 | all of the original copyright notices and associated disclaimers. At | ||
81 | your discretion, such verbatim copies may or may not include a | ||
82 | Compiled form of the Package. | ||
83 | |||
84 | (3) You may apply any bug fixes, portability changes, and other | ||
85 | modifications made available from the Copyright Holder. The resulting | ||
86 | Package will still be considered the Standard Version, and as such | ||
87 | will be subject to the Original License. | ||
88 | |||
89 | |||
90 | Distribution of Modified Versions of the Package as Source | ||
91 | |||
92 | (4) You may Distribute your Modified Version as Source (either gratis | ||
93 | or for a Distributor Fee, and with or without a Compiled form of the | ||
94 | Modified Version) provided that you clearly document how it differs | ||
95 | from the Standard Version, including, but not limited to, documenting | ||
96 | any non-standard features, executables, or modules, and provided that | ||
97 | you do at least ONE of the following: | ||
98 | |||
99 | (a) make the Modified Version available to the Copyright Holder | ||
100 | of the Standard Version, under the Original License, so that the | ||
101 | Copyright Holder may include your modifications in the Standard | ||
102 | Version. | ||
103 | |||
104 | (b) ensure that installation of your Modified Version does not | ||
105 | prevent the user installing or running the Standard Version. In | ||
106 | addition, the Modified Version must bear a name that is different | ||
107 | from the name of the Standard Version. | ||
108 | |||
109 | (c) allow anyone who receives a copy of the Modified Version to | ||
110 | make the Source form of the Modified Version available to others | ||
111 | under | ||
112 | |||
113 | (i) the Original License or | ||
114 | |||
115 | (ii) a license that permits the licensee to freely copy, | ||
116 | modify and redistribute the Modified Version using the same | ||
117 | licensing terms that apply to the copy that the licensee | ||
118 | received, and requires that the Source form of the Modified | ||
119 | Version, and of any works derived from it, be made freely | ||
120 | available in that license fees are prohibited but Distributor | ||
121 | Fees are allowed. | ||
122 | |||
123 | |||
124 | Distribution of Compiled Forms of the Standard Version | ||
125 | or Modified Versions without the Source | ||
126 | |||
127 | (5) You may Distribute Compiled forms of the Standard Version without | ||
128 | the Source, provided that you include complete instructions on how to | ||
129 | get the Source of the Standard Version. Such instructions must be | ||
130 | valid at the time of your distribution. If these instructions, at any | ||
131 | time while you are carrying out such distribution, become invalid, you | ||
132 | must provide new instructions on demand or cease further distribution. | ||
133 | If you provide valid instructions or cease distribution within thirty | ||
134 | days after you become aware that the instructions are invalid, then | ||
135 | you do not forfeit any of your rights under this license. | ||
136 | |||
137 | (6) You may Distribute a Modified Version in Compiled form without | ||
138 | the Source, provided that you comply with Section 4 with respect to | ||
139 | the Source of the Modified Version. | ||
140 | |||
141 | |||
142 | Aggregating or Linking the Package | ||
143 | |||
144 | (7) You may aggregate the Package (either the Standard Version or | ||
145 | Modified Version) with other packages and Distribute the resulting | ||
146 | aggregation provided that you do not charge a licensing fee for the | ||
147 | Package. Distributor Fees are permitted, and licensing fees for other | ||
148 | components in the aggregation are permitted. The terms of this license | ||
149 | apply to the use and Distribution of the Standard or Modified Versions | ||
150 | as included in the aggregation. | ||
151 | |||
152 | (8) You are permitted to link Modified and Standard Versions with | ||
153 | other works, to embed the Package in a larger work of your own, or to | ||
154 | build stand-alone binary or bytecode versions of applications that | ||
155 | include the Package, and Distribute the result without restriction, | ||
156 | provided the result does not expose a direct interface to the Package. | ||
157 | |||
158 | |||
159 | Items That are Not Considered Part of a Modified Version | ||
160 | |||
161 | (9) Works (including, but not limited to, modules and scripts) that | ||
162 | merely extend or make use of the Package, do not, by themselves, cause | ||
163 | the Package to be a Modified Version. In addition, such works are not | ||
164 | considered parts of the Package itself, and are not subject to the | ||
165 | terms of this license. | ||
166 | |||
167 | |||
168 | General Provisions | ||
169 | |||
170 | (10) Any use, modification, and distribution of the Standard or | ||
171 | Modified Versions is governed by this Artistic License. By using, | ||
172 | modifying or distributing the Package, you accept this license. Do not | ||
173 | use, modify, or distribute the Package, if you do not accept this | ||
174 | license. | ||
175 | |||
176 | (11) If your Modified Version has been derived from a Modified | ||
177 | Version made by someone other than you, you are nevertheless required | ||
178 | to ensure that your Modified Version complies with the requirements of | ||
179 | this license. | ||
180 | |||
181 | (12) This license does not grant you the right to use any trademark, | ||
182 | service mark, tradename, or logo of the Copyright Holder. | ||
183 | |||
184 | (13) This license includes the non-exclusive, worldwide, | ||
185 | free-of-charge patent license to make, have made, use, offer to sell, | ||
186 | sell, import and otherwise transfer the Package with respect to any | ||
187 | patent claims licensable by the Copyright Holder that are necessarily | ||
188 | infringed by the Package. If you institute patent litigation | ||
189 | (including a cross-claim or counterclaim) against any party alleging | ||
190 | that the Package constitutes direct or contributory patent | ||
191 | infringement, then this Artistic License to you shall terminate on the | ||
192 | date that such litigation is filed. | ||
193 | |||
194 | (14) Disclaimer of Warranty: | ||
195 | THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS | ||
196 | IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED | ||
197 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR | ||
198 | NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL | ||
199 | LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL | ||
200 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL | ||
201 | DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF | ||
202 | ADVISED 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 e2dcedc..0000000 --- a/meta/files/common-licenses/BSL-1 +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | Boost Software License - Version 1.0 - August 17th, 2003 | ||
3 | |||
4 | Permission is hereby granted, free of charge, to any person or organization | ||
5 | obtaining a copy of the software and accompanying documentation covered by | ||
6 | this license (the "Software") to use, reproduce, display, distribute, | ||
7 | execute, and transmit the Software, and to prepare derivative works of the | ||
8 | Software, and to permit third-parties to whom the Software is furnished to | ||
9 | do so, all subject to the following: | ||
10 | |||
11 | The copyright notices in the Software and this entire statement, including | ||
12 | the above license grant, this restriction and the following disclaimer, | ||
13 | must be included in all copies of the Software, in whole or in part, and | ||
14 | all derivative works of the Software, unless such copies or derivative | ||
15 | works are solely in the form of machine-executable object code generated by | ||
16 | a source language processor. | ||
17 | |||
18 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
19 | EXPRESS OR | ||
20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
21 | FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT | ||
22 | SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE | ||
23 | FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, | ||
24 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
25 | DEALINGS IN THE SOFTWARE. | ||
diff --git a/meta/files/common-licenses/BitstreamVera b/meta/files/common-licenses/BitstreamVera new file mode 100644 index 0000000..e6f03aa --- /dev/null +++ b/meta/files/common-licenses/BitstreamVera | |||
@@ -0,0 +1,160 @@ | |||
1 | Bitstream Vera Fonts Copyright | ||
2 | |||
3 | The fonts have a generous copyright, allowing derivative works (as | ||
4 | long as "Bitstream" or "Vera" are not in the names), and full | ||
5 | redistribution (so long as they are not *sold* by themselves). They | ||
6 | can be be bundled, redistributed and sold with any software. | ||
7 | |||
8 | The fonts are distributed under the following copyright: | ||
9 | |||
10 | Copyright | ||
11 | ========= | ||
12 | |||
13 | Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream | ||
14 | Vera is a trademark of Bitstream, Inc. | ||
15 | |||
16 | Permission is hereby granted, free of charge, to any person obtaining | ||
17 | a copy of the fonts accompanying this license ("Fonts") and associated | ||
18 | documentation files (the "Font Software"), to reproduce and distribute | ||
19 | the Font Software, including without limitation the rights to use, | ||
20 | copy, merge, publish, distribute, and/or sell copies of the Font | ||
21 | Software, and to permit persons to whom the Font Software is furnished | ||
22 | to do so, subject to the following conditions: | ||
23 | |||
24 | The above copyright and trademark notices and this permission notice | ||
25 | shall be included in all copies of one or more of the Font Software | ||
26 | typefaces. | ||
27 | |||
28 | The Font Software may be modified, altered, or added to, and in | ||
29 | particular the designs of glyphs or characters in the Fonts may be | ||
30 | modified and additional glyphs or characters may be added to the | ||
31 | Fonts, only if the fonts are renamed to names not containing either | ||
32 | the words "Bitstream" or the word "Vera". | ||
33 | |||
34 | This License becomes null and void to the extent applicable to Fonts | ||
35 | or Font Software that has been modified and is distributed under the | ||
36 | "Bitstream Vera" names. | ||
37 | |||
38 | The Font Software may be sold as part of a larger software package but | ||
39 | no copy of one or more of the Font Software typefaces may be sold by | ||
40 | itself. | ||
41 | |||
42 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
43 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF | ||
44 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT | ||
45 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL | ||
46 | BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR | ||
47 | OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, | ||
48 | OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR | ||
49 | OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT | ||
50 | SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. | ||
51 | |||
52 | Except as contained in this notice, the names of Gnome, the Gnome | ||
53 | Foundation, and Bitstream Inc., shall not be used in advertising or | ||
54 | otherwise to promote the sale, use or other dealings in this Font | ||
55 | Software without prior written authorization from the Gnome Foundation | ||
56 | or Bitstream Inc., respectively. For further information, contact: | ||
57 | fonts at gnome dot org. | ||
58 | |||
59 | Copyright FAQ | ||
60 | ============= | ||
61 | |||
62 | 1. I don't understand the resale restriction... What gives? | ||
63 | |||
64 | Bitstream is giving away these fonts, but wishes to ensure its | ||
65 | competitors can't just drop the fonts as is into a font sale system | ||
66 | and sell them as is. It seems fair that if Bitstream can't make money | ||
67 | from the Bitstream Vera fonts, their competitors should not be able to | ||
68 | do so either. You can sell the fonts as part of any software package, | ||
69 | however. | ||
70 | |||
71 | 2. I want to package these fonts separately for distribution and | ||
72 | sale as part of a larger software package or system. Can I do so? | ||
73 | |||
74 | Yes. A RPM or Debian package is a "larger software package" to begin | ||
75 | with, and you aren't selling them independently by themselves. | ||
76 | See 1. above. | ||
77 | |||
78 | 3. Are derivative works allowed? | ||
79 | Yes! | ||
80 | |||
81 | 4. Can I change or add to the font(s)? | ||
82 | Yes, but you must change the name(s) of the font(s). | ||
83 | |||
84 | 5. Under what terms are derivative works allowed? | ||
85 | |||
86 | You must change the name(s) of the fonts. This is to ensure the | ||
87 | quality of the fonts, both to protect Bitstream and Gnome. We want to | ||
88 | ensure that if an application has opened a font specifically of these | ||
89 | names, it gets what it expects (though of course, using fontconfig, | ||
90 | substitutions could still could have occurred during font | ||
91 | opening). You must include the Bitstream copyright. Additional | ||
92 | copyrights can be added, as per copyright law. Happy Font Hacking! | ||
93 | |||
94 | 6. If I have improvements for Bitstream Vera, is it possible they might get | ||
95 | adopted in future versions? | ||
96 | |||
97 | Yes. The contract between the Gnome Foundation and Bitstream has | ||
98 | provisions for working with Bitstream to ensure quality additions to | ||
99 | the Bitstream Vera font family. Please contact us if you have such | ||
100 | additions. Note, that in general, we will want such additions for the | ||
101 | entire family, not just a single font, and that you'll have to keep | ||
102 | both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add | ||
103 | glyphs to the font, they must be stylistically in keeping with Vera's | ||
104 | design. Vera cannot become a "ransom note" font. Jim Lyles will be | ||
105 | providing a document describing the design elements used in Vera, as a | ||
106 | guide and aid for people interested in contributing to Vera. | ||
107 | |||
108 | 7. I want to sell a software package that uses these fonts: Can I do so? | ||
109 | |||
110 | Sure. Bundle the fonts with your software and sell your software | ||
111 | with the fonts. That is the intent of the copyright. | ||
112 | |||
113 | 8. If applications have built the names "Bitstream Vera" into them, | ||
114 | can I override this somehow to use fonts of my choosing? | ||
115 | |||
116 | This depends on exact details of the software. Most open source | ||
117 | systems and software (e.g., Gnome, KDE, etc.) are now converting to | ||
118 | use fontconfig (see www.fontconfig.org) to handle font configuration, | ||
119 | selection and substitution; it has provisions for overriding font | ||
120 | names and subsituting alternatives. An example is provided by the | ||
121 | supplied local.conf file, which chooses the family Bitstream Vera for | ||
122 | "sans", "serif" and "monospace". Other software (e.g., the XFree86 | ||
123 | core server) has other mechanisms for font substitution. | ||
124 | |||
125 | Show details Hide details | ||
126 | |||
127 | Change log | ||
128 | r2011 by mark.nickel on Mar 3, 2011 Diff | ||
129 | |||
130 | Majority of Multi-Line text editing is in | ||
131 | the commit. Also added some specific free | ||
132 | fonts to replace the existing set as we | ||
133 | need some additional font metrics that we | ||
134 | use in the Text Editing rendering | ||
135 | pipeline. | ||
136 | |||
137 | You can see the font licenses in the | ||
138 | editor/fonts folder under each font. | ||
139 | |||
140 | Still have some cleanup to do to add the | ||
141 | text formatting (left,right,center) as | ||
142 | ... | ||
143 | |||
144 | Go to: | ||
145 | Hide comments | ||
146 | Show comments | ||
147 | |||
148 | Older revisions | ||
149 | All revisions of this file | ||
150 | |||
151 | File info | ||
152 | Size: 5953 bytes, 123 lines | ||
153 | View raw file | ||
154 | |||
155 | File properties | ||
156 | |||
157 | svn: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 9b77e08..0000000 --- a/meta/files/common-licenses/CATOSL-1 +++ /dev/null | |||
@@ -1,335 +0,0 @@ | |||
1 | |||
2 | Computer Associates Trusted Open Source License | ||
3 | Version 1.1 | ||
4 | |||
5 | |||
6 | (text) | ||
7 | |||
8 | PLEASE READ THIS DOCUMENT CAREFULLY AND IN ITS ENTIRETY. THE ACCOMPANYING | ||
9 | PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMPUTER ASSOCIATES TRUSTED OPEN | ||
10 | SOURCE LICENSE ("LICENSE"). ANY USE, REPRODUCTION, MODIFICATION OR | ||
11 | DISTRIBUTION OF THE PROGRAM CONSTITUTES THE RECIPIENT'S ACCEPTANCE OF THIS | ||
12 | LICENSE. | ||
13 | |||
14 | License Background | ||
15 | Computer Associates International, Inc. (CA) believes in open source. We | ||
16 | believe that the open source development approach can take appropriate software | ||
17 | programs to unprecedented levels of quality, growth, and innovation. To | ||
18 | demonstrate our continuing commitment to open source, we are releasing the | ||
19 | Program (as defined below) under this License. | ||
20 | |||
21 | This License is intended to permit contributors and recipients of the Program | ||
22 | to use the Program, including its source code, freely and without many of the | ||
23 | concerns of some other open source licenses. Although we expect the underlying | ||
24 | Program, and Contributions (as defined below) made to such Program, to remain | ||
25 | open, this License is designed to permit you to maintain your own software | ||
26 | programs free of this License unless you choose to do so. Thus, only your | ||
27 | Contributions to the Program must be distributed under the terms of this | ||
28 | License. | ||
29 | |||
30 | The provisions that follow set forth the terms and conditions under which you | ||
31 | may use the Program. | ||
32 | |||
33 | 1. DEFINITIONS | ||
34 | |||
35 | 1.1 Contribution means (a) in the case of CA, the Original Program; and (b) in | ||
36 | the case of each Contributor (including CA), changes and additions to the | ||
37 | Program, where such changes and/or additions to the Program originate from and | ||
38 | are distributed by that particular Contributor to unaffiliated third parties. A | ||
39 | Contribution originates from a Contributor if it was added to the Program by | ||
40 | such Contributor itself or anyone acting on such Contributors behalf. | ||
41 | Contributions do not include additions to the Program which: (x) are separate | ||
42 | modules of software distributed in conjunction with the Program under their own | ||
43 | license agreement, and (y) are not derivative works of the Program. | ||
44 | |||
45 | 1.2 Contributor means CA and any other person or entity that distributes the | ||
46 | Program. | ||
47 | |||
48 | 1.3 Contributor Version means as to a Contributor, that version of the Program | ||
49 | that includes the Contributors Contribution but not any Contributions made to | ||
50 | the Program thereafter. | ||
51 | |||
52 | 1.4 Larger Work means a work that combines the Program or portions thereof with | ||
53 | code not governed by the terms of this License. | ||
54 | |||
55 | 1.5 Licensed Patents mean patents licensable by a Contributor that are | ||
56 | infringed by the use or sale of its Contribution alone or when combined with | ||
57 | the Program. | ||
58 | |||
59 | 1.6 Original Program means the original version of the software to which this | ||
60 | License is attached and as released by CA, including source code, object code | ||
61 | and documentation, if any. | ||
62 | |||
63 | 1.7 Program means the Original Program and Contributions. | ||
64 | |||
65 | 1.8 Recipient means anyone who modifies, copies, uses or distributes the | ||
66 | Program. | ||
67 | |||
68 | 2. GRANT OF RIGHTS | ||
69 | |||
70 | 2.1 Subject to the terms of this License, each Contributor hereby grants | ||
71 | Recipient an irrevocable, non-exclusive, worldwide, royalty-free license to | ||
72 | reproduce, prepare derivative works of, publicly display, publicly perform, | ||
73 | distribute and sublicense the Contribution of such Contributor, if any, and | ||
74 | such derivative works, in source code and object code form. For the avoidance | ||
75 | of doubt, the license provided in this Section 2.1 shall not include a license | ||
76 | to any Licensed Patents of a Contributor. | ||
77 | |||
78 | 2.2 Subject to the terms of this License, each Contributor hereby grants | ||
79 | Recipient an irrevocable, non-exclusive, worldwide, royalty-free license to the | ||
80 | Licensed Patents to the extent necessary to make, use, sell, offer to sell and | ||
81 | import the Contribution of such Contributor, if any, in source code and object | ||
82 | code form. The license granted in this Section 2.2 shall apply to the | ||
83 | combination of the Contribution and the Program if, at the time the | ||
84 | Contribution is added by the Contributor, such addition of the Contribution | ||
85 | causes the Licensed Patents to be infringed by such combination. | ||
86 | Notwithstanding 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 | ||
88 | exists and is used in accordance with the terms hereof; (b) for infringements | ||
89 | caused by: (i) third party modifications of the Contributor Version; or (ii) | ||
90 | the combination of Contributions made by each such Contributor with other | ||
91 | software (except as part of the Contributor Version) or other devices; or (c) | ||
92 | with respect to Licensed Patents infringed by the Program in the absence of | ||
93 | Contributions made by that Contributor. | ||
94 | |||
95 | 2.3 Recipient understands that although each Contributor grants the licenses to | ||
96 | its Contributions set forth herein, except as provided in Section 2.4, no | ||
97 | assurances are provided by any Contributor that the Program does not infringe | ||
98 | the patent or other intellectual property rights of any other person or entity. | ||
99 | Each Contributor disclaims any liability to Recipient for claims brought by any | ||
100 | other person or entity based on infringement of intellectual property rights or | ||
101 | otherwise. As a condition to exercising the rights and licenses granted | ||
102 | hereunder, each Recipient hereby assumes sole responsibility to secure any | ||
103 | other intellectual property rights needed, if any. | ||
104 | |||
105 | 2.4 Each Contributor represents and warrants that it has all right, title and | ||
106 | interest in the copyrights in its Contributions, and has the right to grant the | ||
107 | copyright licenses set forth in this License. | ||
108 | |||
109 | 3. DISTRIBUTION REQUIREMENTS | ||
110 | |||
111 | 3.1 If the Program is distributed in object code form, then a prominent notice | ||
112 | must be included in the code itself as well as in any related documentation, | ||
113 | stating that the source code for the Program is available from the Contributor | ||
114 | with information on how and where to obtain the source code. A Contributor may | ||
115 | choose to distribute the Program in object code form under its own license | ||
116 | agreement, provided that: | ||
117 | |||
118 | it complies with the terms and conditions of this License; and | ||
119 | its license agreement: | ||
120 | effectively disclaims on behalf of all Contributors all warranties and | ||
121 | conditions, express and implied, including warranties or conditions of title | ||
122 | and non-infringement, and implied warranties or conditions of merchantability | ||
123 | and fitness for a particular purpose, to the maximum extent permitted by | ||
124 | applicable law; | ||
125 | effectively excludes on behalf of all Contributors all liability for damages, | ||
126 | including direct, indirect, special, incidental and consequential damages, such | ||
127 | as lost profits, to the maximum extent permitted by applicable law; | ||
128 | states that any provisions which are inconsistent with this License are offered | ||
129 | by that Contributor alone and not by any other party; and | ||
130 | states that source code for the Program is available from such Contributor at | ||
131 | the cost of distribution, and informs licensees how to obtain it in a | ||
132 | reasonable manner. | ||
133 | 3.2 When the Program is made available in source code form: | ||
134 | |||
135 | it must be made available under this License; and | ||
136 | a copy of this License must be included with each copy of the Program. | ||
137 | 3.3 This License is intended to facilitate the commercial distribution of the | ||
138 | Program by any Contributor. However, Contributors may only charge Recipients a | ||
139 | one-time, upfront fee for the distribution of the Program. Contributors may not | ||
140 | charge Recipients any recurring charge, license fee, or any ongoing royalty for | ||
141 | the Recipients exercise of its rights under this License to the Program. | ||
142 | Contributors shall make the source code for the Contributor Version they | ||
143 | distribute available at a cost, if any, equal to the cost to the Contributor to | ||
144 | physically copy and distribute the work. It is not the intent of this License | ||
145 | to prohibit a Contributor from charging fees for any service or maintenance | ||
146 | that a Contributor may charge to a Recipient, so long as such fees are not an | ||
147 | attempt to circumvent the foregoing restrictions on charging royalties or other | ||
148 | recurring fees for the Program itself. | ||
149 | |||
150 | 3.4 A Contributor may create a Larger Work by combining the Program with other | ||
151 | software code not governed by the terms of this License, and distribute the | ||
152 | Larger Work as a single product. In such a case, the Contributor must make sure | ||
153 | that the requirements of this License are fulfilled for the Program. Any | ||
154 | Contributor who includes the Program in a commercial product offering, | ||
155 | including as part of a Larger Work, may subject itself, but not any other | ||
156 | Contributor, to additional contractual commitments, including, but not limited | ||
157 | to, performance warranties and non-infringement representations on | ||
158 | suchContributors behalf. No Contributor may create any additional liability for | ||
159 | other Contributors. Therefore, if a Contributor includes the Program in a | ||
160 | commercial product offering, such Contributor (Commercial Contributor) hereby | ||
161 | agrees to defend and indemnify every other Contributor (Indemnified | ||
162 | Contributor) who made Contributions to the Program distributed by the | ||
163 | Commercial Contributor against any losses, damages and costs (collectively | ||
164 | Losses) arising from claims, lawsuits and other legal actions brought by a | ||
165 | third party against the Indemnified Contributor to the extent caused by the | ||
166 | acts or omissions, including any additional contractual commitments, of such | ||
167 | Commercial Contributor in connection with its distribution of the Program. The | ||
168 | obligations in this section do not apply to any claims or Losses relating to | ||
169 | any actual or alleged intellectual property infringement. | ||
170 | |||
171 | 3.5 If Contributor has knowledge that a license under a third partys | ||
172 | intellectual property rights is required to exercise the rights granted by such | ||
173 | Contributor under Sections 2.1 or 2.2, Contributor must (a) include a text file | ||
174 | with the Program source code distribution titled ../IP_ISSUES, and (b) notify | ||
175 | CA in writing at Computer Associates International, Inc., One Computer | ||
176 | Associates Plaza, Islandia, New York 11749, Attn: Open Source Group or by email | ||
177 | at opensource@ca.com, both describing the claim and the party making the claim | ||
178 | in sufficient detail that a Recipient and CA will know whom to contact with | ||
179 | regard to such matter. If Contributor obtains such knowledge after the | ||
180 | Contribution is made available, Contributor shall also promptly modify the | ||
181 | IP_ISSUES file in all copies Contributor makes available thereafter and shall | ||
182 | take other steps (such as notifying appropriate mailing lists or newsgroups) | ||
183 | reasonably calculated to inform those who received the Program that such new | ||
184 | knowledge has been obtained. | ||
185 | |||
186 | 3.6 Recipient shall not remove, obscure, or modify any CA or other Contributor | ||
187 | copyright or patent proprietary notices appearing in the Program, whether in | ||
188 | the source code, object code or in any documentation. In addition to the | ||
189 | obligations set forth in Section 4, each Contributor must identify itself as | ||
190 | the originator of its Contribution, if any, in a manner that reasonably allows | ||
191 | subsequent Recipients to identify the originator of the Contribution. | ||
192 | |||
193 | 4. CONTRIBUTION RESTRICTIONS | ||
194 | |||
195 | 4.1 Each Contributor must cause the Program to which the Contributor provides a | ||
196 | Contribution to contain a file documenting the changes the Contributor made to | ||
197 | create its version of the Program and the date of any change. Each Contributor | ||
198 | must also include a prominent statement that the Contribution is derived, | ||
199 | directly or indirectly, from the Program distributed by a prior Contributor, | ||
200 | including the name of the prior Contributor from which such Contribution was | ||
201 | derived, in (a) the Program source code, and (b) in any notice in an executable | ||
202 | version or related documentation in which the Contributor describes the origin | ||
203 | or ownership of the Program. | ||
204 | |||
205 | 5. NO WARRANTY | ||
206 | |||
207 | 5.1 EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, THE PROGRAM IS PROVIDED AS | ||
208 | IS AND IN ITS PRESENT STATE AND CONDITION. NO WARRANTY, REPRESENTATION, | ||
209 | CONDITION, UNDERTAKING OR TERM, EXPRESS OR IMPLIED, STATUTORY OR OTHERWISE, AS | ||
210 | TO THE CONDITION, QUALITY, DURABILITY, PERFORMANCE, NON-INFRINGEMENT, | ||
211 | MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE OR USE OF THE PROGRAM IS | ||
212 | GIVEN OR ASSUMED BY ANY CONTRIBUTOR AND ALL SUCH WARRANTIES, REPRESENTATIONS, | ||
213 | CONDITIONS, UNDERTAKINGS AND TERMS ARE HEREBY EXCLUDED TO THE FULLEST EXTENT | ||
214 | PERMITTED BY LAW. | ||
215 | |||
216 | 5.2 Each Recipient is solely responsible for determining the appropriateness of | ||
217 | using and distributing the Program and assumes all risks associated with its | ||
218 | exercise of rights under this License, including but not limited to the risks | ||
219 | and costs of program errors, compliance with applicable laws, damage to or loss | ||
220 | of data, programs or equipment, and unavailability or interruption of | ||
221 | operations. | ||
222 | |||
223 | 5.3 Each Recipient acknowledges that the Program is not intended for use in the | ||
224 | operation of nuclear facilities, aircraft navigation, communication systems, or | ||
225 | air traffic control machines in which case the failure of the Program could | ||
226 | lead to death, personal injury, or severe physical or environmental damage. | ||
227 | |||
228 | 6. DISCLAIMER OF LIABILITY | ||
229 | |||
230 | 6.1 EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, AND TO THE EXTENT PERMITTED | ||
231 | BY LAW, NO CONTRIBUTOR SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, | ||
232 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT | ||
233 | LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | ||
234 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | ||
235 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR | ||
236 | THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE | ||
237 | POSSIBILITY OF SUCH DAMAGES. | ||
238 | |||
239 | 7. TRADEMARKS AND BRANDING | ||
240 | |||
241 | 7.1 This License does not grant any Recipient or any third party any rights to | ||
242 | use the trademarks or trade names now or subsequently posted at http:// | ||
243 | www.ca.com/catrdmrk.htm, or any other trademarks, service marks, logos or trade | ||
244 | names belonging to CA (collectively CA Marks) or to any trademark, service | ||
245 | mark, logo or trade name belonging to any Contributor. Recipient agrees not to | ||
246 | use any CA Marks in or as part of the name of products derived from the | ||
247 | Original Program or to endorse or promote products derived from the Original | ||
248 | Program. | ||
249 | |||
250 | 7.2 Subject to Section 7.1, Recipients may distribute the Program under | ||
251 | trademarks, logos, and product names belonging to the Recipient provided that | ||
252 | all copyright and other attribution notices remain in the Program. | ||
253 | |||
254 | 8. PATENT LITIGATION | ||
255 | |||
256 | 8.1 If Recipient institutes patent litigation against any person or entity | ||
257 | (including a cross-claim or counterclaim in a lawsuit) alleging that the | ||
258 | Program itself (excluding combinations of the Program with other software or | ||
259 | hardware) infringes such Recipients patent(s), then such Recipients rights | ||
260 | granted under Section 2.2 shall terminate as of the date such litigation is | ||
261 | filed. | ||
262 | |||
263 | 9. OWNERSHIP | ||
264 | |||
265 | 9.1 Subject to the licenses granted under this License in Sections 2.1 and 2.2 | ||
266 | above, each Contributor retains all rights, title and interest in and to any | ||
267 | Contributions made by such Contributor. CA retains all rights, title and | ||
268 | interest in and to the Original Program and any Contributions made by or on | ||
269 | behalf of CA (CA Contributions), and such CA Contributions will not be | ||
270 | automatically subject to this License. CA may, at its sole discretion, choose | ||
271 | to license such CA Contributions under this License, or on different terms from | ||
272 | those contained in this License or may choose not to license them at all. | ||
273 | |||
274 | 10. TERMINATION | ||
275 | |||
276 | 10.1 All of Recipients rights under this License shall terminate if it fails to | ||
277 | comply with any of the material terms or conditions of this License and does | ||
278 | not cure such failure in a reasonable period of time after becoming aware of | ||
279 | such noncompliance. If Recipients rights under this License terminate, | ||
280 | Recipient agrees to cease use and distribution of the Program as soon as | ||
281 | reasonably practicable. However, Recipients obligations under this License and | ||
282 | any licenses granted by Recipient as a Contributor relating to the Program | ||
283 | shall continue and survive termination. | ||
284 | |||
285 | 11. GENERAL | ||
286 | |||
287 | 11.1 If any provision of this License is invalid or unenforceable under | ||
288 | applicable law, it shall not affect the validity or enforceability of the | ||
289 | remainder of the terms of this License, and without further action by the | ||
290 | parties hereto, such provision shall be reformed to the minimum extent | ||
291 | necessary to make such provision valid and enforceable. | ||
292 | |||
293 | 11.2 CA may publish new versions (including revisions) of this License from | ||
294 | time to time. Each new version of the License will be given a distinguishing | ||
295 | version number. The Program (including Contributions) may always be distributed | ||
296 | subject to the version of the License under which it was received. In addition, | ||
297 | after a new version of the License is published, Contributor may elect to | ||
298 | distribute the Program (including its Contributions) under the new version. No | ||
299 | one other than CA has the right to modify this License. | ||
300 | |||
301 | 11.3 If it is impossible for Recipient to comply with any of the terms of this | ||
302 | License with respect to some or all of the Program due to statute, judicial | ||
303 | order, or regulation, then Recipient must: (a) comply with the terms of this | ||
304 | License to the maximum extent possible; and (b) describe the limitations and | ||
305 | the code they affect. Such description must be included in the IP_ISSUES file | ||
306 | described in Section 3.5 and must be included with all distributions of the | ||
307 | Program source code. Except to the extent prohibited by statute or regulation, | ||
308 | such description must be sufficiently detailed for a Recipient of ordinary | ||
309 | skill to be able to understand it. | ||
310 | |||
311 | 11.4 This License is governed by the laws of the State of New York. No | ||
312 | Recipient will bring a legal action under this License more than one year after | ||
313 | the cause of action arose. Each Recipient waives its rights to a jury trial in | ||
314 | any resulting litigation. Any litigation or other dispute resolution between a | ||
315 | Recipient and CA relating to this License shall take place in the State of New | ||
316 | York, and Recipient and CA hereby consent to the personal jurisdiction of, and | ||
317 | venue in, the state and federal courts within that district with respect to | ||
318 | this License. The application of the United Nations Convention on Contracts for | ||
319 | the International Sale of Goods is expressly excluded. | ||
320 | |||
321 | 11.5 Where Recipient is located in the province of Quebec, Canada, the | ||
322 | following clause applies: The parties hereby confirm that they have requested | ||
323 | that this License and all related documents be drafted in English. Les parties | ||
324 | contractantes confirment qu'elles ont exige que le present contrat et tous les | ||
325 | documents associes soient rediges en anglais. | ||
326 | |||
327 | 11.6 The Program is subject to all export and import laws, restrictions and | ||
328 | regulations of the country in which Recipient receives the Program. Recipient | ||
329 | is solely responsible for complying with and ensuring that Recipient does not | ||
330 | export, re-export, or import the Program in violation of such laws, | ||
331 | restrictions or regulations, or without any necessary licenses and | ||
332 | authorizations. | ||
333 | |||
334 | 11.7 This License constitutes the entire agreement between the parties with | ||
335 | respect 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 5e3c9c6..0000000 --- a/meta/files/common-licenses/CC-BY-1 +++ /dev/null | |||
@@ -1,185 +0,0 @@ | |||
1 | |||
2 | Creative Commons | ||
3 | Attribution 1.0 | ||
4 | |||
5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL | ||
6 | SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT | ||
7 | RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS- | ||
8 | IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION | ||
9 | PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. | ||
10 | License | ||
11 | |||
12 | THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE | ||
13 | COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS | ||
14 | PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER | ||
15 | THAN AS AUTHORIZED UNDER THIS LICENSE IS PROHIBITED. | ||
16 | |||
17 | BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE | ||
18 | BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS | ||
19 | CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND | ||
20 | CONDITIONS. | ||
21 | |||
22 | 1. Definitions | ||
23 | |||
24 | "Collective Work" means a work, such as a periodical issue, anthology | ||
25 | or encyclopedia, in which the Work in its entirety in unmodified form, along | ||
26 | with a number of other contributions, constituting separate and independent | ||
27 | works in themselves, are assembled into a collective whole. A work that | ||
28 | constitutes a Collective Work will not be considered a Derivative Work (as | ||
29 | defined below) for the purposes of this License. | ||
30 | "Derivative Work" means a work based upon the Work or upon the Work | ||
31 | and other pre-existing works, such as a translation, musical arrangement, | ||
32 | dramatization, fictionalization, motion picture version, sound recording, art | ||
33 | reproduction, abridgment, condensation, or any other form in which the Work may | ||
34 | be recast, transformed, or adapted, except that a work that constitutes a | ||
35 | Collective Work will not be considered a Derivative Work for the purpose of | ||
36 | this License. | ||
37 | "Licensor" means the individual or entity that offers the Work under | ||
38 | the terms of this License. | ||
39 | "Original Author" means the individual or entity who created the | ||
40 | Work. | ||
41 | "Work" means the copyrightable work of authorship offered under the | ||
42 | terms of this License. | ||
43 | "You" means an individual or entity exercising rights under this | ||
44 | License who has not previously violated the terms of this License with respect | ||
45 | to the Work, or who has received express permission from the Licensor to | ||
46 | exercise rights under this License despite a previous violation. | ||
47 | 2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or | ||
48 | restrict any rights arising from fair use, first sale or other limitations on | ||
49 | the exclusive rights of the copyright owner under copyright law or other | ||
50 | applicable laws. | ||
51 | |||
52 | 3. License Grant. Subject to the terms and conditions of this License, Licensor | ||
53 | hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the | ||
54 | duration of the applicable copyright) license to exercise the rights in the | ||
55 | Work as stated below: | ||
56 | |||
57 | to reproduce the Work, to incorporate the Work into one or more Collective | ||
58 | Works, and to reproduce the Work as incorporated in the Collective Works; | ||
59 | to create and reproduce Derivative Works; | ||
60 | to distribute copies or phonorecords of, display publicly, perform publicly, | ||
61 | and perform publicly by means of a digital audio transmission the Work | ||
62 | including as incorporated in Collective Works; | ||
63 | to distribute copies or phonorecords of, display publicly, perform publicly, | ||
64 | and perform publicly by means of a digital audio transmission Derivative Works; | ||
65 | The above rights may be exercised in all media and formats whether now known or | ||
66 | hereafter devised. The above rights include the right to make such | ||
67 | modifications as are technically necessary to exercise the rights in other | ||
68 | media and formats. All rights not expressly granted by Licensor are hereby | ||
69 | reserved. | ||
70 | |||
71 | 4. Restrictions. The license granted in Section 3 above is expressly made | ||
72 | subject to and limited by the following restrictions: | ||
73 | |||
74 | You may distribute, publicly display, publicly perform, or publicly digitally | ||
75 | perform the Work only under the terms of this License, and You must include a | ||
76 | copy of, or the Uniform Resource Identifier for, this License with every copy | ||
77 | or phonorecord of the Work You distribute, publicly display, publicly perform, | ||
78 | or publicly digitally perform. You may not offer or impose any terms on the | ||
79 | Work that alter or restrict the terms of this License or the recipients' | ||
80 | exercise of the rights granted hereunder. You may not sublicense the Work. You | ||
81 | must keep intact all notices that refer to this License and to the disclaimer | ||
82 | of warranties. You may not distribute, publicly display, publicly perform, or | ||
83 | publicly digitally perform the Work with any technological measures that | ||
84 | control access or use of the Work in a manner inconsistent with the terms of | ||
85 | this License Agreement. The above applies to the Work as incorporated in a | ||
86 | Collective Work, but this does not require the Collective Work apart from the | ||
87 | Work itself to be made subject to the terms of this License. If You create a | ||
88 | Collective Work, upon notice from any Licensor You must, to the extent | ||
89 | practicable, remove from the Collective Work any reference to such Licensor or | ||
90 | the Original Author, as requested. If You create a Derivative Work, upon notice | ||
91 | from any Licensor You must, to the extent practicable, remove from the | ||
92 | Derivative Work any reference to such Licensor or the Original Author, as | ||
93 | requested. | ||
94 | If you distribute, publicly display, publicly perform, or publicly digitally | ||
95 | perform the Work or any Derivative Works or Collective Works, You must keep | ||
96 | intact all copyright notices for the Work and give the Original Author credit | ||
97 | reasonable to the medium or means You are utilizing by conveying the name (or | ||
98 | pseudonym if applicable) of the Original Author if supplied; the title of the | ||
99 | Work if supplied; in the case of a Derivative Work, a credit identifying the | ||
100 | use of the Work in the Derivative Work (e.g., "French translation of the | ||
101 | Work by Original Author," or "Screenplay based on original Work by | ||
102 | Original Author"). Such credit may be implemented in any reasonable | ||
103 | manner; provided, however, that in the case of a Derivative Work or Collective | ||
104 | Work, at a minimum such credit will appear where any other comparable | ||
105 | authorship credit appears and in a manner at least as prominent as such other | ||
106 | comparable authorship credit. | ||
107 | 5. Representations, Warranties and Disclaimer | ||
108 | |||
109 | By offering the Work for public release under this License, Licensor represents | ||
110 | and warrants that, to the best of Licensor's knowledge after reasonable | ||
111 | inquiry: | ||
112 | Licensor has secured all rights in the Work necessary to grant the license | ||
113 | rights hereunder and to permit the lawful exercise of the rights granted | ||
114 | hereunder without You having any obligation to pay any royalties, compulsory | ||
115 | license fees, residuals or any other payments; | ||
116 | The Work does not infringe the copyright, trademark, publicity rights, common | ||
117 | law rights or any other right of any third party or constitute defamation, | ||
118 | invasion of privacy or other tortious injury to any third party. | ||
119 | EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING OR | ||
120 | REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS, | ||
121 | WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT | ||
122 | LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK. | ||
123 | 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, | ||
124 | AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM | ||
125 | BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL LICENSOR BE LIABLE TO | ||
126 | YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR | ||
127 | EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF | ||
128 | LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. | ||
129 | |||
130 | 7. Termination | ||
131 | |||
132 | This License and the rights granted hereunder will terminate automatically upon | ||
133 | any breach by You of the terms of this License. Individuals or entities who | ||
134 | have received Derivative Works or Collective Works from You under this License, | ||
135 | however, will not have their licenses terminated provided such individuals or | ||
136 | entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, | ||
137 | and 8 will survive any termination of this License. | ||
138 | Subject to the above terms and conditions, the license granted here is | ||
139 | perpetual (for the duration of the applicable copyright in the Work). | ||
140 | Notwithstanding the above, Licensor reserves the right to release the Work | ||
141 | under different license terms or to stop distributing the Work at any time; | ||
142 | provided, however that any such election will not serve to withdraw this | ||
143 | License (or any other license that has been, or is required to be, granted | ||
144 | under the terms of this License), and this License will continue in full force | ||
145 | and effect unless terminated as stated above. | ||
146 | 8. Miscellaneous | ||
147 | |||
148 | Each time You distribute or publicly digitally perform the Work or a Collective | ||
149 | Work, the Licensor offers to the recipient a license to the Work on the same | ||
150 | terms and conditions as the license granted to You under this License. | ||
151 | Each time You distribute or publicly digitally perform a Derivative Work, | ||
152 | Licensor offers to the recipient a license to the original Work on the same | ||
153 | terms and conditions as the license granted to You under this License. | ||
154 | If any provision of this License is invalid or unenforceable under applicable | ||
155 | law, it shall not affect the validity or enforceability of the remainder of the | ||
156 | terms of this License, and without further action by the parties to this | ||
157 | agreement, such provision shall be reformed to the minimum extent necessary to | ||
158 | make such provision valid and enforceable. | ||
159 | No term or provision of this License shall be deemed waived and no breach | ||
160 | consented to unless such waiver or consent shall be in writing and signed by | ||
161 | the party to be charged with such waiver or consent. | ||
162 | This License constitutes the entire agreement between the parties with respect | ||
163 | to the Work licensed here. There are no understandings, agreements or | ||
164 | representations with respect to the Work not specified here. Licensor shall not | ||
165 | be bound by any additional provisions that may appear in any communication from | ||
166 | You. This License may not be modified without the mutual written agreement of | ||
167 | the Licensor and You. | ||
168 | Creative Commons is not a party to this License, and makes no warranty | ||
169 | whatsoever in connection with the Work. Creative Commons will not be liable to | ||
170 | You or any party on any legal theory for any damages whatsoever, including | ||
171 | without limitation any general, special, incidental or consequential damages | ||
172 | arising in connection to this license. Notwithstanding the foregoing two (2) | ||
173 | sentences, if Creative Commons has expressly identified itself as the Licensor | ||
174 | hereunder, it shall have all rights and obligations of Licensor. | ||
175 | |||
176 | Except for the limited purpose of indicating to the public that the Work is | ||
177 | licensed under the CCPL, neither party will use the trademark "Creative | ||
178 | Commons" or any related trademark or logo of Creative Commons without the | ||
179 | prior written consent of Creative Commons. Any permitted use will be in | ||
180 | compliance with Creative Commons' then-current trademark usage guidelines, as | ||
181 | may be published on its website or otherwise made available upon request from | ||
182 | time to time. | ||
183 | |||
184 | Creative 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 f97fb26..0000000 --- a/meta/files/common-licenses/CC-BY-2 +++ /dev/null | |||
@@ -1,205 +0,0 @@ | |||
1 | |||
2 | Creative Commons | ||
3 | Attribution 2.5 | ||
4 | |||
5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL | ||
6 | SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT | ||
7 | RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS- | ||
8 | IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION | ||
9 | PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. | ||
10 | License | ||
11 | |||
12 | THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE | ||
13 | COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS | ||
14 | PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER | ||
15 | THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. | ||
16 | |||
17 | BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE | ||
18 | BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS | ||
19 | CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND | ||
20 | CONDITIONS. | ||
21 | |||
22 | 1. Definitions | ||
23 | |||
24 | "Collective Work" means a work, such as a periodical issue, anthology | ||
25 | or encyclopedia, in which the Work in its entirety in unmodified form, along | ||
26 | with a number of other contributions, constituting separate and independent | ||
27 | works in themselves, are assembled into a collective whole. A work that | ||
28 | constitutes a Collective Work will not be considered a Derivative Work (as | ||
29 | defined below) for the purposes of this License. | ||
30 | "Derivative Work" means a work based upon the Work or upon the Work | ||
31 | and other pre-existing works, such as a translation, musical arrangement, | ||
32 | dramatization, fictionalization, motion picture version, sound recording, art | ||
33 | reproduction, abridgment, condensation, or any other form in which the Work may | ||
34 | be recast, transformed, or adapted, except that a work that constitutes a | ||
35 | Collective Work will not be considered a Derivative Work for the purpose of | ||
36 | this License. For the avoidance of doubt, where the Work is a musical | ||
37 | composition or sound recording, the synchronization of the Work in timed- | ||
38 | relation with a moving image ("synching") will be considered a | ||
39 | Derivative Work for the purpose of this License. | ||
40 | "Licensor" means the individual or entity that offers the Work under | ||
41 | the terms of this License. | ||
42 | "Original Author" means the individual or entity who created the | ||
43 | Work. | ||
44 | "Work" means the copyrightable work of authorship offered under the | ||
45 | terms of this License. | ||
46 | "You" means an individual or entity exercising rights under this | ||
47 | License who has not previously violated the terms of this License with respect | ||
48 | to the Work, or who has received express permission from the Licensor to | ||
49 | exercise rights under this License despite a previous violation. | ||
50 | 2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or | ||
51 | restrict any rights arising from fair use, first sale or other limitations on | ||
52 | the exclusive rights of the copyright owner under copyright law or other | ||
53 | applicable laws. | ||
54 | |||
55 | 3. License Grant. Subject to the terms and conditions of this License, Licensor | ||
56 | hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the | ||
57 | duration of the applicable copyright) license to exercise the rights in the | ||
58 | Work as stated below: | ||
59 | |||
60 | to reproduce the Work, to incorporate the Work into one or more Collective | ||
61 | Works, and to reproduce the Work as incorporated in the Collective Works; | ||
62 | to create and reproduce Derivative Works; | ||
63 | to distribute copies or phonorecords of, display publicly, perform publicly, | ||
64 | and perform publicly by means of a digital audio transmission the Work | ||
65 | including as incorporated in Collective Works; | ||
66 | to distribute copies or phonorecords of, display publicly, perform publicly, | ||
67 | and perform publicly by means of a digital audio transmission Derivative Works. | ||
68 | For the avoidance of doubt, where the work is a musical composition: | ||
69 | |||
70 | Performance Royalties Under Blanket Licenses. Licensor waives the exclusive | ||
71 | right to collect, whether individually or via a performance rights society | ||
72 | (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public | ||
73 | digital performance (e.g. webcast) of the Work. | ||
74 | Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right | ||
75 | to collect, whether individually or via a music rights agency or designated | ||
76 | agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from | ||
77 | the Work ("cover version") and distribute, subject to the compulsory | ||
78 | license created by 17 USC Section 115 of the US Copyright Act (or the | ||
79 | equivalent in other jurisdictions). | ||
80 | Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where | ||
81 | the Work is a sound recording, Licensor waives the exclusive right to collect, | ||
82 | whether individually or via a performance-rights society (e.g. SoundExchange), | ||
83 | royalties for the public digital performance (e.g. webcast) of the Work, | ||
84 | subject to the compulsory license created by 17 USC Section 114 of the US | ||
85 | Copyright Act (or the equivalent in other jurisdictions). | ||
86 | The above rights may be exercised in all media and formats whether now known or | ||
87 | hereafter devised. The above rights include the right to make such | ||
88 | modifications as are technically necessary to exercise the rights in other | ||
89 | media and formats. All rights not expressly granted by Licensor are hereby | ||
90 | reserved. | ||
91 | |||
92 | 4. Restrictions.The license granted in Section 3 above is expressly made | ||
93 | subject to and limited by the following restrictions: | ||
94 | |||
95 | You may distribute, publicly display, publicly perform, or publicly digitally | ||
96 | perform the Work only under the terms of this License, and You must include a | ||
97 | copy of, or the Uniform Resource Identifier for, this License with every copy | ||
98 | or phonorecord of the Work You distribute, publicly display, publicly perform, | ||
99 | or publicly digitally perform. You may not offer or impose any terms on the | ||
100 | Work that alter or restrict the terms of this License or the recipients' | ||
101 | exercise of the rights granted hereunder. You may not sublicense the Work. You | ||
102 | must keep intact all notices that refer to this License and to the disclaimer | ||
103 | of warranties. You may not distribute, publicly display, publicly perform, or | ||
104 | publicly digitally perform the Work with any technological measures that | ||
105 | control access or use of the Work in a manner inconsistent with the terms of | ||
106 | this License Agreement. The above applies to the Work as incorporated in a | ||
107 | Collective Work, but this does not require the Collective Work apart from the | ||
108 | Work itself to be made subject to the terms of this License. If You create a | ||
109 | Collective Work, upon notice from any Licensor You must, to the extent | ||
110 | practicable, 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 | ||
112 | Licensor You must, to the extent practicable, remove from the Derivative Work | ||
113 | any credit as required by clause 4(b), as requested. | ||
114 | If you distribute, publicly display, publicly perform, or publicly digitally | ||
115 | perform the Work or any Derivative Works or Collective Works, You must keep | ||
116 | intact all copyright notices for the Work and provide, reasonable to the medium | ||
117 | or means You are utilizing: (i) the name of the Original Author (or pseudonym, | ||
118 | if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor | ||
119 | designate another party or parties (e.g. a sponsor institute, publishing | ||
120 | entity, journal) for attribution in Licensor's copyright notice, terms of | ||
121 | service or by other reasonable means, the name of such party or parties; the | ||
122 | title of the Work if supplied; to the extent reasonably practicable, the | ||
123 | Uniform Resource Identifier, if any, that Licensor specifies to be associated | ||
124 | with the Work, unless such URI does not refer to the copyright notice or | ||
125 | licensing information for the Work; and in the case of a Derivative Work, a | ||
126 | credit 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 | ||
129 | may be implemented in any reasonable manner; provided, however, that in the | ||
130 | case of a Derivative Work or Collective Work, at a minimum such credit will | ||
131 | appear where any other comparable authorship credit appears and in a manner at | ||
132 | least as prominent as such other comparable authorship credit. | ||
133 | 5. Representations, Warranties and Disclaimer | ||
134 | |||
135 | UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS | ||
136 | THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND | ||
137 | CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, | ||
138 | WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A | ||
139 | PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, | ||
140 | ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. | ||
141 | SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH | ||
142 | EXCLUSION MAY NOT APPLY TO YOU. | ||
143 | |||
144 | 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN | ||
145 | NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, | ||
146 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS | ||
147 | LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE | ||
148 | POSSIBILITY OF SUCH DAMAGES. | ||
149 | |||
150 | 7. Termination | ||
151 | |||
152 | This License and the rights granted hereunder will terminate automatically upon | ||
153 | any breach by You of the terms of this License. Individuals or entities who | ||
154 | have received Derivative Works or Collective Works from You under this License, | ||
155 | however, will not have their licenses terminated provided such individuals or | ||
156 | entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, | ||
157 | and 8 will survive any termination of this License. | ||
158 | Subject to the above terms and conditions, the license granted here is | ||
159 | perpetual (for the duration of the applicable copyright in the Work). | ||
160 | Notwithstanding the above, Licensor reserves the right to release the Work | ||
161 | under different license terms or to stop distributing the Work at any time; | ||
162 | provided, however that any such election will not serve to withdraw this | ||
163 | License (or any other license that has been, or is required to be, granted | ||
164 | under the terms of this License), and this License will continue in full force | ||
165 | and effect unless terminated as stated above. | ||
166 | 8. Miscellaneous | ||
167 | |||
168 | Each time You distribute or publicly digitally perform the Work or a Collective | ||
169 | Work, the Licensor offers to the recipient a license to the Work on the same | ||
170 | terms and conditions as the license granted to You under this License. | ||
171 | Each time You distribute or publicly digitally perform a Derivative Work, | ||
172 | Licensor offers to the recipient a license to the original Work on the same | ||
173 | terms and conditions as the license granted to You under this License. | ||
174 | If any provision of this License is invalid or unenforceable under applicable | ||
175 | law, it shall not affect the validity or enforceability of the remainder of the | ||
176 | terms of this License, and without further action by the parties to this | ||
177 | agreement, such provision shall be reformed to the minimum extent necessary to | ||
178 | make such provision valid and enforceable. | ||
179 | No term or provision of this License shall be deemed waived and no breach | ||
180 | consented to unless such waiver or consent shall be in writing and signed by | ||
181 | the party to be charged with such waiver or consent. | ||
182 | This License constitutes the entire agreement between the parties with respect | ||
183 | to the Work licensed here. There are no understandings, agreements or | ||
184 | representations with respect to the Work not specified here. Licensor shall not | ||
185 | be bound by any additional provisions that may appear in any communication from | ||
186 | You. This License may not be modified without the mutual written agreement of | ||
187 | the Licensor and You. | ||
188 | Creative Commons is not a party to this License, and makes no warranty | ||
189 | whatsoever in connection with the Work. Creative Commons will not be liable to | ||
190 | You or any party on any legal theory for any damages whatsoever, including | ||
191 | without limitation any general, special, incidental or consequential damages | ||
192 | arising in connection to this license. Notwithstanding the foregoing two (2) | ||
193 | sentences, if Creative Commons has expressly identified itself as the Licensor | ||
194 | hereunder, it shall have all rights and obligations of Licensor. | ||
195 | |||
196 | Except for the limited purpose of indicating to the public that the Work is | ||
197 | licensed under the CCPL, neither party will use the trademark "Creative | ||
198 | Commons" or any related trademark or logo of Creative Commons without the | ||
199 | prior written consent of Creative Commons. Any permitted use will be in | ||
200 | compliance with Creative Commons' then-current trademark usage guidelines, as | ||
201 | may be published on its website or otherwise made available upon request from | ||
202 | time to time. | ||
203 | |||
204 | Creative 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 47c793f..0000000 --- a/meta/files/common-licenses/CC-BY-3 +++ /dev/null | |||
@@ -1,283 +0,0 @@ | |||
1 | |||
2 | Creative Commons | ||
3 | Attribution 3.0 Unported | ||
4 | |||
5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL | ||
6 | SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT | ||
7 | RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS- | ||
8 | IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION | ||
9 | PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. | ||
10 | License | ||
11 | |||
12 | THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE | ||
13 | COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS | ||
14 | PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER | ||
15 | THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. | ||
16 | |||
17 | BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE | ||
18 | BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE | ||
19 | CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE | ||
20 | IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. | ||
21 | |||
22 | 1. Definitions | ||
23 | |||
24 | "Adaptation" means a work based upon the Work, or upon the Work and | ||
25 | other pre-existing works, such as a translation, adaptation, derivative work, | ||
26 | arrangement of music or other alterations of a literary or artistic work, or | ||
27 | phonogram or performance and includes cinematographic adaptations or any other | ||
28 | form in which the Work may be recast, transformed, or adapted including in any | ||
29 | form recognizably derived from the original, except that a work that | ||
30 | constitutes a Collection will not be considered an Adaptation for the purpose | ||
31 | of this License. For the avoidance of doubt, where the Work is a musical work, | ||
32 | performance or phonogram, the synchronization of the Work in timed-relation | ||
33 | with a moving image ("synching") will be considered an Adaptation for | ||
34 | the purpose of this License. | ||
35 | "Collection" means a collection of literary or artistic works, such | ||
36 | as encyclopedias and anthologies, or performances, phonograms or broadcasts, or | ||
37 | other works or subject matter other than works listed in Section 1(f) below, | ||
38 | which, by reason of the selection and arrangement of their contents, constitute | ||
39 | intellectual creations, in which the Work is included in its entirety in | ||
40 | unmodified form along with one or more other contributions, each constituting | ||
41 | separate and independent works in themselves, which together are assembled into | ||
42 | a collective whole. A work that constitutes a Collection will not be considered | ||
43 | an Adaptation (as defined above) for the purposes of this License. | ||
44 | "Distribute" means to make available to the public the original and | ||
45 | copies of the Work or Adaptation, as appropriate, through sale or other | ||
46 | transfer of ownership. | ||
47 | "Licensor" means the individual, individuals, entity or entities that | ||
48 | offer(s) the Work under the terms of this License. | ||
49 | "Original Author" means, in the case of a literary or artistic work, | ||
50 | the individual, individuals, entity or entities who created the Work or if no | ||
51 | individual or entity can be identified, the publisher; and in addition (i) in | ||
52 | the case of a performance the actors, singers, musicians, dancers, and other | ||
53 | persons who act, sing, deliver, declaim, play in, interpret or otherwise | ||
54 | perform literary or artistic works or expressions of folklore; (ii) in the case | ||
55 | of a phonogram the producer being the person or legal entity who first fixes | ||
56 | the sounds of a performance or other sounds; and, (iii) in the case of | ||
57 | broadcasts, the organization that transmits the broadcast. | ||
58 | "Work" means the literary and/or artistic work offered under the | ||
59 | terms of this License including without limitation any production in the | ||
60 | literary, scientific and artistic domain, whatever may be the mode or form of | ||
61 | its expression including digital form, such as a book, pamphlet and other | ||
62 | writing; a lecture, address, sermon or other work of the same nature; a | ||
63 | dramatic or dramatico-musical work; a choreographic work or entertainment in | ||
64 | dumb show; a musical composition with or without words; a cinematographic work | ||
65 | to which are assimilated works expressed by a process analogous to | ||
66 | cinematography; a work of drawing, painting, architecture, sculpture, engraving | ||
67 | or lithography; a photographic work to which are assimilated works expressed by | ||
68 | a process analogous to photography; a work of applied art; an illustration, | ||
69 | map, plan, sketch or three-dimensional work relative to geography, topography, | ||
70 | architecture or science; a performance; a broadcast; a phonogram; a compilation | ||
71 | of data to the extent it is protected as a copyrightable work; or a work | ||
72 | performed by a variety or circus performer to the extent it is not otherwise | ||
73 | considered a literary or artistic work. | ||
74 | "You" means an individual or entity exercising rights under this |