Skip to content

Commit 1301c14

Browse files
committed
Fix feature copyright properties
-Remove license details that come from the license feature.
1 parent aaeb2a3 commit 1301c14

File tree

5 files changed

+22
-239
lines changed

5 files changed

+22
-239
lines changed

runtime/features/org.eclipse.core.runtime.feature/feature.properties

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,11 @@ description=Common OS-independent base of the Eclipse platform. (Binary runtime
2929
# "copyright" property - text of the "Feature Update Copyright"
3030
copyright=\
3131
Copyright (c) 2010, 2019 Eclipse contributors and others.\n\
32-
32+
\n\
3333
This program and the accompanying materials\n\
3434
are made available under the terms of the Eclipse Public License 2.0\n\
3535
which accompanies this distribution, and is available at\n\
36-
https://www.eclipse.org/legal/epl-2.0/
37-
38-
SPDX-License-Identifier: EPL-2.0\n\
36+
https://www.eclipse.org/legal/epl-2.0/\n\
3937
\n\
40-
Contributors:\n\
41-
EclipseSource - created feature.xml\n
38+
SPDX-License-Identifier: EPL-2.0\n\
4239
################ end of copyright property ####################################

runtime/features/org.eclipse.core.tools-feature/feature.properties

Lines changed: 9 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -29,98 +29,14 @@ updateSiteName=Platform/Core Team Update Site
2929
# "description" property - description of the feature
3030
description=Tools for plug-in developers by plug-in developers
3131

32-
# "licenseURL" property - URL of the "Feature License"
33-
# do not translate value - just change to point to a locale-specific HTML page
34-
licenseURL=license.html
35-
36-
# "license" property - text of the "Feature Update License"
37-
# should be plain text version of license agreement pointed to be "licenseURL"
38-
license=\
39-
ECLIPSE.ORG SOFTWARE USER AGREEMENT\n\
40-
14th August, 2003\n\
41-
\n\
42-
Usage Of Content\n\
43-
\n\
44-
ECLIPSE.ORG MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
45-
OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
46-
USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
47-
AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
48-
NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
49-
AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
50-
AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
51-
OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
52-
TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
53-
OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
54-
BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
55-
\n\
56-
Applicable Licenses\n\
57-
\n\
58-
Unless otherwise indicated, all Content made available by Eclipse.org\n\
59-
is provided to you under the terms and conditions of the Common Public\n\
60-
License Version 1.0 ("CPL"). A copy of the CPL is provided with this\n\
61-
Content and is also available at http://www.eclipse.org/legal/cpl-v10.html.\n\
62-
For purposes of the CPL, "Program" will mean the Content.\n\
63-
\n\
64-
Content includes, but is not limited to, source code, object code,\n\
65-
documentation and other files maintained in the Eclipse.org CVS\n\
66-
repository ("Repository") in CVS modules ("Modules") and made available\n\
67-
as downloadable archives ("Downloads").\n\
68-
\n\
69-
Content may be apportioned into plug-ins ("Plug-ins"), plug-in fragments\n\
70-
("Fragments"), and features ("Features"). A Feature is a bundle of one or\n\
71-
more Plug-ins and/or Fragments and associated material. Files named\n\
72-
"feature.xml" may contain a list of the names and version numbers of the\n\
73-
Plug-ins and/or Fragments associated with a Feature. Plug-ins and Fragments\n\
74-
are located in directories named "plugins" and Features are located in\n\
75-
directories named "features".\n\
76-
\n\
77-
Features may also include other Features ("Included Features"). Files named\n\
78-
"feature.xml" may contain a list of the names and version numbers of\n\
79-
Included Features.\n\
80-
\n\
81-
The terms and conditions governing Plug-ins and Fragments should be\n\
82-
contained in files named "about.html" ("Abouts"). The terms and\n\
83-
conditions governing Features and Included Features should be contained\n\
84-
in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
85-
Licenses may be located in any directory of a Download or Module\n\
86-
including, but not limited to the following locations:\n\
87-
\n\
88-
- The top-level (root) directory\n\
89-
- Plug-in and Fragment directories\n\
90-
- Subdirectories of the directory named "src" of certain Plug-ins\n\
91-
- Feature directories\n\
92-
\n\
93-
Note: if a Feature made available by Eclipse.org is installed using the\n\
94-
Eclipse Update Manager, you must agree to a license ("Feature Update\n\
95-
License") during the installation process. If the Feature contains\n\
96-
Included Features, the Feature Update License should either provide you\n\
97-
with the terms and conditions governing the Included Features or inform\n\
98-
you where you can locate them. Feature Update Licenses may be found in\n\
99-
the "license" property of files named "feature.properties". Such Abouts,\n\
100-
Feature Licenses and Feature Update Licenses contain the terms and\n\
101-
conditions (or references to such terms and conditions) that govern your\n\
102-
use of the associated Content in that directory.\n\
103-
\n\
104-
THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\
105-
TO THE CPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
106-
SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
107-
\n\
108-
- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
109-
- IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\
110-
- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
111-
- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
112-
\n\
113-
IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
114-
TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\
115-
is provided, please contact Eclipse.org to determine what terms and conditions\n\
116-
govern that particular Content.\n\
32+
# "copyright" property - text of the "Feature Update Copyright"
33+
copyright=\
34+
Copyright (c) Eclipse contributors and others\n\
11735
\n\
118-
Cryptography\n\
36+
This program and the accompanying materials\n\
37+
are made available under the terms of the Eclipse Public License 2.0\n\
38+
which accompanies this distribution, and is available at\n\
39+
https://www.eclipse.org/legal/epl-2.0/\n\
11940
\n\
120-
Content may contain encryption software. The country in which you are\n\
121-
currently may have restrictions on the import, possession, and use,\n\
122-
and/or re-export to another country, of encryption software. BEFORE\n\
123-
using any encryption software, please check the country's laws,\n\
124-
regulations and policies concerning the import, possession, or use,\n\
125-
and re-export of encryption software, to see if this is permitted.\n
126-
########### end of license property ##########################################
41+
SPDX-License-Identifier: EPL-2.0\n
42+
################ end of copyright property ####################################

runtime/features/org.eclipse.core.tools-feature/feature.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
%description
1212
</description>
1313

14+
<copyright>
15+
%copyright
16+
</copyright>
17+
1418
<license url="%licenseURL">
1519
%license
1620
</license>

ua/org.eclipse.help-feature/feature.properties

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ description=Eclipse help system.
2929
# "copyright" property - text of the "Feature Update Copyright"
3030
copyright=\
3131
Copyright (c) 2008, 2013 IBM Corporation and others.\n\
32-
32+
\n\
3333
This program and the accompanying materials\n\
3434
are made available under the terms of the Eclipse Public License 2.0\n\
3535
which accompanies this distribution, and is available at\n\
36-
https://www.eclipse.org/legal/epl-2.0/
37-
38-
SPDX-License-Identifier: EPL-2.0\n\
36+
https://www.eclipse.org/legal/epl-2.0/\n\
3937
\n\
38+
SPDX-License-Identifier: EPL-2.0\n
4039
Contributors:\n\
4140
IBM Corporation - initial API and implementation\n
4241
################ end of copyright property ####################################

ua/org.eclipse.tips.feature/feature.properties

Lines changed: 3 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -21,144 +21,11 @@ description=Contains the Eclipse Tips framework.
2121
# "copyright" property - text of the "Feature Update Copyright"
2222
copyright=\
2323
Copyright (c) 2019, 2020 Wim Jongman, Remain Software\n\
24-
24+
\n\
2525
This program and the accompanying materials\n\
2626
are made available under the terms of the Eclipse Public License 2.0\n\
2727
which accompanies this distribution, and is available at\n\
28-
https://www.eclipse.org/legal/epl-2.0/
29-
28+
https://www.eclipse.org/legal/epl-2.0/\n\
29+
\n\
3030
SPDX-License-Identifier: EPL-2.0\n
3131
################ end of copyright property ####################################
32-
33-
# "licenseURL" property - URL of the "Feature License"
34-
# do not translate value - just change to point to a locale-specific HTML page
35-
licenseURL=license.html
36-
37-
# "license" property - text of the "Feature Update License"
38-
# should be plain text version of license agreement pointed to be "licenseURL"
39-
license=\
40-
Eclipse Foundation Software User Agreement\n\
41-
April 9, 2014\n\
42-
\n\
43-
Usage Of Content\n\
44-
\n\
45-
THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
46-
OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
47-
USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
48-
AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
49-
NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
50-
AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
51-
AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
52-
OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
53-
TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
54-
OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
55-
BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
56-
\n\
57-
Applicable Licenses\n\
58-
\n\
59-
Unless otherwise indicated, all Content made available by the\n\
60-
Eclipse Foundation is provided to you under the terms and conditions of\n\
61-
the Eclipse Public License Version 2.0 ("EPL"). A copy of the EPL is\n\
62-
t https://www.eclipse.org/legal/epl-2.0/
63-
t
64-
t SPDX-License-Identifier: EPL-2.0.\n\
65-
For purposes of the EPL, "Program" will mean the Content.\n\
66-
\n\
67-
Content includes, but is not limited to, source code, object code,\n\
68-
documentation and other files maintained in the Eclipse Foundation source code\n\
69-
repository ("Repository") in software modules ("Modules") and made available\n\
70-
as downloadable archives ("Downloads").\n\
71-
\n\
72-
\t- Content may be structured and packaged into modules to facilitate delivering,\n\
73-
\t extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
74-
\t plug-in fragments ("Fragments"), and features ("Features").\n\
75-
\t- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
76-
\t in a directory named "plugins".\n\
77-
\t- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
78-
\t Each Feature may be packaged as a sub-directory in a directory named "features".\n\
79-
\t Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
80-
\t numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
81-
\t- Features may also include other Features ("Included Features"). Within a Feature, files\n\
82-
\t named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
83-
\n\
84-
The terms and conditions governing Plug-ins and Fragments should be\n\
85-
contained in files named "about.html" ("Abouts"). The terms and\n\
86-
conditions governing Features and Included Features should be contained\n\
87-
in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
88-
Licenses may be located in any directory of a Download or Module\n\
89-
including, but not limited to the following locations:\n\
90-
\n\
91-
\t- The top-level (root) directory\n\
92-
\t- Plug-in and Fragment directories\n\
93-
\t- Inside Plug-ins and Fragments packaged as JARs\n\
94-
\t- Sub-directories of the directory named "src" of certain Plug-ins\n\
95-
\t- Feature directories\n\
96-
\n\
97-
Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
98-
Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
99-
Update License") during the installation process. If the Feature contains\n\
100-
Included Features, the Feature Update License should either provide you\n\
101-
with the terms and conditions governing the Included Features or inform\n\
102-
you where you can locate them. Feature Update Licenses may be found in\n\
103-
the "license" property of files named "feature.properties" found within a Feature.\n\
104-
Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
105-
terms and conditions (or references to such terms and conditions) that\n\
106-
govern your use of the associated Content in that directory.\n\
107-
\n\
108-
THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
109-
TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
110-
SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
111-
\n\
112-
\t- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
113-
\t- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
114-
\t- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
115-
\t- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
116-
\t- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
117-
\n\
118-
IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
119-
TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
120-
is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
121-
govern that particular Content.\n\
122-
\n\
123-
\n\Use of Provisioning Technology\n\
124-
\n\
125-
The Eclipse Foundation makes available provisioning software, examples of which include,\n\
126-
but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
127-
the purpose of allowing users to install software, documentation, information and/or\n\
128-
other materials (collectively "Installable Software"). This capability is provided with\n\
129-
the intent of allowing such users to install, extend and update Eclipse-based products.\n\
130-
Information about packaging Installable Software is available at\n\
131-
http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
132-
\n\
133-
You may use Provisioning Technology to allow other parties to install Installable Software.\n\
134-
You shall be responsible for enabling the applicable license agreements relating to the\n\
135-
Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
136-
in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
137-
making it available in accordance with the Specification, you further acknowledge your\n\
138-
agreement to, and the acquisition of all necessary rights to permit the following:\n\
139-
\n\
140-
\t1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
141-
\t the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
142-
\t extending or updating the functionality of an Eclipse-based product.\n\
143-
\t2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
144-
\t Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
145-
\t3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
146-
\t govern the use of the Installable Software ("Installable Software Agreement") and such\n\
147-
\t Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
148-
\t with the Specification. Such Installable Software Agreement must inform the user of the\n\
149-
\t terms and conditions that govern the Installable Software and must solicit acceptance by\n\
150-
\t the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
151-
\t indication of agreement by the user, the provisioning Technology will complete installation\n\
152-
\t of the Installable Software.\n\
153-
\n\
154-
Cryptography\n\
155-
\n\
156-
Content may contain encryption software. The country in which you are\n\
157-
currently may have restrictions on the import, possession, and use,\n\
158-
and/or re-export to another country, of encryption software. BEFORE\n\
159-
using any encryption software, please check the country's laws,\n\
160-
regulations and policies concerning the import, possession, or use, and\n\
161-
re-export of encryption software, to see if this is permitted.\n\
162-
\n\
163-
Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
164-
########### end of license property ##########################################

0 commit comments

Comments
 (0)