diff --git a/_config.yml b/_config.yml index b1c4866..2430a28 100644 --- a/_config.yml +++ b/_config.yml @@ -67,16 +67,18 @@ rules: tag: sublicense exclude: -- app.coffee -- CNAME -- CONTRIBUTING.md -- Gemfile -- Gemfile.lock -- LICENSE.md -- Rakefile -- README.md -- script -- bundle + - app.coffee + - CNAME + - CONTRIBUTING.md + - Gemfile + - Gemfile.lock + - LICENSE.md + - Rakefile + - README.md + - script + - bundle + - test + - tests gems: - jekyll-sitemap diff --git a/licenses/agpl-v3.txt b/licenses/AGPL-3.0.txt similarity index 99% rename from licenses/agpl-v3.txt rename to licenses/AGPL-3.0.txt index cc1286f..116e27c 100644 --- a/licenses/agpl-v3.txt +++ b/licenses/AGPL-3.0.txt @@ -1,10 +1,10 @@ --- -title: Affero GPL +title: GNU Affero GPL v3.0 category: GPL tab-slug: agpl-v3 hide-from-license-list: true layout: license -permalink: /licenses/agpl-v3/ +permalink: /licenses/agpl-3.0/ source: http://www.gnu.org/licenses/agpl-3.0.txt redirect_from: /licenses/agpl/ diff --git a/licenses/apache.txt b/licenses/Apache-2.0.txt similarity index 98% rename from licenses/apache.txt rename to licenses/Apache-2.0.txt index 3373fa2..752ee33 100644 --- a/licenses/apache.txt +++ b/licenses/Apache-2.0.txt @@ -1,8 +1,9 @@ --- -title: Apache v2 License +title: Apache License 2.0 category: Apache layout: license -permalink: /licenses/apache/ +permalink: /licenses/apache-2.0/ +redirect_from: /licenses/apache/ featured: true @@ -233,4 +234,4 @@ forbidden: distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/licenses/artistic.txt b/licenses/Artistic-2.0.txt similarity index 98% rename from licenses/artistic.txt rename to licenses/Artistic-2.0.txt index 3a669e1..d4985b9 100644 --- a/licenses/artistic.txt +++ b/licenses/Artistic-2.0.txt @@ -2,8 +2,9 @@ layout: license title: Artistic License 2.0 category: Artistic -permalink: /licenses/artistic/ +redirect_from: /licenses/artistic/ source: http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt +permalink: /licenses/artistic-2.0/ 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. @@ -224,4 +225,4 @@ NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF -ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses/bsd.txt b/licenses/BSD-2-Clause.txt similarity index 95% rename from licenses/bsd.txt rename to licenses/BSD-2-Clause.txt index 25c6c81..86fcb11 100644 --- a/licenses/bsd.txt +++ b/licenses/BSD-2-Clause.txt @@ -1,10 +1,11 @@ --- layout: license -title: BSD license +title: Simplified BSD category: BSD tab-slug: bsd hide-from-license-list: true -permalink: /licenses/bsd/ +redirect_from: /licenses/bsd/ +permalink: /licenses/bsd-2-clause/ description: A permissive license that comes in two variants, the BSD 2-Clause and BSD 3-Clause. Both have very minute differences to the MIT license. diff --git a/licenses/bsd-3-clause.txt b/licenses/BSD-3-Clause.txt similarity index 97% rename from licenses/bsd-3-clause.txt rename to licenses/BSD-3-Clause.txt index e4f3ea6..e916c51 100644 --- a/licenses/bsd-3-clause.txt +++ b/licenses/BSD-3-Clause.txt @@ -1,9 +1,10 @@ --- layout: license -title: BSD (3-Clause) License +title: New BSD category: BSD tab-slug: bsd-3 hide-from-license-list: true +redirect_from: /licenses/bsd-3-clause/ permalink: /licenses/bsd-3-clause/ 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. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace {organization} with the organization, if any, that sponsors this work. diff --git a/licenses/eclipse.txt b/licenses/EPL-1.0.txt similarity index 99% rename from licenses/eclipse.txt rename to licenses/EPL-1.0.txt index 5643bff..0aa38b1 100644 --- a/licenses/eclipse.txt +++ b/licenses/EPL-1.0.txt @@ -2,7 +2,8 @@ layout: license title: Eclipse Public License v1.0 category: Eclipse -permalink: /licenses/eclipse/ +redirect_from: /licenses/eclipse/ +permalink: /licenses/epl-1.0/ description: This commercially-friendly copyleft license provides the ability to commercially license binaries; a modern royalty-free patent license grant; and the ability for linked works to use other licenses, including commercial ones. @@ -236,4 +237,4 @@ This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in -any resulting litigation. \ No newline at end of file +any resulting litigation. diff --git a/licenses/gpl-v2.txt b/licenses/GPL-2.0.txt similarity index 99% rename from licenses/gpl-v2.txt rename to licenses/GPL-2.0.txt index 7e0d0dd..c526f9f 100644 --- a/licenses/gpl-v2.txt +++ b/licenses/GPL-2.0.txt @@ -1,10 +1,11 @@ --- -title: GPL v2 +title: GNU GPL v2.0 category: GPL tab-slug: gpl-v2 hide-from-license-list: false layout: license -permalink: /licenses/gpl-v2/ +permalink: /licenses/gpl-2.0/ +redirect_from: /licenses/gpl-v2/ source: http://www.gnu.org/licenses/gpl-2.0.txt description: 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 GPL, each with different requirements. @@ -371,4 +372,4 @@ This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. \ No newline at end of file +Public License instead of this License. diff --git a/licenses/gpl-v3.txt b/licenses/GPL-3.0.txt similarity index 99% rename from licenses/gpl-v3.txt rename to licenses/GPL-3.0.txt index 5a1f1c8..71c5853 100644 --- a/licenses/gpl-v3.txt +++ b/licenses/GPL-3.0.txt @@ -1,12 +1,15 @@ --- -title: GPL v3 +title: GNU GPL v3.0 category: GPL tab-slug: gpl-v3 hide-from-license-list: true layout: license -permalink: /licenses/gpl-v3/ +permalink: /licenses/gpl-3.0/ +redirect_from: /licenses/gpl-v3/ source: http://www.gnu.org/licenses/gpl-3.0.txt +description: 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. + 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. 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. @@ -701,4 +704,4 @@ into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. \ No newline at end of file +. diff --git a/licenses/lgpl-v2.1.txt b/licenses/LGPL-2.1.txt similarity index 99% rename from licenses/lgpl-v2.1.txt rename to licenses/LGPL-2.1.txt index c6aad96..ee43a3e 100644 --- a/licenses/lgpl-v2.1.txt +++ b/licenses/LGPL-2.1.txt @@ -1,9 +1,10 @@ --- layout: license -title: LGPL v2.1 +title: GNU LGPL v2.1 category: LGPL tab-slug: lgpl-v2_1 -permalink: /licenses/lgpl-v2.1/ +redirect_from: /licenses/lgpl-v2.1/ +permalink: /licenses/lgpl-2.1/ source: http://www.gnu.org/licenses/lgpl-2.1.txt description: Primarily used for software libraries, 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 LGPL. @@ -533,4 +534,4 @@ necessary. Here is a sample; alter the names: {signature of Ty Coon}, 1 April 1990 Ty Coon, President of Vice -That's all there is to it! \ No newline at end of file +That's all there is to it! diff --git a/licenses/lgpl-v3.txt b/licenses/LGPL-3.0.txt similarity index 93% rename from licenses/lgpl-v3.txt rename to licenses/LGPL-3.0.txt index 556655c..3161fc2 100644 --- a/licenses/lgpl-v3.txt +++ b/licenses/LGPL-3.0.txt @@ -1,15 +1,16 @@ --- layout: license -title: LGPL v3 +title: GNU LGPL v3.0 category: LGPL tab-slug: lgpl-v3 hide-from-license-list: true -permalink: /licenses/lgpl-v3/ +redirect_from: /licenses/lgpl-v3/ source: http://www.gnu.org/licenses/lgpl-3.0.txt +permalink: /licenses/lgpl-3.0/ -description: Version 3 of the LGPL is an additional set of permissions to the GPL v3 license that requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction. +description: Version 3 of the LGPL is an additional set of permissions to the GPL v3 license that requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction. -how: This license is an additional set of permissions to the GPL v3 license. Follow the instructions to apply the GPL v3 license. Then either paste this text to the bottom of that file OR add a separate file (typically named COPYING.lesser or LICENSE.lesser) in the root of your source code and copy the text. +how: This license is an additional set of permissions to the GPL v3 license. Follow the instructions to apply the GPL v3 license. Then either paste this text to the bottom of that file OR add a separate file (typically named COPYING.lesser or LICENSE.lesser) in the root of your source code and copy the text. 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. @@ -194,4 +195,4 @@ General Public License ever published by the Free Software Foundation. whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the -Library. \ No newline at end of file +Library. diff --git a/licenses/mit.txt b/licenses/MIT.txt similarity index 99% rename from licenses/mit.txt rename to licenses/MIT.txt index 23ba055..234675b 100644 --- a/licenses/mit.txt +++ b/licenses/MIT.txt @@ -46,4 +46,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/licenses/mozilla.txt b/licenses/MPL-2.0.txt similarity index 99% rename from licenses/mozilla.txt rename to licenses/MPL-2.0.txt index 16b03bf..955d6b9 100644 --- a/licenses/mozilla.txt +++ b/licenses/MPL-2.0.txt @@ -1,9 +1,10 @@ --- layout: license -title: Mozilla Public License Version 2.0 +title: Mozilla Public License 2.0 category: Mozilla -permalink: /licenses/mozilla/ +redirect_from: /licenses/mozilla/ source: http://www.mozilla.org/MPL/2.0/ +permalink: /licenses/mpl-2.0/ description: The Mozilla Public License (MPL 2.0) is maintained by the Mozilla foundation. This license attempts to be a compromise between the permissive BSD license and the reciprocal GPL license. @@ -387,4 +388,4 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by - the Mozilla Public License, v. 2.0. \ No newline at end of file + the Mozilla Public License, v. 2.0. diff --git a/licenses/unlicense.txt b/licenses/unlicense.txt index de914ae..d8d328c 100644 --- a/licenses/unlicense.txt +++ b/licenses/unlicense.txt @@ -1,6 +1,6 @@ --- layout: license -title: The Unlicense +title: Public Domain (Unlicense) category: Public Domain Dedication tab-slug: unlicense permalink: /licenses/unlicense/ @@ -16,10 +16,11 @@ how: Create a text file (typically named UNLICENSE or UNLICENSE.txt) in the root required: permitted: + - private-use - commercial-use - modifications - distribution - - private-use + - sublicense forbidden: - no-liability @@ -48,4 +49,4 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -For more information, please refer to \ No newline at end of file +For more information, please refer to