From 69dbb698cf735f5183174fb458087eb91870da9e Mon Sep 17 00:00:00 2001 From: Andres Taylor Date: Fri, 1 Apr 2011 10:46:13 +0200 Subject: [PATCH] Added license fixing as part of the compile --- spring-data-graph-parent/license-header.txt | 14 +++++++++ spring-data-graph-parent/pom.xml | 32 +++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 spring-data-graph-parent/license-header.txt diff --git a/spring-data-graph-parent/license-header.txt b/spring-data-graph-parent/license-header.txt new file mode 100644 index 000000000..586c4388c --- /dev/null +++ b/spring-data-graph-parent/license-header.txt @@ -0,0 +1,14 @@ +Copyright 2011 the original author or authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/spring-data-graph-parent/pom.xml b/spring-data-graph-parent/pom.xml index ac09dea0c..93e6c75f7 100644 --- a/spring-data-graph-parent/pom.xml +++ b/spring-data-graph-parent/pom.xml @@ -366,6 +366,38 @@ + + com.mycila.maven-license-plugin + maven-license-plugin + + + check-licenses + + initialize + + format + + + + + true +
${basedir}/../spring-data-graph-parent/license-header.txt
+ + src/**/*.java + src/**/*.js + src/**/*.scala + + + + **/lib/*.js + **/lib/**/*.js + **/javascript/vend/** + + + JAVADOC_STYLE + +
+