From cc3d0712cbbbc29615d05c85ab0372cc94a381f6 Mon Sep 17 00:00:00 2001
From: shuai <lishuailing@sifou.com>
Date: Mon, 23 Dec 2024 14:49:45 +0800
Subject: [PATCH] fix: add apache licence header

---
 ui/src/components/PinList/index.tsx | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/ui/src/components/PinList/index.tsx b/ui/src/components/PinList/index.tsx
index 059ca4229..a91dabd9a 100644
--- a/ui/src/components/PinList/index.tsx
+++ b/ui/src/components/PinList/index.tsx
@@ -1,3 +1,22 @@
+/*
+ * 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 { FC } from 'react';
 import { ListGroup, Stack, Card } from 'react-bootstrap';
 import { NavLink } from 'react-router-dom';