Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpwalker2004-08-27 15:35:42 +0000
committerpwalker2004-08-27 15:35:42 +0000
commit969c81ad1504e05fd66bba8977f21d4d2f7e7afc (patch)
tree661a9bb574d0aaf9feeffd37edc27f7091f5cf9f /plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java
parent6ab396f243f64b0288a0d311598b9243d3acffb0 (diff)
downloadwebtools.javaee-969c81ad1504e05fd66bba8977f21d4d2f7e7afc.tar.gz
webtools.javaee-969c81ad1504e05fd66bba8977f21d4d2f7e7afc.tar.xz
webtools.javaee-969c81ad1504e05fd66bba8977f21d4d2f7e7afc.zip
70262 - Updated copyright statements for 2004
Diffstat (limited to 'plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java')
-rw-r--r--plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java
index 24d609fb8..0a8cc258b 100644
--- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java
+++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java
@@ -1,7 +1,6 @@
-package org.eclipse.jem.internal.instantiation;
/*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
+ * Copyright (c) 2003, 2004 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
@@ -9,9 +8,10 @@ package org.eclipse.jem.internal.instantiation;
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
+package org.eclipse.jem.internal.instantiation;
/*
* $RCSfile: InstantiationFactory.java,v $
- * $Revision: 1.5 $ $Date: 2004/01/28 17:37:58 $
+ * $Revision: 1.6 $ $Date: 2004/08/27 15:33:17 $
*/
import java.util.List;

Back to the top