From 4aea181e6160afe309dda50d7888d42de07470ed Mon Sep 17 00:00:00 2001 From: Luke Yelavich Date: Tue, 10 Jul 2007 07:50:17 +1000 Subject: [PATCH] * Added copyright to ubuntu-cd and ubuntu-sync. --- ubuntu-cd | 4 ++++ ubuntu-sync | 3 +++ 2 files changed, 7 insertions(+) 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.