From c04ea11e171217288c6bcb5aae91a6dae8d0a503 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Fri, 12 Feb 2016 15:51:44 -0800 Subject: [PATCH] Remove need for tab-slug --- README.md | 1 - _data/meta.yml | 4 ---- _includes/license-overview.html | 4 ++-- _licenses/agpl-3.0.txt | 1 - _licenses/bsd-2-clause.txt | 1 - _licenses/bsd-3-clause-clear.txt | 1 - _licenses/bsd-3-clause.txt | 1 - _licenses/cc0-1.0.txt | 1 - _licenses/eupl-1.1.txt | 1 - _licenses/gpl-2.0.txt | 1 - _licenses/gpl-3.0.txt | 1 - _licenses/isc.txt | 1 - _licenses/lgpl-2.1.txt | 1 - _licenses/lgpl-3.0.txt | 1 - _licenses/lppl-1.3c.txt | 1 - _licenses/unlicense.txt | 1 - spec/license_category_spec.rb | 12 ------------ spec/license_meta_spec.rb | 4 ++-- 18 files changed, 4 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 38f43a1..31a9175 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ Licenses sit in the `/_licenses` folder. Each license has YAML front matter desc * `nickname` - A shorter, human-readable license name where the SPDX license name (`title` above) is long * `variant` - Whether the license is a variant of a family of licenses (defaults to false) * `family` - If part of a license family, the name of the license family (e.g., `GPL`) -* `tab-slug` - If part of a license family, a license slug containing only `a-z`, `0-9`, and `_` characters, used for internal links on the licenses page ### Auto-populated fields diff --git a/_data/meta.yml b/_data/meta.yml index b9f2ed9..8fe3d75 100644 --- a/_data/meta.yml +++ b/_data/meta.yml @@ -62,7 +62,3 @@ - name: family description: If part of a license family, the name of the license family (e.g., `GPL`) required: false - -- name: tab-slug - description: If part of a license family, a license slug containing only `a-z`, `0-9`, and `_` characters, used for internal links on the licenses page - required: false diff --git a/_includes/license-overview.html b/_includes/license-overview.html index b03be40..ce0c23b 100644 --- a/_includes/license-overview.html +++ b/_includes/license-overview.html @@ -24,7 +24,7 @@