From 57f1b6d53a5189a45f1c1437542f4f07e7ae7829 Mon Sep 17 00:00:00 2001 From: liuzhitao Date: Thu, 22 Dec 2022 05:58:50 +0000 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E6=94=B9=E4=BA=86regex-capi/include/r?= =?UTF-8?q?egex=5Fcapi.h=E6=96=87=E4=BB=B6=E7=89=88=E6=9D=83=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuzhitao --- regex-capi/include/regex_capi.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/regex-capi/include/regex_capi.h b/regex-capi/include/regex_capi.h index 07fc630..971f5ca 100644 --- a/regex-capi/include/regex_capi.h +++ b/regex-capi/include/regex_capi.h @@ -1,18 +1,3 @@ -/****************************************************************************** - * Copyright (c) USTC(Suzhou) & Huawei Technologies Co., Ltd. 2022. All rights reserved. - * re2-rust licensed under the Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * http://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR - * PURPOSE. - * See the Mulan PSL v2 for more details. - * Author: mengning, liuzhitao, yangwentong - * Create: 2022-06-21 - * Description: regex_capi.h is a C API. - ******************************************************************************/ - #pragma once #include -- Gitee