Add copyright
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 19 Jun 1985 09:04:03 +0000 (01:04 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 19 Jun 1985 09:04:03 +0000 (01:04 -0800)
SCCS-vsn: usr.bin/pascal/src/p2put.c 5.2
SCCS-vsn: usr.bin/pascal/src/put.c 5.1

usr/src/usr.bin/pascal/src/p2put.c
usr/src/usr.bin/pascal/src/put.c

index fed94fd..0512b19 100644 (file)
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)p2put.c    5.2 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
index 47a68fd..e55ebc4 100644 (file)
@@ -1,8 +1,12 @@
-/* Copyright (c) 1979 Regents of the University of California */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)put.c      2.1     (Berkeley)      84/02/08";
-#endif
+static char sccsid[] = "@(#)put.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "whoami.h"
 #include "opcode.h"
 
 #include "whoami.h"
 #include "opcode.h"