summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-09-25 19:09:03 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-09-25 19:09:03 +0000
commit075955ac2f68ab1e299182c294983c0259c57779 (patch)
tree0aa01d8cd58c69fdf15acf2adf162bc77914f9a8 /sys/dev
parent3aab92fb024fce02d6f0816f4a69517d9df61d5b (diff)
better text for clause 3. pointed out by miod@.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pcmcia/gpr.c8
-rw-r--r--sys/dev/pcmcia/gprio.h8
2 files changed, 8 insertions, 8 deletions
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