gdata-sharp: add license

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