summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2016-03-09 01:19:31 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2016-03-09 15:25:53 -0300
commite57f1eb6d061ba37677230ba95b21733e3179259 (patch)
tree3414bcb90e5f6f507de2308cea434c591d510c0f /lib/licenses.nix
parent956bbd45f7ea0046a49605d6c514d8f24610dd96 (diff)
downloadnixpkgs-e57f1eb6d061ba37677230ba95b21733e3179259.tar
nixpkgs-e57f1eb6d061ba37677230ba95b21733e3179259.tar.gz
nixpkgs-e57f1eb6d061ba37677230ba95b21733e3179259.tar.bz2
nixpkgs-e57f1eb6d061ba37677230ba95b21733e3179259.tar.lz
nixpkgs-e57f1eb6d061ba37677230ba95b21733e3179259.tar.xz
nixpkgs-e57f1eb6d061ba37677230ba95b21733e3179259.tar.zst
nixpkgs-e57f1eb6d061ba37677230ba95b21733e3179259.zip
epson_201207w: init at 1.0.0
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 64ba63b146a..f01712500e7 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -175,6 +175,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "Eclipse Public License 1.0";
   };
 
+  epson = {
+    fullName = "Seiko Epson Corporation Software License Agreement for Linux";
+    url = https://download.ebz.epson.net/dsc/du/02/eula/global/LINUX_EN.html;
+    free = false;
+  };
+
   fdl12 = spdx {
     spdxId = "GFDL-1.2";
     fullName = "GNU Free Documentation License v1.2";