From 177c35fabb60497d0941aab2a6d2b5e982480b17 Mon Sep 17 00:00:00 2001 From: Pei He Date: Thu, 2 Feb 2017 17:21:47 -0800 Subject: [PATCH] Fix broken licenses check for in jenkins files. --- .../job_beam_PreCommit_Website_Stage.groovy | 17 +++++++++++++++++ .jenkins/job_beam_PreCommit_Website_Test.groovy | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/.jenkins/job_beam_PreCommit_Website_Stage.groovy b/.jenkins/job_beam_PreCommit_Website_Stage.groovy index b63d40af5dc9..9bcdf6bda1da 100644 --- a/.jenkins/job_beam_PreCommit_Website_Stage.groovy +++ b/.jenkins/job_beam_PreCommit_Website_Stage.groovy @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ import common_job_properties // Defines a job. diff --git a/.jenkins/job_beam_PreCommit_Website_Test.groovy b/.jenkins/job_beam_PreCommit_Website_Test.groovy index ada089f77f84..cd428e65558c 100644 --- a/.jenkins/job_beam_PreCommit_Website_Test.groovy +++ b/.jenkins/job_beam_PreCommit_Website_Test.groovy @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ import common_job_properties // Defines a job.