cmake: add bsd3 license

+2
+1
pkgs/development/tools/build-managers/cmake/2.8.nix
··· 84 84 description = "Cross-Platform Makefile Generator"; 85 85 platforms = if useQt4 then qt4.meta.platforms else stdenv.lib.platforms.unix; 86 86 maintainers = with stdenv.lib.maintainers; [ ]; 87 + license = stdenv.lib.licenses.bsd3; 87 88 }; 88 89 }
+1
pkgs/development/tools/build-managers/cmake/default.nix
··· 126 126 description = "Cross-Platform Makefile Generator"; 127 127 platforms = if useQt4 then qt4.meta.platforms else platforms.all; 128 128 maintainers = with maintainers; [ ttuegel lnl7 ]; 129 + license = licenses.bsd3; 129 130 }; 130 131 }