alexa-samples / skill-sample-nodejs-adventure-game

This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Apache License 2.0
512 stars 219 forks source link

Licence #10

Open UXVirtual opened 8 years ago

UXVirtual commented 8 years ago

Are there other licencing options available other than Amazon's licence?

I'm interested in making modifications to the code the tool generates to add new features such as an inventory system and useable items.

rejamison commented 8 years ago

We’re only making the project available under the Amazon Software License (https://github.com/alexa/interactive-adventure-game-tool/blob/master/LICENSE.txt) which allows you to modify and redistribute the project to add new features. The main restrictions are that you redistribute the project under the Amazon Software License and that that you limit the use of the project and any derivative work to uses with Amazon services or applications, including the Alexa voice service.

UXVirtual commented 8 years ago

No problem - from looking at the source code it seems like it's pretty tightly integrated into the Amazon ecosystem anyway. Would adding the option to work on node running on an EC2 instance with a different database system hosted on AWS still be within the terms of the licence?

rjamison commented 8 years ago

We don't have any concerns with that type of modification.