summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-09-29 10:54:21 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-09-29 10:54:21 +0200
commit870d6f4a98f19374d1188006574b8d55ca4a6547 (patch)
tree0015642733b26002f639a951a98ae3d0a92b441f /lib
parent979a581e102a1f072f91ac3ca8a415b181e828e4 (diff)
licenses: remove gpl1
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 6eeba6588be1..5839013c177f 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -969,11 +969,6 @@ in mkLicense lset) ({
fullName = "GNU Free Documentation License v1.3";
deprecated = true;
};
- gpl1 = {
- spdxId = "GPL-1.0";
- fullName = "GNU General Public License v1.0";
- deprecated = true;
- };
gpl2 = {
spdxId = "GPL-2.0";
fullName = "GNU General Public License v2.0";