Commit 15718cc8 authored by vieta's avatar vieta Committed by vieta
Browse files

lib/license: add zsh license

parent 29f44177
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1271,6 +1271,11 @@ in mkLicense lset) ({
    fullName = "zlib License";
  };

  zsh = {
    url = "https://github.com/zsh-users/zsh/blob/master/LICENCE";
    fulllName = "Zsh License";
  };

  zpl20 = {
    spdxId = "ZPL-2.0";
    fullName = "Zope Public License 2.0";