Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.irc.bot/schema/ircbot.exsd')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.irc.bot/schema/ircbot.exsd16
1 files changed, 14 insertions, 2 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.irc.bot/schema/ircbot.exsd b/providers/bundles/org.eclipse.ecf.provider.irc.bot/schema/ircbot.exsd
index f703d1fcf..3632094af 100644
--- a/providers/bundles/org.eclipse.ecf.provider.irc.bot/schema/ircbot.exsd
+++ b/providers/bundles/org.eclipse.ecf.provider.irc.bot/schema/ircbot.exsd
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.ecf.provider.irc.bot">
+<schema targetNamespace="org.eclipse.ecf.provider.irc.bot" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.ecf.provider.irc.bot" id="ircbot" name="ircbot"/>
@@ -11,6 +11,11 @@
</annotation>
<element name="extension">
+ <annotation>
+ <appInfo>
+ <meta.element />
+ </appInfo>
+ </annotation>
<complexType>
<sequence>
<element ref="bot" minOccurs="1" maxOccurs="unbounded"/>
@@ -116,7 +121,14 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
-
+ Copyright (c) 2007 IBM Corporation and others.
+
+This program and the accompanying materials are made
+available under the terms of the Eclipse Public License 2.0
+which is available at https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0
+
</documentation>
</annotation>

Back to the top