davecgh / go-spew

Implements a deep pretty printer for Go data structures to aid in debugging
ISC License
5.98k stars 361 forks source link

Reformat the license for machine parsing #48

Closed satreix closed 7 years ago

satreix commented 7 years ago

Reformat the MIT license to be machine parsing compliant.

davecgh commented 7 years ago

This is ISC licensed as opposed to MIT.

satreix commented 7 years ago

Oupsi. My bad then, I'll go ahead and update the known licenses in ryanuber/go-license instead. Thank you for your project 👍

satreix commented 7 years ago

@davecgh I think there is a typo in the LICENSE file (according to Wikipedia):

-Permission to use, copy, modify, and distribute this software for any
+Permission to use, copy, modify, and/or distribute this software for any

This is somewhat important if we want to use automatic tools like ryanuber/go-license that try to match on that string (code here https://github.com/ryanuber/go-license/blob/master/license.go#L164-L166).