Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/upc
diff options
context:
space:
mode:
Diffstat (limited to 'upc')
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.feature/build.properties10
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.tests/build.properties10
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.tests/plugin.properties10
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc/build.properties10
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc/plugin.properties10
5 files changed, 50 insertions, 0 deletions
diff --git a/upc/org.eclipse.cdt.core.parser.upc.feature/build.properties b/upc/org.eclipse.cdt.core.parser.upc.feature/build.properties
index c6af93f4925..f5337637f1b 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.feature/build.properties
+++ b/upc/org.eclipse.cdt.core.parser.upc.feature/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2007 IBM Corporation and others.
+# 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
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
bin.includes = feature.xml,\
eclipse_update_120.jpg,\
epl-v10.html,\
diff --git a/upc/org.eclipse.cdt.core.parser.upc.tests/build.properties b/upc/org.eclipse.cdt.core.parser.upc.tests/build.properties
index d944674ba0b..185a840ec69 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.tests/build.properties
+++ b/upc/org.eclipse.cdt.core.parser.upc.tests/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2007 IBM Corporation and others
+# 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
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/upc/org.eclipse.cdt.core.parser.upc.tests/plugin.properties b/upc/org.eclipse.cdt.core.parser.upc.tests/plugin.properties
index d14f04519d2..73788c4a0c7 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.tests/plugin.properties
+++ b/upc/org.eclipse.cdt.core.parser.upc.tests/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2007 IBM Corporation and others.
+# 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
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
# properties file for org.eclipse.cdt.core.parser.c99.tests
Bundle-Vendor.0 = Eclipse.org
Bundle-Name.0 = C99 Parser Tests Plug-in
diff --git a/upc/org.eclipse.cdt.core.parser.upc/build.properties b/upc/org.eclipse.cdt.core.parser.upc/build.properties
index ae22b3b40a0..a07eab4f438 100644
--- a/upc/org.eclipse.cdt.core.parser.upc/build.properties
+++ b/upc/org.eclipse.cdt.core.parser.upc/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2007 IBM Corporation and others
+# 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
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/upc/org.eclipse.cdt.core.parser.upc/plugin.properties b/upc/org.eclipse.cdt.core.parser.upc/plugin.properties
index 818c8770f1f..f1adfa0dd5e 100644
--- a/upc/org.eclipse.cdt.core.parser.upc/plugin.properties
+++ b/upc/org.eclipse.cdt.core.parser.upc/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2007 IBM Corporation and others
+# 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
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
# properties file for org.eclipse.cdt.core.parser.upc
Bundle-Name.0 = UPC Parser Plug-in
Bundle-Vendor.0 = Eclipse.org

Back to the top