From acfc7e9b6460b6d69adcf035c1675730b55d4f98 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Thu, 30 Jun 1988 04:02:15 -0800 Subject: [PATCH] install approved copyright notice SCCS-vsn: usr.bin/mail/aux.c 5.11 SCCS-vsn: usr.bin/mail/cmd1.c 5.11 SCCS-vsn: usr.bin/mail/cmd2.c 5.7 SCCS-vsn: usr.bin/mail/cmd3.c 5.13 SCCS-vsn: usr.bin/mail/cmdtab.c 5.7 SCCS-vsn: usr.bin/mail/collect.c 5.10 SCCS-vsn: usr.bin/mail/def.h 5.13 SCCS-vsn: usr.bin/mail/edit.c 5.7 SCCS-vsn: usr.bin/mail/fio.c 5.9 SCCS-vsn: usr.bin/fmt/fmt.c 5.6 SCCS-vsn: usr.bin/mail/getname.c 5.5 SCCS-vsn: usr.bin/mail/glob.h 5.11 SCCS-vsn: usr.bin/mail/head.c 5.5 SCCS-vsn: usr.bin/mail/lex.c 5.14 SCCS-vsn: usr.bin/mail/list.c 5.8 SCCS-vsn: usr.bin/mail/local.h 5.4 SCCS-vsn: usr.bin/mail/main.c 5.16 SCCS-vsn: usr.bin/mail/names.c 5.10 SCCS-vsn: usr.bin/mail/popen.c 5.9 SCCS-vsn: usr.bin/mail/quit.c 5.9 SCCS-vsn: usr.bin/mail/rcv.h 5.4 SCCS-vsn: usr.bin/mail/send.c 5.12 SCCS-vsn: usr.bin/mail/strings.c 5.7 SCCS-vsn: usr.bin/mail/temp.c 5.7 SCCS-vsn: usr.bin/mail/tty.c 5.7 SCCS-vsn: usr.bin/mail/v7.local.c 5.6 SCCS-vsn: usr.bin/mail/pathnames.h 5.6 SCCS-vsn: usr.bin/mail/vars.c 5.5 --- usr/src/usr.bin/fmt/fmt.c | 17 +++++++++++------ usr/src/usr.bin/mail/aux.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/cmd1.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/cmd2.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/cmd3.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/cmdtab.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/collect.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/def.h | 17 +++++++++++------ usr/src/usr.bin/mail/edit.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/fio.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/getname.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/glob.h | 17 +++++++++++------ usr/src/usr.bin/mail/head.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/lex.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/list.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/local.h | 17 +++++++++++------ usr/src/usr.bin/mail/main.c | 25 +++++++++++++++---------- usr/src/usr.bin/mail/names.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/pathnames.h | 17 +++++++++++------ usr/src/usr.bin/mail/popen.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/quit.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/rcv.h | 17 +++++++++++------ usr/src/usr.bin/mail/send.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/strings.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/temp.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/tty.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/v7.local.c | 21 +++++++++++++-------- usr/src/usr.bin/mail/vars.c | 21 +++++++++++++-------- 28 files changed, 354 insertions(+), 214 deletions(-) diff --git a/usr/src/usr.bin/fmt/fmt.c b/usr/src/usr.bin/fmt/fmt.c index f8cfd22cb8..9960705cfc 100644 --- a/usr/src/usr.bin/fmt/fmt.c +++ b/usr/src/usr.bin/fmt/fmt.c @@ -3,11 +3,16 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ #ifndef lint @@ -17,7 +22,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)fmt.c 5.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)fmt.c 5.6 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/mail/aux.c b/usr/src/usr.bin/mail/aux.c index c4bf090264..6200358f13 100644 --- a/usr/src/usr.bin/mail/aux.c +++ b/usr/src/usr.bin/mail/aux.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)aux.c 5.10 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)aux.c 5.11 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/cmd1.c b/usr/src/usr.bin/mail/cmd1.c index 77b7aee19b..7c970d8342 100644 --- a/usr/src/usr.bin/mail/cmd1.c +++ b/usr/src/usr.bin/mail/cmd1.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)cmd1.c 5.10 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)cmd1.c 5.11 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/cmd2.c b/usr/src/usr.bin/mail/cmd2.c index cdb94fbde2..97c4e932d9 100644 --- a/usr/src/usr.bin/mail/cmd2.c +++ b/usr/src/usr.bin/mail/cmd2.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)cmd2.c 5.6 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)cmd2.c 5.7 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/cmd3.c b/usr/src/usr.bin/mail/cmd3.c index 57460864da..0e64ea15f2 100644 --- a/usr/src/usr.bin/mail/cmd3.c +++ b/usr/src/usr.bin/mail/cmd3.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)cmd3.c 5.12 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)cmd3.c 5.13 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/cmdtab.c b/usr/src/usr.bin/mail/cmdtab.c index 2df68eb1b5..eea760c41d 100644 --- a/usr/src/usr.bin/mail/cmdtab.c +++ b/usr/src/usr.bin/mail/cmdtab.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)cmdtab.c 5.6 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)cmdtab.c 5.7 (Berkeley) %G%"; +#endif /* not lint */ #include "def.h" diff --git a/usr/src/usr.bin/mail/collect.c b/usr/src/usr.bin/mail/collect.c index 8eb1c4060c..0458760fae 100644 --- a/usr/src/usr.bin/mail/collect.c +++ b/usr/src/usr.bin/mail/collect.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)collect.c 5.9 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)collect.c 5.10 (Berkeley) %G%"; +#endif /* not lint */ /* * Mail -- a mail program diff --git a/usr/src/usr.bin/mail/def.h b/usr/src/usr.bin/mail/def.h index 62c31dc513..e8b1941ec9 100644 --- a/usr/src/usr.bin/mail/def.h +++ b/usr/src/usr.bin/mail/def.h @@ -3,13 +3,18 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. * - * @(#)def.h 5.12 (Berkeley) %G% + * @(#)def.h 5.13 (Berkeley) %G% */ #include /* includes */ diff --git a/usr/src/usr.bin/mail/edit.c b/usr/src/usr.bin/mail/edit.c index e70cf63c8e..7ea959f16e 100644 --- a/usr/src/usr.bin/mail/edit.c +++ b/usr/src/usr.bin/mail/edit.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)edit.c 5.6 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)edit.c 5.7 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/fio.c b/usr/src/usr.bin/mail/fio.c index 71427949e4..b1370a61d3 100644 --- a/usr/src/usr.bin/mail/fio.c +++ b/usr/src/usr.bin/mail/fio.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)fio.c 5.8 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)fio.c 5.9 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/getname.c b/usr/src/usr.bin/mail/getname.c index 3b4c179862..163c970474 100644 --- a/usr/src/usr.bin/mail/getname.c +++ b/usr/src/usr.bin/mail/getname.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)getname.c 5.4 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)getname.c 5.5 (Berkeley) %G%"; +#endif /* not lint */ #include diff --git a/usr/src/usr.bin/mail/glob.h b/usr/src/usr.bin/mail/glob.h index ed824cc432..b61e7bf800 100644 --- a/usr/src/usr.bin/mail/glob.h +++ b/usr/src/usr.bin/mail/glob.h @@ -3,13 +3,18 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. * - * @(#)glob.h 5.10 (Berkeley) %G% + * @(#)glob.h 5.11 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/mail/head.c b/usr/src/usr.bin/mail/head.c index 6f7ca4bed3..8ab2252a24 100644 --- a/usr/src/usr.bin/mail/head.c +++ b/usr/src/usr.bin/mail/head.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)head.c 5.4 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)head.c 5.5 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/lex.c b/usr/src/usr.bin/mail/lex.c index 55c6754fc8..69b0771076 100644 --- a/usr/src/usr.bin/mail/lex.c +++ b/usr/src/usr.bin/mail/lex.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)lex.c 5.13 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)lex.c 5.14 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/list.c b/usr/src/usr.bin/mail/list.c index b361d6c210..fa15370f8e 100644 --- a/usr/src/usr.bin/mail/list.c +++ b/usr/src/usr.bin/mail/list.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)list.c 5.7 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)list.c 5.8 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/local.h b/usr/src/usr.bin/mail/local.h index be2dd643f7..75e152c321 100644 --- a/usr/src/usr.bin/mail/local.h +++ b/usr/src/usr.bin/mail/local.h @@ -3,13 +3,18 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. * - * @(#)local.h 5.3 (Berkeley) %G% + * @(#)local.h 5.4 (Berkeley) %G% */ #include "v7.local.h" diff --git a/usr/src/usr.bin/mail/main.c b/usr/src/usr.bin/mail/main.c index 93a2031c32..cdcf644f6c 100644 --- a/usr/src/usr.bin/mail/main.c +++ b/usr/src/usr.bin/mail/main.c @@ -3,22 +3,27 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef +#ifndef lint char copyright[] = "@(#) Copyright (c) 1980 Regents of the University of California.\n\ All rights reserved.\n"; -#endif /* notdef */ +#endif /* not lint */ -#ifdef notdef -static char sccsid[] = "@(#)main.c 5.15 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)main.c 5.16 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/names.c b/usr/src/usr.bin/mail/names.c index bb899ca4b8..1392c50134 100644 --- a/usr/src/usr.bin/mail/names.c +++ b/usr/src/usr.bin/mail/names.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)names.c 5.9 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)names.c 5.10 (Berkeley) %G%"; +#endif /* not lint */ /* * Mail -- a mail program diff --git a/usr/src/usr.bin/mail/pathnames.h b/usr/src/usr.bin/mail/pathnames.h index 988974180f..63e5dbf3c9 100644 --- a/usr/src/usr.bin/mail/pathnames.h +++ b/usr/src/usr.bin/mail/pathnames.h @@ -3,13 +3,18 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. * - * @(#)pathnames.h 5.5 (Berkeley) %G% + * @(#)pathnames.h 5.6 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/mail/popen.c b/usr/src/usr.bin/mail/popen.c index 4adaae49ba..467a3c7b2f 100644 --- a/usr/src/usr.bin/mail/popen.c +++ b/usr/src/usr.bin/mail/popen.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)popen.c 5.8 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)popen.c 5.9 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/quit.c b/usr/src/usr.bin/mail/quit.c index 95c8a79efb..16c3aa613e 100644 --- a/usr/src/usr.bin/mail/quit.c +++ b/usr/src/usr.bin/mail/quit.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)quit.c 5.8 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)quit.c 5.9 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/rcv.h b/usr/src/usr.bin/mail/rcv.h index 06f36c1685..9b0316e195 100644 --- a/usr/src/usr.bin/mail/rcv.h +++ b/usr/src/usr.bin/mail/rcv.h @@ -3,13 +3,18 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. * - * @(#)rcv.h 5.3 (Berkeley) %G% + * @(#)rcv.h 5.4 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/mail/send.c b/usr/src/usr.bin/mail/send.c index 10947e6890..43a154b482 100644 --- a/usr/src/usr.bin/mail/send.c +++ b/usr/src/usr.bin/mail/send.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)send.c 5.11 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)send.c 5.12 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/strings.c b/usr/src/usr.bin/mail/strings.c index 8f6bf7d767..3efa5a5fec 100644 --- a/usr/src/usr.bin/mail/strings.c +++ b/usr/src/usr.bin/mail/strings.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)strings.c 5.6 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)strings.c 5.7 (Berkeley) %G%"; +#endif /* not lint */ /* * Mail -- a mail program diff --git a/usr/src/usr.bin/mail/temp.c b/usr/src/usr.bin/mail/temp.c index 6b32b1e48a..f39ef5b788 100644 --- a/usr/src/usr.bin/mail/temp.c +++ b/usr/src/usr.bin/mail/temp.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)temp.c 5.6 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)temp.c 5.7 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/tty.c b/usr/src/usr.bin/mail/tty.c index 95c0529d15..c7236be2ed 100644 --- a/usr/src/usr.bin/mail/tty.c +++ b/usr/src/usr.bin/mail/tty.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)tty.c 5.6 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)tty.c 5.7 (Berkeley) %G%"; +#endif /* not lint */ /* * Mail -- a mail program diff --git a/usr/src/usr.bin/mail/v7.local.c b/usr/src/usr.bin/mail/v7.local.c index a7fa265f61..267b3e7a4d 100644 --- a/usr/src/usr.bin/mail/v7.local.c +++ b/usr/src/usr.bin/mail/v7.local.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)v7.local.c 5.5 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)v7.local.c 5.6 (Berkeley) %G%"; +#endif /* not lint */ /* * Mail -- a mail program diff --git a/usr/src/usr.bin/mail/vars.c b/usr/src/usr.bin/mail/vars.c index 973a52a104..5bb5abd8f8 100644 --- a/usr/src/usr.bin/mail/vars.c +++ b/usr/src/usr.bin/mail/vars.c @@ -3,16 +3,21 @@ * All rights reserved. * * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at 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'' without express or implied warranty. + * 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. */ -#ifdef notdef -static char sccsid[] = "@(#)vars.c 5.4 (Berkeley) %G%"; -#endif /* notdef */ +#ifndef lint +static char sccsid[] = "@(#)vars.c 5.5 (Berkeley) %G%"; +#endif /* not lint */ #include "rcv.h" -- 2.20.1