Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2009 20:34:14 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r187789 - in user/sam/wifi/sys/dev/ath: . ath_rate/amrr ath_rate/onoe ath_rate/sample
Message-ID:  <200901272034.n0RKYEK9096302@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sam
Date: Tue Jan 27 20:34:14 2009
New Revision: 187789
URL: http://svn.freebsd.org/changeset/base/187789

Log:
  more copyright stuff

Modified:
  user/sam/wifi/sys/dev/ath/ah_osdep.c
  user/sam/wifi/sys/dev/ath/ah_osdep.h
  user/sam/wifi/sys/dev/ath/ath_rate/amrr/amrr.c
  user/sam/wifi/sys/dev/ath/ath_rate/amrr/amrr.h
  user/sam/wifi/sys/dev/ath/ath_rate/onoe/onoe.c
  user/sam/wifi/sys/dev/ath/ath_rate/onoe/onoe.h
  user/sam/wifi/sys/dev/ath/ath_rate/sample/sample.c
  user/sam/wifi/sys/dev/ath/ath_rate/sample/sample.h
  user/sam/wifi/sys/dev/ath/if_ath_pci.c
  user/sam/wifi/sys/dev/ath/if_athrate.h

Modified: user/sam/wifi/sys/dev/ath/ah_osdep.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ah_osdep.c	Tue Jan 27 20:28:01 2009	(r187788)
+++ user/sam/wifi/sys/dev/ath/ah_osdep.c	Tue Jan 27 20:34:14 2009	(r187789)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: user/sam/wifi/sys/dev/ath/ah_osdep.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ah_osdep.h	Tue Jan 27 20:28:01 2009	(r187788)
+++ user/sam/wifi/sys/dev/ath/ah_osdep.h	Tue Jan 27 20:34:14 2009	(r187789)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: user/sam/wifi/sys/dev/ath/ath_rate/amrr/amrr.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_rate/amrr/amrr.c	Tue Jan 27 20:28:01 2009	(r187788)
+++ user/sam/wifi/sys/dev/ath/ath_rate/amrr/amrr.c	Tue Jan 27 20:34:14 2009	(r187789)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2004 INRIA
- * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: user/sam/wifi/sys/dev/ath/ath_rate/amrr/amrr.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_rate/amrr/amrr.h	Tue Jan 27 20:28:01 2009	(r187788)
+++ user/sam/wifi/sys/dev/ath/ath_rate/amrr/amrr.h	Tue Jan 27 20:34:14 2009	(r187789)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2004 INRIA
- * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: user/sam/wifi/sys/dev/ath/ath_rate/onoe/onoe.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_rate/onoe/onoe.c	Tue Jan 27 20:28:01 2009	(r187788)
+++ user/sam/wifi/sys/dev/ath/ath_rate/onoe/onoe.c	Tue Jan 27 20:34:14 2009	(r187789)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: user/sam/wifi/sys/dev/ath/ath_rate/onoe/onoe.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_rate/onoe/onoe.h	Tue Jan 27 20:28:01 2009	(r187788)
+++ user/sam/wifi/sys/dev/ath/ath_rate/onoe/onoe.h	Tue Jan 27 20:34:14 2009	(r187789)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: user/sam/wifi/sys/dev/ath/ath_rate/sample/sample.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_rate/sample/sample.c	Tue Jan 27 20:28:01 2009	(r187788)
+++ user/sam/wifi/sys/dev/ath/ath_rate/sample/sample.c	Tue Jan 27 20:34:14 2009	(r187789)
@@ -1,5 +1,6 @@
 /*-
  * Copyright (c) 2005 John Bicket
+ * Copyright (c) 2006-2009 Sam Leffler, Errno Consulting
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: user/sam/wifi/sys/dev/ath/ath_rate/sample/sample.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_rate/sample/sample.h	Tue Jan 27 20:28:01 2009	(r187788)
+++ user/sam/wifi/sys/dev/ath/ath_rate/sample/sample.h	Tue Jan 27 20:34:14 2009	(r187789)
@@ -1,5 +1,6 @@
 /*-
  * Copyright (c) 2005 John Bicket
+ * Copyright (c) 2006-2009 Sam Leffler, Errno Consulting
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: user/sam/wifi/sys/dev/ath/if_ath_pci.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/if_ath_pci.c	Tue Jan 27 20:28:01 2009	(r187788)
+++ user/sam/wifi/sys/dev/ath/if_ath_pci.c	Tue Jan 27 20:34:14 2009	(r187789)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: user/sam/wifi/sys/dev/ath/if_athrate.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/if_athrate.h	Tue Jan 27 20:28:01 2009	(r187788)
+++ user/sam/wifi/sys/dev/ath/if_athrate.h	Tue Jan 27 20:34:14 2009	(r187789)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2004-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2004-2009 Sam Leffler, Errno Consulting
  * Copyright (c) 2004 Video54 Technologies, Inc.
  * All rights reserved.
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901272034.n0RKYEK9096302>