4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 07:48:34 +0000 (23:48 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 07:48:34 +0000 (23:48 -0800)
SCCS-vsn: lib/libcurses/getch.c 8.1
SCCS-vsn: lib/libcurses/getstr.c 8.1
SCCS-vsn: lib/libcurses/cur_hash.c 8.1
SCCS-vsn: lib/libcurses/id_subwins.c 8.1
SCCS-vsn: lib/libcurses/idlok.c 8.1
SCCS-vsn: lib/libcurses/initscr.c 8.1
SCCS-vsn: lib/libcurses/insch.c 8.1
SCCS-vsn: lib/libcurses/insertln.c 8.1
SCCS-vsn: lib/libcurses/longname.c 8.1
SCCS-vsn: lib/libcurses/move.c 8.1

usr/src/lib/libcurses/cur_hash.c
usr/src/lib/libcurses/getch.c
usr/src/lib/libcurses/getstr.c
usr/src/lib/libcurses/id_subwins.c
usr/src/lib/libcurses/idlok.c
usr/src/lib/libcurses/initscr.c
usr/src/lib/libcurses/insch.c
usr/src/lib/libcurses/insertln.c
usr/src/lib/libcurses/longname.c
usr/src/lib/libcurses/move.c

index cd97e20..82cb5b9 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cur_hash.c 5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)cur_hash.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 4ae44d7..f78923e 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1981 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1981, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)getch.c    5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)getch.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>
index 8b6d09b..08e8278 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1981 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1981, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)getstr.c   5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)getstr.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>
index dab9ff4..0252a2d 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1981 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1981, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)id_subwins.c       5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)id_subwins.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>
index cc3355c..ca22437 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1981 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1981, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)idlok.c    5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)idlok.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>
index 5ac6b34..b5371ab 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1981 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1981, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)initscr.c  5.16 (Berkeley) %G%";
+static char sccsid[] = "@(#)initscr.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>
index 743756a..d98e5b9 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1981 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1981, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)insch.c    5.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)insch.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>
index 9938f37..b959f92 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1981 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1981, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)insertln.c 5.17 (Berkeley) %G%";
+static char sccsid[] = "@(#)insertln.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>
index 64fdd96..c1829d8 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1981 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1981, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)longname.c 5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)longname.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index d423d92..1d8a194 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1981 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1981, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)move.c     5.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)move.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>