[Webkit-unassigned] [Bug 14885] LGPL'ed files contain incorrect FSF address
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 19 06:52:49 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14885
------- Comment #2 from mh+webkit at glandium.org 2007-08-19 06:52 PDT -------
Here is a script that should fix all addresses error (there are also some
occurrences of a typo in the correct address)
find * -type f | while read f; do sed -i 's/59 Temple Place.*Suite 330/51
Franklin Street, Fifth Floor/; s/02111-1307/02110-1301/; s/\(51 Franklin
St\)eet/\1reet/' $f; done
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list