Skip to content

Commit 0bb1d13

Browse files
authored
Merge branch 'gh-pages' into home-reform
2 parents 4b52617 + ef08b95 commit 0bb1d13

25 files changed

Lines changed: 51 additions & 60 deletions

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ language: ruby
77
rvm:
88
- 2.4.0
99

10+
addons:
11+
apt:
12+
packages:
13+
- libcurl4-openssl-dev
14+
1015
branches:
1116
only:
1217
- gh-pages

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ exclude:
3535
- assets/vendor/selectivizr/tests
3636
- assets/vendor/clipboard/test
3737

38-
gems:
38+
plugins:
3939
- jekyll-sitemap
4040
- jekyll-redirect-from
4141
- jekyll-seo-tag

_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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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
6+
featured: true
67
hidden: false
78

89
description: A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
@@ -214,15 +215,15 @@ limitations:
214215
APPENDIX: How to apply the Apache License to your work.
215216

216217
To apply the Apache License to your work, attach the following
217-
boilerplate notice, with the fields enclosed by brackets "{}"
218+
boilerplate notice, with the fields enclosed by brackets "[]"
218219
replaced with your own identifying information. (Don't include
219220
the brackets!) The text should be enclosed in the appropriate
220221
comment syntax for the file format. We also recommend that a
221222
file or class name and description of purpose be included on the
222223
same "printed page" as the copyright notice for easier
223224
identification within third-party archives.
224225

225-
Copyright {yyyy} {name of copyright owner}
226+
Copyright [yyyy] [name of copyright owner]
226227

227228
Licensed under the Apache License, Version 2.0 (the "License");
228229
you may not use this file except in compliance with the License.

_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/ecl-2.0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ note: The Apereo Foundation recommends taking the additional step of adding a bo
1212
using:
1313
- Sakai: https://github.com/sakaiproject/sakai/blob/master/LICENSE
1414
- OAE: https://github.com/oaeproject/Hilary/blob/master/LICENSE
15-
- Opencast Matterhorn: https://bitbucket.org/opencast-community/matterhorn/src/e5b1684a822c0bd9bb07f3e53b4e1f22932da5ef/LICENSE?fileviewer=file-view-default
15+
- Opencast: https://bitbucket.org/opencast-community/opencast/src/905077ba5e6483f8c49869a1fc13bf9268790a79/LICENSE?at=develop
1616

1717
permissions:
1818
- commercial-use
@@ -216,14 +216,14 @@ END OF TERMS AND CONDITIONS
216216
APPENDIX: How to apply the Educational Community License to your work
217217

218218
To apply the Educational Community License to your work, attach the following
219-
boilerplate notice, with the fields enclosed by brackets "{}" replaced with
219+
boilerplate notice, with the fields enclosed by brackets "[]" replaced with
220220
your own identifying information. (Don't include the brackets!) The text
221221
should be enclosed in the appropriate comment syntax for the file format. We
222222
also recommend that a file or class name and description of purpose be
223223
included on the same "printed page" as the copyright notice for easier
224224
identification within third-party archives.
225225

226-
Copyright {yyyy} {name of copyright owner} Licensed under the Educational
226+
Copyright [yyyy] [name of copyright owner] Licensed under the Educational
227227
Community License, Version 2.0 (the "License"); you may not use this file
228228
except in compliance with the License. You may obtain a copy of the License at
229229

_licenses/epl-1.0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ description: This commercially-friendly copyleft license provides the ability to
1010
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.
1111

1212
using:
13-
- Clojure: https://github.com/clojure/clojure/blob/master/epl-v10.html
14-
- JUnit: https://github.com/junit-team/junit/blob/master/LICENSE-junit.txt
15-
- openHAB: https://github.com/openhab/openhab/blob/master/LICENSE.TXT
13+
- Eclipse Che: https://github.com/eclipse/che/blob/master/LICENSE
14+
- JUnit: https://github.com/junit-team/junit4/blob/master/LICENSE-junit.txt
15+
- openHAB: https://github.com/openhab/openhab-distro/blob/master/LICENSE
1616

1717
permissions:
1818
- commercial-use

0 commit comments

Comments
 (0)