diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
commit | 098ca2bda93c701c5331d4e6aace072495b4caaa (patch) | |
tree | 58a4df7575310664ed6ca0f19ce716f2a7c0d377 /sys/dev/esp | |
parent | a8c5ecf70f585821be114b7ddef930c927399e5d (diff) |
Notes
Diffstat (limited to 'sys/dev/esp')
-rw-r--r-- | sys/dev/esp/ncr53c9x.c | 2 | ||||
-rw-r--r-- | sys/dev/esp/ncr53c9xreg.h | 2 | ||||
-rw-r--r-- | sys/dev/esp/ncr53c9xvar.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/esp/ncr53c9x.c b/sys/dev/esp/ncr53c9x.c index 48686110f30cc..a222f3e366a8f 100644 --- a/sys/dev/esp/ncr53c9x.c +++ b/sys/dev/esp/ncr53c9x.c @@ -63,7 +63,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1994 Peter Galbavy * Copyright (c) 1995 Paul Kranenburg * All rights reserved. diff --git a/sys/dev/esp/ncr53c9xreg.h b/sys/dev/esp/ncr53c9xreg.h index b4ba1e81f5e32..d85cb452a46ab 100644 --- a/sys/dev/esp/ncr53c9xreg.h +++ b/sys/dev/esp/ncr53c9xreg.h @@ -1,6 +1,6 @@ /* $NetBSD: ncr53c9xreg.h,v 1.11 2003/02/21 17:14:05 tsutsui Exp $ */ -/* +/*- * Copyright (c) 1994 Peter Galbavy. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/esp/ncr53c9xvar.h b/sys/dev/esp/ncr53c9xvar.h index 7bf6b2d737dea..f8be39edd40e6 100644 --- a/sys/dev/esp/ncr53c9xvar.h +++ b/sys/dev/esp/ncr53c9xvar.h @@ -37,7 +37,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1994 Peter Galbavy. All rights reserved. * * Redistribution and use in source and binary forms, with or without |