new copyright; att/bsd/shared
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 13 Apr 1991 07:53:36 +0000 (23:53 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 13 Apr 1991 07:53:36 +0000 (23:53 -0800)
SCCS-vsn: usr.bin/mkdep/mkdep.sh 5.19
SCCS-vsn: usr.bin/pascal/eyacc/READ_ME 5.2
SCCS-vsn: usr.bin/pascal/eyacc/ey0.c 5.3
SCCS-vsn: usr.bin/pascal/eyacc/ey1.c 5.3
SCCS-vsn: usr.bin/pascal/eyacc/ey2.c 5.2
SCCS-vsn: usr.bin/pascal/eyacc/ey3.c 5.2
SCCS-vsn: usr.bin/pascal/eyacc/ey4.c 5.2
SCCS-vsn: usr.bin/pascal/eyacc/ey5.c 5.3
SCCS-vsn: usr.bin/pascal/eyacc/eyacc.1 6.6
SCCS-vsn: usr.bin/pascal/eyacc/ey.h 5.3
SCCS-vsn: usr.bin/pascal/libpc/unixio.h 1.2
SCCS-vsn: usr.bin/pascal/libpc/unixio.i 1.2

12 files changed:
usr/src/usr.bin/mkdep/mkdep.sh
usr/src/usr.bin/pascal/eyacc/READ_ME
usr/src/usr.bin/pascal/eyacc/ey.h
usr/src/usr.bin/pascal/eyacc/ey0.c
usr/src/usr.bin/pascal/eyacc/ey1.c
usr/src/usr.bin/pascal/eyacc/ey2.c
usr/src/usr.bin/pascal/eyacc/ey3.c
usr/src/usr.bin/pascal/eyacc/ey4.c
usr/src/usr.bin/pascal/eyacc/ey5.c
usr/src/usr.bin/pascal/eyacc/eyacc.1
usr/src/usr.bin/pascal/libpc/unixio.h
usr/src/usr.bin/pascal/libpc/unixio.i

index 78f1a7f..108dd41 100644 (file)
@@ -1,22 +1,13 @@
 #!/bin/sh -
 #
 #!/bin/sh -
 #
-# Copyright (c) 1987 Regents of the University of California.
+# Copyright (c) 1991 The Regents of the University of California.
 # All rights reserved.
 #
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, Berkeley.  The name of the
-# University may not be used to endorse or promote products derived
-# from this software without specific prior written permission.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+# %sccs.include.redist.sh%
 #
 #
-#      @(#)mkdep.sh    5.18 (Berkeley) %G%
+#      @(#)mkdep.sh    5.19 (Berkeley) %G%
 #
 #
+
 PATH=/bin:/usr/bin:/usr/ucb
 export PATH
 
 PATH=/bin:/usr/bin:/usr/ucb
 export PATH
 
index 44236a0..18806ab 100644 (file)
@@ -1,8 +1,11 @@
-Copyright (c) 1980 Regents of the University of California.
-All rights reserved.  The Berkeley software License Agreement
-specifies the terms and conditions for redistribution.
-
-@(#)READ_ME    5.1 (Berkeley) %G%
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ *
+ *     @(#)READ_ME     5.2 (Berkeley) %G%
+ */
 
 August 28, 1977
 
 
 August 28, 1977
 
index edc2e84..d8e468b 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * Copyright (c) 1979 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1979 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     @(#)ey.h        5.2 (Berkeley) %G%
+ * %sccs.include.proprietary.c%
+ *
+ *     @(#)ey.h        5.3 (Berkeley) %G%
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
index a8e7ae7..e11460b 100644 (file)
@@ -1,18 +1,13 @@
-/*
- * Copyright (c) 1979 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1979 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1980 Regents of the University of California.\n\
- All rights reserved.\n";
-#endif not lint
-
-#ifndef lint
-static char sccsid[] = "@(#)ey0.c      5.2 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)ey0.c      5.3 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 # define _actsize 2500
 
 #include <stdio.h>
 # define _actsize 2500
index 8addcc0..e7374ca 100644 (file)
@@ -1,12 +1,19 @@
-/*
- * Copyright (c) 1979 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1979 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ey1.c      5.2 (Berkeley) %G%";
-#endif not lint
+char copyright[] =
+"@(#) Copyright (c) 1979 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)ey1.c      5.3 (Berkeley) %G%";
+#endif /* not lint */
 
 # include "ey.h"
   /*     * * * *    e y a c c     * * * *     */
 
 # include "ey.h"
   /*     * * * *    e y a c c     * * * *     */
index 5805e61..b99370d 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1979 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1979 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ey2.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)ey2.c      5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include "ey.h"
 # define IDENTIFIER 257
 
 # include "ey.h"
 # define IDENTIFIER 257
index 9d1377b..5a1323c 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1979 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1979 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ey3.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)ey3.c      5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include "ey.h"
 
 
 # include "ey.h"
 
index 566c253..bf7d391 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1979 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1979 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ey4.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)ey4.c      5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include "ey.h"
 
 
 # include "ey.h"
 
index ba9846a..133cb5b 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1979 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1979 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ey5.c      5.2 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)ey5.c      5.3 (Berkeley) %G%";
+#endif /* not lint */
 
 /* fake portable I/O routines, for those
     sites so backward as to not have the
 
 /* fake portable I/O routines, for those
     sites so backward as to not have the
index 0fe71c6..336d2e9 100644 (file)
@@ -1,12 +1,11 @@
 .\" Copyright (c) 1980, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1980, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.proprietary.man%
 .\"
 .\"
-.\"     @(#)eyacc.1    6.5 (Berkeley) %G%
+.\"    @(#)eyacc.1     6.6 (Berkeley) %G%
 .\"
 .Vx
 .\"
 .Vx
-.Vx
 .Dd 
 .Dt EYACC 1
 .Os BSD 4
 .Dd 
 .Dt EYACC 1
 .Os BSD 4
index d6257ff..8b18f5d 100644 (file)
@@ -1,7 +1,14 @@
-(* Copyright (c) 1979 Regents of the University of California *)
+(*
+ * Copyright (c) 1979 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)unixio.h    1.2 (Berkeley) %G%
+ *)
 
 const
 
 const
-sccsid = '@(#)unixio.h 1.1 %G%';
+sccsid = '@(#)unixio.h 1.2 %G%';
 
 type
 fileptr = record
 
 type
 fileptr = record
index 3bc0fca..6f13503 100644 (file)
@@ -1,7 +1,14 @@
-(* Copyright (c) 1979 Regents of the University of California *)
+(*
+ * Copyright (c) 1979 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)unixio.i    1.2 (Berkeley) %G%
+ *)
 
 const
 
 const
-sccsid = '@(#)unixio.i 1.1 %G%';
+sccsid = '@(#)unixio.i 1.2 %G%';
 
 type
 fileptr = record
 
 type
 fileptr = record