Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] copyright notices in org.eclipse.cdt


Here is a patch to add missing copyright information in the org.eclipse.cdt project.

        - Dave
Index: build.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-releng/org.eclipse.cdt/build.properties,v
retrieving revision 1.4
diff -u -r1.4 build.properties
--- build.properties	18 Jun 2004 02:40:09 -0000	1.4
+++ build.properties	24 Jun 2004 14:38:38 -0000
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2003, 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
+###############################################################################
 bin.includes = about.html,\
                about.ini,\
                about.mappings,\
Index: plugin.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-releng/org.eclipse.cdt/plugin.properties,v
retrieving revision 1.2
diff -u -r1.2 plugin.properties
--- plugin.properties	14 Jun 2004 14:12:38 -0000	1.2
+++ plugin.properties	24 Jun 2004 14:38:38 -0000
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2003, 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
+###############################################################################
 pluginName=Eclipse C/C++ Development Tools
 providerName=Eclipse.org
 cheatsheet.helloworld.desc=Create a Hello World Program in C++
Index: css/swt.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-releng/org.eclipse.cdt/css/swt.properties,v
retrieving revision 1.1
diff -u -r1.1 swt.properties
--- css/swt.properties	14 Jun 2004 14:12:38 -0000	1.1
+++ css/swt.properties	24 Jun 2004 14:38:38 -0000
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2003, 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
+###############################################################################
 
 overview.page-content.overview-links.cdt.link-icon = css/graphics/obj_48/cdtdev_obj.gif
 

Back to the top