Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2012-01-14 11:04:15 +0000
committerEd Merks2012-01-14 11:04:15 +0000
commitf3630fa9f543c7ae944704ec53b42cd7d4fa505b (patch)
tree7f238b780e01b79f747c29fb5c8ab09302ea06f1 /examples/org.eclipse.emf.java.editor
parent5ede33706ed5ac501d533bc3bd20e477c5a3faff (diff)
downloadorg.eclipse.emf-f3630fa9f543c7ae944704ec53b42cd7d4fa505b.tar.gz
org.eclipse.emf-f3630fa9f543c7ae944704ec53b42cd7d4fa505b.tar.xz
org.eclipse.emf-f3630fa9f543c7ae944704ec53b42cd7d4fa505b.zip
[368320] Improve copyright headers and remove $Id$
Diffstat (limited to 'examples/org.eclipse.emf.java.editor')
-rw-r--r--examples/org.eclipse.emf.java.editor/plugin.properties6
-rw-r--r--examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaActionBarContributor.java6
-rw-r--r--examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditor.java6
-rw-r--r--examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditorPlugin.java6
4 files changed, 0 insertions, 24 deletions
diff --git a/examples/org.eclipse.emf.java.editor/plugin.properties b/examples/org.eclipse.emf.java.editor/plugin.properties
index 341f59e78..e5bcdc98c 100644
--- a/examples/org.eclipse.emf.java.editor/plugin.properties
+++ b/examples/org.eclipse.emf.java.editor/plugin.properties
@@ -1,6 +1,4 @@
# /**
-# * <copyright>
-# *
# * Copyright (c) 2002-2008 IBM Corporation and others.
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
@@ -9,10 +7,6 @@
# *
# * Contributors:
# * IBM - Initial API and implementation
-# *
-# * </copyright>
-# *
-# * $Id: plugin.properties,v 1.9 2009/04/07 18:57:59 davidms Exp $
# */
# NLS_MESSAGEFORMAT_VAR
diff --git a/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaActionBarContributor.java b/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaActionBarContributor.java
index 72a9eef00..7395bbde2 100644
--- a/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaActionBarContributor.java
+++ b/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaActionBarContributor.java
@@ -1,6 +1,4 @@
/**
- * <copyright>
- *
* Copyright (c) 2002-2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,10 +7,6 @@
*
* Contributors:
* IBM - Initial API and implementation
- *
- * </copyright>
- *
- * $Id: JavaActionBarContributor.java,v 1.9 2006/12/29 18:27:31 marcelop Exp $
*/
package org.eclipse.emf.java.presentation;
diff --git a/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditor.java b/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditor.java
index fb06cea75..cd645202a 100644
--- a/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditor.java
+++ b/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditor.java
@@ -1,6 +1,4 @@
/**
- * <copyright>
- *
* Copyright (c) 2002-2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,10 +7,6 @@
*
* Contributors:
* IBM - Initial API and implementation
- *
- * </copyright>
- *
- * $Id: JavaEditor.java,v 1.29 2010/02/04 20:56:17 emerks Exp $
*/
package org.eclipse.emf.java.presentation;
diff --git a/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditorPlugin.java b/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditorPlugin.java
index 5f766003c..0a51d9d0c 100644
--- a/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditorPlugin.java
+++ b/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditorPlugin.java
@@ -1,6 +1,4 @@
/**
- * <copyright>
- *
* Copyright (c) 2002-2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,10 +7,6 @@
*
* Contributors:
* IBM - Initial API and implementation
- *
- * </copyright>
- *
- * $Id: JavaEditorPlugin.java,v 1.5 2006/12/29 18:27:31 marcelop Exp $
*/
package org.eclipse.emf.java.presentation;

Back to the top