Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Fri, 7 Jun 1985 02:59:50 +0000 (18:59 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Fri, 7 Jun 1985 02:59:50 +0000 (18:59 -0800)
SCCS-vsn: sbin/fastboot/fastboot.sh 5.2
SCCS-vsn: libexec/ftpd/Makefile 5.1
SCCS-vsn: libexec/ftpd/ftpcmd.y 5.1
SCCS-vsn: libexec/ftpd/ftpd.c 5.1
SCCS-vsn: libexec/ftpd/newvers.sh 5.1
SCCS-vsn: libexec/ftpd/ftpcmd.y 5.2
SCCS-vsn: old/tar/tar.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/mappings/functab.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/mappings/objaddr.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/mappings/srcfile.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/mappings/srcline.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/object/maketypes.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/object/readsym.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/process/pstatus.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/process/ptrace.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/process/rdwr.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/process/resume.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/process/runcont.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/process/start.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/process/step.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/runtime/address.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/runtime/callproc.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/runtime/entry.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/runtime/frame.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/runtime/isactive.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/runtime/wheredump.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/source/source.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/sym/attributes.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/sym/predicates.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/sym/print.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/sym/printdecl.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/sym/printval.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/sym/tree.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/sym/which.c 5.1

33 files changed:
usr/src/libexec/ftpd/Makefile
usr/src/libexec/ftpd/ftpcmd.y
usr/src/libexec/ftpd/ftpd.c
usr/src/libexec/ftpd/newvers.sh
usr/src/old/tar/tar.c
usr/src/sbin/fastboot/fastboot.sh
usr/src/usr.bin/pascal/pdx/mappings/functab.c
usr/src/usr.bin/pascal/pdx/mappings/objaddr.c
usr/src/usr.bin/pascal/pdx/mappings/srcfile.c
usr/src/usr.bin/pascal/pdx/mappings/srcline.c
usr/src/usr.bin/pascal/pdx/object/maketypes.c
usr/src/usr.bin/pascal/pdx/object/readsym.c
usr/src/usr.bin/pascal/pdx/process/pstatus.c
usr/src/usr.bin/pascal/pdx/process/ptrace.c
usr/src/usr.bin/pascal/pdx/process/rdwr.c
usr/src/usr.bin/pascal/pdx/process/resume.c
usr/src/usr.bin/pascal/pdx/process/runcont.c
usr/src/usr.bin/pascal/pdx/process/start.c
usr/src/usr.bin/pascal/pdx/process/step.c
usr/src/usr.bin/pascal/pdx/runtime/address.c
usr/src/usr.bin/pascal/pdx/runtime/callproc.c
usr/src/usr.bin/pascal/pdx/runtime/entry.c
usr/src/usr.bin/pascal/pdx/runtime/frame.c
usr/src/usr.bin/pascal/pdx/runtime/isactive.c
usr/src/usr.bin/pascal/pdx/runtime/wheredump.c
usr/src/usr.bin/pascal/pdx/source/source.c
usr/src/usr.bin/pascal/pdx/sym/attributes.c
usr/src/usr.bin/pascal/pdx/sym/predicates.c
usr/src/usr.bin/pascal/pdx/sym/print.c
usr/src/usr.bin/pascal/pdx/sym/printdecl.c
usr/src/usr.bin/pascal/pdx/sym/printval.c
usr/src/usr.bin/pascal/pdx/sym/tree.c
usr/src/usr.bin/pascal/pdx/sym/which.c

index f563ab0..84edecc 100644 (file)
@@ -1,4 +1,9 @@
-#      @(#)Makefile    4.2     %G%
+#
+# Copyright (c) 1983 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 ALL=   ftpd.o ftpcmd.o glob.o vers.o
 DESTDIR=
 #
 ALL=   ftpd.o ftpcmd.o glob.o vers.o
 DESTDIR=
index a397bd6..826edf9 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 /*
  * Grammar for FTP commands.
  * See RFC 765.
 /*
  * Grammar for FTP commands.
  * See RFC 765.
@@ -6,7 +12,7 @@
 %{
 
 #ifndef lint
 %{
 
 #ifndef lint
-static char sccsid[] = "@(#)ftpcmd.y   4.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)ftpcmd.y   5.2 (Berkeley) %G%";
 #endif
 
 #include <sys/types.h>
 #endif
 
 #include <sys/types.h>
index f5c99b1..fb708d5 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 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[] = "@(#)ftpd.c     4.35 (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)ftpd.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * FTP server.
 
 /*
  * FTP server.
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; }\
index 19c5d4f..a31a16b 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * 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 = "@(#)tar.c       4.23 (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)tar.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Tape Archival Program
 
 /*
  * Tape Archival Program
index d41bf87..ffabea4 100644 (file)
@@ -1,2 +1,10 @@
+#!/bin/sh -
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)fastboot.sh 5.2 (Berkeley) %G%
+#
 cp /dev/null /fastboot
 /etc/reboot $*
 cp /dev/null /fastboot
 /etc/reboot $*
index ca9799a..946d530 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)functab.c 1.1 %G%";
+/*
+ * 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[] = "@(#)functab.c  5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * This file contains the implementation of a table for going
  * from object addresses to the functions in which they belong.
 /*
  * This file contains the implementation of a table for going
  * from object addresses to the functions in which they belong.
index 933c4d4..1f0b874 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)objaddr.c 1.2 %G%";
+/*
+ * 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[] = "@(#)objaddr.c  5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * Lookup the object address of a given line from the named file.
  *
 /*
  * Lookup the object address of a given line from the named file.
  *
index 2192dbf..ad4fda7 100644 (file)
@@ -1,6 +1,12 @@
-/* Copyright (c) 1982 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.
+ */
 
 
-static char sccsid[] = "@(#)srcfile.c 1.1 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)srcfile.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * get the source file name associated with a given address
 
 /*
  * get the source file name associated with a given address
index 0c04922..0941f93 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)srcline.c 1.1 %G%";
+/*
+ * 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[] = "@(#)srcline.c  5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * lookup the source line number nearest from below to an address
  */
 /*
  * lookup the source line number nearest from below to an address
  */
index 815a943..e2d58f9 100644 (file)
@@ -1,6 +1,12 @@
-/* Copyright (c) 1982 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.
+ */
 
 
-static char sccsid[] = "@(#)maketypes.c 1.1 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)maketypes.c        5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * make symbols
 
 /*
  * make symbols
index f1e45e0..3f370e2 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)readsym.c 1.3 %G%";
+/*
+ * 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[] = "@(#)readsym.c  5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * SYM representation dependent routines for reading in the
  * symbol information from the object file.
 /*
  * SYM representation dependent routines for reading in the
  * symbol information from the object file.
index d94d8c3..e9d10de 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)pstatus.c 1.3 %G%";
+/*
+ * 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[] = "@(#)pstatus.c  5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * process status routines
  */
 /*
  * process status routines
  */
index bf8dd4a..077820d 100644 (file)
@@ -1,7 +1,12 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)ptrace.c 1.4 12/29/82";
+#ifndef lint
+static char sccsid[] = "@(#)ptrace.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * routines for tracing the execution of a process
 
 /*
  * routines for tracing the execution of a process
index c74d1c2..e7c6fb0 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)rdwr.c 1.1 %G%";
+/*
+ * 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[] = "@(#)rdwr.c     5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * These routines are used to access the debuggee process from
  * outside the "process" module.
 /*
  * These routines are used to access the debuggee process from
  * outside the "process" module.
index 7ef1183..6865b04 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)resume.c 1.9 %G%";
+/*
+ * 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[] = "@(#)resume.c   5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * Resume execution, first setting appropriate registers.
  */
 /*
  * Resume execution, first setting appropriate registers.
  */
