From 348aceed1d91c31ced49a7586d7da7afdd92efc7 Mon Sep 17 00:00:00 2001 From: Yue-Lan Date: Mon, 27 May 2024 15:42:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Copyright=20Header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libsearch/remote-file-event-helper.cpp | 17 +++++++++++++++++ libsearch/remote-file-event-helper.h | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/libsearch/remote-file-event-helper.cpp b/libsearch/remote-file-event-helper.cpp index 4c8f175..9a6abdd 100644 --- a/libsearch/remote-file-event-helper.cpp +++ b/libsearch/remote-file-event-helper.cpp @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2024, KylinSoft Co., Ltd. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + */ #include "remote-file-event-helper.h" #include "rep_fileeventhandler_replica.h" diff --git a/libsearch/remote-file-event-helper.h b/libsearch/remote-file-event-helper.h index e8dae0c..1857996 100644 --- a/libsearch/remote-file-event-helper.h +++ b/libsearch/remote-file-event-helper.h @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2024, KylinSoft Co., Ltd. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + */ #ifndef REMOTEFILEEVENTHELPER_H #define REMOTEFILEEVENTHELPER_H