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

@@ -8,7 +8,7 @@
"api"
],
"homepage": "https://github.com/openapitools/openapi-generator",
"license": "proprietary",
"license": "unlicense",
"authors": [
{
"name": "openapi-generator contributors",