[SCM] GUI front-end for Debian Live. branch, master, updated. 512f191cef20aa7487195b78772b53e5960652cc

Chris Lamb chris at chris-lamb.co.uk
Sat Aug 16 23:00:41 UTC 2008


The following commit has been merged in the master branch:
commit 6a15d1d54a7dba93dc602f755d1e3ebffceac338
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sat Aug 16 23:57:59 2008 +0100

    Add encoding and copyright header to /usr/bin/live-magic.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/live-magic b/live-magic
index 3ab0be0..cd6021e 100755
--- a/live-magic
+++ b/live-magic
@@ -1,4 +1,21 @@
 #!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+#   live-magic - GUI frontend to create Debian LiveCDs, etc.
+#   Copyright (C) 2007-2008 Chris Lamb <chris at chris-lamb.co.uk>
+#
+#   This program 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.
+#
+#   This program 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 program.  If not, see <http://www.gnu.org/licenses/>.
 
 import sys
 

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list