Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2009-05-27 15:48:21 +0000
committerVivian Kong2009-05-27 15:48:21 +0000
commit83fd77b56db4b1d9bf2c460fa8af2a25c304dd83 (patch)
tree9c69fdb839088a7dbbdb597ea808c4678a384050 /p2/org.eclipse.cdt.p2.generator
parentc921a8f760499566b6887c2c135593927c5fccda (diff)
downloadorg.eclipse.cdt-83fd77b56db4b1d9bf2c460fa8af2a25c304dd83.tar.gz
org.eclipse.cdt-83fd77b56db4b1d9bf2c460fa8af2a25c304dd83.tar.xz
org.eclipse.cdt-83fd77b56db4b1d9bf2c460fa8af2a25c304dd83.zip
update copyrights
Diffstat (limited to 'p2/org.eclipse.cdt.p2.generator')
-rw-r--r--p2/org.eclipse.cdt.p2.generator/build.properties10
-rw-r--r--p2/org.eclipse.cdt.p2.generator/src/org/eclipse/cdt/p2/generator/Activator.java10
2 files changed, 20 insertions, 0 deletions
diff --git a/p2/org.eclipse.cdt.p2.generator/build.properties b/p2/org.eclipse.cdt.p2.generator/build.properties
index e9863e281ea..0d88509a27c 100644
--- a/p2/org.eclipse.cdt.p2.generator/build.properties
+++ b/p2/org.eclipse.cdt.p2.generator/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2008 Wind River Systems 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:
+# Wind River Systems - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/p2/org.eclipse.cdt.p2.generator/src/org/eclipse/cdt/p2/generator/Activator.java b/p2/org.eclipse.cdt.p2.generator/src/org/eclipse/cdt/p2/generator/Activator.java
index eabd95beb7c..2350b8ed1c6 100644
--- a/p2/org.eclipse.cdt.p2.generator/src/org/eclipse/cdt/p2/generator/Activator.java
+++ b/p2/org.eclipse.cdt.p2.generator/src/org/eclipse/cdt/p2/generator/Activator.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Wind River Systems 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:
+ * Wind River Systems - initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.p2.generator;
import org.eclipse.core.runtime.Plugin;

Back to the top