add the CPAL-1.0 license

The 'Common Public Attribution License 1.0' is used
for projectlibre and required for packaging it into nixpkgs.
This commit is contained in:
Moritz Küttel 2018-03-07 21:15:33 +01:00 committed by obadz
parent 335394ff81
commit d17e6f2c3e

View file

@ -179,6 +179,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "CeCILL-C Free Software License Agreement";
};
cpal10 = spdx {
spdxId = "CPAL-1.0";
fullName = "Common Public Attribution License 1.0";
};
cpl10 = spdx {
spdxId = "CPL-1.0";
fullName = "Common Public License 1.0";