diff options
author | Ed Merks | 2012-01-14 13:10:18 +0000 |
---|---|---|
committer | Ed Merks | 2012-01-14 13:10:18 +0000 |
commit | 7a3513eef65279426b783df93879fcf7259a537e (patch) | |
tree | 4c50f21b765656f1451b4fca65d6c4f495179b9e /tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation | |
parent | 1aedb498016c2dc486c5b9aecbb192d2dff60c22 (diff) | |
download | org.eclipse.emf-7a3513eef65279426b783df93879fcf7259a537e.tar.gz org.eclipse.emf-7a3513eef65279426b783df93879fcf7259a537e.tar.xz org.eclipse.emf-7a3513eef65279426b783df93879fcf7259a537e.zip |
[368320] Add well formed copyrights
Diffstat (limited to 'tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation')
-rw-r--r-- | tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreValidationTest.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreValidationTest.java b/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreValidationTest.java index 735fff4f2..0d11842fd 100644 --- a/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreValidationTest.java +++ b/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreValidationTest.java @@ -1,3 +1,10 @@ +/**
+ * Copyright (c) 2011-2012 Eclipse contributors 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
+ */
package org.eclipse.emf.test.ecore.xcore.validation;
import java.util.List;
|