index 56d289e..9095ffe 100644 (file)
@@ -1,6 +1,12 @@
-/* Copyright (c) 1982 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.
+ */
 
 
-static char sccsid[] = "@(#)runcont.c 1.5 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)runcont.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Execution management.
 
 /*
  * Execution management.
index 32de7f2..39d3f1d 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)start.c 1.7 %G%";
+/*
+ * 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[] = "@(#)start.c    5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * Begin execution.
  *
 /*
  * Begin execution.
  *
index a6c7e23..76ff85f 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)step.c 1.2 %G%";
+/*
+ * 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[] = "@(#)step.c     5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * Continue execution up to the next source line.
  *
 /*
  * Continue execution up to the next source line.
  *
index 0cc0c35..35ec24e 100644 (file)
@@ -1,6 +1,12 @@
-/* Copyright (c) 1982 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.
+ */
 
 
-static char sccsid[] = "@(#)address.c 1.2 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)address.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Some machine and runtime dependent manipulation of a symbol.
 
 /*
  * Some machine and runtime dependent manipulation of a symbol.
index f5fcf47..4703df9 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)callproc.c 1.2 %G%";
+/*
+ * 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[] = "@(#)callproc.c 5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * Evaluate a call to a procedure.
  *
 /*
  * Evaluate a call to a procedure.
  *
index 8f8cf7e..42659d2 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)entry.c 1.1 %G%";
+/*
+ * 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[] = "@(#)entry.c    5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * routines to deal with the entry addresses of blocks
  */
 /*
  * routines to deal with the entry addresses of blocks
  */
