diff options
author | Rob Austein <sra@hactrn.net> | 2013-03-14 19:26:01 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-03-14 19:26:01 +0000 |
commit | d760f20f9c04f48da9c081826ed7e74cc741dc7a (patch) | |
tree | a9dbafcba5b7a083ad8971d5fdd7939aabf50958 /buildtools/build-ubuntu-ports.py | |
parent | 382c5daf9dd9e61e279d1fc46936910e855ac5a6 (diff) |
Id and copyright.
svn path=/trunk/; revision=5146
Diffstat (limited to 'buildtools/build-ubuntu-ports.py')
-rw-r--r-- | buildtools/build-ubuntu-ports.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/buildtools/build-ubuntu-ports.py b/buildtools/build-ubuntu-ports.py index 24e45d55..5c73a4a6 100644 --- a/buildtools/build-ubuntu-ports.py +++ b/buildtools/build-ubuntu-ports.py @@ -7,6 +7,22 @@ # # For now, though, this just copies the debian skeleton and creates a # changelog. +# +# $Id$ +# +# Copyright (C) 2013 Internet Systems Consortium ("ISC") +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH +# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, +# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. import subprocess import shutil |