diff options
author | Eike Stepper | 2011-01-01 11:05:58 +0000 |
---|---|---|
committer | Eike Stepper | 2011-01-01 11:05:58 +0000 |
commit | 62be4a4dea388ce7b1316f40470db0f0cd341261 (patch) | |
tree | da688d52a254bed07815525536d5072e3ed66966 /plugins/org.eclipse.net4j.util/schema | |
parent | 65d21984b9ea473e5200e10db884eb6bab4aedf2 (diff) | |
download | cdo-62be4a4dea388ce7b1316f40470db0f0cd341261.tar.gz cdo-62be4a4dea388ce7b1316f40470db0f0cd341261.tar.xz cdo-62be4a4dea388ce7b1316f40470db0f0cd341261.zip |
Updated copyrights
Diffstat (limited to 'plugins/org.eclipse.net4j.util/schema')
-rw-r--r-- | plugins/org.eclipse.net4j.util/schema/elementProcessors.exsd | 15 | ||||
-rw-r--r-- | plugins/org.eclipse.net4j.util/schema/factories.exsd | 19 |
2 files changed, 18 insertions, 16 deletions
diff --git a/plugins/org.eclipse.net4j.util/schema/elementProcessors.exsd b/plugins/org.eclipse.net4j.util/schema/elementProcessors.exsd index 12f3cef7b1..b6ada0d28e 100644 --- a/plugins/org.eclipse.net4j.util/schema/elementProcessors.exsd +++ b/plugins/org.eclipse.net4j.util/schema/elementProcessors.exsd @@ -18,21 +18,21 @@ <attribute name="point" type="string" use="required"> <annotation> <documentation> - + </documentation> </annotation> </attribute> <attribute name="id" type="string"> <annotation> <documentation> - + </documentation> </annotation> </attribute> <attribute name="name" type="string"> <annotation> <documentation> - + </documentation> <appInfo> <meta.attribute translatable="true"/> @@ -47,7 +47,7 @@ <attribute name="class" type="string" use="required"> <annotation> <documentation> - + </documentation> <appInfo> <meta.attribute kind="java"/> @@ -94,11 +94,12 @@ </annotation> <annotation> - <appInfo> + <appinfo> <meta.section type="copyright"/> - </appInfo> + </appinfo> <documentation> - + Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.<br> +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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> </documentation> </annotation> diff --git a/plugins/org.eclipse.net4j.util/schema/factories.exsd b/plugins/org.eclipse.net4j.util/schema/factories.exsd index 40fe74a3d2..5d4fe31ba2 100644 --- a/plugins/org.eclipse.net4j.util/schema/factories.exsd +++ b/plugins/org.eclipse.net4j.util/schema/factories.exsd @@ -18,21 +18,21 @@ <attribute name="point" type="string" use="required"> <annotation> <documentation> - + </documentation> </annotation> </attribute> <attribute name="id" type="string"> <annotation> <documentation> - + </documentation> </annotation> </attribute> <attribute name="name" type="string"> <annotation> <documentation> - + </documentation> <appInfo> <meta.attribute translatable="true"/> @@ -52,21 +52,21 @@ <attribute name="productGroup" type="string" use="required"> <annotation> <documentation> - + </documentation> </annotation> </attribute> <attribute name="type" type="string" use="required"> <annotation> <documentation> - + </documentation> </annotation> </attribute> <attribute name="class" type="string" use="required"> <annotation> <documentation> - + </documentation> <appInfo> <meta.attribute kind="java" basedOn="org.eclipse.net4j.util.factory.IFactory"/> @@ -113,11 +113,12 @@ </annotation> <annotation> - <appInfo> + <appinfo> <meta.section type="copyright"/> - </appInfo> + </appinfo> <documentation> - + Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.<br> +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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> </documentation> </annotation> |