From 838ef04da912091db6f83be2fe48a9a3525e8279 Mon Sep 17 00:00:00 2001 From: Kenneth Knowles Date: Thu, 2 Feb 2017 19:21:46 -0800 Subject: [PATCH] Add license header to website Jenkins job descriptions --- .../job_beam_PreCommit_Website_Stage.groovy | 18 ++++++++++++++++++ .../job_beam_PreCommit_Website_Test.groovy | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/.jenkins/job_beam_PreCommit_Website_Stage.groovy b/.jenkins/job_beam_PreCommit_Website_Stage.groovy index b63d40af5dc9..69be64d6b86c 100644 --- a/.jenkins/job_beam_PreCommit_Website_Stage.groovy +++ b/.jenkins/job_beam_PreCommit_Website_Stage.groovy @@ -1,3 +1,21 @@ +/* + * 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..2b55374fe14f 100644 --- a/.jenkins/job_beam_PreCommit_Website_Test.groovy +++ b/.jenkins/job_beam_PreCommit_Website_Test.groovy @@ -1,3 +1,21 @@ +/* + * 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.