GNOME Bugzilla – Bug 656598
Outdated FSF Address in code files
Last modified: 2012-07-30 14:16:53 UTC
While building gvfs on the Open Build Service (OBS), this minor warning is spit out at the end of the build: gvfs.x86_64: W: incorrect-fsf-address /usr/bin/gvfs-less gvfs.x86_64: W: incorrect-fsf-address /etc/profile.d/gvfs-bash-completion.sh The Free Software Foundation address in this file seems to be outdated or misspelled. Ask upstream to update the address, or if this is a license file, possibly the entire file with a new copy available from the FSF. Updating the various headers with the current FSF provided ones should resolve the issues.
Created attachment 219870 [details] [review] Correcting all 304 files with the license
Thanks for the patch, applied. Grepped once more to double-check, all fits. commit 1e9c89eafaac6b3a759115df9981526fe9083461 Author: Felix Möller <mail@felixmoeller.de> Date: Mon Jul 30 16:13:53 2012 +0200 Update the Address of the FSF Updating the address of the FSF. This has been done by: while read file; do sed -i 's:59 Temple Place:51 Franklin Street:' $file sed -i 's:Suite 330:Fifth Floor:' $file sed -i 's:02111-1307:02110-1301:' $file done https://bugzilla.gnome.org/show_bug.cgi?id=656598 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>