From 37a3c9ace2c987903110746b4f6353ecb1926351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20Berroter=C3=A1n=20Silva?= Date: Mon, 22 Oct 2018 20:59:21 -0600 Subject: [PATCH] Create license entry topic on READM file --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index f88d1f2c..7f7f72ab 100644 --- a/README.md +++ b/README.md @@ -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.