Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-03-06 17:40:59 +0000
committerslewis2008-03-06 17:40:59 +0000
commitd0119447dfece81557ee77532c26347819d713d4 (patch)
treea87cecc8084c18e6383446a8310283eb6b3e6e69
parent6283fac369eb83548da6eed62d45b0de8fa7a7ec (diff)
downloadorg.eclipse.ecf-d0119447dfece81557ee77532c26347819d713d4.tar.gz
org.eclipse.ecf-d0119447dfece81557ee77532c26347819d713d4.tar.xz
org.eclipse.ecf-d0119447dfece81557ee77532c26347819d713d4.zip
Fixes for copyright notices.
-rw-r--r--framework/bundles/org.eclipse.ecf.filetransfer/plugin.properties16
1 files changed, 8 insertions, 8 deletions
diff --git a/framework/bundles/org.eclipse.ecf.filetransfer/plugin.properties b/framework/bundles/org.eclipse.ecf.filetransfer/plugin.properties
index e7ef09e4f..ee348ef46 100644
--- a/framework/bundles/org.eclipse.ecf.filetransfer/plugin.properties
+++ b/framework/bundles/org.eclipse.ecf.filetransfer/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 Filetransfer API
plugin.provider=Eclipse.org

Back to the top