From: krw Date: Mon, 19 Jan 2015 15:30:52 +0000 (+0000) Subject: Make some $OpenBSD$ lines prettier/standardier by eliminating X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5f1af72573cee93c12dd2774782e174dd554fc9c;p=openbsd Make some $OpenBSD$ lines prettier/standardier by eliminating superflous '*' after '/*' and adding blank after terminating '$'. Also eases parsing of the lines by simple awk scripts. Aesthetic approval from tedu@. --- diff --git a/games/hack/config.h b/games/hack/config.h index 96aa19e6bb2..f53085dd5ff 100644 --- a/games/hack/config.h +++ b/games/hack/config.h @@ -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 $*/ /* diff --git a/include/netgroup.h b/include/netgroup.h index c6f2cbfc125..364b846e11e 100644 --- a/include/netgroup.h +++ b/include/netgroup.h @@ -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. diff --git a/sys/lib/libkern/arch/mips64/SYS.h b/sys/lib/libkern/arch/mips64/SYS.h index 83570fd0a02..d86499a73c9 100644 --- a/sys/lib/libkern/arch/mips64/SYS.h +++ b/sys/lib/libkern/arch/mips64/SYS.h @@ -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. diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index b1d90ab402b..273f0420cb3 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -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. diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h index 5226a26115a..6380c93f82f 100644 --- a/usr.bin/find/find.h +++ b/usr.bin/find/find.h @@ -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. diff --git a/usr.bin/finger/finger.h b/usr.bin/finger/finger.h index 3e95f0bfca1..f533a711ddf 100644 --- a/usr.bin/finger/finger.h +++ b/usr.bin/finger/finger.h @@ -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. diff --git a/usr.bin/indent/indent_codes.h b/usr.bin/indent/indent_codes.h index 9d672728aee..ec4202d75f9 100644 --- a/usr.bin/indent/indent_codes.h +++ b/usr.bin/indent/indent_codes.h @@ -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 diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index 079ea0b32db..110e392c59c 100644 --- a/usr.bin/indent/indent_globs.h +++ b/usr.bin/indent/indent_globs.h @@ -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 diff --git a/usr.bin/ktrace/ktrace.h b/usr.bin/ktrace/ktrace.h index 01d18a20adf..1483f99c481 100644 --- a/usr.bin/ktrace/ktrace.h +++ b/usr.bin/ktrace/ktrace.h @@ -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. diff --git a/usr.bin/pr/extern.h b/usr.bin/pr/extern.h index 9fbbcd67df6..adbc24a2497 100644 --- a/usr.bin/pr/extern.h +++ b/usr.bin/pr/extern.h @@ -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 diff --git a/usr.bin/pr/pr.h b/usr.bin/pr/pr.h index 0759f16e93d..bb72ec4c88d 100644 --- a/usr.bin/pr/pr.h +++ b/usr.bin/pr/pr.h @@ -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 diff --git a/usr.bin/sed/defs.h b/usr.bin/sed/defs.h index 90c01584268..8694f181ad8 100644 --- a/usr.bin/sed/defs.h +++ b/usr.bin/sed/defs.h @@ -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 diff --git a/usr.bin/sed/extern.h b/usr.bin/sed/extern.h index 7f6ae83fc9d..2f11a308157 100644 --- a/usr.bin/sed/extern.h +++ b/usr.bin/sed/extern.h @@ -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