From 0d59b0dacbd72536d70e269c5226efe68ded46b4 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Wed, 11 Jul 2012 22:14:07 +0200 Subject: License GPLv3 or newer --- mkdcp.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'mkdcp.py') 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 . +""" + import subprocess, time, os, os.path from xml.sax.saxutils import escape -- cgit v1.2.3