From d6f987883e262363e2689803a36a7c32736476cc Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 28 Oct 2009 00:00:00 +0000 Subject: rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms --- usr.bin/head/head.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'usr.bin/head') diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index 3a6ca123803..994c6902d60 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -1,4 +1,4 @@ -/* $OpenBSD: head.c,v 1.14 2007/10/31 16:29:50 jmc Exp $ */ +/* $OpenBSD: head.c,v 1.15 2009/10/27 23:59:38 deraadt Exp $ */ /* * Copyright (c) 1980, 1987 Regents of the University of California. @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1980, 1987 Regents of the University of California.\n\ - All rights reserved.\n"; -/*static char sccsid[] = "from: @(#)head.c 5.5 (Berkeley) 6/1/90";*/ -static const char rcsid[] = "$OpenBSD: head.c,v 1.14 2007/10/31 16:29:50 jmc Exp $"; -#endif /* not lint */ - #include #include #include -- cgit v1.2.3