From ecdfe5a9a67568bbfdd99d478ad425e66fa2d5e6 Mon Sep 17 00:00:00 2001 From: xietangxin Date: Tue, 9 May 2023 09:15:02 +0800 Subject: [PATCH] fix: change license software name --- src/common/event.c | 2 +- src/common/kern_config.c | 2 +- src/egress/egress.c | 2 +- src/egress/egress.h | 2 +- src/ingress/ingress.c | 2 +- src/ingress/ingress.h | 2 +- src/lib/base.h | 2 +- src/lib/config/config.c | 2 +- src/lib/config/config.h | 2 +- src/lib/fifo/fifo.c | 2 +- src/lib/fifo/fifo.h | 2 +- src/lib/imdb/imdb.c | 2 +- src/lib/imdb/imdb.h | 2 +- src/lib/imdb/metrics.c | 2 +- src/lib/kafka/kafka.c | 2 +- src/lib/kafka/kafka.h | 2 +- src/lib/meta/meta.c | 2 +- src/lib/meta/meta.h | 2 +- src/lib/probe/extend_probe.c | 2 +- src/lib/probe/extend_probe.h | 2 +- src/lib/probe/nprobe_fprintf.h | 2 +- src/lib/probe/probe.c | 2 +- src/lib/probe/probe.h | 2 +- src/probes/event.probe/event.c | 2 +- src/probes/event.probe/event.h | 2 +- .../extends/ebpf.probe/src/stackprobe/conf/stackprobe_config.c | 2 +- src/resource/resource.c | 2 +- src/resource/resource.h | 2 +- src/web_server/web_server.c | 2 +- src/web_server/web_server.h | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/common/event.c b/src/common/event.c index 31eb899..17fda5c 100644 --- a/src/common/event.c +++ b/src/common/event.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/common/kern_config.c b/src/common/kern_config.c index 2615652..3d8a22f 100644 --- a/src/common/kern_config.c +++ b/src/common/kern_config.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/egress/egress.c b/src/egress/egress.c index 0935d82..ec2484b 100644 --- a/src/egress/egress.c +++ b/src/egress/egress.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/egress/egress.h b/src/egress/egress.h index 316c1af..0c40bfe 100644 --- a/src/egress/egress.h +++ b/src/egress/egress.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/ingress/ingress.c b/src/ingress/ingress.c index 51a17c8..d7b5f64 100644 --- a/src/ingress/ingress.c +++ b/src/ingress/ingress.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/ingress/ingress.h b/src/ingress/ingress.h index 927b5ed..da6ee87 100644 --- a/src/ingress/ingress.h +++ b/src/ingress/ingress.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/base.h b/src/lib/base.h index a5d9c21..3d97816 100644 --- a/src/lib/base.h +++ b/src/lib/base.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/config/config.c b/src/lib/config/config.c index d8ce2a5..ac836cb 100644 --- a/src/lib/config/config.c +++ b/src/lib/config/config.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/config/config.h b/src/lib/config/config.h index 6eefc69..30af00a 100644 --- a/src/lib/config/config.h +++ b/src/lib/config/config.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/fifo/fifo.c b/src/lib/fifo/fifo.c index 7b5d784..be4a90a 100644 --- a/src/lib/fifo/fifo.c +++ b/src/lib/fifo/fifo.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/fifo/fifo.h b/src/lib/fifo/fifo.h index 88d445a..ae2b03c 100644 --- a/src/lib/fifo/fifo.h +++ b/src/lib/fifo/fifo.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/imdb/imdb.c b/src/lib/imdb/imdb.c index 453c1fe..51508b2 100644 --- a/src/lib/imdb/imdb.c +++ b/src/lib/imdb/imdb.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/imdb/imdb.h b/src/lib/imdb/imdb.h index 4d93c40..7832ea6 100644 --- a/src/lib/imdb/imdb.h +++ b/src/lib/imdb/imdb.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/imdb/metrics.c b/src/lib/imdb/metrics.c index 64f6335..89c75f5 100644 --- a/src/lib/imdb/metrics.c +++ b/src/lib/imdb/metrics.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/kafka/kafka.c b/src/lib/kafka/kafka.c index a240cd4..b6d4a4e 100644 --- a/src/lib/kafka/kafka.c +++ b/src/lib/kafka/kafka.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/kafka/kafka.h b/src/lib/kafka/kafka.h index 1e5c52a..bbe921a 100644 --- a/src/lib/kafka/kafka.h +++ b/src/lib/kafka/kafka.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/meta/meta.c b/src/lib/meta/meta.c index 12b3576..632741a 100644 --- a/src/lib/meta/meta.c +++ b/src/lib/meta/meta.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/meta/meta.h b/src/lib/meta/meta.h index 2be952d..809b8a0 100644 --- a/src/lib/meta/meta.h +++ b/src/lib/meta/meta.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/probe/extend_probe.c b/src/lib/probe/extend_probe.c index c7de9ed..8c989ce 100644 --- a/src/lib/probe/extend_probe.c +++ b/src/lib/probe/extend_probe.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/probe/extend_probe.h b/src/lib/probe/extend_probe.h index cd7721f..204e5d6 100644 --- a/src/lib/probe/extend_probe.h +++ b/src/lib/probe/extend_probe.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/probe/nprobe_fprintf.h b/src/lib/probe/nprobe_fprintf.h index 400626c..97e2f72 100644 --- a/src/lib/probe/nprobe_fprintf.h +++ b/src/lib/probe/nprobe_fprintf.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/probe/probe.c b/src/lib/probe/probe.c index fb9bfdb..ab84fd3 100644 --- a/src/lib/probe/probe.c +++ b/src/lib/probe/probe.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/lib/probe/probe.h b/src/lib/probe/probe.h index 31fdf20..8faabca 100644 --- a/src/lib/probe/probe.h +++ b/src/lib/probe/probe.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/probes/event.probe/event.c b/src/probes/event.probe/event.c index 37578de..7d0f8ca 100644 --- a/src/probes/event.probe/event.c +++ b/src/probes/event.probe/event.c @@ -1,6 +1,6 @@ /* * Copyright (c) Huawei Technologies Co., Ltd. 2021-2022. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/probes/event.probe/event.h b/src/probes/event.probe/event.h index 42fc824..b52ae86 100644 --- a/src/probes/event.probe/event.h +++ b/src/probes/event.probe/event.h @@ -1,6 +1,6 @@ /* * Copyright (c) Huawei Technologies Co., Ltd. 2021-2022. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/probes/extends/ebpf.probe/src/stackprobe/conf/stackprobe_config.c b/src/probes/extends/ebpf.probe/src/stackprobe/conf/stackprobe_config.c index ed6ae19..05d93fb 100644 --- a/src/probes/extends/ebpf.probe/src/stackprobe/conf/stackprobe_config.c +++ b/src/probes/extends/ebpf.probe/src/stackprobe/conf/stackprobe_config.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/resource/resource.c b/src/resource/resource.c index 730ecd7..8d62265 100644 --- a/src/resource/resource.c +++ b/src/resource/resource.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/resource/resource.h b/src/resource/resource.h index 4308e1e..b5f4edb 100644 --- a/src/resource/resource.h +++ b/src/resource/resource.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/web_server/web_server.c b/src/web_server/web_server.c index d65abca..4d8141a 100644 --- a/src/web_server/web_server.c +++ b/src/web_server/web_server.c @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 diff --git a/src/web_server/web_server.h b/src/web_server/web_server.h index f436988..f3c53ee 100644 --- a/src/web_server/web_server.h +++ b/src/web_server/web_server.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. - * iSulad licensed under the Mulan PSL v2. + * gala-gopher 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 -- 2.33.0