Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2007-02-01 12:35:00 +0000
committermtaal2007-02-01 12:35:00 +0000
commit5eca8cc5659536a738db8b851e6bde2d4f2d5a0e (patch)
treee5af27cfb5814d3e81d483260e275fb8d5d80f73 /plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationPackage.java
parent501aee3283eb41a0cc8870ab5b92030fecf38c86 (diff)
downloadorg.eclipse.emf.teneo-5eca8cc5659536a738db8b851e6bde2d4f2d5a0e.tar.gz
org.eclipse.emf.teneo-5eca8cc5659536a738db8b851e6bde2d4f2d5a0e.tar.xz
org.eclipse.emf.teneo-5eca8cc5659536a738db8b851e6bde2d4f2d5a0e.zip
Updated year in copyright/license statement
Diffstat (limited to 'plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationPackage.java')
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationPackage.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationPackage.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationPackage.java
index d73e861de..346cfe1c2 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationPackage.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationPackage.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PannotationPackage.java,v 1.8 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: PannotationPackage.java,v 1.9 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -32,7 +32,7 @@ public interface PannotationPackage extends EPackage {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The package name.

Back to the top