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:
parent
4130771919
commit
6d39497ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -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\"")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue