···1818 meta = with stdenv.lib; {
1919 description = "C++ interface to the Pango text rendering library";
2020 homepage = http://www.pango.org/;
2121- # TODO license = with licenses; [ lgpl2 lgpl21 ];
2121+ license = with licenses; [ lgpl2 lgpl21 ];
2222 maintainers = with maintainers; [ lovek323 raskin ];
2323 platforms = platforms.unix;
2424
+1-1
pkgs/development/tools/misc/lttv/default.nix
···1515 homepage = http://lttng.org/;
1616 # liblttvtraceread (ltt/ directory) is distributed under the GNU LGPL v2.1.
1717 # The rest of the LTTV package is distributed under the GNU GPL v2.
1818- # TODO license = with licenses; [ gpl2 lgpl21 ];
1818+ license = with licenses; [ gpl2 lgpl21 ];
1919 platforms = platforms.linux;
2020 maintainers = [ maintainers.bjornfor ];
2121 };
+1-1
pkgs/os-specific/darwin/otool/default.nix
···2424 meta = with stdenv.lib; {
2525 description = "Object file displaying tool";
2626 homepage = https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/otool.1.html;
2727- # TODO license = with licenses; [ apsl20 gpl2Plus ];
2727+ license = with licenses; [ apsl20 gpl2Plus ];
2828 maintainers = with maintainers; [ lovek323 ];
2929 platforms = platforms.darwin;
3030
+1-1
pkgs/os-specific/linux/lttng-modules/default.nix
···2525 meta = with stdenv.lib; {
2626 description = "Linux kernel modules for LTTng tracing";
2727 homepage = http://lttng.org/;
2828- # TODO license = with licenses; [ lgpl21 gpl2 mit ];
2828+ license = with licenses; [ lgpl21 gpl2 mit ];
2929 platforms = platforms.linux;
3030 maintainers = [ maintainers.bjornfor ];
3131 };