From 528b061420962e8ed2dec6cdbd52e784ea4ab77b Mon Sep 17 00:00:00 2001 From: Distribution Folks Date: Tue, 28 May 1985 21:24:47 -0800 Subject: [PATCH] add copyright SCCS-vsn: old/htable/parse.y 5.1 SCCS-vsn: old/htable/scan.l 5.1 SCCS-vsn: sbin/icheck/icheck.c 5.1 SCCS-vsn: usr.sbin/inetd/inetd.c 5.1 SCCS-vsn: old/init/init.c 5.1 SCCS-vsn: sbin/init/init.c 5.1 SCCS-vsn: usr.sbin/kgmon/kgmon.c 5.1 --- usr/src/old/htable/parse.y | 17 +++++++++++++++-- usr/src/old/htable/scan.l | 16 ++++++++++++++-- usr/src/old/init/init.c | 11 +++++++++-- usr/src/sbin/icheck/icheck.c | 11 ++++++++++- usr/src/sbin/init/init.c | 11 +++++++++-- usr/src/usr.sbin/inetd/inetd.c | 16 ++++++++++++++-- usr/src/usr.sbin/kgmon/kgmon.c | 16 ++++++++++++++-- 7 files changed, 85 insertions(+), 13 deletions(-) diff --git a/usr/src/old/htable/parse.y b/usr/src/old/htable/parse.y index b36ae7699d..e92deef767 100644 --- a/usr/src/old/htable/parse.y +++ b/usr/src/old/htable/parse.y @@ -1,7 +1,20 @@ %{ +/* + * 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 -static char sccsid[] = "@(#)parse.y 4.2 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)parse.y 5.1 (Berkeley) %G%"; +#endif not lint + #include "htable.h" %} diff --git a/usr/src/old/htable/scan.l b/usr/src/old/htable/scan.l index c2a323dce3..289bee1232 100644 --- a/usr/src/old/htable/scan.l +++ b/usr/src/old/htable/scan.l @@ -1,7 +1,19 @@ %{ +/* + * 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 -static char sccsid[] = "@(#)scan.l 4.2 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)scan.l 5.1 (Berkeley) %G%"; +#endif not lint #include "y.tab.h" #include "htable.h" diff --git a/usr/src/old/init/init.c b/usr/src/old/init/init.c index b29bef3f1a..1fa21a0267 100644 --- a/usr/src/old/init/init.c +++ b/usr/src/old/init/init.c @@ -1,6 +1,13 @@ + +/* + * 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 = "@(#)init.c 4.15 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)init.c 5.1 (Berkeley) %G%"; +#endif not lint #include #include diff --git a/usr/src/sbin/icheck/icheck.c b/usr/src/sbin/icheck/icheck.c index 8d8574a636..46e1d494c1 100644 --- a/usr/src/sbin/icheck/icheck.c +++ b/usr/src/sbin/icheck/icheck.c @@ -1,4 +1,13 @@ -static char *sccsid = "@(#)icheck.c 2.4 (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. + */ + +#ifndef lint +static char sccsid[] = "@(#)icheck.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * icheck diff --git a/usr/src/sbin/init/init.c b/usr/src/sbin/init/init.c index b29bef3f1a..1fa21a0267 100644 --- a/usr/src/sbin/init/init.c +++ b/usr/src/sbin/init/init.c @@ -1,6 +1,13 @@ + +/* + * 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 = "@(#)init.c 4.15 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)init.c 5.1 (Berkeley) %G%"; +#endif not lint #include #include diff --git a/usr/src/usr.sbin/inetd/inetd.c b/usr/src/usr.sbin/inetd/inetd.c index 8b47aa7889..bb350fafce 100644 --- a/usr/src/usr.sbin/inetd/inetd.c +++ b/usr/src/usr.sbin/inetd/inetd.c @@ -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 -static char sccsid[] = "@(#)inetd.c 4.4 (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[] = "@(#)inetd.c 5.1 (Berkeley) %G%"; +#endif not lint /* * Inetd - Internet super-server diff --git a/usr/src/usr.sbin/kgmon/kgmon.c b/usr/src/usr.sbin/kgmon/kgmon.c index 5283e7aecd..b8d9d94b83 100644 --- a/usr/src/usr.sbin/kgmon/kgmon.c +++ b/usr/src/usr.sbin/kgmon/kgmon.c @@ -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 -static char sccsid[] = "@(#)kgmon.c 4.9 (Berkeley) 83/08/11"; -#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[] = "@(#)kgmon.c 5.1 (Berkeley) %G%"; +#endif not lint #include #include -- 2.20.1