From 59ceb981d4fb3ecbd0f0456a8883ff042bdebc29 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Mon, 17 Sep 2018 09:45:52 +0200 Subject: [PATCH] Fix license issue --- .../settings.gradle.template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/tools/gradle-plugin-portal/settings.gradle.template b/src/tools/gradle-plugin-portal/settings.gradle.template index c6b45fac..2b9108d1 100644 --- a/src/tools/gradle-plugin-portal/settings.gradle.template +++ b/src/tools/gradle-plugin-portal/settings.gradle.template @@ -1 +1,17 @@ +/* + * (C) Copyright Uwe Schindler (Generics Policeman) and others. + * + * 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. + */ + rootProject.name = '@ARTIFACTID@'