Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/build.properties10
-rw-r--r--examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/src/org/eclipse/qvtd/examples/qvtrelation/modelmorf/ReadMe.java10
-rw-r--r--examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/build.properties10
-rw-r--r--examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/src/org/eclipse/qvtd/examples/qvtrelation/reltocore/ReadMe.java10
-rw-r--r--examples/org.eclipse.qvtd.examples/build.properties10
-rw-r--r--examples/org.eclipse.qvtd.examples/plugin.properties2
6 files changed, 51 insertions, 1 deletions
diff --git a/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/build.properties b/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/build.properties
index 37fe5d3c7..4d739ca8d 100644
--- a/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/build.properties
+++ b/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 E.D.Willink 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:
+# E.D.Willink - initial API and implementation
+###############################################################################
source.. = qvtrsrc/,\
src/
bin.includes = META-INF/,\
diff --git a/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/src/org/eclipse/qvtd/examples/qvtrelation/modelmorf/ReadMe.java b/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/src/org/eclipse/qvtd/examples/qvtrelation/modelmorf/ReadMe.java
index 2e3dd9cce..7e7e84b6b 100644
--- a/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/src/org/eclipse/qvtd/examples/qvtrelation/modelmorf/ReadMe.java
+++ b/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/src/org/eclipse/qvtd/examples/qvtrelation/modelmorf/ReadMe.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 E.D.Willink 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:
+ * E.D.Willink - initial API and implementation
+ *******************************************************************************/
package org.eclipse.qvtd.examples.qvtrelation.modelmorf;
public class ReadMe {
diff --git a/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/build.properties b/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/build.properties
index 6c0325823..cc456aa23 100644
--- a/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/build.properties
+++ b/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 E.D.Willink 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:
+# E.D.Willink - initial API and implementation
+###############################################################################
source.. = qvtrsrc/,\
src/
bin.includes = META-INF/,\
diff --git a/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/src/org/eclipse/qvtd/examples/qvtrelation/reltocore/ReadMe.java b/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/src/org/eclipse/qvtd/examples/qvtrelation/reltocore/ReadMe.java
index 590d9df9b..faf667a41 100644
--- a/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/src/org/eclipse/qvtd/examples/qvtrelation/reltocore/ReadMe.java
+++ b/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/src/org/eclipse/qvtd/examples/qvtrelation/reltocore/ReadMe.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 E.D.Willink 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:
+ * E.D.Willink - initial API and implementation
+ *******************************************************************************/
package org.eclipse.qvtd.examples.qvtrelation.reltocore;
public class ReadMe {
diff --git a/examples/org.eclipse.qvtd.examples/build.properties b/examples/org.eclipse.qvtd.examples/build.properties
index 09cf14897..af49ea6ae 100644
--- a/examples/org.eclipse.qvtd.examples/build.properties
+++ b/examples/org.eclipse.qvtd.examples/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 E.D.Willink 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:
+# E.D.Willink - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/examples/org.eclipse.qvtd.examples/plugin.properties b/examples/org.eclipse.qvtd.examples/plugin.properties
index 784ad9fde..9c9a968b7 100644
--- a/examples/org.eclipse.qvtd.examples/plugin.properties
+++ b/examples/org.eclipse.qvtd.examples/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2008-2009 Eclipse Modeling Project and others.
+# Copyright (c) 2008, 2014 Eclipse Modeling Project 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

Back to the top