Skip to content

Commit c400867

Browse files
authored
Merge pull request #539 from games647/https
Use HTTPS for licences if available
2 parents c229dcc + ad0dc7d commit c400867

17 files changed

Lines changed: 20 additions & 20 deletions

_licenses/afl-3.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Academic Free License v3.0
33
spdx-id: AFL-3.0
4-
source: http://opensource.org/licenses/afl-3.0
4+
source: https://opensource.org/licenses/afl-3.0
55

66
description: The Academic Free License is a variant of the Open Software License that does not require that the source code of derivative works be disclosed. It contains explicit copyright and patent grants and reserves trademark rights in the author.
77

_licenses/agpl-3.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GNU Affero General Public License v3.0
33
spdx-id: AGPL-3.0
44
nickname: GNU AGPLv3
55
redirect_from: /licenses/agpl/
6-
source: http://www.gnu.org/licenses/agpl-3.0.txt
6+
source: https://www.gnu.org/licenses/agpl-3.0.txt
77
hidden: false
88

99
description: Permissions of this strongest copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available.

_licenses/apache-2.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Apache License 2.0
33
spdx-id: Apache-2.0
44
redirect_from: /licenses/apache/
5-
source: http://www.apache.org/licenses/LICENSE-2.0.html
5+
source: https://www.apache.org/licenses/LICENSE-2.0.html
66
featured: true
77
hidden: false
88

_licenses/bsd-2-clause.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: BSD 2-clause "Simplified" License
33
spdx-id: BSD-2-Clause
44
redirect_from: /licenses/bsd/
5-
source: http://opensource.org/licenses/BSD-2-Clause
5+
source: https://opensource.org/licenses/BSD-2-Clause
66
hidden: false
77

88
description: A permissive license that comes in two variants, the <a href="/licenses/bsd-2-clause/">BSD 2-Clause</a> and <a href="/licenses/bsd-3-clause/">BSD 3-Clause</a>. Both have very minute differences to the MIT license.

_licenses/bsd-3-clause.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: BSD 3-clause "New" or "Revised" License
33
spdx-id: BSD-3-Clause
4-
source: http://opensource.org/licenses/BSD-3-Clause
4+
source: https://opensource.org/licenses/BSD-3-Clause
55
hidden: false
66

77
description: A permissive license similar to the <a href="/licenses/bsd-2-clause/">BSD 2-Clause License</a>, but with a 3rd clause that prohibits others from using the name of the project or its contributors to promote derived products without written consent.

_licenses/cc0-1.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Creative Commons Zero v1.0 Universal
33
spdx-id: CC0-1.0
44
redirect_from: /licenses/cc0/
5-
source: http://creativecommons.org/publicdomain/zero/1.0/
5+
source: https://creativecommons.org/publicdomain/zero/1.0/
66

7-
description: The <a href="http://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC0 Public Domain Dedication</a> waives copyright interest in any a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.
7+
description: The <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC0 Public Domain Dedication</a> waives copyright interest in any a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.
88

99
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the CC0 into the file.
1010

_licenses/gpl-2.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GNU General Public License v2.0
33
spdx-id: GPL-2.0
44
nickname: GNU GPLv2
55
redirect_from: /licenses/gpl-v2/
6-
source: http://www.gnu.org/licenses/gpl-2.0.txt
6+
source: https://www.gnu.org/licenses/gpl-2.0.txt
77
hidden: false
88

99
description: The GNU GPL is the most widely used free software license and has a strong copyleft requirement. When distributing derived works, the source code of the work must be made available under the same license. There are multiple variants of the GNU GPL, each with different requirements.

_licenses/gpl-3.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GNU General Public License v3.0
33
spdx-id: GPL-3.0
44
nickname: GNU GPLv3
55
redirect_from: /licenses/gpl-v3/
6-
source: http://www.gnu.org/licenses/gpl-3.0.txt
6+
source: https://www.gnu.org/licenses/gpl-3.0.txt
77
featured: true
88
hidden: false
99

@@ -14,7 +14,7 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
1414
note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.
1515

1616
using:
17-
- Bash: http://git.savannah.gnu.org/cgit/bash.git/tree/COPYING
17+
- Bash: https://git.savannah.gnu.org/cgit/bash.git/tree/COPYING
1818
- GIMP: https://git.gnome.org/browse/gimp/tree/COPYING
1919
- Privacy Badger: https://github.com/EFForg/privacybadgerfirefox/blob/master/LICENSE
2020

_licenses/isc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ISC License
33
spdx-id: ISC
4-
source: http://opensource.org/licenses/isc-license
4+
source: https://opensource.org/licenses/isc-license
55

66
description: A permissive license lets people do anything with your code with proper attribution and without warranty. The ISC license is functionally equivalent to the <a href="/licenses/bsd-2-clause/">BSD 2-Clause</a> and <a href="/licenses/mit/">MIT</a> licenses, removing some language that is no longer necessary.
77

_licenses/lgpl-2.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GNU Lesser General Public License v2.1
33
spdx-id: LGPL-2.1
44
nickname: GNU LGPLv2.1
55
redirect_from: /licenses/lgpl-v2.1/
6-
source: http://www.gnu.org/licenses/lgpl-2.1.txt
6+
source: https://www.gnu.org/licenses/lgpl-2.1.txt
77
hidden: false
88

99
description: Primarily used for software libraries, the GNU LGPL requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction. There are two commonly used versions of the GNU LGPL.

0 commit comments

Comments
 (0)