Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-03-06 17:41:45 +0000
committerslewis2008-03-06 17:41:45 +0000
commit3fde35fc4e65f0246504e802e79958031c3db211 (patch)
treeeb7fdc4c663655adaabb60cb6e667c87a7fd2487
parentd8a7e4a9c7fd49a030c2da826629e575f8845c44 (diff)
downloadorg.eclipse.ecf-3fde35fc4e65f0246504e802e79958031c3db211.tar.gz
org.eclipse.ecf-3fde35fc4e65f0246504e802e79958031c3db211.tar.xz
org.eclipse.ecf-3fde35fc4e65f0246504e802e79958031c3db211.zip
Fixes for copyright notices.
-rw-r--r--framework/bundles/org.eclipse.ecf.provider/plugin.properties16
1 files changed, 8 insertions, 8 deletions
diff --git a/framework/bundles/org.eclipse.ecf.provider/plugin.properties b/framework/bundles/org.eclipse.ecf.provider/plugin.properties
index 75d5922c0..daa1b0abb 100644
--- a/framework/bundles/org.eclipse.ecf.provider/plugin.properties
+++ b/framework/bundles/org.eclipse.ecf.provider/plugin.properties
@@ -1,11 +1,11 @@
-/****************************************************************************
-* Copyright (c) 2007 Composent Inc., IBM Corp. 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
-*
-*****************************************************************************/
+############################################################################
+# Copyright (c) 2007 Composent Inc., IBM Corp. 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
+#
+############################################################################
plugin.name=ECF Provider API
plugin.provider=Eclipse.org

Back to the top