From 97e3edfb7f55dfcace4200e101e6dcb8a916a290 Mon Sep 17 00:00:00 2001 From: Distribution Folks Date: Fri, 26 Apr 1985 19:47:32 -0800 Subject: [PATCH] Add copyright SCCS-vsn: old/lib2648/movecurs.c 5.1 SCCS-vsn: old/lib2648/newmat.c 5.1 SCCS-vsn: old/lib2648/outchar.c 5.1 SCCS-vsn: old/lib2648/outstr.c 5.1 SCCS-vsn: old/lib2648/printg.c 5.1 SCCS-vsn: old/lib2648/rawchar.c 5.1 SCCS-vsn: old/lib2648/rbon.c 5.1 SCCS-vsn: old/lib2648/rdchar.c 5.1 SCCS-vsn: old/lib2648/readline.c 5.1 SCCS-vsn: old/lib2648/set.c 5.1 SCCS-vsn: old/lib2648/setmat.c 5.1 SCCS-vsn: old/lib2648/sync.c 5.1 SCCS-vsn: old/lib2648/texton.c 5.1 SCCS-vsn: old/lib2648/ttyinit.c 5.1 SCCS-vsn: old/lib2648/update.c 5.1 SCCS-vsn: old/lib2648/video.c 5.1 --- usr/src/old/lib2648/movecurs.c | 10 +++++++++- usr/src/old/lib2648/newmat.c | 11 ++++++++++- usr/src/old/lib2648/outchar.c | 10 +++++++++- usr/src/old/lib2648/outstr.c | 11 ++++++++++- usr/src/old/lib2648/printg.c | 10 +++++++++- usr/src/old/lib2648/rawchar.c | 11 ++++++++++- usr/src/old/lib2648/rbon.c | 10 +++++++++- usr/src/old/lib2648/rdchar.c | 11 ++++++++++- usr/src/old/lib2648/readline.c | 11 ++++++++++- usr/src/old/lib2648/set.c | 11 ++++++++++- usr/src/old/lib2648/setmat.c | 11 ++++++++++- usr/src/old/lib2648/sync.c | 11 ++++++++++- usr/src/old/lib2648/texton.c | 10 +++++++++- usr/src/old/lib2648/ttyinit.c | 11 ++++++++++- usr/src/old/lib2648/update.c | 11 ++++++++++- usr/src/old/lib2648/video.c | 10 +++++++++- 16 files changed, 154 insertions(+), 16 deletions(-) diff --git a/usr/src/old/lib2648/movecurs.c b/usr/src/old/lib2648/movecurs.c index dd943c868d..15b311308c 100644 --- a/usr/src/old/lib2648/movecurs.c +++ b/usr/src/old/lib2648/movecurs.c @@ -1,4 +1,12 @@ -/* movecurs.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)movecurs.c 5.1 (Berkeley) %G%"; +#endif not lint #include "2648.h" diff --git a/usr/src/old/lib2648/newmat.c b/usr/src/old/lib2648/newmat.c index bd2b1a4223..e4bb5d3680 100644 --- a/usr/src/old/lib2648/newmat.c +++ b/usr/src/old/lib2648/newmat.c @@ -1,4 +1,13 @@ -/* newmat.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)newmat.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * newmat: return a brand new bitmat with the proper size. * To get rid of it just call free. diff --git a/usr/src/old/lib2648/outchar.c b/usr/src/old/lib2648/outchar.c index f7df7c6c3c..a2cb25ee0b 100644 --- a/usr/src/old/lib2648/outchar.c +++ b/usr/src/old/lib2648/outchar.c @@ -1,4 +1,12 @@ -/* outchar.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)outchar.c 5.1 (Berkeley) %G%"; +#endif not lint #include "2648.h" diff --git a/usr/src/old/lib2648/outstr.c b/usr/src/old/lib2648/outstr.c index fa478f8522..d8d6834672 100644 --- a/usr/src/old/lib2648/outstr.c +++ b/usr/src/old/lib2648/outstr.c @@ -1,4 +1,13 @@ -/* outstr.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)outstr.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * Low level output routines */ diff --git a/usr/src/old/lib2648/printg.c b/usr/src/old/lib2648/printg.c index 7ac4636d07..584d9130cc 100644 --- a/usr/src/old/lib2648/printg.c +++ b/usr/src/old/lib2648/printg.c @@ -1,4 +1,12 @@ -/* printg.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)printg.c 5.1 (Berkeley) %G%"; +#endif not lint #include "2648.h" diff --git a/usr/src/old/lib2648/rawchar.c b/usr/src/old/lib2648/rawchar.c index 73f40e8e69..a9d85fab65 100644 --- a/usr/src/old/lib2648/rawchar.c +++ b/usr/src/old/lib2648/rawchar.c @@ -1,4 +1,13 @@ -/* rawchar.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)rawchar.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * get a character from the terminal, with no line buffering. */ diff --git a/usr/src/old/lib2648/rbon.c b/usr/src/old/lib2648/rbon.c index ef7f7355c2..07dd30d316 100644 --- a/usr/src/old/lib2648/rbon.c +++ b/usr/src/old/lib2648/rbon.c @@ -1,4 +1,12 @@ -/* rbon.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)rbon.c 5.1 (Berkeley) %G%"; +#endif not lint #include "2648.h" diff --git a/usr/src/old/lib2648/rdchar.c b/usr/src/old/lib2648/rdchar.c index c98f746597..9b2caf5d4d 100644 --- a/usr/src/old/lib2648/rdchar.c +++ b/usr/src/old/lib2648/rdchar.c @@ -1,4 +1,13 @@ -/* rdchar.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)rdchar.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * rdchar: returns a readable representation of an ASCII char, using ^ notation. */ diff --git a/usr/src/old/lib2648/readline.c b/usr/src/old/lib2648/readline.c index f973455f72..90ce067d22 100644 --- a/usr/src/old/lib2648/readline.c +++ b/usr/src/old/lib2648/readline.c @@ -1,4 +1,13 @@ -/* readline.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)readline.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * Read a line from the keyboard in the message line. The line * goes into caller provided buffer msg, whos size is maxlen bytes. diff --git a/usr/src/old/lib2648/set.c b/usr/src/old/lib2648/set.c index 416f1bdec0..727d279396 100644 --- a/usr/src/old/lib2648/set.c +++ b/usr/src/old/lib2648/set.c @@ -1,4 +1,13 @@ -/* set.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)set.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * Routines to set line type. */ diff --git a/usr/src/old/lib2648/setmat.c b/usr/src/old/lib2648/setmat.c index 2c4a1a0b42..4871817681 100644 --- a/usr/src/old/lib2648/setmat.c +++ b/usr/src/old/lib2648/setmat.c @@ -1,4 +1,13 @@ -/* setmat.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)setmat.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * setmat: set the value in m[r, c] to nval. */ diff --git a/usr/src/old/lib2648/sync.c b/usr/src/old/lib2648/sync.c index 55a6c747a2..348a200e5b 100644 --- a/usr/src/old/lib2648/sync.c +++ b/usr/src/old/lib2648/sync.c @@ -1,4 +1,13 @@ -/* sync.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)sync.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * Make the screen & screen mode look like what it's supposed to. * diff --git a/usr/src/old/lib2648/texton.c b/usr/src/old/lib2648/texton.c index e8cade3ec6..a5b6cf7b53 100644 --- a/usr/src/old/lib2648/texton.c +++ b/usr/src/old/lib2648/texton.c @@ -1,4 +1,12 @@ -/* texton.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)texton.c 5.1 (Berkeley) %G%"; +#endif not lint #include "2648.h" diff --git a/usr/src/old/lib2648/ttyinit.c b/usr/src/old/lib2648/ttyinit.c index 2fe10e6255..bf8f3ba40a 100644 --- a/usr/src/old/lib2648/ttyinit.c +++ b/usr/src/old/lib2648/ttyinit.c @@ -1,4 +1,13 @@ -/* ttyinit.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)ttyinit.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * sgtty stuff */ diff --git a/usr/src/old/lib2648/update.c b/usr/src/old/lib2648/update.c index 9e5bc28fc5..40df20a991 100644 --- a/usr/src/old/lib2648/update.c +++ b/usr/src/old/lib2648/update.c @@ -1,4 +1,13 @@ -/* update.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)update.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * update: the key output optimization routine of the whole editor. * The input consists of two bit matrices (mold is what's on the screen, diff --git a/usr/src/old/lib2648/video.c b/usr/src/old/lib2648/video.c index c70d078737..7f9633f991 100644 --- a/usr/src/old/lib2648/video.c +++ b/usr/src/old/lib2648/video.c @@ -1,4 +1,12 @@ -/* video.c 4.1 83/03/09 */ +/* + * 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[] = "@(#)video.c 5.1 (Berkeley) %G%"; +#endif not lint #include "2648.h" -- 2.20.1