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/quota/quota.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'usr.bin/quota') diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index 707d9394f8e..9434aafb8a3 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -1,4 +1,4 @@ -/* $OpenBSD: quota.c,v 1.28 2007/12/30 13:32:19 sobrado Exp $ */ +/* $OpenBSD: quota.c,v 1.29 2009/10/27 23:59:41 deraadt Exp $ */ /* * Copyright (c) 1980, 1990, 1993 @@ -32,18 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1980, 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -/*static char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93";*/ -static const char rcsid[] = -"$OpenBSD: quota.c,v 1.28 2007/12/30 13:32:19 sobrado Exp $"; -#endif /* not lint */ - /* * Disk quota reporting program. */ -- cgit v1.2.3