shurcooL / vfsgen

Takes an input http.FileSystem (likely at go generate time) and generates Go code that statically implements it.
MIT License
981 stars 83 forks source link

Add MIT License #61

Closed andrewmostello closed 5 years ago

andrewmostello commented 5 years ago

I'd like to use vfsgen in our projects, and was hoping you could add a license. I've added the MIT license here, but if you have another preference that's fine of course. Thanks!

dmitshur commented 5 years ago

Hi @andrewmostello.

I'd like to use vfsgen in our projects

Great!

was hoping you could add a license. I've added the MIT license here

vfsgen is already licensed using the MIT license, as you can see in the README here:

https://github.com/shurcooL/vfsgen#license

I'll make a change to make it more clear.

Thanks!