Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustinchen2006-06-21 02:19:05 +0000
committerjustinchen2006-06-21 02:19:05 +0000
commit85520c94d3c3364f08b2c8c517af0749e29f0779 (patch)
tree7f7109cb7a5fe3c2bb8ec4e32b154841b9ef3cf1
parent81bf9153dfbadb4fbca27a3113871c425b90d3d3 (diff)
downloadwebtools.jsf.tests-85520c94d3c3364f08b2c8c517af0749e29f0779.tar.gz
webtools.jsf.tests-85520c94d3c3364f08b2c8c517af0749e29f0779.tar.xz
webtools.jsf.tests-85520c94d3c3364f08b2c8c517af0749e29f0779.zip
Add feature copyright notice.
-rw-r--r--jsf/features/org.eclipse.jst.jsf.tests.feature/feature.properties13
-rw-r--r--jsf/features/org.eclipse.jst.jsf.tests.feature/feature.xml4
2 files changed, 17 insertions, 0 deletions
diff --git a/jsf/features/org.eclipse.jst.jsf.tests.feature/feature.properties b/jsf/features/org.eclipse.jst.jsf.tests.feature/feature.properties
index b2f0d39..7fbc6c9 100644
--- a/jsf/features/org.eclipse.jst.jsf.tests.feature/feature.properties
+++ b/jsf/features/org.eclipse.jst.jsf.tests.feature/feature.properties
@@ -11,6 +11,19 @@
feature.name=JSF Tooling Tests Feature
feature.provider=Eclipse.org
feature.description=JSF Tooling for WTP Automated Tests
+
+# "copyright" property - text of the "Feature Update Copyright"
+feature.copyright=\
+Copyright (c) 2006 Oracle Corporation.\
+All rights reserved. This program and the accompanying materials\
+are made available under the terms of the Eclipse Public License v1.0\
+which accompanies this distribution, and is available at\
+http://www.eclipse.org/legal/epl-v10.html\
+\n\
+Contributors:\n\
+ Oracle Corporation - initial API and implementation\n
+################ end of copyright property ####################################
+
feature.license=\
Eclipse Foundation Software User Agreement\n\
January 28, 2005\n\
diff --git a/jsf/features/org.eclipse.jst.jsf.tests.feature/feature.xml b/jsf/features/org.eclipse.jst.jsf.tests.feature/feature.xml
index 169b0c1..62a0aa2 100644
--- a/jsf/features/org.eclipse.jst.jsf.tests.feature/feature.xml
+++ b/jsf/features/org.eclipse.jst.jsf.tests.feature/feature.xml
@@ -9,6 +9,10 @@
%feature.description
</description>
+ <copyright>
+ %feature.copyright
+ </copyright>
+
<license url="license.html">
%feature.license
</license>

Back to the top