From 1343342a91c125633c0fe079862fd48c2ec455a9 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 1 Jun 1990 22:52:49 -0800 Subject: [PATCH] new copyright notice SCCS-vsn: lib/libutil/login.c 5.4 SCCS-vsn: lib/libutil/logout.c 5.5 SCCS-vsn: lib/libutil/logwtmp.c 5.5 SCCS-vsn: lib/libc/gen/pwcache.c 5.4 SCCS-vsn: libexec/bugfiler/bug.h 5.9 SCCS-vsn: libexec/bugfiler/bugfiler.c 5.15 SCCS-vsn: libexec/bugfiler/error.c 5.7 SCCS-vsn: libexec/bugfiler/gethead.c 5.8 SCCS-vsn: libexec/bugfiler/pathnames.h 5.3 SCCS-vsn: libexec/bugfiler/process.c 5.8 SCCS-vsn: libexec/bugfiler/redist.c 5.10 SCCS-vsn: libexec/bugfiler/reply.c 5.8 SCCS-vsn: libexec/comsat/comsat.c 5.20 SCCS-vsn: libexec/comsat/pathnames.h 5.4 SCCS-vsn: libexec/fingerd/fingerd.c 5.6 SCCS-vsn: libexec/fingerd/pathnames.h 5.3 SCCS-vsn: usr.bin/ftp/cmds.c 5.23 SCCS-vsn: usr.bin/ftp/cmdtab.c 5.10 SCCS-vsn: usr.bin/ftp/domacro.c 1.7 SCCS-vsn: usr.bin/ftp/ftp.c 5.34 SCCS-vsn: usr.bin/ftp/ftp_var.h 5.9 SCCS-vsn: usr.bin/ftp/main.c 5.16 SCCS-vsn: libexec/ftpd/ftpcmd.y 5.23 SCCS-vsn: usr.bin/ftp/pathnames.h 5.2 SCCS-vsn: usr.bin/ftp/ruserpass.c 5.2 SCCS-vsn: libexec/ftpd/ftpd.c 5.36 SCCS-vsn: libexec/ftpd/logwtmp.c 5.6 SCCS-vsn: libexec/ftpd/pathnames.h 5.2 SCCS-vsn: libexec/ftpd/popen.c 5.8 --- usr/src/lib/libc/gen/pwcache.c | 14 ++------------ usr/src/lib/libutil/login.c | 14 ++------------ usr/src/lib/libutil/logout.c | 14 ++------------ usr/src/lib/libutil/logwtmp.c | 14 ++------------ usr/src/libexec/bugfiler/bug.h | 14 ++------------ usr/src/libexec/bugfiler/bugfiler.c | 14 ++------------ usr/src/libexec/bugfiler/error.c | 14 ++------------ usr/src/libexec/bugfiler/gethead.c | 14 ++------------ usr/src/libexec/bugfiler/pathnames.h | 14 ++------------ usr/src/libexec/bugfiler/process.c | 14 ++------------ usr/src/libexec/bugfiler/redist.c | 14 ++------------ usr/src/libexec/bugfiler/reply.c | 14 ++------------ usr/src/libexec/comsat/comsat.c | 14 ++------------ usr/src/libexec/comsat/pathnames.h | 14 ++------------ usr/src/libexec/fingerd/fingerd.c | 14 ++------------ usr/src/libexec/fingerd/pathnames.h | 14 ++------------ usr/src/libexec/ftpd/ftpcmd.y | 16 +++------------- usr/src/libexec/ftpd/ftpd.c | 14 ++------------ usr/src/libexec/ftpd/logwtmp.c | 14 ++------------ usr/src/libexec/ftpd/pathnames.h | 14 ++------------ usr/src/libexec/ftpd/popen.c | 14 ++------------ usr/src/usr.bin/ftp/cmds.c | 14 ++------------ usr/src/usr.bin/ftp/cmdtab.c | 14 ++------------ usr/src/usr.bin/ftp/domacro.c | 14 ++------------ usr/src/usr.bin/ftp/ftp.c | 14 ++------------ usr/src/usr.bin/ftp/ftp_var.h | 14 ++------------ usr/src/usr.bin/ftp/main.c | 14 ++------------ usr/src/usr.bin/ftp/pathnames.h | 14 ++------------ usr/src/usr.bin/ftp/ruserpass.c | 14 ++------------ 29 files changed, 59 insertions(+), 349 deletions(-) diff --git a/usr/src/lib/libc/gen/pwcache.c b/usr/src/lib/libc/gen/pwcache.c index 37b9c4fe7a..6d39682485 100644 --- a/usr/src/lib/libc/gen/pwcache.c +++ b/usr/src/lib/libc/gen/pwcache.c @@ -2,21 +2,11 @@ * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)pwcache.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)pwcache.c 5.4 (Berkeley) %G%"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/usr/src/lib/libutil/login.c b/usr/src/lib/libutil/login.c index 6943e723ab..bae5c1712f 100644 --- a/usr/src/lib/libutil/login.c +++ b/usr/src/lib/libutil/login.c @@ -2,21 +2,11 @@ * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)login.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)login.c 5.4 (Berkeley) %G%"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/usr/src/lib/libutil/logout.c b/usr/src/lib/libutil/logout.c index ca493d814b..1f17c78484 100644 --- a/usr/src/lib/libutil/logout.c +++ b/usr/src/lib/libutil/logout.c @@ -2,21 +2,11 @@ * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)logout.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)logout.c 5.5 (Berkeley) %G%"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/usr/src/lib/libutil/logwtmp.c b/usr/src/lib/libutil/logwtmp.c index bec0275b70..f88939fcea 100644 --- a/usr/src/lib/libutil/logwtmp.c +++ b/usr/src/lib/libutil/logwtmp.c @@ -2,21 +2,11 @@ * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)logwtmp.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)logwtmp.c 5.5 (Berkeley) %G%"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/usr/src/libexec/bugfiler/bug.h b/usr/src/libexec/bugfiler/bug.h index 5f9b909f6a..c7af679ea0 100644 --- a/usr/src/libexec/bugfiler/bug.h +++ b/usr/src/libexec/bugfiler/bug.h @@ -2,19 +2,9 @@ * Copyright (c) 1986, 1987 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * - * @(#)bug.h 5.8 (Berkeley) %G% + * @(#)bug.h 5.9 (Berkeley) %G% */ #define BUGS_HOME "owner-bugs@ucbvax.Berkeley.EDU" diff --git a/usr/src/libexec/bugfiler/bugfiler.c b/usr/src/libexec/bugfiler/bugfiler.c index 0198a4f878..63e975c7a5 100644 --- a/usr/src/libexec/bugfiler/bugfiler.c +++ b/usr/src/libexec/bugfiler/bugfiler.c @@ -2,17 +2,7 @@ * Copyright (c) 1983, 1986, 1987 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)bugfiler.c 5.14 (Berkeley) %G%"; +static char sccsid[] = "@(#)bugfiler.c 5.15 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/libexec/bugfiler/error.c b/usr/src/libexec/bugfiler/error.c index 95d8ec54a4..dad877608e 100644 --- a/usr/src/libexec/bugfiler/error.c +++ b/usr/src/libexec/bugfiler/error.c @@ -2,21 +2,11 @@ * Copyright (c) 1986, 1987 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)error.c 5.6 (Berkeley) %G%"; +static char sccsid[] = "@(#)error.c 5.7 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/libexec/bugfiler/gethead.c b/usr/src/libexec/bugfiler/gethead.c index 49b291a9bd..f109e0441f 100644 --- a/usr/src/libexec/bugfiler/gethead.c +++ b/usr/src/libexec/bugfiler/gethead.c @@ -2,21 +2,11 @@ * Copyright (c) 1986, 1987 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)gethead.c 5.7 (Berkeley) %G%"; +static char sccsid[] = "@(#)gethead.c 5.8 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/libexec/bugfiler/pathnames.h b/usr/src/libexec/bugfiler/pathnames.h index 1e2a54e2cb..7f7040a2a3 100644 --- a/usr/src/libexec/bugfiler/pathnames.h +++ b/usr/src/libexec/bugfiler/pathnames.h @@ -2,19 +2,9 @@ * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * - * @(#)pathnames.h 5.2 (Berkeley) %G% + * @(#)pathnames.h 5.3 (Berkeley) %G% */ #define MAIL_CMD "/usr/sbin/sendmail -i -t -F \"Bugs Bunny\" -f owner-bugs" diff --git a/usr/src/libexec/bugfiler/process.c b/usr/src/libexec/bugfiler/process.c index 8c74e0178d..701c200070 100644 --- a/usr/src/libexec/bugfiler/process.c +++ b/usr/src/libexec/bugfiler/process.c @@ -2,21 +2,11 @@ * Copyright (c) 1986, 1987 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)process.c 5.7 (Berkeley) %G%"; +static char sccsid[] = "@(#)process.c 5.8 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/libexec/bugfiler/redist.c b/usr/src/libexec/bugfiler/redist.c index 9d0e7241c0..a077f767e5 100644 --- a/usr/src/libexec/bugfiler/redist.c +++ b/usr/src/libexec/bugfiler/redist.c @@ -2,21 +2,11 @@ * Copyright (c) 1986, 1987 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)redist.c 5.9 (Berkeley) %G%"; +static char sccsid[] = "@(#)redist.c 5.10 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/libexec/bugfiler/reply.c b/usr/src/libexec/bugfiler/reply.c index 38b8dc315a..aa6bf77139 100644 --- a/usr/src/libexec/bugfiler/reply.c +++ b/usr/src/libexec/bugfiler/reply.c @@ -2,21 +2,11 @@ * Copyright (c) 1986, 1987 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)reply.c 5.7 (Berkeley) %G%"; +static char sccsid[] = "@(#)reply.c 5.8 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/libexec/comsat/comsat.c b/usr/src/libexec/comsat/comsat.c index 3f57efff59..554e894874 100644 --- a/usr/src/libexec/comsat/comsat.c +++ b/usr/src/libexec/comsat/comsat.c @@ -2,17 +2,7 @@ * Copyright (c) 1980 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)comsat.c 5.19 (Berkeley) %G%"; +static char sccsid[] = "@(#)comsat.c 5.20 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/libexec/comsat/pathnames.h b/usr/src/libexec/comsat/pathnames.h index eda2516f14..2c23b26bbe 100644 --- a/usr/src/libexec/comsat/pathnames.h +++ b/usr/src/libexec/comsat/pathnames.h @@ -2,19 +2,9 @@ * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * - * @(#)pathnames.h 5.3 (Berkeley) %G% + * @(#)pathnames.h 5.4 (Berkeley) %G% */ #include diff --git a/usr/src/libexec/fingerd/fingerd.c b/usr/src/libexec/fingerd/fingerd.c index 28ec0f9caa..1f96d7678e 100644 --- a/usr/src/libexec/fingerd/fingerd.c +++ b/usr/src/libexec/fingerd/fingerd.c @@ -2,17 +2,7 @@ * Copyright (c) 1983 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)fingerd.c 5.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)fingerd.c 5.6 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/libexec/fingerd/pathnames.h b/usr/src/libexec/fingerd/pathnames.h index c73923f5ee..08078f1bc9 100644 --- a/usr/src/libexec/fingerd/pathnames.h +++ b/usr/src/libexec/fingerd/pathnames.h @@ -2,19 +2,9 @@ * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * - * @(#)pathnames.h 5.2 (Berkeley) %G% + * @(#)pathnames.h 5.3 (Berkeley) %G% */ #define _PATH_FINGER "/usr/bin/finger" diff --git a/usr/src/libexec/ftpd/ftpcmd.y b/usr/src/libexec/ftpd/ftpcmd.y index bcf761b794..36d3bcd119 100644 --- a/usr/src/libexec/ftpd/ftpcmd.y +++ b/usr/src/libexec/ftpd/ftpcmd.y @@ -2,19 +2,9 @@ * Copyright (c) 1985, 1988 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * - * @(#)ftpcmd.y 5.22 (Berkeley) %G% + * @(#)ftpcmd.y 5.23 (Berkeley) %G% */ /* @@ -25,7 +15,7 @@ %{ #ifndef lint -static char sccsid[] = "@(#)ftpcmd.y 5.22 (Berkeley) %G%"; +static char sccsid[] = "@(#)ftpcmd.y 5.23 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/libexec/ftpd/ftpd.c b/usr/src/libexec/ftpd/ftpd.c index 2cd28a892c..409a50c79a 100644 --- a/usr/src/libexec/ftpd/ftpd.c +++ b/usr/src/libexec/ftpd/ftpd.c @@ -2,17 +2,7 @@ * Copyright (c) 1985, 1988 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)ftpd.c 5.35 (Berkeley) %G%"; +static char sccsid[] = "@(#)ftpd.c 5.36 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/libexec/ftpd/logwtmp.c b/usr/src/libexec/ftpd/logwtmp.c index bbe4fd0df8..2c90dc9fa0 100644 --- a/usr/src/libexec/ftpd/logwtmp.c +++ b/usr/src/libexec/ftpd/logwtmp.c @@ -2,22 +2,12 @@ * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * */ #ifndef lint -static char sccsid[] = "@(#)logwtmp.c 5.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)logwtmp.c 5.6 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/libexec/ftpd/pathnames.h b/usr/src/libexec/ftpd/pathnames.h index 704a22975b..388cf96426 100644 --- a/usr/src/libexec/ftpd/pathnames.h +++ b/usr/src/libexec/ftpd/pathnames.h @@ -2,19 +2,9 @@ * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * - * @(#)pathnames.h 5.1 (Berkeley) %G% + * @(#)pathnames.h 5.2 (Berkeley) %G% */ #include diff --git a/usr/src/libexec/ftpd/popen.c b/usr/src/libexec/ftpd/popen.c index 408b23fe30..06a07ec8d5 100644 --- a/usr/src/libexec/ftpd/popen.c +++ b/usr/src/libexec/ftpd/popen.c @@ -5,22 +5,12 @@ * This code is derived from software written by Ken Arnold and * published in UNIX Review, Vol. 6, No. 8. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * */ #ifndef lint -static char sccsid[] = "@(#)popen.c 5.7 (Berkeley) %G%"; +static char sccsid[] = "@(#)popen.c 5.8 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/ftp/cmds.c b/usr/src/usr.bin/ftp/cmds.c index cb3fb03c95..9ac658585c 100644 --- a/usr/src/usr.bin/ftp/cmds.c +++ b/usr/src/usr.bin/ftp/cmds.c @@ -2,21 +2,11 @@ * Copyright (c) 1985, 1989 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)cmds.c 5.22 (Berkeley) %G%"; +static char sccsid[] = "@(#)cmds.c 5.23 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/ftp/cmdtab.c b/usr/src/usr.bin/ftp/cmdtab.c index c23735270a..276ce21ea8 100644 --- a/usr/src/usr.bin/ftp/cmdtab.c +++ b/usr/src/usr.bin/ftp/cmdtab.c @@ -2,21 +2,11 @@ * Copyright (c) 1985, 1989 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)cmdtab.c 5.9 (Berkeley) %G%"; +static char sccsid[] = "@(#)cmdtab.c 5.10 (Berkeley) %G%"; #endif /* not lint */ #include "ftp_var.h" diff --git a/usr/src/usr.bin/ftp/domacro.c b/usr/src/usr.bin/ftp/domacro.c index 8d1ac889eb..c56e92b5c4 100644 --- a/usr/src/usr.bin/ftp/domacro.c +++ b/usr/src/usr.bin/ftp/domacro.c @@ -2,21 +2,11 @@ * Copyright (c) 1985 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)domacro.c 1.6 (Berkeley) %G%"; +static char sccsid[] = "@(#)domacro.c 1.7 (Berkeley) %G%"; #endif /* not lint */ #include "ftp_var.h" diff --git a/usr/src/usr.bin/ftp/ftp.c b/usr/src/usr.bin/ftp/ftp.c index 2d7829cf57..5e57224dd3 100644 --- a/usr/src/usr.bin/ftp/ftp.c +++ b/usr/src/usr.bin/ftp/ftp.c @@ -2,21 +2,11 @@ * Copyright (c) 1985, 1989 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)ftp.c 5.33 (Berkeley) %G%"; +static char sccsid[] = "@(#)ftp.c 5.34 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/ftp/ftp_var.h b/usr/src/usr.bin/ftp/ftp_var.h index fb95e5cb9e..63fdfba54d 100644 --- a/usr/src/usr.bin/ftp/ftp_var.h +++ b/usr/src/usr.bin/ftp/ftp_var.h @@ -2,19 +2,9 @@ * Copyright (c) 1985, 1989 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * - * @(#)ftp_var.h 5.8 (Berkeley) %G% + * @(#)ftp_var.h 5.9 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/ftp/main.c b/usr/src/usr.bin/ftp/main.c index 2b82bf802a..41474ce285 100644 --- a/usr/src/usr.bin/ftp/main.c +++ b/usr/src/usr.bin/ftp/main.c @@ -2,17 +2,7 @@ * Copyright (c) 1985, 1989 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.15 (Berkeley) %G%"; +static char sccsid[] = "@(#)main.c 5.16 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/ftp/pathnames.h b/usr/src/usr.bin/ftp/pathnames.h index 7872ef113a..4a1e5f608f 100644 --- a/usr/src/usr.bin/ftp/pathnames.h +++ b/usr/src/usr.bin/ftp/pathnames.h @@ -2,19 +2,9 @@ * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * - * @(#)pathnames.h 5.1 (Berkeley) %G% + * @(#)pathnames.h 5.2 (Berkeley) %G% */ #include diff --git a/usr/src/usr.bin/ftp/ruserpass.c b/usr/src/usr.bin/ftp/ruserpass.c index 94116f08a6..4f4bea1594 100644 --- a/usr/src/usr.bin/ftp/ruserpass.c +++ b/usr/src/usr.bin/ftp/ruserpass.c @@ -2,21 +2,11 @@ * Copyright (c) 1985 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)ruserpass.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)ruserpass.c 5.2 (Berkeley) %G%"; #endif /* not lint */ #include -- 2.20.1