=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/quota/quota.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/quota/quota.c 2007/12/30 13:32:19 1.28 --- src/usr.bin/quota/quota.c 2009/10/27 23:59:41 1.29 *************** *** 1,4 **** ! /* $OpenBSD: quota.c,v 1.28 2007/12/30 13:32:19 sobrado Exp $ */ /* * Copyright (c) 1980, 1990, 1993 --- 1,4 ---- ! /* $OpenBSD: quota.c,v 1.29 2009/10/27 23:59:41 deraadt Exp $ */ /* * Copyright (c) 1980, 1990, 1993 *************** *** 31,48 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * 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. --- 31,36 ----