Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-15 11:13:28 +0000
committerEike Stepper2011-09-15 11:13:28 +0000
commitcbe30d9771b769bb3601b529fb5522f1b8a73728 (patch)
treea9f34445529a2c99cca09358f3058cf5a71b0a58 /plugins/org.eclipse.emf.cdo.dawn.emf/src
parent353dc167ebcd12cafa6aa7dfc1288ee96d4f9c2c (diff)
downloadcdo-cbe30d9771b769bb3601b529fb5522f1b8a73728.tar.gz
cdo-cbe30d9771b769bb3601b529fb5522f1b8a73728.tar.xz
cdo-cbe30d9771b769bb3601b529fb5522f1b8a73728.zip
file headers
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.emf/src')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.emf/src/org/eclipse/emf/cdo/dawn/emf/Activator.java10
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.emf/src/org/eclipse/emf/cdo/dawn/emf/notifications/impl/DawnEMFHandler.java4
2 files changed, 12 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.emf/src/org/eclipse/emf/cdo/dawn/emf/Activator.java b/plugins/org.eclipse.emf.cdo.dawn.emf/src/org/eclipse/emf/cdo/dawn/emf/Activator.java
index 1ecdbbe0fd..b78bd89507 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.emf/src/org/eclipse/emf/cdo/dawn/emf/Activator.java
+++ b/plugins/org.eclipse.emf.cdo.dawn.emf/src/org/eclipse/emf/cdo/dawn/emf/Activator.java
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) 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:
+ * Martin Fluegge - initial API and implementation
+ */
package org.eclipse.emf.cdo.dawn.emf;
import org.eclipse.ui.plugin.AbstractUIPlugin;
diff --git a/plugins/org.eclipse.emf.cdo.dawn.emf/src/org/eclipse/emf/cdo/dawn/emf/notifications/impl/DawnEMFHandler.java b/plugins/org.eclipse.emf.cdo.dawn.emf/src/org/eclipse/emf/cdo/dawn/emf/notifications/impl/DawnEMFHandler.java
index 94b5d25b29..6120d8506e 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.emf/src/org/eclipse/emf/cdo/dawn/emf/notifications/impl/DawnEMFHandler.java
+++ b/plugins/org.eclipse.emf.cdo.dawn.emf/src/org/eclipse/emf/cdo/dawn/emf/notifications/impl/DawnEMFHandler.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
* Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -7,7 +7,7 @@
*
* Contributors:
* Martin Fluegge - initial API and implementation
- ******************************************************************************/
+ */
package org.eclipse.emf.cdo.dawn.emf.notifications.impl;
import org.eclipse.emf.cdo.dawn.editors.IDawnEditor;

Back to the top