[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-patch] patch for copyright notices on the managedbuilder projects
|
More copyright updates...... (IBM
only).
-Dave
Index: build.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/build.properties,v
retrieving revision 1.5
diff -u -r1.5 build.properties
--- build.properties 24 May 2004 17:18:38 -0000 1.5
+++ build.properties 24 Jun 2004 15:26:17 -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 = plugin.xml,\
plugin.properties,\
about.html,\
Index: plugin.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/plugin.properties,v
retrieving revision 1.4
diff -u -r1.4 plugin.properties
--- plugin.properties 19 Mar 2004 16:38:49 -0000 1.4
+++ plugin.properties 24 Jun 2004 15:26:17 -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=C/C++ Managed Builder Core
providerName=Eclipse.org
Index: src/org/eclipse/cdt/managedbuilder/core/BuildException.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/BuildException.java,v
retrieving revision 1.2
diff -u -r1.2 BuildException.java
--- src/org/eclipse/cdt/managedbuilder/core/BuildException.java 21 Jun 2004 16:14:35 -0000 1.2
+++ src/org/eclipse/cdt/managedbuilder/core/BuildException.java 24 Jun 2004 15:26:17 -0000
@@ -1,13 +1,13 @@
-/**********************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
+/*******************************************************************************
+ * 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 - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.core;
public class BuildException extends Exception {
Index: src/org/eclipse/cdt/managedbuilder/core/IBuildObject.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IBuildObject.java,v
retrieving revision 1.2
diff -u -r1.2 IBuildObject.java
--- src/org/eclipse/cdt/managedbuilder/core/IBuildObject.java 16 Mar 2004 22:25:50 -0000 1.2
+++ src/org/eclipse/cdt/managedbuilder/core/IBuildObject.java 24 Jun 2004 15:26:17 -0000
@@ -1,13 +1,13 @@
-/**********************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
+/*******************************************************************************
+ * 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 - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.core;
public interface IBuildObject {
Index: src/org/eclipse/cdt/managedbuilder/core/IConfiguration.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IConfiguration.java,v
retrieving revision 1.8
diff -u -r1.8 IConfiguration.java
--- src/org/eclipse/cdt/managedbuilder/core/IConfiguration.java 27 May 2004 15:53:16 -0000 1.8
+++ src/org/eclipse/cdt/managedbuilder/core/IConfiguration.java 24 Jun 2004 15:26:17 -0000
@@ -1,13 +1,13 @@
-/**********************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
+/*******************************************************************************
+ * 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 - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.core;
import org.eclipse.core.resources.IProject;
Index: src/org/eclipse/cdt/managedbuilder/core/IOption.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IOption.java,v
retrieving revision 1.6
diff -u -r1.6 IOption.java
--- src/org/eclipse/cdt/managedbuilder/core/IOption.java 4 May 2004 15:06:51 -0000 1.6
+++ src/org/eclipse/cdt/managedbuilder/core/IOption.java 24 Jun 2004 15:26:17 -0000
@@ -1,13 +1,13 @@
-/**********************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
+/*******************************************************************************
+ * 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 - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.core;
/**
Index: src/org/eclipse/cdt/managedbuilder/core/IOptionCategory.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IOptionCategory.java,v
retrieving revision 1.3
diff -u -r1.3 IOptionCategory.java
--- src/org/eclipse/cdt/managedbuilder/core/IOptionCategory.java 16 Mar 2004 22:25:50 -0000 1.3
+++ src/org/eclipse/cdt/managedbuilder/core/IOptionCategory.java 24 Jun 2004 15:26:17 -0000
@@ -1,13 +1,13 @@
-/**********************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
+/*******************************************************************************
+ * 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 - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.core;
/**
Index: src/org/eclipse/cdt/managedbuilder/core/ITool.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/ITool.java,v
retrieving revision 1.8
diff -u -r1.8 ITool.java
--- src/org/eclipse/cdt/managedbuilder/core/ITool.java 23 Jun 2004 19:21:41 -0000 1.8
+++ src/org/eclipse/cdt/managedbuilder/core/ITool.java 24 Jun 2004 15:26:17 -0000
@@ -1,13 +1,13 @@
-/**********************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
+/*******************************************************************************
+ * 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 - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.core;
import java.util.List;
Index: src/org/eclipse/cdt/managedbuilder/core/ManagedBuildManager.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/ManagedBuildManager.java,v
retrieving revision 1.24
diff -u -r1.24 ManagedBuildManager.java
--- src/org/eclipse/cdt/managedbuilder/core/ManagedBuildManager.java 11 Jun 2004 19:04:38 -0000 1.24
+++ src/org/eclipse/cdt/managedbuilder/core/ManagedBuildManager.java 24 Jun 2004 15:26:18 -0000
@@ -1,13 +1,13 @@
-/**********************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
+/*******************************************************************************
+ * 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 - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.core;
import java.io.ByteArrayInputStream;
Index: src/org/eclipse/cdt/managedbuilder/internal/core/BuildObject.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/BuildObject.java,v
retrieving revision 1.2
diff -u -r1.2 BuildObject.java
--- src/org/eclipse/cdt/managedbuilder/internal/core/BuildObject.java 2 Mar 2004 15:26:50 -0000 1.2
+++ src/org/eclipse/cdt/managedbuilder/internal/core/BuildObject.java 24 Jun 2004 15:26:18 -0000
@@ -1,15 +1,15 @@
-package org.eclipse.cdt.managedbuilder.internal.core;
-
-/**********************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
+/*******************************************************************************
+ * 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 - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.cdt.managedbuilder.internal.core;
+
import org.eclipse.cdt.managedbuilder.core.IBuildObject;
Index: src/org/eclipse/cdt/managedbuilder/internal/core/Option.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/Option.java,v
retrieving revision 1.10
diff -u -r1.10 Option.java
--- src/org/eclipse/cdt/managedbuilder/internal/core/Option.java 24 May 2004 23:23:36 -0000 1.10
+++ src/org/eclipse/cdt/managedbuilder/internal/core/Option.java 24 Jun 2004 15:26:18 -0000
@@ -1,13 +1,13 @@
-/**********************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
+/*******************************************************************************
+ * 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 - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.internal.core;
import java.util.ArrayList;
Index: src/org/eclipse/cdt/managedbuilder/internal/core/OptionCategory.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/OptionCategory.java,v
retrieving revision 1.5
diff -u -r1.5 OptionCategory.java
--- src/org/eclipse/cdt/managedbuilder/internal/core/OptionCategory.java 18 Mar 2004 21:26:23 -0000 1.5
+++ src/org/eclipse/cdt/managedbuilder/internal/core/OptionCategory.java 24 Jun 2004 15:26:18 -0000
@@ -1,13 +1,13 @@
-/**********************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
+/*******************************************************************************
+ * 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 - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.internal.core;
import java.util.ArrayList;
Index: src/org/eclipse/cdt/managedbuilder/internal/core/OptionReference.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/OptionReference.java,v
retrieving revision 1.14
diff -u -r1.14 OptionReference.java
--- src/org/eclipse/cdt/managedbuilder/internal/core/OptionReference.java 24 May 2004 23:23:36 -0000 1.14
+++ src/org/eclipse/cdt/managedbuilder/internal/core/OptionReference.java 24 Jun 2004 15:26:18 -0000
@@ -1,13 +1,13 @@
-/**********************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
+/*******************************************************************************
+ * 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 - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.internal.core;
import java.util.ArrayList;
Index: src/org/eclipse/cdt/managedbuilder/internal/core/Tool.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/Tool.java,v
retrieving revision 1.16
diff -u -r1.16 Tool.java
--- src/org/eclipse/cdt/managedbuilder/internal/core/Tool.java 24 May 2004 23:23:36 -0000 1.16
+++ src/org/eclipse/cdt/managedbuilder/internal/core/Tool.java 24 Jun 2004 15:26:18 -0000
@@ -1,13 +1,13 @@
-/**********************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
+/*******************************************************************************
+ * 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 - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.internal.core;
import java.util.ArrayList;
Index: plugin.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.ui/plugin.properties,v
retrieving revision 1.15
diff -u -r1.15 plugin.properties
--- plugin.properties 14 Jun 2004 19:52:55 -0000 1.15
+++ plugin.properties 24 Jun 2004 15:26:51 -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=C/C++ Managed Builder UI
providerName=Eclipse.org
Index: src/org/eclipse/cdt/managedbuilder/ui/properties/ManagedBuilderPropertyPage.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/ManagedBuilderPropertyPage.java,v
retrieving revision 1.3
diff -u -r1.3 ManagedBuilderPropertyPage.java
--- src/org/eclipse/cdt/managedbuilder/ui/properties/ManagedBuilderPropertyPage.java 4 Jun 2004 20:17:54 -0000 1.3
+++ src/org/eclipse/cdt/managedbuilder/ui/properties/ManagedBuilderPropertyPage.java 24 Jun 2004 15:26:51 -0000
@@ -1,13 +1,13 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
+ * 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
- * Intel Corp - use in Managed Make system
+ * Intel Corp - use in Managed Make system
*******************************************************************************/
package org.eclipse.cdt.managedbuilder.ui.properties;