From owner-svn-src-user@FreeBSD.ORG Tue Jan 27 20:34:14 2009 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B83621065674; Tue, 27 Jan 2009 20:34:14 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A4F218FC1D; Tue, 27 Jan 2009 20:34:14 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n0RKYESL096312; Tue, 27 Jan 2009 20:34:14 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n0RKYEK9096302; Tue, 27 Jan 2009 20:34:14 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200901272034.n0RKYEK9096302@svn.freebsd.org> From: Sam Leffler Date: Tue, 27 Jan 2009 20:34:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r187789 - in user/sam/wifi/sys/dev/ath: . ath_rate/amrr ath_rate/onoe ath_rate/sample X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2009 20:34:15 -0000 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. *