From 162d8d8e45613610b6b28e78ed94c44054c2914e Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Thu, 24 Aug 2017 18:26:45 +0200 Subject: [PATCH] Add Apache 2.0 license #260 --- pom.xml | 12 ++++++++++-- readme.md | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f64e6d122..6fdc4d17e 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ spring-boot-maven-plugin - build-info @@ -157,7 +157,7 @@ - pl.project13.maven @@ -225,4 +225,12 @@ + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + + diff --git a/readme.md b/readme.md index ac30d6392..c43ef63f9 100644 --- a/readme.md +++ b/readme.md @@ -100,6 +100,6 @@ The [issue tracker](https://github.com/spring-projects/spring-petclinic/issues) For pull requests, editor preferences are available in the [editor config](.editorconfig) for easy use in common text editors. Read more and download plugins at . +# License - - +The Spring PetClinic sample application is released under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).