diff options
-rw-r--r-- | share/man/man4/gpr.4 | 8 | ||||
-rw-r--r-- | sys/dev/pcmcia/gpr.c | 8 | ||||
-rw-r--r-- | sys/dev/pcmcia/gprio.h | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man4/gpr.4 b/share/man/man4/gpr.4 index 2a26699d393..d45fc1c6257 100644 --- a/share/man/man4/gpr.4 +++ b/share/man/man4/gpr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gpr.4,v 1.2 2002/06/18 01:10:37 fgsch Exp $ +.\" $OpenBSD: gpr.4,v 1.3 2002/09/25 19:09:02 fgsch Exp $ .\" .\" Copyright (c) 2002, Federico G. Schwindt .\" All rights reserved. @@ -12,9 +12,9 @@ .\" notice, this list of conditions and the following disclaimer in .\" the documentation and/or other materials provided with the .\" distribution. -.\" 3. Neither the name of the Federico G. Schwindt nor the names of its -.\" contributors may be used to endorse or promote products derived -.\" from this software without specific prior written permission. +.\" 3. Neither the name of the author nor the names of its contributors +.\" may be used to endorse or promote products derived from this +.\" software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS .\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/sys/dev/pcmcia/gpr.c b/sys/dev/pcmcia/gpr.c index 6db1bbe5d70..730e03797db 100644 --- a/sys/dev/pcmcia/gpr.c +++ b/sys/dev/pcmcia/gpr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gpr.c,v 1.6 2002/07/29 18:53:32 fgsch Exp $ */ +/* $OpenBSD: gpr.c,v 1.7 2002/09/25 19:09:02 fgsch Exp $ */ /* * Copyright (c) 2002, Federico G. Schwindt @@ -13,9 +13,9 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * 3. Neither the name of the Federico G. Schwindt nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. + * 3. Neither the name of the author nor the names of its contributors + * may be used to endorse or promote products derived from this + * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/sys/dev/pcmcia/gprio.h b/sys/dev/pcmcia/gprio.h index e2fea8666c7..3078cc95dc0 100644 --- a/sys/dev/pcmcia/gprio.h +++ b/sys/dev/pcmcia/gprio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gprio.h,v 1.2 2002/06/17 20:41:51 fgsch Exp $ */ +/* $OpenBSD: gprio.h,v 1.3 2002/09/25 19:09:02 fgsch Exp $ */ /* * Copyright (c) 2002, Federico G. Schwindt @@ -13,9 +13,9 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * 3. Neither the name of the Federico G. Schwindt nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. + * 3. Neither the name of the author nor the names of its contributors + * may be used to endorse or promote products derived from this + * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |