fix the coypright notice
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 28 Apr 1993 10:42:36 +0000 (02:42 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 28 Apr 1993 10:42:36 +0000 (02:42 -0800)
SCCS-vsn: usr.sbin/eeprom/eeprom.c 5.2

usr/src/usr.sbin/eeprom/eeprom.c

index ae0f286..5be9635 100644 (file)
@@ -1,5 +1,5 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
+ * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  *     California, Lawrence Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
  *     California, Lawrence Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
- *
- *     @(#)eeprom.c    5.1 (Berkeley) %G%
  */
  */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1993 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
 #ifndef lint
 #ifndef lint
-const char copyright[] =
-"@(#) Copyright (c) 1992 Lawrence Berkeley Laboratory\nAll rights reserved.\n";
-static const char sccsid[] = "@(#)eeprom.c     5.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)eeprom.c   5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * eeprom - openprom control utility
 
 /*
  * eeprom - openprom control utility