Skip to content

Commit da9b02e

Browse files
committed
Fix copyrights
1 parent 655017d commit da9b02e

File tree

3 files changed

+11
-20
lines changed

3 files changed

+11
-20
lines changed

dev/ant_build/mdt_test_imports.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<!--
2-
IBM Confidential
3-
OCO Source Materials
4-
(C) Copyright IBM Corp. 2018 All Rights Reserved.
5-
The source code for this program is not published or otherwise
6-
divested of its trade secrets, irrespective of what has
7-
been deposited with the U.S. Copyright Office.
2+
Copyright (c) 2018 IBM Corporation and others.
3+
All rights reserved. This program and the accompanying materials
4+
are made available under the terms of the Eclipse Public License v2.0
5+
which accompanies this distribution, and is available at
6+
http://www.eclipse.org/legal/epl-v20.html
7+
8+
Contributors:
9+
IBM Corporation - initial API and implementation
810
-->
911

1012
<project name="mdt_test_imports">

dev/ant_build/public_imports/internal_imports/feature_build.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,6 @@
9292

9393
<!-- Lets avoid the modification of the properties files for the moment-->
9494

95-
<!--echo file="feature.properties"># IBM Confidential
96-
# OCO Source Materials
97-
# Copyright IBM Corp. 2011
98-
# The source code for this program is not published or otherwise divested of its trade
99-
# secrets, irrespective of what has been deposited with the U.S. Copyright Office.
100-
#
101-
# NLS_ENCODING=UNICODE
102-
# NLS_MESSAGEFORMAT_NONE
103-
104-
${english.feature.properties}</echo-->
105-
10695
</target>
10796

10897
<target name="addLicenseToAllOtherFeatureProperties">
@@ -124,4 +113,4 @@
124113
</iff>
125114
</target>
126115

127-
</project>
116+
</project>

dev/ant_build/public_imports/internal_imports/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@
171171
Bundle-Vendor: IBM
172172
#######################################################################
173173
Bundle-Copyright: All rights reserved. This program and the accompanying materials \
174-
are made available under the terms of the Eclipse Public License v1.0 \
174+
are made available under the terms of the Eclipse Public License v2.0 \
175175
which accompanies this distribution, and is available at \
176-
http://www.eclipse.org/legal/epl-v10.html
176+
http://www.eclipse.org/legal/epl-v20.html
177177
</echo>
178178
</target>
179179

0 commit comments

Comments
 (0)