diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-11 15:57:01 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-11 15:57:01 +0000 |
commit | d21e409c197e4d787ea4251cae6b722188157131 (patch) | |
tree | 84c828716e70a6b838b7b075a41f1790f2869c67 | |
parent | 9bc88e820e60b6ecbce4113afc14fa56907048e2 (diff) | |
download | vdr-plugin-menuorg-d21e409c197e4d787ea4251cae6b722188157131.tar.gz vdr-plugin-menuorg-d21e409c197e4d787ea4251cae6b722188157131.tar.bz2 |
added license disclaimer to schema
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5679 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
-rw-r--r-- | menuorg.xsd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/menuorg.xsd b/menuorg.xsd index 84f7942..1e6359c 100644 --- a/menuorg.xsd +++ b/menuorg.xsd @@ -1,5 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> + <xs:annotation> + <xs:documentation xml:lang="en"> + XML Schema Definition for the MenuOrg VDR plugin. + + (C) 2007 Thomas Creutz, Tobias Grimm + + This Schema is made available under the terms of the + GNU General Public License as published by the + Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This schema is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this schema; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, + MA 02111-1307 USA + See http://www.gnu.org/ for details. + </xs:documentation> + </xs:annotation> <xs:attributeGroup name="CommandAttributes"> <xs:attribute name="name" type="xs:string" use="required"/> <xs:attribute name="execute" type="xs:string" use="required"/> |