Update copyright dates auto-generated for new QA scripts.
[xfstests-dev.git] / new
diff --git a/new b/new
index f944de6d06004795188013cda16e5c390cc17d8d..46662dbeba8dc8f6c3d2d9ace97e7f19e3804db6 100755 (executable)
--- a/new
+++ b/new
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (c) 2000-2001 Silicon Graphics, Inc.  All Rights Reserved.
+# Copyright (c) 2000-2004 Silicon Graphics, Inc.  All Rights Reserved.
 # 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of version 2 of the GNU General Public License as
@@ -33,8 +33,6 @@
 #
 # Make a new test
 #
-# $Header: /build2/depot/linux/pcp/dev/qa/RCS/new,v 2.22 1999/10/06 19:16:53 kenmcd Exp $
-#
 
 # generic initialization
 iam=new
@@ -53,8 +51,6 @@ then
     cat <<'End-of-File' >group
 # QA groups control
 #
-# $Id: new,v 2.22 1999/10/06 19:16:53 kenmcd Exp $
-#
 # define groups and default group owners
 # do not start group name with a digit
 #
@@ -96,15 +92,14 @@ fi
 
 echo -n "Creating skeletal script for you to edit ..."
 
-cat <<End-of-File | sed -e '/rcsId/s//Id: 1.1 /' >$id
+cat <<End-of-File >$id
 #! /bin/sh
 # XFS QA Test No. $id
-# \$rcsId\$
 #
 # what am I here for?
 #
 #-----------------------------------------------------------------------
-# Copyright (c) 2000-2001 Silicon Graphics, Inc.  All Rights Reserved.
+# Copyright (c) 2000-2004 Silicon Graphics, Inc.  All Rights Reserved.
 # 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of version 2 of the GNU General Public License as