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

shuai pushed a commit to branch feat/1.4.3/ui
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/feat/1.4.3/ui by this push:
     new cc3d0712 fix: add apache licence header
cc3d0712 is described below

commit cc3d0712cbbbc29615d05c85ab0372cc94a381f6
Author: shuai <[email protected]>
AuthorDate: Mon Dec 23 14:49:45 2024 +0800

    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 059ca422..a91dabd9 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';

Reply via email to