Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2007 14:15:34 -0800
From:      Chuck Swiger <cswiger@mac.com>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        doc@freebsd.org
Subject:   Re: Some help needed
Message-ID:  <B04ACA8D-AD32-4E29-AD23-3AF93121FA77@mac.com>
In-Reply-To: <20070108.232436.-1795523354.imp@bsdimp.com>
References:  <20070108.210757.-484247528.imp@bsdimp.com> <45A31FB7.10801@mac.com> <20070108.232436.-1795523354.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 8, 2007, at 10:24 PM, M. Warner Losh wrote:
> : find /usr/src -print0 | xargs -0 fgrep -hC 3 "All advertising  
> materials mentioning features" | fgrep -A 1 \
> : "software developed by" | grep -v "4. The name of"  | cut -b 3-
> :
> : ...and then maybe through uniq, or maybe switching to Perl or  
> Python would be
> : better.  :-)
>
> the netbsd tool does this already, and deals with a bunch of special
> cases.  I'd like for us to have two new pages.  The first is for
> advertising clause compliance.  That's what the tool does, kinda.

OK.  It would be useful to mention the name of this tool, or put it  
into the ports tree, so other people can track it down more easily.

> it needs a little refinement to deal with a couple of special cases  
> and
> to change its output from troff to sgml.  btw, what is advertising?
> nobody knows...

The US FTC has some definitions and rules about what constitutes  
advertising:

http://www.ftc.gov/bcp/conline/pubs/buspubs/dotcom/index.html

...as for the output format, I'd try to generate a plaintext list of  
acknowledgement statements drawn from the licenses, and then worry  
about converting them to SGML and from there to whatever other output  
format is desired.

-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B04ACA8D-AD32-4E29-AD23-3AF93121FA77>