index bb825b6..48b1d1c 100644 (file)
@@ -1,6 +1,12 @@
-/* Copyright (c) 1982 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.
+ */
 
 
-static char sccsid[] = "@(#)frame.c 1.1 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)frame.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Activation record handling.
 
 /*
  * Activation record handling.
index 8cdf3d7..f32de7f 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)isactive.c 1.1 %G%";
+/*
+ * 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[] = "@(#)isactive.c 5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * Decide a the given function is currently active.
  */
 /*
  * Decide a the given function is currently active.
  */
index bc68b56..4905f1b 100644 (file)
@@ -1,6 +1,12 @@
-/* Copyright (c) 1982 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.
+ */
 
 
-static char sccsid[] = "@(#)wheredump.c 1.2 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)wheredump.c        5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Print a list of currently active blocks starting with most recent.
 
 /*
  * Print a list of currently active blocks starting with most recent.
index 406495d..aefca78 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)source.c 1.4 %G%";
+/*
+ * 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[] = "@(#)source.c   5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * Source file management.
  */
 /*
  * Source file management.
  */
index 2fbd49c..4c5c90b 100644 (file)
@@ -1,6 +1,12 @@
-/* Copyright (c) 1982 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.
+ */
 
 
-static char sccsid[] = "@(#)attributes.c 1.1 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)attributes.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Functions to return the attributes of a symbol.
 
 /*
  * Functions to return the attributes of a symbol.
index 51bbfe4..856feb0 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)predicates.c 1.4 %G%";
+/*
+ * 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[] = "@(#)predicates.c       5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * The basic tests on a symbol.
  */
 /*
  * The basic tests on a symbol.
  */
index e8d7851..27cd0f2 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)print.c 1.2 %G%";
+/*
+ * 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[] = "@(#)print.c    5.1 (Berkeley) %G%";
+#endif not lint
 /*
  * Routines to print out symbols.
  */
 /*
  * Routines to print out symbols.
  */
index e998e11..ba8656b 100644 (file)
@@ -1,8 +1,13 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)printdecl.c 1.2 %G%";
-
 /*
 /*
+ * 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[] = "@(#)printdecl.c        5.1 (Berkeley) %G%";
+#endif not lint
+*
  * Print out the type of a symbol.
  */
 
  * Print out the type of a symbol.
  */
 
index 27b48b1..4ffdf7b 100644 (file)
@@ -1,6 +1,12 @@
-/* Copyright (c) 1982 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.
+ */
 
 
-static char sccsid[] = "@(#)printval.c 1.7 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)printval.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Print out the value at the top of the stack using the given type.
 
 /*
  * Print out the value at the top of the stack using the given type.
index 51d0fcc..ecc242e 100644 (file)
@@ -1,6 +1,12 @@
-/* Copyright (c) 1982 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.
+ */
 
 
-static char sccsid[] = "@(#)tree.c 1.6 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)tree.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * This module contains the interface between the SYM routines and
 
 /*
  * This module contains the interface between the SYM routines and
index c677b1a..f458262 100644 (file)
@@ -1,6 +1,12 @@
-/* Copyright (c) 1982 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.
+ */
 
 
-static char sccsid[] = "@(#)which.c 1.1 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)which.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Routines to distinguish symbols of the same name.
 
 /*
  * Routines to distinguish symbols of the same name.