Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo SBH2015-05-05 17:50:05 +0000
committerAdolfo SBH2015-05-08 10:01:38 +0000
commita5c36267e2bd454421ccce0b1382d25d41677b11 (patch)
tree9f574b0219be5ac4ab292941dc0f8957d459e9f9
parentc6b5af066bce3cdb50fe6cb04d8b48719ab0ffbf (diff)
downloadorg.eclipse.qvtd-a5c36267e2bd454421ccce0b1382d25d41677b11.tar.gz
org.eclipse.qvtd-a5c36267e2bd454421ccce0b1382d25d41677b11.tar.xz
org.eclipse.qvtd-a5c36267e2bd454421ccce0b1382d25d41677b11.zip
[unrelated] - Adding copyright to the new class
-rw-r--r--plugins/org.eclipse.qvtd.pivot.qvtbase/src/org/eclipse/qvtd/pivot/qvtbase/utilities/QVTbaseEnvironmentFactory.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/org.eclipse.qvtd.pivot.qvtbase/src/org/eclipse/qvtd/pivot/qvtbase/utilities/QVTbaseEnvironmentFactory.java b/plugins/org.eclipse.qvtd.pivot.qvtbase/src/org/eclipse/qvtd/pivot/qvtbase/utilities/QVTbaseEnvironmentFactory.java
index 34f365ab0..73b251cf4 100644
--- a/plugins/org.eclipse.qvtd.pivot.qvtbase/src/org/eclipse/qvtd/pivot/qvtbase/utilities/QVTbaseEnvironmentFactory.java
+++ b/plugins/org.eclipse.qvtd.pivot.qvtbase/src/org/eclipse/qvtd/pivot/qvtbase/utilities/QVTbaseEnvironmentFactory.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2015 Willink Transformations, University of York 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:
+ * Adolfo Sanchez-Barbudo Herrera - initial API and implementation
+ ******************************************************************************/
package org.eclipse.qvtd.pivot.qvtbase.utilities;
import org.eclipse.emf.ecore.resource.ResourceSet;

Back to the top