lol

fixes #1933

+9 -11
+1 -1
pkgs/desktops/gnome-3/3.10/core/libgnome-keyring/default.nix
··· 14 14 meta = { 15 15 description = "Framework for managing passwords and other secrets"; 16 16 homepage = http://live.gnome.org/GnomeKeyring; 17 - # TODO license = with stdenv.lib.licenses; [ gpl2Plus lgpl2Plus ]; 17 + license = with stdenv.lib.licenses; [ gpl2Plus lgpl2Plus ]; 18 18 inherit (glib.meta) platforms maintainers; 19 19 20 20 longDescription = ''
+1 -1
pkgs/desktops/gnome-3/3.10/core/yelp-xsl/default.nix
··· 17 17 homepage = https://wiki.gnome.org/Apps/Yelp; 18 18 description = "Yelp's universal stylesheets for Mallard and DocBook"; 19 19 maintainers = with maintainers; [ lethalman ]; 20 - # TODO license = [licenses.gpl2 licenses.lgpl2]; 20 + license = [licenses.gpl2 licenses.lgpl2]; 21 21 platforms = platforms.linux; 22 22 }; 23 23 }
+1 -1
pkgs/desktops/gnome-3/3.12/core/libgnome-keyring/default.nix
··· 14 14 meta = { 15 15 description = "Framework for managing passwords and other secrets"; 16 16 homepage = http://live.gnome.org/GnomeKeyring; 17 - # TODO license = with stdenv.lib.licenses; [ gpl2Plus lgpl2Plus ]; 17 + license = with stdenv.lib.licenses; [ gpl2Plus lgpl2Plus ]; 18 18 inherit (glib.meta) platforms maintainers; 19 19 20 20 longDescription = ''
+1 -1
pkgs/desktops/gnome-3/3.12/core/yelp-xsl/default.nix
··· 17 17 homepage = https://wiki.gnome.org/Apps/Yelp; 18 18 description = "Yelp's universal stylesheets for Mallard and DocBook"; 19 19 maintainers = with maintainers; [ lethalman ]; 20 - # TODO license = [licenses.gpl2 licenses.lgpl2]; 20 + license = [licenses.gpl2 licenses.lgpl2]; 21 21 platforms = platforms.linux; 22 22 }; 23 23 }
+1 -1
pkgs/development/libraries/pangomm/default.nix
··· 18 18 meta = with stdenv.lib; { 19 19 description = "C++ interface to the Pango text rendering library"; 20 20 homepage = http://www.pango.org/; 21 - # TODO license = with licenses; [ lgpl2 lgpl21 ]; 21 + license = with licenses; [ lgpl2 lgpl21 ]; 22 22 maintainers = with maintainers; [ lovek323 raskin ]; 23 23 platforms = platforms.unix; 24 24
+1 -1
pkgs/development/tools/misc/lttv/default.nix
··· 15 15 homepage = http://lttng.org/; 16 16 # liblttvtraceread (ltt/ directory) is distributed under the GNU LGPL v2.1. 17 17 # The rest of the LTTV package is distributed under the GNU GPL v2. 18 - # TODO license = with licenses; [ gpl2 lgpl21 ]; 18 + license = with licenses; [ gpl2 lgpl21 ]; 19 19 platforms = platforms.linux; 20 20 maintainers = [ maintainers.bjornfor ]; 21 21 };
+1 -1
pkgs/os-specific/darwin/otool/default.nix
··· 24 24 meta = with stdenv.lib; { 25 25 description = "Object file displaying tool"; 26 26 homepage = https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/otool.1.html; 27 - # TODO license = with licenses; [ apsl20 gpl2Plus ]; 27 + license = with licenses; [ apsl20 gpl2Plus ]; 28 28 maintainers = with maintainers; [ lovek323 ]; 29 29 platforms = platforms.darwin; 30 30
+1 -1
pkgs/os-specific/linux/lttng-modules/default.nix
··· 25 25 meta = with stdenv.lib; { 26 26 description = "Linux kernel modules for LTTng tracing"; 27 27 homepage = http://lttng.org/; 28 - # TODO license = with licenses; [ lgpl21 gpl2 mit ]; 28 + license = with licenses; [ lgpl21 gpl2 mit ]; 29 29 platforms = platforms.linux; 30 30 maintainers = [ maintainers.bjornfor ]; 31 31 };
+1 -3
pkgs/tools/networking/p2p/tahoe-lafs/default.nix
··· 66 66 ''; 67 67 68 68 homepage = http://allmydata.org/; 69 - 70 - # TODO license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ]; 71 - 69 + license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ]; 72 70 maintainers = [ lib.maintainers.simons ]; 73 71 platforms = lib.platforms.gnu; # arbitrary choice 74 72 };