Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-10-06 17:58:01 +0000
committerEike Stepper2010-10-06 17:58:01 +0000
commit7002f8e08ff5919ef7d80f04824d91296b66295f (patch)
tree6b627b6dcb37b6f816fc674b874dfacc0cb78ce8 /plugins/org.eclipse.emf.cdo.efs
parent35e832ba82ce20d87b0e19d7ca293ef1cba8dea0 (diff)
downloadcdo-7002f8e08ff5919ef7d80f04824d91296b66295f.tar.gz
cdo-7002f8e08ff5919ef7d80f04824d91296b66295f.tar.xz
cdo-7002f8e08ff5919ef7d80f04824d91296b66295f.zip
fixed incorrect legal headers
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.efs')
-rw-r--r--plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/AbstractFileStore.java9
-rw-r--r--plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileRoot.java9
-rw-r--r--plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileStore.java9
-rw-r--r--plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileSystem.java12
-rw-r--r--plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/ui/CreateCDOProjectAction.java10
5 files changed, 26 insertions, 23 deletions
diff --git a/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/AbstractFileStore.java b/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/AbstractFileStore.java
index 1352f7fb38..e4aea4e338 100644
--- a/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/AbstractFileStore.java
+++ b/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/AbstractFileStore.java
@@ -1,14 +1,13 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
+/**
+ * Copyright (c) 2004 - 2010 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:
- * IBM Corporation - initial API and implementation
- * Martin Oberhuber (Wind River) - [294429] Avoid substring baggage in FileInfo
- *******************************************************************************/
+ * Eike Stepper - initial API and implementation
+ */
package org.eclipse.emf.cdo.internal.efs;
import org.eclipse.emf.cdo.eresource.CDOResourceNode;
diff --git a/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileRoot.java b/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileRoot.java
index 8f080941ba..abe822c112 100644
--- a/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileRoot.java
+++ b/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileRoot.java
@@ -1,14 +1,13 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
+/**
+ * Copyright (c) 2004 - 2010 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:
- * IBM Corporation - initial API and implementation
- * Martin Oberhuber (Wind River) - [294429] Avoid substring baggage in FileInfo
- *******************************************************************************/
+ * Eike Stepper - initial API and implementation
+ */
package org.eclipse.emf.cdo.internal.efs;
import org.eclipse.emf.cdo.common.branch.CDOBranchPoint;
diff --git a/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileStore.java b/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileStore.java
index bb09ce29ed..c68ca94928 100644
--- a/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileStore.java
+++ b/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileStore.java
@@ -1,14 +1,13 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
+/**
+ * Copyright (c) 2004 - 2010 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:
- * IBM Corporation - initial API and implementation
- * Martin Oberhuber (Wind River) - [294429] Avoid substring baggage in FileInfo
- *******************************************************************************/
+ * Eike Stepper - initial API and implementation
+ */
package org.eclipse.emf.cdo.internal.efs;
import org.eclipse.emf.cdo.eresource.CDOResource;
diff --git a/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileSystem.java b/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileSystem.java
index 651c775120..6bc26e4c46 100644
--- a/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileSystem.java
+++ b/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/CDOFileSystem.java
@@ -1,17 +1,13 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
+/**
+ * Copyright (c) 2004 - 2010 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:
- * IBM Corporation - initial API and implementation
- * Martin Oberhuber (Wind River) - [170317] add symbolic link support to API
- * Martin Oberhuber (Wind River) - [183137] liblocalfile for solaris-sparc
- * Martin Oberhuber (Wind River) - [184433] liblocalfile for Linux x86_64
- * Martin Oberhuber (Wind River) - [184534] get attributes from native lib
- *******************************************************************************/
+ * Eike Stepper - initial API and implementation
+ */
package org.eclipse.emf.cdo.internal.efs;
import org.eclipse.emf.cdo.common.branch.CDOBranch;
diff --git a/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/ui/CreateCDOProjectAction.java b/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/ui/CreateCDOProjectAction.java
index cc323bab95..3504ad2555 100644
--- a/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/ui/CreateCDOProjectAction.java
+++ b/plugins/org.eclipse.emf.cdo.efs/src/org/eclipse/emf/cdo/internal/efs/ui/CreateCDOProjectAction.java
@@ -1,3 +1,13 @@
+/**
+ * Copyright (c) 2004 - 2010 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:
+ * Eike Stepper - initial API and implementation
+ */
package org.eclipse.emf.cdo.internal.efs.ui;
import org.eclipse.core.resources.IProject;

Back to the top