mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-04 18:54:53 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -22,5 +22,5 @@
|
|||
"use_heroku": "n",
|
||||
"use_grunt": "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 a new issue