diff options
| author | nisimura <nisimura@NetBSD.org> | 2004-08-21 21:44:07 +0000 |
|---|---|---|
| committer | nisimura <nisimura@NetBSD.org> | 2004-08-21 21:44:07 +0000 |
| commit | e86b49fe3c31dae5a2d028bd6fd39d421a383bba (patch) | |
| tree | aaf3eb9580d07cd5b0e170bb2652a80cbb7e8d48 | |
| parent | f6b6634f46ec7470a5d51b2898df9a2d1d15578f (diff) | |
Remove fluctuation of written name in alphabetical representation of
copyright holder.
| -rw-r--r-- | share/man/man4/stpcide.4 | 4 | ||||
| -rw-r--r-- | sys/dev/pci/stpcide.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/stpcide.4 b/share/man/man4/stpcide.4 index a522a6d2e51..c9d9181952e 100644 --- a/share/man/man4/stpcide.4 +++ b/share/man/man4/stpcide.4 @@ -1,6 +1,6 @@ -.\" $NetBSD: stpcide.4,v 1.5 2003/11/03 08:09:16 wiz Exp $ +.\" $NetBSD: stpcide.4,v 1.6 2004/08/21 21:44:07 nisimura Exp $ .\" -.\" Copyright (c) 2003 Toru Nishimura. +.\" Copyright (c) 2003 Tohru Nishimura. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/sys/dev/pci/stpcide.c b/sys/dev/pci/stpcide.c index 2d46b60b792..30e9d0d36bb 100644 --- a/sys/dev/pci/stpcide.c +++ b/sys/dev/pci/stpcide.c @@ -1,7 +1,7 @@ -/* $NetBSD: stpcide.c,v 1.9 2004/08/21 00:28:34 thorpej Exp $ */ +/* $NetBSD: stpcide.c,v 1.10 2004/08/21 21:44:07 nisimura Exp $ */ /* - * Copyright (c) 2003 Toru Nishimura + * Copyright (c) 2003 Tohru Nishimura * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
