From: Alexander Barton Date: Mon, 28 Sep 2009 10:28:40 +0000 (+0200) Subject: useradd.macosx.sh: Update copyright and usage information X-Git-Url: https://arthur.barton.de/gitweb/?p=usertools.macosx.git;a=commitdiff_plain;h=f25d5fd300a01b9f8b0b0627ea0d228d5a322276 useradd.macosx.sh: Update copyright and usage information --- diff --git a/useradd.macosx.sh b/useradd.macosx.sh index 0949d52..1081c79 100755 --- a/useradd.macosx.sh +++ b/useradd.macosx.sh @@ -1,11 +1,14 @@ #!/bin/bash # # useradd.macosx -# Copyright (c)2008 Barton IT-Consulting, Alexander Barton +# Copyright (c)2008,2009 Barton IT-Consulting, Alexander Barton +# +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # NAME=`basename $0` -RELEASE="2" +RELEASE="3" Abort() { [ $# -lt 1 ] \ @@ -15,7 +18,7 @@ Abort() { } Usage() { echo "$NAME (useradd.macosx.sh) release $RELEASE" - echo "Copyright (c)2008 Barton IT-Consulting, Alexander Barton (alex@barton-it.de)" + echo "Copyright (c)2008,2009 Barton IT-Consulting, Alex Barton (alex@barton-it.de)" echo echo "This is free software; see the source for copying conditions. There is NO" echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."