aboutsummaryrefslogtreecommitdiff
path: root/mkdcp.py
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2012-07-11 22:14:07 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2012-07-11 22:14:07 +0200
commit0d59b0dacbd72536d70e269c5226efe68ded46b4 (patch)
tree874d45f941d2215f8cb3aac637bb9ba582264be5 /mkdcp.py
parent35b21122cce0fa1ecd2ff7fff40ac1b39ba112cb (diff)
downloadmkdcp-master.tar.gz
mkdcp-master.tar.bz2
License GPLv3 or newerHEADmaster
Diffstat (limited to 'mkdcp.py')
-rw-r--r--mkdcp.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/mkdcp.py b/mkdcp.py
index 905056c..bd1bc8b 100644
--- a/mkdcp.py
+++ b/mkdcp.py
@@ -1,6 +1,24 @@
#!/usr/bin/env python
# -*- coding: utf8 -*-
+
+__LICENSE__ = """
+This file is part of mkdcp.
+
+mkdcp is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+Foobar 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 Foobar. If not, see <http://www.gnu.org/licenses/>.
+"""
+
import subprocess, time, os, os.path
from xml.sax.saxutils import escape