Skip to main content
summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorVivian Kong2009-05-27 15:48:21 +0000
committerVivian Kong2009-05-27 15:48:21 +0000
commit83fd77b56db4b1d9bf2c460fa8af2a25c304dd83 (patch)
tree9c69fdb839088a7dbbdb597ea808c4678a384050 /util
parentc921a8f760499566b6887c2c135593927c5fccda (diff)
downloadorg.eclipse.cdt-83fd77b56db4b1d9bf2c460fa8af2a25c304dd83.tar.gz
org.eclipse.cdt-83fd77b56db4b1d9bf2c460fa8af2a25c304dd83.tar.xz
org.eclipse.cdt-83fd77b56db4b1d9bf2c460fa8af2a25c304dd83.zip
update copyrights
Diffstat (limited to 'util')
-rw-r--r--util/org.eclipse.cdt.util-feature/feature.properties14
-rw-r--r--util/org.eclipse.cdt.util/build.properties14
-rw-r--r--util/org.eclipse.cdt.util/plugin.properties14
-rw-r--r--util/org.eclipse.cdt.util/src/org/eclipse/cdt/internal/core/parser/util/DOMSearchUtil.java14
4 files changed, 28 insertions, 28 deletions
diff --git a/util/org.eclipse.cdt.util-feature/feature.properties b/util/org.eclipse.cdt.util-feature/feature.properties
index 8f4f426d293..1013a09e263 100644
--- a/util/org.eclipse.cdt.util-feature/feature.properties
+++ b/util/org.eclipse.cdt.util-feature/feature.properties
@@ -1,11 +1,11 @@
###############################################################################
-# Copyright (c) 2008 IBM Corporation 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
-#
-# Contributors:
+# Copyright (c) 2008, 2009 IBM Corporation 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
+#
+# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
# feature.properties
diff --git a/util/org.eclipse.cdt.util/build.properties b/util/org.eclipse.cdt.util/build.properties
index 34378ce88b2..f02dcc76e07 100644
--- a/util/org.eclipse.cdt.util/build.properties
+++ b/util/org.eclipse.cdt.util/build.properties
@@ -1,11 +1,11 @@
###############################################################################
-# Copyright (c) 2008 IBM Corporation 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
-#
-# Contributors:
+# Copyright (c) 2008, 2009 IBM Corporation 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
+#
+# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
source.. = src/
diff --git a/util/org.eclipse.cdt.util/plugin.properties b/util/org.eclipse.cdt.util/plugin.properties
index 73e54c57bde..bf8925a70a4 100644
--- a/util/org.eclipse.cdt.util/plugin.properties
+++ b/util/org.eclipse.cdt.util/plugin.properties
@@ -1,11 +1,11 @@
###############################################################################
-# Copyright (c) 2008 IBM Corporation 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
-#
-# Contributors:
+# Copyright (c) 2008, 2009 IBM Corporation 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
+#
+# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
pluginName=Eclipse C/C++ Development Tools Utilities
diff --git a/util/org.eclipse.cdt.util/src/org/eclipse/cdt/internal/core/parser/util/DOMSearchUtil.java b/util/org.eclipse.cdt.util/src/org/eclipse/cdt/internal/core/parser/util/DOMSearchUtil.java
index aad04714750..d4d96c87cf6 100644
--- a/util/org.eclipse.cdt.util/src/org/eclipse/cdt/internal/core/parser/util/DOMSearchUtil.java
+++ b/util/org.eclipse.cdt.util/src/org/eclipse/cdt/internal/core/parser/util/DOMSearchUtil.java
@@ -1,11 +1,11 @@
/*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation 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
- *
- * Contributors:
+ * Copyright (c) 2000, 2008 IBM Corporation 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
+ *
+ * Contributors:
* IBM Corporation - initial API and implementation
* Markus Schorn (Wind River Systems)
*******************************************************************************/

Back to the top