1 Jul 2009 02:01
Re: U-book and GPLv3? (fwd)
Jerry Van Baren <gvb.uboot <at> gmail.com>
2009-07-01 00:01:51 GMT
2009-07-01 00:01:51 GMT
Jerry Van Baren wrote: > The discussion has mostly been emotional to date. Here are some > statistics (not necessarily perfect, but pretty close)... > > Total number of files (after removing the .git files): > $ find . -type f | wc -l > 6055 > > Number of files that are identified as being copyrighted: > $ grep -l -i -r 'Copyright' * | wc -l > 5173 > > List of files with copyrights: > $ grep -l -i -r 'Copyright' * | sort > ~/ucopy.txt > > List of all files: > $ find . -type f | sed 's/.\///' | sort > ~/ufiles.txt > > List of files *WITHOUT* the string "copyright" in them: > $ comm -3 ~/ufiles.txt ~/ucopy.txt > ~/nocopyright.txt > > Of the above, 130 of the files have the GPL in the header but not the > string "copyright" - incomplete headers: > for file in `cat ~/nocopyright.txt` ; do grep -il 'General Public > License' $file ; done | wc -l > 130 > > --------------------------------------------------------------------- Improving my fingerprinting (thanks, Scott):(Continue reading)
RSS Feed