Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create license entry topic on READM file #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,27 @@ To compile the `vaadin-gwt-polymer-elements` library by yourself.
1. Run `$ mvn gwt:devmode` to run the demo in SuperDevMode, otherwise run `$ mvn clean package` to
build the demo application under `target` directory.
1. You can serve the demo directly from the `target/gwt-polymer-demo` or you can deploy the generated `target/gwt-polymer-demo.war` in a servlet container.


## License

This program follows the Apache License version 2.0 (http://www.apache.org/licenses/ ). See LICENSE.txt included with the distribution for details.

That means:

allows It you to:

freely download and use this software, in whole or in part, for personal, company internal, or commercial purposes;
use this software in packages or distributions that you create.

It requires you to:

include a copy of the license in any redistribution you may make that includes this software;
provide clear attribution to us, xerial.org for any distributions that include this software


It does not require you to:

include the source of this software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it;
submit changes that you make to the software back to this software (though such feedback is encouraged).
See License FAQ http://www.apache.org/foundation/licence-FAQ.html for more details.