diff options
author | 2005-12-12 12:35:49 +0000 | |
---|---|---|
committer | 2005-12-12 12:35:49 +0000 | |
commit | a73dadd644f3c01c93137d32385d8006c0718dc8 (patch) | |
tree | 7033cfefd27c84f175273089f911da5252f618ca | |
parent | fix typo; (diff) | |
download | wireguard-openbsd-a73dadd644f3c01c93137d32385d8006c0718dc8.tar.xz wireguard-openbsd-a73dadd644f3c01c93137d32385d8006c0718dc8.zip |
fix a license i botched years ago
-rw-r--r-- | sys/dev/ic/mc6845.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/mc6845.h b/sys/dev/ic/mc6845.h index c0b5782378b..34ab7107875 100644 --- a/sys/dev/ic/mc6845.h +++ b/sys/dev/ic/mc6845.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mc6845.h,v 1.4 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: mc6845.h,v 1.5 2005/12/12 12:35:49 mickey Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -15,7 +15,8 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software developed by Michael Shalayeff. + * This product includes software developed by + * Hellmuth Michaelis, Brian Dunford-Shore and Joerg Wunsch. * 4. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * |