Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 1 Jun 1985 08:09:05 +0000 (00:09 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 1 Jun 1985 08:09:05 +0000 (00:09 -0800)
SCCS-vsn: usr.bin/ex/ovprintf.c 1.2
SCCS-vsn: usr.bin/ex/printf.c 7.2
SCCS-vsn: usr.bin/ex/Makefile 5.2.2.1
SCCS-vsn: usr.bin/ex/Makefile 7.11
SCCS-vsn: usr.bin/ex/ex.h 7.7
SCCS-vsn: usr.bin/ex/ex_argv.h 7.3
SCCS-vsn: usr.bin/ex/ex_re.h 7.3
SCCS-vsn: usr.bin/ex/ex_temp.h 7.4
SCCS-vsn: usr.bin/ex/ex_tty.h 7.5
SCCS-vsn: usr.bin/ex/ex_tune.h 7.8
SCCS-vsn: usr.bin/ex/ex_vars.h 7.4
SCCS-vsn: usr.bin/ex/ex_vis.h 7.4
SCCS-vsn: usr.bin/ex/OTHER/makefile.370 1.2
SCCS-vsn: usr.bin/ex/OTHER/makefile.70 7.3
SCCS-vsn: usr.bin/ex/OTHER/makefile.c70 1.2
SCCS-vsn: usr.bin/ex/OTHER/makefile.u3 1.3
SCCS-vsn: usr.bin/ex/makeoptions 6.4
SCCS-vsn: old/lisp/fp/fp.vax/codeGen.l 5.1
SCCS-vsn: old/lisp/fp/fp.vax/fpMacs.l 5.1
SCCS-vsn: old/lisp/fp/fp.vax/fpMain.l 5.1
SCCS-vsn: old/lisp/fp/fp.vax/fpMeasures.l 5.1
SCCS-vsn: old/lisp/fp/fp.vax/fpPP.l 5.1
SCCS-vsn: old/lisp/fp/fp.vax/handlers.l 5.1
SCCS-vsn: old/lisp/fp/fp.vax/parser.l 5.1
SCCS-vsn: old/lisp/fp/fp.vax/primFp.l 5.1
SCCS-vsn: old/lisp/fp/fp.vax/runFp.l 5.1
SCCS-vsn: old/lisp/fp/fp.vax/scanner.l 5.1
SCCS-vsn: old/lisp/fp/fp.vax/specials.l 5.1
SCCS-vsn: old/lisp/fp/fp.vax/utils.l 5.1
SCCS-vsn: usr.bin/ftp/Makefile 5.1
SCCS-vsn: usr.bin/ftp/cmds.c 5.1
SCCS-vsn: usr.bin/ftp/cmdtab.c 5.1
SCCS-vsn: usr.bin/ftp/ftp.c 5.1
SCCS-vsn: usr.bin/ftp/main.c 5.1
SCCS-vsn: usr.bin/ftp/ftp_var.h 5.1

34 files changed:
usr/src/old/lisp/fp/fp.vax/codeGen.l
usr/src/old/lisp/fp/fp.vax/fpMacs.l
usr/src/old/lisp/fp/fp.vax/fpMain.l
usr/src/old/lisp/fp/fp.vax/fpMeasures.l
usr/src/old/lisp/fp/fp.vax/fpPP.l
usr/src/old/lisp/fp/fp.vax/handlers.l
usr/src/old/lisp/fp/fp.vax/parser.l
usr/src/old/lisp/fp/fp.vax/primFp.l
usr/src/old/lisp/fp/fp.vax/runFp.l
usr/src/old/lisp/fp/fp.vax/scanner.l
usr/src/old/lisp/fp/fp.vax/specials.l
usr/src/old/lisp/fp/fp.vax/utils.l
usr/src/usr.bin/ex/Makefile
usr/src/usr.bin/ex/OTHER/makefile.370
usr/src/usr.bin/ex/OTHER/makefile.70
usr/src/usr.bin/ex/OTHER/makefile.c70
usr/src/usr.bin/ex/OTHER/makefile.u3
usr/src/usr.bin/ex/ex.h
usr/src/usr.bin/ex/ex_argv.h
usr/src/usr.bin/ex/ex_re.h
usr/src/usr.bin/ex/ex_temp.h
usr/src/usr.bin/ex/ex_tty.h
usr/src/usr.bin/ex/ex_tune.h
usr/src/usr.bin/ex/ex_vars.h
usr/src/usr.bin/ex/ex_vis.h
usr/src/usr.bin/ex/makeoptions
usr/src/usr.bin/ex/ovprintf.c
usr/src/usr.bin/ex/printf.c
usr/src/usr.bin/ftp/Makefile
usr/src/usr.bin/ftp/cmds.c
usr/src/usr.bin/ftp/cmdtab.c
usr/src/usr.bin/ftp/ftp.c
usr/src/usr.bin/ftp/ftp_var.h
usr/src/usr.bin/ftp/main.c

index 86a958d..71496ee 100644 (file)
@@ -1,7 +1,12 @@
-(setq SCCS-codeGen.l "@(#)codeGen.l    1.1     %G%")
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
+;
+;  Copyright (c) 1982 Regents of the University of California.
+;  All rights reserved.  The Berkeley software License Agreement
+;  specifies the terms and conditions for redistribution.
+;
+(setq SCCS-codeGen.l "@(#)codeGen.l    5.1 (Berkeley) %G%")
 
 ; Main Routine to do code generation
 
 
 ; Main Routine to do code generation
 
index 3862c76..03f8668 100644 (file)
@@ -1,7 +1,12 @@
-(setq SCCS-fpMacs.l "@(#)fpMacs.l      1.1     %G%")
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
+;
+;  Copyright (c) 1982 Regents of the University of California.
+;  All rights reserved.  The Berkeley software License Agreement
+;  specifies the terms and conditions for redistribution.
+;
+(setq SCCS-fpMacs.l "@(#)fpMacs.l      5.1 (Berkeley) %G%")
 
 (declare
   (macros t)
 
 (declare
   (macros t)
index 4dc1dd9..32e0c8e 100644 (file)
@@ -1,7 +1,12 @@
-(setq SCCS-fpMain.l "@(#)fpMain.l      1.2     %G%")
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
+;
+;  Copyright (c) 1982 Regents of the University of California.
+;  All rights reserved.  The Berkeley software License Agreement
+;  specifies the terms and conditions for redistribution.
+;
+(setq SCCS-fpMain.l "@(#)fpMain.l      5.1 (Berkeley) %G%")
 
 ; Main routine to start up FP
 
 
 ; Main routine to start up FP
 
index 31b22c0..5b0a383 100644 (file)
@@ -1,8 +1,13 @@
-(setq SCCS-fpMeasures.l "@(#)fpMeasures.l      1.1     %G%")
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  Dynamics Statistics by Dorab Patel (UCLA)
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  Dynamics Statistics by Dorab Patel (UCLA)
+;
+;  Copyright (c) 1982 Regents of the University of California.
+;  All rights reserved.  The Berkeley software License Agreement
+;  specifies the terms and conditions for redistribution.
+;
+(setq SCCS-fpMeasures.l "@(#)fpMeasures.l      5.1 (Berkeley) %G%")
 
 ; Initialize and update the 'Measures' plist  with
 ; the run-time measurement data
 
 ; Initialize and update the 'Measures' plist  with
 ; the run-time measurement data
index c7d0eb8..51c6d92 100644 (file)
@@ -1,9 +1,14 @@
-(setq SCCS-fpPP.l "@(#)fpPP.l  1.1     %G%")
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
-;; pretty printer for fp -- snarfed from FRANZ LISP
+;
+;  Copyright (c) 1982 Regents of the University of California.
+;  All rights reserved.  The Berkeley software License Agreement
+;  specifies the terms and conditions for redistribution.
+;
+(setq SCCS-fpPP.l "@(#)fpPP.l  5.1 (Berkeley) %G%")
 
 
+;; pretty printer for fp -- snarfed from FRANZ LISP
 
 (include specials.l)
 
 
 (include specials.l)
 
index 8008c54..46a30d7 100644 (file)
@@ -1,7 +1,12 @@
-(setq SCCS-handlers.l "@(#)handlers.l  1.1     %G%")
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
+;
+;  Copyright (c) 1982 Regents of the University of California.
+;  All rights reserved.  The Berkeley software License Agreement
+;  specifies the terms and conditions for redistribution.
+;
+(setq SCCS-handlers.l "@(#)handlers.l  5.1 (Berkeley) %G%")
 
 ;; Handlers snarfed from FRANZ
 
 
 ;; Handlers snarfed from FRANZ
 
index 9756573..5214d0c 100644 (file)
@@ -1,7 +1,12 @@
-(setq SCCS-parser.l "@(#)parser.l      1.1     %G%")
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
+;
+;  Copyright (c) 1982 Regents of the University of California.
+;  All rights reserved.  The Berkeley software License Agreement
+;  specifies the terms and conditions for redistribution.
+;
+(setq SCCS-parser.l "@(#)parser.l      5.1 (Berkeley) %G%")
 
 (include specials.l)
 (declare (special flag)
 
 (include specials.l)
 (declare (special flag)
index 3eb8bdc..cf7bbfa 100644 (file)
@@ -1,8 +1,14 @@
-(setq SCCS-primFp.l "@(#)primFp.l      1.3     %G%")
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
+;
+;  Copyright (c) 1982 Regents of the University of California.
+;  All rights reserved.  The Berkeley software License Agreement
+;  specifies the terms and conditions for redistribution.
+;
+(setq SCCS-primFp.l "@(#)primFp.l      5.1 (Berkeley) %G%")
 
 
+;  FP interpreter/compiler
 (include specials.l)
 (declare (special y_l z_l)
   (localf ok_pair ok_eqpair rpair$ lpair$ trnspz allNulls
 (include specials.l)
 (declare (special y_l z_l)
   (localf ok_pair ok_eqpair rpair$ lpair$ trnspz allNulls
index ba52c13..c4c981f 100644 (file)
@@ -1,7 +1,12 @@
-(setq SCCS-runFp.l "@(#)runFp.l        1.2     %G%")
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
+;
+;  Copyright (c) 1982 Regents of the University of California.
+;  All rights reserved.  The Berkeley software License Agreement
+;  specifies the terms and conditions for redistribution.
+;
+(setq SCCS-runFp.l "@(#)runFp.l        5.1 (Berkeley) %G%")
 
 ; FASL (or load if no object files exist) then run FP.
 ; also set up  user-top-level to 'runFp'.
 
 ; FASL (or load if no object files exist) then run FP.
 ; also set up  user-top-level to 'runFp'.
index b3c28d3..1c6abdb 100644 (file)
@@ -1,7 +1,12 @@
-(setq SCCS-scanner.l "@(#)scanner.l    1.1     %G%")
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
+;
+;  Copyright (c) 1982 Regents of the University of California.
+;  All rights reserved.  The Berkeley software License Agreement
+;  specifies the terms and conditions for redistribution.
+;
+(setq SCCS-scanner.l "@(#)scanner.l    5.1 (Berkeley) %G%")
 
 ; Scanner code.
 
 
 ; Scanner code.
 
index e1739dc..64db30d 100644 (file)
@@ -1,7 +1,12 @@
-(setq SCCS-specials.l "@(#)specials.l  1.1     %G%")
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
+;
+;  Copyright (c) 1982 Regents of the University of California.
+;  All rights reserved.  The Berkeley software License Agreement
+;  specifies the terms and conditions for redistribution.
+;
+(setq SCCS-specials.l "@(#)specials.l  5.1 (Berkeley) %G%")
 
 (declare (special
          DynTraceFlg Measures TracedFns debug traceport level
 
 (declare (special
          DynTraceFlg Measures TracedFns debug traceport level
index c96b842..3e9cdd9 100644 (file)
@@ -1,7 +1,12 @@
-(setq SCCS-utils.l "@(#)utils.l        1.1     %G%")
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
 ;  FP interpreter/compiler
 ;  Copyright (c) 1982  Scott B. Baden
 ;  Berkeley, California
+;
+;  Copyright (c) 1982 Regents of the University of California.
+;  All rights reserved.  The Berkeley software License Agreement
+;  specifies the terms and conditions for redistribution.
+;
+(setq SCCS-utils.l "@(#)utils.l        5.1 (Berkeley) %G%")
 
 ; FP command processor
 
 
 ; FP command processor
 
index df1625c..451936b 100644 (file)
@@ -3,9 +3,22 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.2.1.1 (Berkeley) %G%
+#      @(#)Makefile    7.11 (Berkeley) %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.
+#
+#      @(#)Makefile    7.11 (Berkeley) %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.
+#
+#      @(#)Makefile    7.11 (Berkeley) %G%
 #
 #
-#      Makefile        5.2.1.1 85/05/31
 VERSION=3.7
 #
 # Ex skeletal makefile for VAX VM/Unix 4.2BSD
 VERSION=3.7
 #
 # Ex skeletal makefile for VAX VM/Unix 4.2BSD
index eea1b1e..c1c51d2 100644 (file)
@@ -1,3 +1,10 @@
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)makefile.370        1.2 (Berkeley) %G%
+#
 VERSION=3.7
 #
 # Ex skeletal makefile for USG Unix 4.0 on a 370.
 VERSION=3.7
 #
 # Ex skeletal makefile for USG Unix 4.0 on a 370.
index 0bade1a..6c2f986 100644 (file)
@@ -1,3 +1,10 @@
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)makefile.70 7.3 (Berkeley) %G%
+#
 VERSION=3.7
 #
 # Ex skeletal makefile for version 7, USGS Overlay 11/70 system
 VERSION=3.7
 #
 # Ex skeletal makefile for version 7, USGS Overlay 11/70 system
index a493af5..5246512 100644 (file)
@@ -1,3 +1,10 @@
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)makefile.c70        1.2 (Berkeley) %G%
+#
 VERSION=3.7
 #
 # Ex skeletal makefile for BBN's C/70.
 VERSION=3.7
 #
 # Ex skeletal makefile for BBN's C/70.
index c3ad610..ae6c14f 100644 (file)
@@ -1,3 +1,10 @@
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)makefile.u3 1.3 (Berkeley) %G%
+#
 VERSION=3.7
 #
 # Ex skeletal makefile for USG Unix 4.0 on a VAX.
 VERSION=3.7
 #
 # Ex skeletal makefile for USG Unix 4.0 on a VAX.
index e5c3f0a..2c1e100 100644 (file)
@@ -1,5 +1,11 @@
-/* Copyright (c) 1981 Regents of the University of California */
-/* sccs id:    @(#)ex.h        5.1.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.
+ *
+ *     @(#)ex.h        7.7 (Berkeley) %G%
+ */
+
 #ifdef V6
 #include <retrofit.h>
 #endif
 #ifdef V6
 #include <retrofit.h>
 #endif
index 78d0a27..23a8eec 100644 (file)
@@ -1,5 +1,11 @@
-/* Copyright (c) 1981 Regents of the University of California */
-/* sccs id:    @(#)ex_argv.h   5.1.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.
+ *
+ *     @(#)ex_argv.h   7.3 (Berkeley) %G%
+ */
+
 /*
  * The current implementation of the argument list is poor,
  * using an argv even for internally done "next" commands.
 /*
  * The current implementation of the argument list is poor,
  * using an argv even for internally done "next" commands.
index 083681f..09af0e3 100644 (file)
@@ -1,5 +1,11 @@
-/* Copyright (c) 1981 Regents of the University of California */
-/* sccs id:    @(#)ex_re.h     5.1.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.
+ *
+ *     @(#)ex_re.h     7.3 (Berkeley) %G%
+ */
+
 /*
  * Regular expression definitions.
  * The regular expressions in ex are similar to those in ed,
 /*
  * Regular expression definitions.
  * The regular expressions in ex are similar to those in ed,
index 0ea9326..02e17c2 100644 (file)
@@ -1,5 +1,11 @@
-/* Copyright (c) 1981 Regents of the University of California */
-/* sccs id:    @(#)ex_temp.h   5.1.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.
+ *
+ *     @(#)ex_temp.h   7.4 (Berkeley) %G%
+ */
+
 /*
  * The editor uses a temporary file for files being edited, in a structure
  * similar to that of ed.  The first block of the file is used for a header
 /*
  * The editor uses a temporary file for files being edited, in a structure
  * similar to that of ed.  The first block of the file is used for a header
index 92fec8f..5d0693d 100644 (file)
@@ -1,5 +1,11 @@
-/* Copyright (c) 1981 Regents of the University of California */
-/* sccs id:    @(#)ex_tty.h    5.1.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.
+ *
+ *     @(#)ex_tty.h    7.5 (Berkeley) %G%
+ */
+
 /*
  * Capabilities from termcap
  *
 /*
  * Capabilities from termcap
  *
index 40f7344..76c0fec 100644 (file)
@@ -1,5 +1,11 @@
-/* Copyright (c) 1981 Regents of the University of California */
-/*     ex_tune.h       5.1.1.1 85/05/31        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)ex_tune.h   7.8 (Berkeley) %G%
+ */
+
 /*
  * Definitions of editor parameters and limits
  */
 /*
  * Definitions of editor parameters and limits
  */
index 2645fc9..b47a2c7 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ex_vars.h   7.3 (Berkeley) %G%
+ *     @(#)ex_vars.h   7.4 (Berkeley) %G%
  */
 
 #define AUTOINDENT      0
  */
 
 #define AUTOINDENT      0
index cf6ebec..294333c 100644 (file)
@@ -1,5 +1,11 @@
-/* Copyright (c) 1981 Regents of the University of California */
-/* sccs id:    @(#)ex_vis.h    7.1     7/8/81  */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)ex_vis.h    7.4 (Berkeley) %G%
+ */
+
 /*
  * Ex version 3
  * Mark Horton, UCB
 /*
  * Ex version 3
  * Mark Horton, UCB
index 18a9d7d..51d5548 100644 (file)
@@ -1,3 +1,10 @@
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)makeoptions 6.4 (Berkeley) %G%
+#
 
 #
 # remake options -- this isn't necessary unless you add/delete options
 
 #
 # remake options -- this isn't necessary unless you add/delete options
@@ -38,7 +45,7 @@ ex - /tmp/foo.c <<'X'
 .
        $s/e[   ].*[    ]/e     NOPTS   /
        0a
 .
        $s/e[   ].*[    ]/e     NOPTS   /
        0a
-       /*  sccs id   @(#)  ex_vars.h  @(#)makeoptions  6.3 %G%  */
+       /*  sccs id   @(#)  ex_vars.h  @(#)makeoptions  6.4 %G%  */
 .
        w! ex_vars.h
        q
 .
        w! ex_vars.h
        q
index 0a64f8d..97a1a10 100644 (file)
@@ -1,5 +1,12 @@
-/* Copyright (c) 1979 Regents of the University of California */
-static char *sccsid = "@(#)ovprintf.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[] = "@(#)ovprintf.c 1.2 (Berkeley) %G%";
+#endif not lint
 
 /*
  * This version of printf calls doprnt, and as such is not portable,
 
 /*
  * This version of printf calls doprnt, and as such is not portable,
index 78abc98..d2e124e 100644 (file)
@@ -1,7 +1,15 @@
+/*
+ * 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[] = "@(#)printf.c   7.2 (Berkeley) %G%";
+#endif not lint
+
 /* The pwb version this is based on */
 static char *printf_id = "@(#) printf.c:2.2 6/5/79";
 /* The pwb version this is based on */
 static char *printf_id = "@(#) printf.c:2.2 6/5/79";
-/* The local sccs version within ex */
-static char *sccsid = "@(#)printf.c    7.1     %G%";
 #include "varargs.h"
 /*
  * This version of printf is compatible with the Version 7 C
 #include "varargs.h"
 /*
  * This version of printf is compatible with the Version 7 C
index 8095ce2..c77b127 100644 (file)
@@ -1,4 +1,9 @@
-#      @(#)Makefile    4.6     %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.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 ALL=   ftp
 DESTDIR=
 #
 ALL=   ftp
 DESTDIR=
index 03daee1..50cf1dc 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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[] = "@(#)cmds.c     4.11 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cmds.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * FTP User Program -- Command Routines.
 
 /*
  * FTP User Program -- Command Routines.
index 5d897ba..a072ff3 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)cmdtab.c   4.8 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cmdtab.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "ftp_var.h"
 
 
 #include "ftp_var.h"
 
index 15b9f15..f5b68ee 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)ftp.c      4.16 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)ftp.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/param.h>
 #include <sys/stat.h>
 
 #include <sys/param.h>
 #include <sys/stat.h>
index 10970ac..eb274ea 100644 (file)
@@ -1,4 +1,10 @@
-/*     ftp_var.h       4.6     83/07/26        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)ftp_var.h   5.1 (Berkeley) %G%
+ */
 
 /*
  * FTP global variables.
 
 /*
  * FTP global variables.
index e8cfb7b..fad94de 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
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)main.c     4.10 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)main.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * FTP User Program -- Command Interface.
 
 /*
  * FTP User Program -- Command Interface.