Use MIT instead of BSD

MIT has the same terms as BSD, but it is less ambiguous
compared to the 3+ variants of BSD.
This commit is contained in:
Flaviu Tamas 2015-02-03 18:49:39 -05:00
commit 6d39497ae0

View file

@ -769,7 +769,7 @@ proc init(options: Options) =
outFile.writeln("version = \"0.1.0\"")
outFile.writeln("author = \"Anonymous\"")
outFile.writeln("description = \"New Nimble project for Nim\"")
outFile.writeln("license = \"BSD\"")
outFile.writeln("license = \"MIT\"")
outFile.writeln("")
outFile.writeln("[Deps]")
outFile.writeln("Requires: \"nim >= 0.10.0\"")