[Libreoffice] Files without Copyright notice

Thomas Arnhold thomas at arnhold.org
Mon Feb 14 10:45:05 PST 2011


Hi,

I stumbled across some files w/o any copyright notice in
writerfilter/source/dmapper. So I grep'ed around and found are more or
less long list of files with copyright notice missing. I've attached it
to the mail. I've only searched for cxx and hxx files.

I filed a bug at OOo: http://qa.openoffice.org/issues/show_bug.cgi?id=116962


If someone wants to grep for more files (others than hxx and cxx), here
are the commands:

find . -name *.cxx -or -name *.hxx | grep -v unxlng | sort > /tmp/list
for i in `cat /tmp/list`; do grep -H -m1 'Copyright' $i | cut -d':' -f1;
done | sort > /tmp/list.copy
diff -u /tmp/list.copy /tmp/list | grep '^+' | cut -d'+' -f2


Thomas

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: copyright-missing.txt
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110214/fc078d6a/attachment-0001.txt>


More information about the LibreOffice mailing list