From 3af16ea335b1a2d813ae48e0ab4d35c4d225cc4a Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Mon, 3 Aug 2020 17:54:50 +0300 Subject: [PATCH] Add license refrence to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 15c0c15..ccfc4a2 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,8 @@ This will invoke the entire workflow on your input data. The artifacts produced You can then use the Java files needed. To have the source files compiled automatically, you will want to either have them created in folder which is part of your Maven project's source directory, or explicitly add an include for the generated directory using the maven-compiler plugin. + + +## License + +This project is licensed under the Apache-2.0 license - see the [LICENSE](https://github.com/nokia/Avro-Schema-Generator/blob/master/LICENSE.txt). \ No newline at end of file