Adding Apache 2 License option (#578)

* Adding Apache 2 License option

* changed order of liences availble
This commit is contained in:
Meghan Heintz 2016-06-03 14:02:51 -07:00 committed by Daniel Roy Greenfeld
parent 65b3de002c
commit daf98aea42

View File

@ -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"]
}