Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2009-03-31 20:46:40 +0000
committerMichael Rennie2009-03-31 20:46:40 +0000
commitefbf76de3c499822d6bb6ea2a689fedcfd5b129c (patch)
tree7ecda2a6496503212367a20d792cf18a23f7b52c /org.eclipse.debug.examples.ui
parentfa6d436055d9aded4e74a94f83e9960aec66a19a (diff)
downloadeclipse.platform.debug-efbf76de3c499822d6bb6ea2a689fedcfd5b129c.tar.gz
eclipse.platform.debug-efbf76de3c499822d6bb6ea2a689fedcfd5b129c.tar.xz
eclipse.platform.debug-efbf76de3c499822d6bb6ea2a689fedcfd5b129c.zip
updated copyrights
Diffstat (limited to 'org.eclipse.debug.examples.ui')
-rw-r--r--org.eclipse.debug.examples.ui/build.properties14
-rw-r--r--org.eclipse.debug.examples.ui/plugin.xml12
2 files changed, 18 insertions, 8 deletions
diff --git a/org.eclipse.debug.examples.ui/build.properties b/org.eclipse.debug.examples.ui/build.properties
index 6fdd16ad3..bac56954d 100644
--- a/org.eclipse.debug.examples.ui/build.properties
+++ b/org.eclipse.debug.examples.ui/build.properties
@@ -1,11 +1,11 @@
###############################################################################
-# Copyright (c) 2005, 2007 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) 2005, 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
###############################################################################
source.. = src/
diff --git a/org.eclipse.debug.examples.ui/plugin.xml b/org.eclipse.debug.examples.ui/plugin.xml
index a6e2bb08b..55d4a1bdf 100644
--- a/org.eclipse.debug.examples.ui/plugin.xml
+++ b/org.eclipse.debug.examples.ui/plugin.xml
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
+<?eclipse version="3.0"?> <!--
+ Copyright (c) 2005, 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
+ -->
+
<plugin>
<!--#ifdef ex1 -->
<!--#else -->

Back to the top