diff options
author | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-12 10:01:26 +0000 |
---|---|---|
committer | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-12 10:01:26 +0000 |
commit | 0ebcc31e1dbeb4439bfd5b96f4cc0d7bb3087717 (patch) | |
tree | d1bd2527211a91ebfd1b983da1ef3dc209031ed6 | |
parent | b138a12ed907bc4124a16d84e2a3649409761652 (diff) | |
download | vdr-plugin-menuorg-0ebcc31e1dbeb4439bfd5b96f4cc0d7bb3087717.tar.gz vdr-plugin-menuorg-0ebcc31e1dbeb4439bfd5b96f4cc0d7bb3087717.tar.bz2 |
added license disclaimer to the dtd file
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5690 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
-rw-r--r-- | menuorg.dtd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/menuorg.dtd b/menuorg.dtd index 09ddba6..dd3cc79 100644 --- a/menuorg.dtd +++ b/menuorg.dtd @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Document Type 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. +--> <!ELEMENT menu ((menu | system | plugin | command)+)> <!ATTLIST menu name CDATA #REQUIRED |