GNOME Bugzilla – Bug 790442
Old FSF address used in headers
Last modified: 2017-11-17 00:04:53 UTC
Created attachment 363828 [details] [review] Replace old FSF addresses with hyperlink Hi, I noticed that old addresses to FSF are used in the file headers of gnumeric. This patch replaces these old addresses with hyperlinks.
Interesting. However, I note that the link you use is different from the one used at https://www.gnu.org/licenses/gpl-3.0.en.html ("http" vs" https".) Other than that, go ahead and commit.
(In reply to Morten Welinder from comment #1) > Interesting. However, I note that the link you use is > different from the one used at https://www.gnu.org/licenses/gpl-3.0.en.html > ("http" vs" https".) > > Other than that, go ahead and commit. Good point. I was looking at https://www.gnu.org/licenses/gpl-howto.html that uses http, but I'll send them an e-mail that they can consider changing to https on that page as well. Will change to https before I commit.
(In reply to Morten Welinder from comment #1) > Other than that, go ahead and commit. Thanks for the review. The "https" version is now committed as Commit 30ebc8f79b5ad767bb5afc9a7740e3827cb48bdb
Why does this commit touch 194 files???
but did not change the URLs it was claiming to change?
Looks fine to me: --- a/component/gnumeric.c +++ b/component/gnumeric.c @@ -18,9 +18,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * along with this program; if not, see <https://www.gnu.org/licenses/> */
Ahh yes. I was thinking of a different bug.