On Wed, 2013-07-31 at 09:41 +0400, Sergey Kandaurov wrote: > On 31 July 2013 05:13, Justin Hibbits <jhibb...@freebsd.org> 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 <wp...@ctr.columbia.edu>. 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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"