Skip to content

Commit

Permalink
LGPL-3.0: Optional HTTPS for outgoing link
Browse files Browse the repository at this point in the history
The FSF seems to have updated this between [1] and the present [2]
(good catch Mike [3]).  With the <alt> tags, I've preferred their new
canonical text, but this will continue to match the old HTTP form.

[1]: https://web.archive.org/web/20170928062729/https://www.gnu.org/licenses/lgpl-3.0.txt
[2]: $ curl -si https://www.gnu.org/licenses/lgpl-3.0.txt | grep -i '^date\|http'
     HTTP/1.1 200 OK
     Date: Thu, 19 Oct 2017 21:28:15 GMT
      Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
[3]: github/choosealicense.com#543 (comment)

Reported-by: Mike Linksvayer <[email protected]>
  • Loading branch information
wking committed Oct 19, 2017
1 parent 264d7de commit a84bcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LGPL-3.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<br/>Version 3, 29 June 2007
</p>
</titleText>
<p>Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;</p>
<p>Copyright (C) 2007 Free Software Foundation, Inc. &lt;<alt match="http|https" name="scheme">https</alt>//fsf.org/&gt;</p>
<p>Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is
not allowed.</p>
<p>This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3
Expand Down

1 comment on commit a84bcf4

@goneall
Copy link
Member

@goneall goneall commented on a84bcf4 Nov 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wking Due to limitations in the license matching tools, I would like to change this back to the more complex alt format.

Please sign in to comment.