diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2002-03-04 21:08:35 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2002-03-04 21:08:35 +0000 |
| commit | cd82af3c08e66925d9f42b8523f0b3e8707657bb (patch) | |
| tree | c99e19469ec3cf0b38f63bb0fedfceb8e07f1486 | |
| parent | 17744fcb98352da4c9cdf1f3526af601c98fcc7f (diff) | |
Notes
| -rw-r--r-- | sys/sys/ata.h | 2 | ||||
| -rw-r--r-- | sys/sys/cdrio.h | 2 | ||||
| -rw-r--r-- | sys/sys/dvdio.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/ata.h b/sys/sys/ata.h index ba972b17f8f5..347e6f9e8cab 100644 --- a/sys/sys/ata.h +++ b/sys/sys/ata.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2000,2001 Søren Schmidt <sos@FreeBSD.org> + * Copyright (c) 2000,2001,2002 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/cdrio.h b/sys/sys/cdrio.h index 2a1920fa14b8..da01d7ec195f 100644 --- a/sys/sys/cdrio.h +++ b/sys/sys/cdrio.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2000,2001 Søren Schmidt + * Copyright (c) 2000,2001,2002 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/dvdio.h b/sys/sys/dvdio.h index d66ae4dbce27..37940719a1b6 100644 --- a/sys/sys/dvdio.h +++ b/sys/sys/dvdio.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1999,2000 Søren Schmidt + * Copyright (c) 1999,2000,2001,2002 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |
