diff options
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/bcw.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/bcwreg.h | 4 | ||||
-rw-r--r-- | sys/dev/ic/bcwvar.h | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/ic/bcw.c b/sys/dev/ic/bcw.c index dc092a73cb0..fd0c333a0d4 100644 --- a/sys/dev/ic/bcw.c +++ b/sys/dev/ic/bcw.c @@ -1,6 +1,7 @@ -/* $OpenBSD: bcw.c,v 1.82 2007/03/31 23:38:03 mglocker Exp $ */ +/* $OpenBSD: bcw.c,v 1.83 2007/03/31 23:50:59 mglocker Exp $ */ /* + * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> * Copyright (c) 2006 Jon Simola <jsimola@gmail.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/sys/dev/ic/bcwreg.h b/sys/dev/ic/bcwreg.h index c5d0e75ea0a..099a0c7ad9f 100644 --- a/sys/dev/ic/bcwreg.h +++ b/sys/dev/ic/bcwreg.h @@ -1,7 +1,9 @@ -/* $OpenBSD: bcwreg.h,v 1.25 2007/03/31 09:48:02 mglocker Exp $ */ +/* $OpenBSD: bcwreg.h,v 1.26 2007/03/31 23:50:59 mglocker Exp $ */ /* + * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> * Copyright (c) 2006 Jon Simola <jsimola@gmail.com> + * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. diff --git a/sys/dev/ic/bcwvar.h b/sys/dev/ic/bcwvar.h index bf2f6a8910a..725891e441f 100644 --- a/sys/dev/ic/bcwvar.h +++ b/sys/dev/ic/bcwvar.h @@ -1,6 +1,7 @@ -/* $OpenBSD: bcwvar.h,v 1.32 2007/03/31 09:48:02 mglocker Exp $ */ +/* $OpenBSD: bcwvar.h,v 1.33 2007/03/31 23:50:59 mglocker Exp $ */ /* + * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> * Copyright (c) 2006 Jon Simola <jsimola@gmail.com> * * Permission to use, copy, modify, and distribute this software for any |