=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/soelim/Attic/soelim.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/soelim/Attic/soelim.c 2003/06/10 22:20:51 1.7 --- src/usr.bin/soelim/Attic/soelim.c 2009/10/27 23:59:43 1.8 *************** *** 1,4 **** ! /* $OpenBSD: soelim.c,v 1.7 2003/06/10 22:20:51 deraadt Exp $ */ /* $NetBSD: soelim.c,v 1.3 1994/12/21 08:11:26 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: soelim.c,v 1.8 2009/10/27 23:59:43 deraadt Exp $ */ /* $NetBSD: soelim.c,v 1.3 1994/12/21 08:11:26 jtc Exp $ */ /* *************** *** 29,47 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - static char copyright[] = - "@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; - #endif /* not lint */ - - #ifndef lint - #if 0 - static char sccsid[] = "@(#)soelim.c 8.1 (Berkeley) 6/6/93"; - #endif - static char rcsid[] = "$OpenBSD: soelim.c,v 1.7 2003/06/10 22:20:51 deraadt Exp $"; - #endif /* not lint */ #include /* --- 29,34 ----