pmyers88 / dc-metro-echo

Echo app to tell a user when the next train is arriving at a given metro station.
MIT License
3 stars 3 forks source link

What is the license for this repo? #41

Closed rjbeers closed 8 years ago

rjbeers commented 8 years ago

@pmyers88 the package.json says MIT license, but there is an Apache LICENSE.md. What's going on?

pmyers88 commented 8 years ago

The Alexa API license is Apache. I thought that meant we'd have to use the Apache license. Do you know if that's the case?

rjbeers commented 8 years ago

Apache requires license and disclaimer to be kept with the code, so maybe we should move those into the vendor folder?

rjbeers commented 8 years ago

Then MIT license could possibly be put in LICENSE.md

pmyers88 commented 8 years ago

Ah. I kept the license in the Alexa code, so it's probably not necessary to move it. We can switch back to MIT.