Clean up the license field in various templates to ensure it's unlicense by default. (#2627)

This commit is contained in:
kacbuk001
2019-04-09 04:38:06 +02:00
committed by William Cheng
parent 2c26fd3a89
commit 07ebccd455
20 changed files with 229 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
"api"
],
"homepage": "https://openapi-generator.tech",
"license": "proprietary",
"license": "unlicense",
"authors": [
{
"name": "OpenAPI-Generator contributors",