Skip to content

Commit 9f26393

Browse files
committed
http->https for misc links outside of license texts
artistic-2.0 source changed because perlfoundation website timing out
1 parent d247be9 commit 9f26393

11 files changed

Lines changed: 21 additions & 21 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ Please note that this project is released with a [Contributor Code of Conduct](C
1010

1111
So you want to contribute to ChooseALicense. Great! We welcome any help we can
1212
get. But first, please make sure you understand what
13-
[this site is all about](http://choosealicense.com/about). It’s not a comprehensive list of all possible licenses.
13+
[this site is all about](https://choosealicense.com/about). It’s not a comprehensive list of all possible licenses.
1414

1515
## Adding a license
1616

17-
Choosealicense.com is intended to demystify license choices, not present or catalog all of them. As such, only a small number are highlighted on the home page or <http://choosealicense.com/licenses>, and there are several requirements for a license to be [cataloged](http://choosealicense.com/appendix/) on the site:
17+
Choosealicense.com is intended to demystify license choices, not present or catalog all of them. As such, only a small number are highlighted on the home page or <https://choosealicense.com/licenses>, and there are several requirements for a license to be [cataloged](https://choosealicense.com/appendix/) on the site:
1818

1919
1. The license must have [an SPDX identifier](https://spdx.org/licenses/). If your license isn't registered with SPDX, please [request that it be added](https://spdx.org/spdx-license-list/request-new-license).
2020
2. The license must be listed on one of the following approved lists of licenses:
2121
* [List of OSI approved licenses](https://opensource.org/licenses/alphabetical)
2222
* [GNU's list of free licenses](https://www.gnu.org/licenses/license-list.en.html) (*note: the license must be listed in one of the three "free" categories*)
23-
* [Open Definition's list of conformant licenses](http://opendefinition.org/licenses/) (non-code)
23+
* [Open Definition's list of conformant licenses](https://opendefinition.org/licenses/) (non-code)
2424
3. A [GitHub code search](https://github.com/search?q=MIT+filename%3ALICENSE&type=Code) must reveal at least *1,000* public repositories using the license
2525
4. Identification of 3 notable projects using the license with straightforward LICENSE files which serve as examples newcomers can follow and that could be detected by [licensee](https://github.com/benbalter/licensee) if it knew about the license
2626

2727
If your proposed license meets the above criteria, here's a few other things to keep in mind as you propose the license's addition:
2828

29-
* Is the license already cataloged? See <http://choosealicense.com/appendix/> for a list of all of the licenses known by the site.
29+
* Is the license already cataloged? See <https://choosealicense.com/appendix/> for a list of all of the licenses known by the site.
3030
* Licenses live in the `/_licenses` folder.
3131
* The license files should be in the format of `_licenses/[lowercased-spdx-id].txt` (e.g., `_licenses/mit.txt`)
3232
* Each license has both [required and optional metadata](https://github.com/github/choosealicense.com#license-metadata) that should be included.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Like a Choose Your Own Adventure site, but only much less interesting.
88

99
A lot of repositories on GitHub.com don't have a license. GitHub provides a license chooser, but if you don't know anything about licenses, how are you supposed to make an informed decision?
1010

11-
[ChooseALicense.com](http://www.choosealicense.com "Choose A Licence website") is designed to help people make an informed decision about licenses by demystifying license choices through non-judgmental guidance.
11+
[ChooseALicense.com](https://www.choosealicense.com "Choose A Licence website") is designed to help people make an informed decision about licenses by demystifying license choices through non-judgmental guidance.
1212

1313
## Immediate Goals
1414

@@ -39,8 +39,8 @@ Licenses sit in the `/_licenses` folder. Each license has YAML front matter desc
3939

4040
#### Required fields
4141

42-
* `title` - The license full name specified by http://spdx.org/licenses/
43-
* `spdx-id` - Short identifier specified by http://spdx.org/licenses/
42+
* `title` - The license full name specified by https://spdx.org/licenses/
43+
* `spdx-id` - Short identifier specified by https://spdx.org/licenses/
4444
* `source` - The URL to the license source text
4545
* `description` - A human-readable description of the license
4646
* `how` - Instructions on how to implement the license
@@ -52,7 +52,7 @@ Licenses sit in the `/_licenses` folder. Each license has YAML front matter desc
5252
#### Optional fields
5353

5454
* `featured` - Whether the license should be featured on the main page (defaults to false)
55-
* `hidden` - Whether the license is neither [popular](https://opensource.org/licenses) nor fills out the [spectrum of licenses](http://choosealicense.com/licenses/) from strongly conditional to unconditional (defaults to true)
55+
* `hidden` - Whether the license is neither [popular](https://opensource.org/licenses) nor fills out the [spectrum of licenses](https://choosealicense.com/licenses/) from strongly conditional to unconditional (defaults to true)
5656
* `nickname` - Customary short name if applicable (e.g, GPLv3)
5757
* `note` - Additional information about the licenses
5858
* `redirect_from` - Relative path(s) to redirect to the license from, to prevent breaking old URLs
@@ -104,4 +104,4 @@ The license properties (rules) are stored as a bulleted list within the licenses
104104

105105
## License
106106

107-
The content of this project itself is licensed under the [Creative Commons Attribution 3.0 license](http://creativecommons.org/licenses/by/3.0/us/deed.en_US), and the underlying source code used to format and display that content is licensed under the [MIT license](http://opensource.org/licenses/mit-license.php).
107+
The content of this project itself is licensed under the [Creative Commons Attribution 3.0 license](https://creativecommons.org/licenses/by/3.0/us/deed.en_US), and the underlying source code used to format and display that content is licensed under the [MIT license](https://opensource.org/licenses/mit-license.php).

_data/meta.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# The available fields are:
33

44
- name: title
5-
description: The license full name specified by http://spdx.org/licenses/
5+
description: The license full name specified by https://spdx.org/licenses/
66
required: true
77

88
- name: spdx-id
9-
description: Short identifier specified by http://spdx.org/licenses/
9+
description: Short identifier specified by https://spdx.org/licenses/
1010
required: true
1111

1212
- name: source
@@ -44,7 +44,7 @@
4444
required: false
4545

4646
- name: hidden
47-
description: Whether the license is neither [popular](https://opensource.org/licenses) nor fills out the [spectrum of licenses](http://choosealicense.com/licenses/) from strongly conditional to unconditional (defaults to true)
47+
description: Whether the license is neither [popular](https://opensource.org/licenses) nor fills out the [spectrum of licenses](https://choosealicense.com/licenses/) from strongly conditional to unconditional (defaults to true)
4848
required: false
4949

5050
- name: nickname

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3>How to apply this license</h3>
1414
{% endif %}
1515
{% assign xgpl = false %}
1616
{% if page.spdx-id contains 'GPL' %}{% assign xgpl = true %}{% endif %}
17-
<p class="note"><strong>Optional: </strong> Add <strong><code>{{ page.spdx-id }}{% if xgpl %}-or-later{% endif %}</code></strong>{% if xgpl %} (or <strong><code>{{ page.spdx-id }}-only</code></strong> to disallow future versions){% endif %} to your project's package description, if applicable (e.g., <a href="https://docs.npmjs.com/files/package.json#license">Node.js</a>, <a href="http://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata">Rust</a>). This will ensure the license is displayed in package directories.</p>
17+
<p class="note"><strong>Optional: </strong> Add <strong><code>{{ page.spdx-id }}{% if xgpl %}-or-later{% endif %}</code></strong>{% if xgpl %} (or <strong><code>{{ page.spdx-id }}-only</code></strong> to disallow future versions){% endif %} to your project's package description, if applicable (e.g., <a href="https://docs.npmjs.com/files/package.json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata">Rust</a>). This will ensure the license is displayed in package directories.</p>
1818
</div>
1919

2020
{% if page.source %}

_licenses/artistic-2.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Artistic License 2.0
33
spdx-id: Artistic-2.0
44
redirect_from: /licenses/artistic/
5-
source: http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt
5+
source: https://spdx.org/licenses/Artistic-2.0.html
66

77
description: Heavily favored by the Perl community, the Artistic license requires that modified versions of the software do not prevent users from running the standard version.
88

_licenses/bsl-1.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: A simple permissive license only requiring preservation of copyrigh
77

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

10-
note: Boost recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the [Boost Software License FAQ](http://www.boost.org/users/license.html#FAQ).
10+
note: Boost recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the [Boost Software License FAQ](https://www.boost.org/users/license.html#FAQ).
1111

1212
using:
1313

_licenses/eupl-1.2.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: European Union Public License 1.2
33
spdx-id: EUPL-1.2
4-
source: http://eur-lex.europa.eu/legal-content/TXT/?uri=CELEX%3A32017D0863
4+
source: https://eur-lex.europa.eu/legal-content/TXT/?uri=CELEX%3A32017D0863
55

66
description: The European Union Public Licence (EUPL) is a copyleft free/open source software license created on the initiative of and approved by the European Commission in 22 official languages of the European Union.
77

@@ -127,7 +127,7 @@ limitations thereto.
127127

128128
The grant of the rights mentioned above is subject to some restrictions and
129129
obligations imposed on the Licensee. Those obligations are the following:
130-
130+
131131
Attribution right: The Licensee shall keep intact all copyright, patent or
132132
trademarks notices and all notices that refer to the Licence and to the
133133
disclaimer of warranties. The Licensee must include a copy of such notices and

_licenses/osl-3.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: OSL 3.0 is a copyleft license that does not require reciprocal lice
77

88
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Files licensed under OSL 3.0 must also include the notice "Licensed under the Open Software License version 3.0" adjacent to the copyright notice.
99

10-
note: OSL 3.0's author has <a href="http://rosenlaw.com/OSL3.0-explained.htm">provided an explanation</a> behind the creation of the license.
10+
note: OSL 3.0's author has <a href="https://rosenlaw.com/OSL3.0-explained.htm">provided an explanation</a> behind the creation of the license.
1111

1212
using:
1313
- appserver.io: https://github.com/appserver-io/appserver/blob/master/LICENSE.txt

non-software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Open source software licenses can be used for non-software works, and often are
88

99
### Data, media, etc.
1010

11-
[CC0-1.0](/licenses/cc0-1.0/), [CC-BY-4.0](/licenses/cc-by-4.0/), and [CC-BY-SA-4.0](/licenses/cc-by-sa-4.0/) are [open](http://opendefinition.org) licenses used for non-software material ranging from datasets to videos. Note that CC-BY-4.0 and CC-BY-SA-4.0 should [not be used for software](https://creativecommons.org/faq/#can-i-apply-a-creative-commons-license-to-software).
11+
[CC0-1.0](/licenses/cc0-1.0/), [CC-BY-4.0](/licenses/cc-by-4.0/), and [CC-BY-SA-4.0](/licenses/cc-by-sa-4.0/) are [open](https://opendefinition.org) licenses used for non-software material ranging from datasets to videos. Note that CC-BY-4.0 and CC-BY-SA-4.0 should [not be used for software](https://creativecommons.org/faq/#can-i-apply-a-creative-commons-license-to-software).
1212

1313
### Documentation
1414

spec/license_bom_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
context "the #{File.basename(file, '.txt')} license" do
88
it 'does not begin with a byte order mark' do
99
bom = File.open(file).read.start_with?("\u0000EF\u0000BB\u0000BF")
10-
msg = 'License file begins with a Byte Order Mark. See http://stackoverflow.com/a/1068700.'
10+
msg = 'License file begins with a Byte Order Mark. See https://stackoverflow.com/a/1068700.'
1111
expect(bom).to eql(false), msg
1212
end
1313
end

0 commit comments

Comments
 (0)