diff --git a/ubuntu-cd b/ubuntu-cd index a13dcbc..bb11a6a 100755 --- a/ubuntu-cd +++ b/ubuntu-cd @@ -1,4 +1,8 @@ #!/bin/bash + +# Copyright 2006,2007 (C) Luke Yelavich +# License: GPLv2 + set -e # Get the latest CD snapshot release. diff --git a/ubuntu-sync b/ubuntu-sync index 763ee59..c64f9e5 100755 --- a/ubuntu-sync +++ b/ubuntu-sync @@ -1,6 +1,9 @@ #!/bin/bash set -e +# Copyright 2006,2007 (C) Luke Yelavich +# License: GPLv2 + # Syncronise new ubuntu CD images, depending on command-line flags given. # If none are given, sync all images.