From owner-svn-src-head@FreeBSD.ORG Wed Jul 31 14:07:43 2013 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9746B06; Wed, 31 Jul 2013 14:07:42 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A0582432; Wed, 31 Jul 2013 14:07:42 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1V4X41-000E3A-NZ; Wed, 31 Jul 2013 14:07:41 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r6VE7dSM020097; Wed, 31 Jul 2013 08:07:39 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18AxlvDe9jHWun+b8NVVRmx Subject: Re: svn commit: r253825 - in head/sys: dev/wi modules modules/wi powerpc/powermac From: Ian Lepore To: Sergey Kandaurov In-Reply-To: References: <201307310113.r6V1DUKY044876@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Wed, 31 Jul 2013 08:07:39 -0600 Message-ID: <1375279659.45247.148.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, Justin Hibbits , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 14:07:43 -0000 On Wed, 2013-07-31 at 09:41 +0400, Sergey Kandaurov wrote: > On 31 July 2013 05:13, Justin Hibbits wrote: > > Author: jhibbits > > Date: Wed Jul 31 01:13:29 2013 > > New Revision: 253825 > > URL: http://svnweb.freebsd.org/changeset/base/253825 > > > > Log: > > Add the macio attachment for wi(4). Partially obtained from NetBSD. > > > > Reviewed by: adrian > > Obtained from: NetBSD (partially) > > > > Added: > > head/sys/dev/wi/if_wi_macio.c (contents, props changed) > > Modified: > > head/sys/modules/Makefile > > head/sys/modules/wi/Makefile > > head/sys/powerpc/powermac/macio.c > > head/sys/powerpc/powermac/maciovar.h > > > > Added: head/sys/dev/wi/if_wi_macio.c > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/sys/dev/wi/if_wi_macio.c Wed Jul 31 01:13:29 2013 (r253825) > > @@ -0,0 +1,141 @@ > > +/*- > > + * Copyright (c) 2013 Justin Hibbits > > + * All rights reserved. > > + * Copyright (c) 1997, 1998, 1999 > > + * Bill Paul . All rights reserved. > > + * > > + * Redistribution and use in source and binary forms, with or without > > + * modification, are permitted provided that the following conditions > > + * are met: > > + * 1. Redistributions of source code must retain the above copyright > > + * notice, this list of conditions and the following disclaimer. > > + * 2. Redistributions in binary form must reproduce the above copyright > > + * notice, this list of conditions and the following disclaimer in the > > + * documentation and/or other materials provided with the distribution. > > + * 3. All advertising materials mentioning features or use of this software > > + * must display the following acknowledgement: > > + * This product includes software developed by Bill Paul. > > + * 4. Neither the name of the author nor the names of any co-contributors > > + * may be used to endorse or promote products derived from this software > > + * without specific prior written permission. > > + * > > + * THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND > > + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE > > + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE > > + * ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD > > Oh noes! You must be kidding :) > > $ grep -ri 'or the voices in his head' /usr/src | wc -l > 156 > I think the "voices" thing is kind of harmless and cute, if a bit unprofessional. I'm more concerned about the 201 files in the base that say I have to give Mr. Paul credit in any product documentation and advertising materials (the marketing department is going to love that one, huh?). How many other such one-off requirements are buried in the license blocks of the source that I had no idea existed and am failing to comply with? -- Ian