From: garciadeblas Date: Tue, 5 Apr 2022 12:33:00 +0000 (+0200) Subject: Added license header to Jenkinsfile X-Git-Url: https://osm.etsi.org/gitweb/?p=TEMPLATE.git;a=commitdiff_plain;h=5db275107ede13bf26fb727ca6fa027ea53e2f9a;hp=f929949f94998f893b91fd83374ffe2b54282567 Added license header to Jenkinsfile Change-Id: I4b99282add6fb7329ae60df92e6034304ed71e5f Signed-off-by: garciadeblas --- diff --git a/Jenkinsfile b/Jenkinsfile index 4f9b9aa..9f67d36 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,17 @@ +/* + 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. +*/ properties([ parameters([ string(defaultValue: env.BRANCH_NAME, description: '', name: 'GERRIT_BRANCH'),