mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 02:52:25 +03:00
Adding Apache 2 License option (#578)
* Adding Apache 2 License option * changed order of liences availble
This commit is contained in:
parent
65b3de002c
commit
daf98aea42
|
@ -22,5 +22,5 @@
|
||||||
"use_heroku": "n",
|
"use_heroku": "n",
|
||||||
"use_grunt": "n",
|
"use_grunt": "n",
|
||||||
"use_angular": "n",
|
"use_angular": "n",
|
||||||
"open_source_license": ["MIT", "BSD", "Not open source"]
|
"open_source_license": ["MIT", "BSD", "Apache Software License 2.0", "Not open source"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user