24 Mar
2005
24 Mar
'05
9:34 p.m.
On Thu, 2005-03-24 at 10:29 -0500, MenTaLguY wrote:
On Wed, 2005-03-23 at 20:09, Kees Cook wrote:
On Wed, Mar 23, 2005 at 06:36:06PM -0500, mental@...3... wrote:
- Anything more than ~10 lines or so warrants a copyright notice.
I think four is the lower legal limit for copyright in the US.
This will produce a list of all files touched by a given author, where the number of "+" lines is 10 or greater:
cvs log -wkeescook | egrep '^(Working|^date: )' | awk '{ if ($1 == "date:" && !shown && $9>=10) { shown=1; print file; } if ($1 == "Working") { shown=0; file=$3; } }'
Replace "keescook" with your sourceforge id.
Man, that one liner is nuts! Crazy! I went through and added some copyright statements to what I've worked on, but I know I've forgotten some. Thanks for the one liner Kees, that will help...hahaaha
Jon
--
Jon Phillips
USA PH 510.499.0894
jon@...235...
http://www.rejon.org
Inkscape (http://inkscape.org)
Open Clip Art Library (www.openclipart.org)
CVS Book (http://cvsbook.ucsd.edu)
Scale Journal (http://scale.ucsd.edu)