summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-06-24 18:31:54 +0200
committerThéo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-06-24 18:31:54 +0200
commit40334168454d4605c217342f514692445a5f1a8a (patch)
tree41a1df1ddb7e06e9361b36a44f3466dcafe05ccc /lib/licenses.nix
parent24a322498e8681c3f016d07fe1fb198188ffc591 (diff)
downloadnixpkgs-40334168454d4605c217342f514692445a5f1a8a.tar
nixpkgs-40334168454d4605c217342f514692445a5f1a8a.tar.gz
nixpkgs-40334168454d4605c217342f514692445a5f1a8a.tar.bz2
nixpkgs-40334168454d4605c217342f514692445a5f1a8a.tar.lz
nixpkgs-40334168454d4605c217342f514692445a5f1a8a.tar.xz
nixpkgs-40334168454d4605c217342f514692445a5f1a8a.tar.zst
nixpkgs-40334168454d4605c217342f514692445a5f1a8a.zip
Mark more unfree licenses as unfree. See also #20256.
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index a0b0f8727af..c4ccea457e2 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -122,26 +122,31 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
   cc-by-nc-sa-20 = spdx {
     spdxId = "CC-BY-NC-SA-2.0";
     fullName = "Creative Commons Attribution Non Commercial Share Alike 2.0";
+    free = false;
   };
 
   cc-by-nc-sa-25 = spdx {
     spdxId = "CC-BY-NC-SA-2.5";
     fullName = "Creative Commons Attribution Non Commercial Share Alike 2.5";
+    free = false;
   };
 
   cc-by-nc-sa-30 = spdx {
     spdxId = "CC-BY-NC-SA-3.0";
     fullName = "Creative Commons Attribution Non Commercial Share Alike 3.0";
+    free = false;
   };
 
   cc-by-nc-sa-40 = spdx {
     spdxId = "CC-BY-NC-SA-4.0";
     fullName = "Creative Commons Attribution Non Commercial Share Alike 4.0";
+    free = false;
   };
 
   cc-by-nd-30 = spdx {
     spdxId = "CC-BY-ND-3.0";
     fullName = "Creative Commons Attribution-No Derivative Works v3.00";
+    free = false;
   };
 
   cc-by-sa-25 = spdx {
@@ -455,6 +460,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
   msrla = {
     fullName  = "Microsoft Research License Agreement";
     url       = "http://research.microsoft.com/en-us/projects/pex/msr-la.txt";
+    free = false;
   };
 
   ncsa = spdx {