summaryrefslogtreecommitdiffstats
path: root/text-utils/colrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/colrm.c')
-rw-r--r--text-utils/colrm.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/text-utils/colrm.c b/text-utils/colrm.c
index 1ec5db586..3051c866c 100644
--- a/text-utils/colrm.c
+++ b/text-utils/colrm.c
@@ -31,17 +31,8 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1980 Regents of the University of California.\n\
- All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-static char sccsid[] = "@(#)colrm.c 5.4 (Berkeley) 6/1/90";
-#endif /* not lint */
-
#include <stdio.h>
+
/*
COLRM removes unwanted columns from a file
Jeff Schriebman UC Berkeley 11-74