cmake: add bsd3 license

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