=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/whatis/Attic/whatis.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/whatis/Attic/whatis.c 2007/03/20 03:56:13 1.12 --- src/usr.bin/whatis/Attic/whatis.c 2009/10/27 23:59:50 1.13 *************** *** 1,4 **** ! /* $OpenBSD: whatis.c,v 1.12 2007/03/20 03:56:13 tedu Exp $ */ /* * Copyright (c) 1987, 1993 --- 1,4 ---- ! /* $OpenBSD: whatis.c,v 1.13 2009/10/27 23:59:50 deraadt Exp $ */ /* * Copyright (c) 1987, 1993 *************** *** 28,43 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - static char copyright[] = - "@(#) Copyright (c) 1987, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; - #endif /* not lint */ - - #ifndef lint - static char sccsid[] = "@(#)whatis.c 8.5 (Berkeley) 11/26/93"; - #endif /* not lint */ #include #include --- 28,33 ----