From aa86a78aaa0ee30025c3bd1cf192c918a2ded83f Mon Sep 17 00:00:00 2001 From: handsome_feng Date: Tue, 29 Aug 2023 19:45:09 +0800 Subject: [PATCH] Update copyright --- src/config/datatype.h | 2 +- src/config/gsettingsparse.c | 2 +- src/config/gsettingsparse.h | 2 +- src/config/jsonparse.c | 2 +- src/config/jsonparse.h | 2 +- src/config/libkyconf.c | 2 +- src/config/libkyconf.h | 2 +- src/config/structparse.c | 2 +- src/config/structparse.h | 2 +- src/config/test/test_structlist.c | 2 +- src/config/xmlparse.c | 2 +- src/config/xmlparse.h | 2 +- src/gsettings/libkygsetting.c | 2 +- src/gsettings/libkygsetting.h | 2 +- src/gsettings/test/test-gsetting.c | 2 +- src/log/core.c | 2 +- src/log/core.h | 2 +- src/log/format.c | 2 +- src/log/format.h | 2 +- src/log/klog_dump.c | 2 +- src/log/klog_dump.h | 2 +- src/log/klog_mqueue.c | 2 +- src/log/klog_mqueue.h | 2 +- src/log/libkylog.c | 2 +- src/log/libkylog.h | 2 +- src/log/test/test-autowrap.c | 2 +- src/log/test/test-log.c | 2 +- src/log/test/test-pressure.c | 2 +- src/log/test/test-setdir.c | 2 +- src/log/write.c | 2 +- src/log/write.h | 2 +- src/log/writeFile.c | 2 +- src/log/writeFile.h | 2 +- src/process/processdaemon.cpp | 2 +- src/process/processdaemon.h | 2 +- src/process/test/main.cpp | 2 +- src/timer/libkytimer.c | 2 +- src/timer/libkytimer.h | 2 +- src/timer/test/test-kytimer.c | 2 +- src/utils/cstring-extension.h | 2 +- src/utils/data-structure/linklist/listdata.h | 2 +- src/utils/data-structure/linklist/skip_linklist/skip_linklist.c | 2 +- src/utils/data-structure/linklist/skip_linklist/skip_linklist.h | 2 +- .../data-structure/linklist/skip_linklist/test/delete_test.c | 2 +- .../data-structure/linklist/skip_linklist/test/insert_test.c | 2 +- .../data-structure/linklist/skip_linklist/test/search_test.c | 2 +- src/utils/kerr.h | 2 +- src/utils/kyutils.c | 2 +- src/utils/kyutils.h | 2 +- src/utils/sample/kyutils_sample.c | 2 +- src/utils/sdkmarcos.h | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/config/datatype.h b/src/config/datatype.h index 676810f..1f286c4 100644 --- a/src/config/datatype.h +++ b/src/config/datatype.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/config/gsettingsparse.c b/src/config/gsettingsparse.c index f84a3eb..8420ea9 100644 --- a/src/config/gsettingsparse.c +++ b/src/config/gsettingsparse.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/config/gsettingsparse.h b/src/config/gsettingsparse.h index c152aa1..f867d09 100644 --- a/src/config/gsettingsparse.h +++ b/src/config/gsettingsparse.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/config/jsonparse.c b/src/config/jsonparse.c index 6901f88..787c4e8 100644 --- a/src/config/jsonparse.c +++ b/src/config/jsonparse.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/config/jsonparse.h b/src/config/jsonparse.h index 9227295..4f717d0 100644 --- a/src/config/jsonparse.h +++ b/src/config/jsonparse.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/config/libkyconf.c b/src/config/libkyconf.c index 07ccbea..024cd38 100644 --- a/src/config/libkyconf.c +++ b/src/config/libkyconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/config/libkyconf.h b/src/config/libkyconf.h index b92a0cc..43e1da8 100644 --- a/src/config/libkyconf.h +++ b/src/config/libkyconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/config/structparse.c b/src/config/structparse.c index 410a8a3..12969e6 100644 --- a/src/config/structparse.c +++ b/src/config/structparse.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/config/structparse.h b/src/config/structparse.h index 9c76b34..7b6d866 100644 --- a/src/config/structparse.h +++ b/src/config/structparse.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/config/test/test_structlist.c b/src/config/test/test_structlist.c index fbc5478..a07345e 100644 --- a/src/config/test/test_structlist.c +++ b/src/config/test/test_structlist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/config/xmlparse.c b/src/config/xmlparse.c index a06d5ce..ab88a66 100644 --- a/src/config/xmlparse.c +++ b/src/config/xmlparse.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/config/xmlparse.h b/src/config/xmlparse.h index bb8130a..c0b9490 100644 --- a/src/config/xmlparse.h +++ b/src/config/xmlparse.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/gsettings/libkygsetting.c b/src/gsettings/libkygsetting.c index 2502213..2575cc5 100755 --- a/src/gsettings/libkygsetting.c +++ b/src/gsettings/libkygsetting.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/gsettings/libkygsetting.h b/src/gsettings/libkygsetting.h index 87bc196..f9178e6 100755 --- a/src/gsettings/libkygsetting.h +++ b/src/gsettings/libkygsetting.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/gsettings/test/test-gsetting.c b/src/gsettings/test/test-gsetting.c index 26efebb..5ded6e7 100644 --- a/src/gsettings/test/test-gsetting.c +++ b/src/gsettings/test/test-gsetting.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/core.c b/src/log/core.c index 8ba1c9c..72e5085 100644 --- a/src/log/core.c +++ b/src/log/core.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/core.h b/src/log/core.h index 62c7cfd..77219b2 100644 --- a/src/log/core.h +++ b/src/log/core.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/format.c b/src/log/format.c index 02c0102..42d50a0 100644 --- a/src/log/format.c +++ b/src/log/format.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/format.h b/src/log/format.h index 9a50448..e2ff9d4 100644 --- a/src/log/format.h +++ b/src/log/format.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/klog_dump.c b/src/log/klog_dump.c index df36f64..d54da3b 100644 --- a/src/log/klog_dump.c +++ b/src/log/klog_dump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/klog_dump.h b/src/log/klog_dump.h index ccf51fa..7a47752 100644 --- a/src/log/klog_dump.h +++ b/src/log/klog_dump.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/klog_mqueue.c b/src/log/klog_mqueue.c index 8401a45..40ebdce 100644 --- a/src/log/klog_mqueue.c +++ b/src/log/klog_mqueue.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/klog_mqueue.h b/src/log/klog_mqueue.h index 311259c..0272c01 100644 --- a/src/log/klog_mqueue.h +++ b/src/log/klog_mqueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/libkylog.c b/src/log/libkylog.c index 56ef4fc..afad055 100644 --- a/src/log/libkylog.c +++ b/src/log/libkylog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/libkylog.h b/src/log/libkylog.h index 3d71020..ca507ba 100644 --- a/src/log/libkylog.h +++ b/src/log/libkylog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/test/test-autowrap.c b/src/log/test/test-autowrap.c index f46a9d6..b01320e 100644 --- a/src/log/test/test-autowrap.c +++ b/src/log/test/test-autowrap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/test/test-log.c b/src/log/test/test-log.c index 357f5c8..cbb6fbb 100644 --- a/src/log/test/test-log.c +++ b/src/log/test/test-log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/test/test-pressure.c b/src/log/test/test-pressure.c index 8d359c4..ca87306 100644 --- a/src/log/test/test-pressure.c +++ b/src/log/test/test-pressure.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/test/test-setdir.c b/src/log/test/test-setdir.c index 51cebc1..e3e2eab 100644 --- a/src/log/test/test-setdir.c +++ b/src/log/test/test-setdir.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/write.c b/src/log/write.c index 744fc2d..84d8178 100644 --- a/src/log/write.c +++ b/src/log/write.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/write.h b/src/log/write.h index b1faf3f..0b87c47 100644 --- a/src/log/write.h +++ b/src/log/write.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/writeFile.c b/src/log/writeFile.c index c5db668..fb95e5b 100644 --- a/src/log/writeFile.c +++ b/src/log/writeFile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/log/writeFile.h b/src/log/writeFile.h index b3c017c..a22ef94 100644 --- a/src/log/writeFile.h +++ b/src/log/writeFile.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/process/processdaemon.cpp b/src/process/processdaemon.cpp index c2ce0c5..6b3d4f0 100644 --- a/src/process/processdaemon.cpp +++ b/src/process/processdaemon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/process/processdaemon.h b/src/process/processdaemon.h index 8fdbc40..c78cd29 100644 --- a/src/process/processdaemon.h +++ b/src/process/processdaemon.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/process/test/main.cpp b/src/process/test/main.cpp index 1bf8336..8b40264 100644 --- a/src/process/test/main.cpp +++ b/src/process/test/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/timer/libkytimer.c b/src/timer/libkytimer.c index 9de3a4f..f3e26ed 100644 --- a/src/timer/libkytimer.c +++ b/src/timer/libkytimer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/timer/libkytimer.h b/src/timer/libkytimer.h index 0a77fda..5527ac6 100644 --- a/src/timer/libkytimer.h +++ b/src/timer/libkytimer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/timer/test/test-kytimer.c b/src/timer/test/test-kytimer.c index 54a5bc6..1d02d51 100644 --- a/src/timer/test/test-kytimer.c +++ b/src/timer/test/test-kytimer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils/cstring-extension.h b/src/utils/cstring-extension.h index 8507cd4..660af8a 100644 --- a/src/utils/cstring-extension.h +++ b/src/utils/cstring-extension.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils/data-structure/linklist/listdata.h b/src/utils/data-structure/linklist/listdata.h index f59c3a6..273016e 100644 --- a/src/utils/data-structure/linklist/listdata.h +++ b/src/utils/data-structure/linklist/listdata.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils/data-structure/linklist/skip_linklist/skip_linklist.c b/src/utils/data-structure/linklist/skip_linklist/skip_linklist.c index b6f498f..97e3fbe 100644 --- a/src/utils/data-structure/linklist/skip_linklist/skip_linklist.c +++ b/src/utils/data-structure/linklist/skip_linklist/skip_linklist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils/data-structure/linklist/skip_linklist/skip_linklist.h b/src/utils/data-structure/linklist/skip_linklist/skip_linklist.h index 3c40a84..0f1bd48 100644 --- a/src/utils/data-structure/linklist/skip_linklist/skip_linklist.h +++ b/src/utils/data-structure/linklist/skip_linklist/skip_linklist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils/data-structure/linklist/skip_linklist/test/delete_test.c b/src/utils/data-structure/linklist/skip_linklist/test/delete_test.c index 68b9301..ad9e969 100644 --- a/src/utils/data-structure/linklist/skip_linklist/test/delete_test.c +++ b/src/utils/data-structure/linklist/skip_linklist/test/delete_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils/data-structure/linklist/skip_linklist/test/insert_test.c b/src/utils/data-structure/linklist/skip_linklist/test/insert_test.c index 7f27eef..ccb6656 100644 --- a/src/utils/data-structure/linklist/skip_linklist/test/insert_test.c +++ b/src/utils/data-structure/linklist/skip_linklist/test/insert_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils/data-structure/linklist/skip_linklist/test/search_test.c b/src/utils/data-structure/linklist/skip_linklist/test/search_test.c index 3789cc8..0dcd5e7 100644 --- a/src/utils/data-structure/linklist/skip_linklist/test/search_test.c +++ b/src/utils/data-structure/linklist/skip_linklist/test/search_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils/kerr.h b/src/utils/kerr.h index 49b3fa9..b4cba19 100644 --- a/src/utils/kerr.h +++ b/src/utils/kerr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils/kyutils.c b/src/utils/kyutils.c index fbc5ff4..50d93da 100644 --- a/src/utils/kyutils.c +++ b/src/utils/kyutils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils/kyutils.h b/src/utils/kyutils.h index 96fba07..44c9569 100644 --- a/src/utils/kyutils.h +++ b/src/utils/kyutils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils/sample/kyutils_sample.c b/src/utils/sample/kyutils_sample.c index bfa73b9..c4d9078 100644 --- a/src/utils/sample/kyutils_sample.c +++ b/src/utils/sample/kyutils_sample.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils/sdkmarcos.h b/src/utils/sdkmarcos.h index c53c951..4bec59b 100644 --- a/src/utils/sdkmarcos.h +++ b/src/utils/sdkmarcos.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022, Tianjin KYLIN Information Technology Co., Ltd. + * Copyright (C) 2023, KylinSoft Co., Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public