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.ui.console/plugin.xml
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.ui.console/plugin.xml')
-rw-r--r--org.eclipse.ui.console/plugin.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/org.eclipse.ui.console/plugin.xml b/org.eclipse.ui.console/plugin.xml
index 091344eb7..ca30ab1f9 100644
--- a/org.eclipse.ui.console/plugin.xml
+++ b/org.eclipse.ui.console/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>
<extension-point id="consolePatternMatchListeners" name="%ConsolePatternMatchListenerName" schema="schema/consolePatternMatchListeners.exsd"/>

Back to the top