cwebbin: add license

This commit is contained in:
Markus Kowalewski 2018-11-08 20:29:09 +01:00
parent a06e7c5b19
commit e9da929e41
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB
2 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
* add it to this list. The URL mentioned above is a good source for inspiration.
*/
abstyles = spdx {
spdxId = "Abstyles";
fullName = "Abstyles License";
};
afl21 = spdx {
spdxId = "AFL-2.1";
fullName = "Academic Free License v2.1";

View file

@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
description = "Literate Programming in C/C++";
platforms = with platforms; unix;
maintainers = with maintainers; [ vrthra ];
license = licenses.abstyles;
};
}