Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-06-23 19:27:32 +0000
committerDani Megert2004-06-23 19:27:32 +0000
commit3bfd7d90700e034ca7fb038e85900d406aa35261 (patch)
treea403f60de3ad289b95dd77939ff00cad56db209b /org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/ISynchronizationContext.java
parent4ece5bc8eb28b6033e08f2c5d6c3c5f5e14051d0 (diff)
downloadeclipse.platform.text-3bfd7d90700e034ca7fb038e85900d406aa35261.tar.gz
eclipse.platform.text-3bfd7d90700e034ca7fb038e85900d406aa35261.tar.xz
eclipse.platform.text-3bfd7d90700e034ca7fb038e85900d406aa35261.zip
Copyright fix - automated changes with releng tool
Diffstat (limited to 'org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/ISynchronizationContext.java')
-rw-r--r--org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/ISynchronizationContext.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/ISynchronizationContext.java b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/ISynchronizationContext.java
index 332ee33c9fe..bb27c5bf1b9 100644
--- a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/ISynchronizationContext.java
+++ b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/ISynchronizationContext.java
@@ -1,13 +1,13 @@
-/**********************************************************************
-Copyright (c) 2000, 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
-
-Contributors:
- IBM Corporation - Initial implementation
-**********************************************************************/
+/*******************************************************************************
+ * Copyright (c) 2000, 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
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.core.filebuffers;
/**

Back to the top