From 7c092046ee74d35d63d7724214eb09d327d1e724 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Fri, 3 Oct 2008 14:52:36 +0100 Subject: [PATCH] Add copyright header to ubuntuiso --- ubuntuiso | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ubuntuiso b/ubuntuiso index c239c3c..06a9f48 100755 --- a/ubuntuiso +++ b/ubuntuiso @@ -1,5 +1,25 @@ #!/usr/bin/python +# ubuntuiso - tool to examine Ubuntu CD (ISO) installation media +# Copyright (C) 2008 Canonical Ltd. +# Author: Matt Zimmerman +# +# ################################################################## +# +# 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 2 +# 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. +# +# See file /usr/share/common-licenses/GPL for more details. +# +# ################################################################## + import sys import subprocess