spf13--cobra/cobra/cmd
Philippe Ombredanne 96d04d97d5 Fix the GPL license headers and texts
* the current GPL 2 and 3 templates are incorrect on two counts:
   1. the headers make a reference to the Lesser GPL instead of the GPL
   2. the texts are incomplete and truncated: including a partial GPL
      is as good as not including it at all from a GPL standpoint.
 * this patch corrects the header templates and also removes nice but
   not needed templating of appName.
 * it also ensure the full text of the GPL licenses. Both header and
   texts are copied verbatim from these URLs (with a minor change:
   backticks have been replaced with single quotes to work around
   escaping limitations on golang raw strings that are
   backtick-delimited and do not accept escaping):
   https://www.gnu.org/licenses/gpl-3.0.txt
   https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt  
 

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
2016-10-26 22:55:52 +02:00
..
add.go fix typo 2015-11-24 14:46:13 +01:00
helpers.go Adding custom license functionality 2016-04-27 12:03:26 -04:00
helpers_test.go Ugly fix for filepath.IsAbs not playing nicely with windows 2015-12-11 15:44:48 -05:00
init.go Improving createLicenseFile function 2016-04-27 12:03:26 -04:00
licenses.go Fix the GPL license headers and texts 2016-10-26 22:55:52 +02:00
root.go Adding custom license functionality 2016-04-27 12:03:26 -04:00