From a9fbaaf2ddd80274dd8d2d1a23c9e895f2b53bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Schalk=20W=2E=20Cronj=C3=A9?= Date: Wed, 8 Nov 2017 19:19:53 +0100 Subject: [PATCH] Updated license headers (#25) --- .../ivypot/CannotUseCurrentProjectException.groovy | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/groovy/org/ysb33r/gradle/ivypot/CannotUseCurrentProjectException.groovy b/src/main/groovy/org/ysb33r/gradle/ivypot/CannotUseCurrentProjectException.groovy index 33f4515..12f47de 100644 --- a/src/main/groovy/org/ysb33r/gradle/ivypot/CannotUseCurrentProjectException.groovy +++ b/src/main/groovy/org/ysb33r/gradle/ivypot/CannotUseCurrentProjectException.groovy @@ -1,3 +1,17 @@ +// +// ============================================================================ +// (C) Copyright Schalk W. Cronje 2013-2017 +// +// This software is licensed under the Apache License 2.0 +// See http://www.apache.org/licenses/LICENSE-2.0 for license details +// +// 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. +// +// ============================================================================ +// + package org.ysb33r.gradle.ivypot import groovy.transform.CompileStatic