Make some $OpenBSD$ lines prettier/standardier by eliminating
authorkrw <krw@openbsd.org>
Mon, 19 Jan 2015 15:30:52 +0000 (15:30 +0000)
committerkrw <krw@openbsd.org>
Mon, 19 Jan 2015 15:30:52 +0000 (15:30 +0000)
superflous '*' after '/*' and adding blank after terminating '$'.
Also eases parsing of the lines by simple awk scripts.

Aesthetic approval from tedu@.

13 files changed:
games/hack/config.h
include/netgroup.h
sys/lib/libkern/arch/mips64/SYS.h
usr.bin/find/extern.h
usr.bin/find/find.h
usr.bin/finger/finger.h
usr.bin/indent/indent_codes.h
usr.bin/indent/indent_globs.h
usr.bin/ktrace/ktrace.h
usr.bin/pr/extern.h
usr.bin/pr/pr.h
usr.bin/sed/defs.h
usr.bin/sed/extern.h

index 96aa19e..f53085d 100644 (file)
@@ -1,4 +1,4 @@
-/* *   $OpenBSD: config.h,v 1.11 2015/01/15 17:14:04 deraadt Exp $*/
+/*     $OpenBSD: config.h,v 1.12 2015/01/19 15:30:52 krw Exp $ */
 /* *   $NetBSD: config.h,v 1.3 1995/03/23 08:29:15 cgd Exp $*/
 
 /*
index c6f2cbf..364b846 100644 (file)
@@ -1,4 +1,4 @@
-/* * $OpenBSD: netgroup.h,v 1.6 2007/03/05 20:29:14 millert Exp $*/
+/*     $OpenBSD: netgroup.h,v 1.7 2015/01/19 15:30:52 krw Exp $ */
 /*
  * Copyright (c) 1994 Christos Zoulas
  * All rights reserved.
index 83570fd..d86499a 100644 (file)
@@ -1,4 +1,4 @@
-/* *   $OpenBSD: SYS.h,v 1.1 2004/08/11 10:29:59 pefo Exp $*/
+/*     $OpenBSD: SYS.h,v 1.2 2015/01/19 15:30:52 krw Exp $ */
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
index b1d90ab..273f042 100644 (file)
@@ -1,4 +1,4 @@
-/* *      $OpenBSD: extern.h,v 1.19 2014/05/18 08:10:00 espie Exp $*/
+/*     $OpenBSD: extern.h,v 1.20 2015/01/19 15:30:52 krw Exp $ */
 /*-
  * Copyright (c) 1991, 1993
  *     The Regents of the University of California.  All rights reserved.
index 5226a26..6380c93 100644 (file)
@@ -1,4 +1,4 @@
-/* *   $OpenBSD: find.h,v 1.15 2012/01/02 23:19:45 pascal Exp $*/
+/*     $OpenBSD: find.h,v 1.16 2015/01/19 15:30:52 krw Exp $ */
 /*-
  * Copyright (c) 1990, 1993
  *     The Regents of the University of California.  All rights reserved.
index 3e95f0b..f533a71 100644 (file)
@@ -1,4 +1,4 @@
-/* *   $OpenBSD: finger.h,v 1.6 2004/03/15 02:50:29 tedu Exp $*/
+/*     $OpenBSD: finger.h,v 1.7 2015/01/19 15:30:52 krw Exp $ */
 /*
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
index 9d67272..ec4202d 100644 (file)
@@ -1,4 +1,4 @@
-/* *   $OpenBSD: indent_codes.h,v 1.4 2003/06/12 01:07:27 deraadt Exp $*/
+/*     $OpenBSD: indent_codes.h,v 1.5 2015/01/19 15:30:52 krw Exp $ */
 /*
  * Copyright (c) 1985 Sun Microsystems, Inc.
  * Copyright (c) 1980, 1993
index 079ea0b..110e392 100644 (file)
@@ -1,4 +1,4 @@
-/* *   $OpenBSD: indent_globs.h,v 1.11 2013/06/20 06:28:15 jsg Exp $*/
+/*     $OpenBSD: indent_globs.h,v 1.12 2015/01/19 15:30:52 krw Exp $ */
 /*
  * Copyright (c) 1985 Sun Microsystems, Inc.
  * Copyright (c) 1980, 1993
index 01d18a2..1483f99 100644 (file)
@@ -1,4 +1,4 @@
-/* *   $OpenBSD: ktrace.h,v 1.5 2013/06/01 09:51:28 miod Exp $*/
+/*     $OpenBSD: ktrace.h,v 1.6 2015/01/19 15:30:52 krw Exp $ */
 /*-
  * Copyright (c) 1988, 1993
  *     The Regents of the University of California.  All rights reserved.
index 9fbbcd6..adbc24a 100644 (file)
@@ -1,4 +1,4 @@
-/* *   $OpenBSD: extern.h,v 1.5 2003/06/03 02:56:14 millert Exp $*/
+/*     $OpenBSD: extern.h,v 1.6 2015/01/19 15:30:52 krw Exp $ */
 /*-
  * Copyright (c) 1991 Keith Muller.
  * Copyright (c) 1993
index 0759f16..bb72ec4 100644 (file)
@@ -1,4 +1,4 @@
-/* *   $OpenBSD: pr.h,v 1.4 2003/06/03 02:56:14 millert Exp $*/
+/*     $OpenBSD: pr.h,v 1.5 2015/01/19 15:30:52 krw Exp $ */
 /*-
  * Copyright (c) 1991 Keith Muller.
  * Copyright (c) 1993
index 90c0158..8694f18 100644 (file)
@@ -1,4 +1,4 @@
-/* *   $OpenBSD: defs.h,v 1.4 2008/10/16 16:34:32 millert Exp $*/
+/*     $OpenBSD: defs.h,v 1.5 2015/01/19 15:30:52 krw Exp $ */
 /*-
  * Copyright (c) 1992 Diomidis Spinellis.
  * Copyright (c) 1992, 1993
index 7f6ae83..2f11a30 100644 (file)
@@ -1,4 +1,4 @@
-/* *   $OpenBSD: extern.h,v 1.7 2014/10/08 04:19:08 deraadt Exp $*/
+/*     $OpenBSD: extern.h,v 1.8 2015/01/19 15:30:52 krw Exp $ */
 /*-
  * Copyright (c) 1992 Diomidis Spinellis.
  * Copyright (c) 1992, 1993