Added license header to Jenkinsfile 53/11853/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 5 Apr 2022 12:33:00 +0000 (14:33 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 5 Apr 2022 12:33:00 +0000 (14:33 +0200)
Change-Id: I4b99282add6fb7329ae60df92e6034304ed71e5f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile

index 4f9b9aa..9f67d36 100644 (file)
@@ -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'),