add Berkeley specific copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 8 Dec 1990 07:19:38 +0000 (23:19 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 8 Dec 1990 07:19:38 +0000 (23:19 -0800)
SCCS-vsn: sys/conf/newvers.sh 7.4

usr/src/sys/conf/newvers.sh

index fa13049..e9599e5 100644 (file)
@@ -1,15 +1,18 @@
 #!/bin/sh -
 #
 #!/bin/sh -
 #
-# Copyright (c) 1980, 1986 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
+# Copyright (c) 1984, 1986, 1990 The Regents of the University of California.
+# All rights reserved.
 #
 #
-#      @(#)newvers.sh  7.3 (Berkeley) %G%
+# %sccs.include.redist.sh%
 #
 #
+#      @(#)newvers.sh  7.4 (Berkeley) %G%
+#
+
 if [ ! -r version ]
 then
        echo 0 > version
 fi
 if [ ! -r version ]
 then
        echo 0 > version
 fi
+
 touch version
 v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date`
 ( echo "char sccs[] = \"@(#)4.3 BSD Reno #${v}: ${t} (${u}@${h}:${d})\\n\";" ;
 touch version
 v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date`
 ( echo "char sccs[] = \"@(#)4.3 BSD Reno #${v}: ${t} (${u}@${h}:${d})\\n\";" ;