Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-03-06 17:41:58 +0000
committerslewis2008-03-06 17:41:58 +0000
commitea1d274135d85df13e785acdd792067f4c0523f8 (patch)
treeba6781b3c164a965e925abbb165115494cf93f78
parent552b48a3e6cdfdbc1fa6a2d9ba3ff200b2d42c1c (diff)
downloadorg.eclipse.ecf-ea1d274135d85df13e785acdd792067f4c0523f8.tar.gz
org.eclipse.ecf-ea1d274135d85df13e785acdd792067f4c0523f8.tar.xz
org.eclipse.ecf-ea1d274135d85df13e785acdd792067f4c0523f8.zip
Fixes for copyright notices.
-rw-r--r--framework/bundles/org.eclipse.ecf.sharedobject/plugin.properties16
1 files changed, 8 insertions, 8 deletions
diff --git a/framework/bundles/org.eclipse.ecf.sharedobject/plugin.properties b/framework/bundles/org.eclipse.ecf.sharedobject/plugin.properties
index 20b6a2bc1..0c433a721 100644
--- a/framework/bundles/org.eclipse.ecf.sharedobject/plugin.properties
+++ b/framework/bundles/org.eclipse.ecf.sharedobject/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 Sharedobject API
plugin.provider=Eclipse.org

Back to the top