From 0665428cd6f2834d946486971673e7c85e5c776c Mon Sep 17 00:00:00 2001 From: yew1eb Date: Wed, 11 Oct 2017 02:52:35 +0800 Subject: [PATCH] [hotfix][license] Add missing licenses This close #4794. --- flink-dist/src/main/flink-bin/conf/zoo.cfg | 18 ++++++++++++++++++ .../assets/images/browserconfig.xml | 19 +++++++++++++++++++ .../web/images/browserconfig.xml | 19 +++++++++++++++++++ pom.xml | 2 -- 4 files changed, 56 insertions(+), 2 deletions(-) diff --git a/flink-dist/src/main/flink-bin/conf/zoo.cfg b/flink-dist/src/main/flink-bin/conf/zoo.cfg index a14ec66745b..f59899746c3 100644 --- a/flink-dist/src/main/flink-bin/conf/zoo.cfg +++ b/flink-dist/src/main/flink-bin/conf/zoo.cfg @@ -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. +################################################################################ + # The number of milliseconds of each tick tickTime=2000 diff --git a/flink-runtime-web/web-dashboard/assets/images/browserconfig.xml b/flink-runtime-web/web-dashboard/assets/images/browserconfig.xml index 81ec113f55c..68bf6388807 100644 --- a/flink-runtime-web/web-dashboard/assets/images/browserconfig.xml +++ b/flink-runtime-web/web-dashboard/assets/images/browserconfig.xml @@ -1,4 +1,23 @@ + + diff --git a/flink-runtime-web/web-dashboard/web/images/browserconfig.xml b/flink-runtime-web/web-dashboard/web/images/browserconfig.xml index 81ec113f55c..68bf6388807 100644 --- a/flink-runtime-web/web-dashboard/web/images/browserconfig.xml +++ b/flink-runtime-web/web-dashboard/web/images/browserconfig.xml @@ -1,4 +1,23 @@ + + diff --git a/pom.xml b/pom.xml index 4aa50310aac..b70389ad741 100644 --- a/pom.xml +++ b/pom.xml @@ -996,7 +996,6 @@ under the License. flink-runtime-web/web-dashboard/assets/fonts/fontawesome* - flink-runtime-web/web-dashboard/assets/images/browserconfig.xml flink-runtime-web/web-dashboard/assets/images/manifest.json flink-runtime-web/web-dashboard/assets/images/safari-pinned-tab.svg @@ -1031,7 +1030,6 @@ under the License. **/flink-bin/conf/slaves **/flink-bin/conf/masters - **/flink-bin/conf/zoo.cfg **/README.md .github/** -- GitLab