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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 44290f766 [Fix]: license header (#3919)
44290f766 is described below

commit 44290f766898aad7ef819b6d6229afb37401cb9c
Author: Kriszu <[email protected]>
AuthorDate: Fri Jul 26 18:53:10 2024 +0800

    [Fix]: license header (#3919)
---
 .../src/components/OpenApi/index.ts                      | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git 
a/streampark-console/streampark-console-webapp/src/components/OpenApi/index.ts 
b/streampark-console/streampark-console-webapp/src/components/OpenApi/index.ts
index 135f27faf..9c3277b4e 100644
--- 
a/streampark-console/streampark-console-webapp/src/components/OpenApi/index.ts
+++ 
b/streampark-console/streampark-console-webapp/src/components/OpenApi/index.ts
@@ -1,3 +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
+ *
+ *    https://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 { withInstall } from '/@/utils';
 
 import openApi from './src';

Reply via email to