From f25d5fd300a01b9f8b0b0627ea0d228d5a322276 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 28 Sep 2009 12:28:40 +0200 Subject: [PATCH] useradd.macosx.sh: Update copyright and usage information --- useradd.macosx.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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." -- 2.39.2