gdata-sharp: add license

+2
+2
pkgs/development/libraries/gdata-sharp/default.nix
··· 34 The Google Data APIs provide a simple protocol for reading and writing 35 data on the web. 36 ''; 37 platforms = platforms.linux; 38 }; 39 }
··· 34 The Google Data APIs provide a simple protocol for reading and writing 35 data on the web. 36 ''; 37 + 38 + license = licenses.asl20; 39 platforms = platforms.linux; 40 }; 41 }