Add copyright
[unix-history] / usr / src / libexec / ftpd / newvers.sh
index 81e872f..2511c51 100644 (file)
@@ -1,3 +1,11 @@
+#!/bin/sh -
+#
+# Copyright (c) 1983 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)newvers.sh  5.1 (Berkeley) %G%
+#
 if [ ! -r version ]; then echo 0 > version; fi
 touch version
 awk '  {       version = $1 + 1; }\
 if [ ! -r version ]; then echo 0 > version; fi
 touch version
 awk '  {       version = $1 + 1; }\