You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/03/09 17:54:11 UTC

[flink] branch release-1.14 updated: [FLINK-26352][runtime-web] Add missing license headers to WebUI source files

This is an automated email from the ASF dual-hosted git repository.

mapohl pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new 32c7067  [FLINK-26352][runtime-web] Add missing license headers to WebUI source files
32c7067 is described below

commit 32c7067f354196f8285a7a96186c748a528a33bb
Author: Mika Naylor <ma...@autophagy.io>
AuthorDate: Tue Mar 1 17:00:28 2022 +0100

    [FLINK-26352][runtime-web] Add missing license headers to WebUI source files
---
 .../web-dashboard/src/@types/d3-tip/index.d.ts         | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/flink-runtime-web/web-dashboard/src/@types/d3-tip/index.d.ts b/flink-runtime-web/web-dashboard/src/@types/d3-tip/index.d.ts
index a79645f..b2a7e41 100644
--- a/flink-runtime-web/web-dashboard/src/@types/d3-tip/index.d.ts
+++ b/flink-runtime-web/web-dashboard/src/@types/d3-tip/index.d.ts
@@ -1 +1,19 @@
+/*
+ * 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.
+ */
+
 declare module 'd3-tip';