Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-10-21 17:00:31 +0000
committerDarin Wright2009-10-21 17:00:31 +0000
commit9b05e2ce401d8545bd0cd8298cf23b63bd0164d4 (patch)
tree2e381406feedf6ddd98e867290f7cc0fdc69d0fe /org.eclipse.core.externaltools
parent3bf6856cbab492c3af4e62585a31fff0231af654 (diff)
downloadeclipse.platform.debug-9b05e2ce401d8545bd0cd8298cf23b63bd0164d4.tar.gz
eclipse.platform.debug-9b05e2ce401d8545bd0cd8298cf23b63bd0164d4.tar.xz
eclipse.platform.debug-9b05e2ce401d8545bd0cd8298cf23b63bd0164d4.zip
copyright updates
Diffstat (limited to 'org.eclipse.core.externaltools')
-rw-r--r--org.eclipse.core.externaltools/build.properties10
-rw-r--r--org.eclipse.core.externaltools/plugin.xml12
2 files changed, 21 insertions, 1 deletions
diff --git a/org.eclipse.core.externaltools/build.properties b/org.eclipse.core.externaltools/build.properties
index 7b3c227b8..81d294c95 100644
--- a/org.eclipse.core.externaltools/build.properties
+++ b/org.eclipse.core.externaltools/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2005, 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/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/org.eclipse.core.externaltools/plugin.xml b/org.eclipse.core.externaltools/plugin.xml
index a5f8d7c8c..655c8a2c2 100644
--- a/org.eclipse.core.externaltools/plugin.xml
+++ b/org.eclipse.core.externaltools/plugin.xml
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
+<?eclipse version="3.4"?> <!--
+ Copyright (c) 2005, 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
+ -->
+
<plugin>
<extension
point="org.eclipse.debug.core.launchConfigurationTypes">

Back to the top