aboutsummaryrefslogtreecommitdiff
path: root/mkdcp.py
diff options
context:
space:
mode:
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