diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2004-12-31 22:42:38 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2004-12-31 22:42:38 +0000 |
| commit | 1f1d781074fbcd1833fc86ea85667afb61618677 (patch) | |
| tree | caf8c87f788d343f31b3c2e9f5a71c906581d8ae /sys/dev/ath | |
| parent | b0d1b8b275584ee4e5e94af561c85b24c8aa79db (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/ath_rate/amrr/amrr.c | 2 | ||||
| -rw-r--r-- | sys/dev/ath/ath_rate/amrr/amrr.h | 2 | ||||
| -rw-r--r-- | sys/dev/ath/ath_rate/onoe/onoe.c | 2 | ||||
| -rw-r--r-- | sys/dev/ath/ath_rate/onoe/onoe.h | 2 | ||||
| -rw-r--r-- | sys/dev/ath/if_ath.c | 2 | ||||
| -rw-r--r-- | sys/dev/ath/if_ath_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/ath/if_athioctl.h | 2 | ||||
| -rw-r--r-- | sys/dev/ath/if_athrate.h | 2 | ||||
| -rw-r--r-- | sys/dev/ath/if_athvar.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/ath/ath_rate/amrr/amrr.c b/sys/dev/ath/ath_rate/amrr/amrr.c index 32be5dd263c35..18bd4a14e2ea0 100644 --- a/sys/dev/ath/ath_rate/amrr/amrr.c +++ b/sys/dev/ath/ath_rate/amrr/amrr.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2004 INRIA - * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_rate/amrr/amrr.h b/sys/dev/ath/ath_rate/amrr/amrr.h index 2d0d7fd8f94ba..cb5d135975bf2 100644 --- a/sys/dev/ath/ath_rate/amrr/amrr.h +++ b/sys/dev/ath/ath_rate/amrr/amrr.h @@ -1,6 +1,6 @@ /*- * Copyright (c) 2004 INRIA - * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_rate/onoe/onoe.c b/sys/dev/ath/ath_rate/onoe/onoe.c index b21ff079f42b4..1456b09ff369c 100644 --- a/sys/dev/ath/ath_rate/onoe/onoe.c +++ b/sys/dev/ath/ath_rate/onoe/onoe.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_rate/onoe/onoe.h b/sys/dev/ath/ath_rate/onoe/onoe.h index f6164b4e287b7..9d0661c23e7f9 100644 --- a/sys/dev/ath/ath_rate/onoe/onoe.h +++ b/sys/dev/ath/ath_rate/onoe/onoe.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 4b13f53c9abad..7faa3ef372d17 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c index 0e7ead2d00b4f..6665c611d56e7 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/if_athioctl.h b/sys/dev/ath/if_athioctl.h index 94056b6dadea3..6a4a4597473c9 100644 --- a/sys/dev/ath/if_athioctl.h +++ b/sys/dev/ath/if_athioctl.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/if_athrate.h b/sys/dev/ath/if_athrate.h index c12b80ef84a24..8a6a87b434253 100644 --- a/sys/dev/ath/if_athrate.h +++ b/sys/dev/ath/if_athrate.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2004 Sam Leffler, Errno Consulting + * Copyright (c) 2004-2005 Sam Leffler, Errno Consulting * Copyright (c) 2004 Video54 Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h index 4585801bd8202..8f4e1e7304f51 100644 --- a/sys/dev/ath/if_athvar.h +++ b/sys/dev/ath/if_athvar.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without |
