mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
Add copyright header to ubuntuiso
This commit is contained in:
parent
13decf3b9a
commit
7c092046ee
20
ubuntuiso
20
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 <mdz@ubuntu.com>
|
||||
#
|
||||
# ##################################################################
|
||||
#
|
||||
# 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user