From 1e896d9a116bbdc4c3af66c152072304f31f0dfa Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Fri, 17 May 2024 18:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/apps/main.go | 2 +- internal/caches/consts.go | 2 +- internal/caches/errors.go | 2 +- internal/caches/errros_test.go | 2 +- internal/caches/file_dir.go | 2 +- internal/caches/hot_item.go | 2 +- internal/caches/item_test.go | 2 +- internal/caches/list_file_db_sqlite.go | 2 +- internal/caches/list_file_db_sqlite_test.go | 2 +- internal/caches/list_file_hash_map_sqlite.go | 2 +- internal/caches/list_file_hash_map_sqlite_test.go | 2 +- internal/caches/list_file_sqlite.go | 2 +- internal/caches/list_file_sqlite_test.go | 2 +- internal/caches/list_interface.go | 2 +- internal/caches/open_file.go | 2 +- internal/caches/open_file_cache.go | 2 +- internal/caches/open_file_cache_test.go | 2 +- internal/caches/open_file_pool.go | 2 +- internal/caches/open_file_pool_test.go | 2 +- internal/caches/partial_ranges.go | 2 +- internal/caches/partial_ranges_test.go | 2 +- internal/caches/utils.go | 2 +- internal/caches/utils_partial.go | 2 +- internal/caches/utils_test.go | 2 +- internal/caches/writer_partial_file.go | 2 +- internal/caches/writer_partial_file_test.go | 2 +- internal/compressions/reader.go | 2 +- internal/compressions/reader_base.go | 2 +- internal/compressions/reader_brotli.go | 2 +- internal/compressions/reader_brotli_test.go | 2 +- internal/compressions/reader_deflate.go | 2 +- internal/compressions/reader_deflate_test.go | 2 +- internal/compressions/reader_gzip.go | 2 +- internal/compressions/reader_gzip_test.go | 2 +- internal/compressions/reader_pool.go | 2 +- internal/compressions/reader_pool_brotli.go | 2 +- internal/compressions/reader_pool_deflate.go | 2 +- internal/compressions/reader_pool_gzip.go | 2 +- internal/compressions/reader_pool_zstd.go | 2 +- internal/compressions/reader_zstd.go | 2 +- internal/compressions/reader_zstd_test.go | 2 +- internal/compressions/utils.go | 2 +- internal/compressions/writer.go | 2 +- internal/compressions/writer_base.go | 2 +- internal/compressions/writer_brotli.go | 2 +- internal/compressions/writer_brotli_test.go | 2 +- internal/compressions/writer_deflate.go | 2 +- internal/compressions/writer_deflate_test.go | 2 +- internal/compressions/writer_gzip.go | 2 +- internal/compressions/writer_gzip_test.go | 2 +- internal/compressions/writer_pool.go | 2 +- internal/compressions/writer_pool_brotli.go | 2 +- internal/compressions/writer_pool_deflate.go | 2 +- internal/compressions/writer_pool_gzip.go | 2 +- internal/compressions/writer_pool_zstd.go | 2 +- internal/compressions/writer_zstd.go | 2 +- internal/compressions/writer_zstd_test.go | 2 +- internal/conns/linger.go | 2 +- internal/conns/map.go | 2 +- internal/const/build.go | 2 +- internal/const/build_plus.go | 2 +- internal/const/vars.go | 2 +- internal/firewalls/ddos_protection.go | 2 +- internal/firewalls/ddos_protection_others.go | 2 +- internal/firewalls/firewall.go | 2 +- internal/firewalls/firewall_base.go | 2 +- internal/firewalls/firewall_firewalld.go | 2 +- internal/firewalls/firewall_interface.go | 2 +- internal/firewalls/firewall_mock.go | 2 +- internal/firewalls/firewall_nftables.go | 2 +- internal/firewalls/firewall_nftables_others.go | 2 +- internal/firewalls/nftables/chain.go | 2 +- internal/firewalls/nftables/chain_policy.go | 2 +- internal/firewalls/nftables/chain_test.go | 2 +- internal/firewalls/nftables/conn.go | 2 +- internal/firewalls/nftables/conn_test.go | 2 +- internal/firewalls/nftables/element.go | 2 +- internal/firewalls/nftables/errors.go | 2 +- internal/firewalls/nftables/expration.go | 2 +- internal/firewalls/nftables/expration_test.go | 2 +- internal/firewalls/nftables/family.go | 2 +- internal/firewalls/nftables/installer.go | 2 +- internal/firewalls/nftables/rule.go | 2 +- internal/firewalls/nftables/set.go | 2 +- internal/firewalls/nftables/set_batch.go | 2 +- internal/firewalls/nftables/set_data_type.go | 2 +- internal/firewalls/nftables/set_ext.go | 2 +- internal/firewalls/nftables/set_test.go | 2 +- internal/firewalls/nftables/table.go | 2 +- internal/firewalls/nftables/table_test.go | 2 +- internal/firewalls/utils.go | 2 +- internal/iplibrary/ip_list_sqlite.go | 2 +- internal/iplibrary/ip_list_sqlite_test.go | 2 +- internal/iplibrary/list_utils.go | 2 +- internal/iplibrary/list_utils_test.go | 2 +- internal/iplibrary/server_list_manager.go | 2 +- internal/metrics/manager.go | 2 +- internal/metrics/manager_test.go | 2 +- internal/metrics/metric_interface.go | 2 +- internal/metrics/stat.go | 2 +- internal/metrics/task_kv_test.go | 2 +- internal/metrics/task_sqlite.go | 2 +- internal/monitor/value.go | 2 +- internal/monitor/value_queue.go | 2 +- internal/monitor/value_queue_test.go | 2 +- internal/nodes/client_conn.go | 2 +- internal/nodes/client_conn_base.go | 2 +- internal/nodes/client_conn_interface.go | 2 +- internal/nodes/client_conn_limiter.go | 2 +- internal/nodes/client_conn_limiter_test.go | 2 +- internal/nodes/client_conn_traffic.go | 2 +- internal/nodes/client_conn_utils.go | 2 +- internal/nodes/client_listener.go | 2 +- internal/nodes/client_tls_conn.go | 2 +- internal/nodes/conn_linger.go | 2 +- internal/nodes/http_access_log_queue_test.go | 2 +- internal/nodes/http_access_log_viewer.go | 2 +- internal/nodes/http_cache_task_manager.go | 2 +- internal/nodes/http_cache_task_manager_test.go | 2 +- internal/nodes/http_client_transport.go | 2 +- internal/nodes/http_request_auth.go | 2 +- internal/nodes/http_request_cc.go | 2 +- internal/nodes/http_request_events.go | 2 +- internal/nodes/http_request_fastcgi.go | 2 +- internal/nodes/http_request_health_check.go | 2 +- internal/nodes/http_request_limit.go | 2 +- internal/nodes/http_request_ln.go | 2 +- internal/nodes/http_request_metrics.go | 2 +- internal/nodes/http_request_mismatch.go | 2 +- internal/nodes/http_request_plan_before.go | 2 +- internal/nodes/http_request_referers.go | 2 +- internal/nodes/http_request_sub.go | 2 +- internal/nodes/http_request_traffic_limit.go | 2 +- internal/nodes/http_request_uam.go | 2 +- internal/nodes/http_request_user_agent.go | 2 +- internal/nodes/http_writer.go | 2 +- internal/nodes/http_writer_empty.go | 2 +- internal/nodes/http_writer_ext.go | 2 +- internal/nodes/ip_library_updater.go | 2 +- internal/nodes/listener_base_ext.go | 2 +- internal/nodes/listener_base_test.go | 2 +- internal/nodes/node_ext.go | 2 +- internal/nodes/node_panic.go | 2 +- internal/nodes/node_panic_arm64.go | 2 +- internal/nodes/node_tasks.go | 2 +- internal/nodes/origin_state.go | 2 +- internal/nodes/origin_state_manager.go | 2 +- internal/nodes/origin_state_manager_test.go | 2 +- internal/nodes/task_ocsp_update.go | 2 +- internal/nodes/task_ocsp_update_test.go | 2 +- internal/nodes/upgrade_manager.go | 2 +- internal/nodes/upgrade_manager_test.go | 2 +- internal/nodes/user_manager.go | 2 +- internal/rpc/call_stat.go | 2 +- internal/rpc/call_stat_test.go | 2 +- internal/rpc/rpc_test.go | 2 +- internal/stats/bandwidth_stat_manager.go | 2 +- internal/stats/bandwidth_stat_manager_test.go | 2 +- internal/stats/user_agent_parser.go | 2 +- internal/stats/user_agent_parser_result.go | 2 +- internal/stats/user_agent_parser_test.go | 2 +- internal/utils/agents/agent.go | 2 +- internal/utils/agents/agent_ip.go | 2 +- internal/utils/agents/agents.go | 2 +- internal/utils/agents/agents_test.go | 2 +- internal/utils/agents/db_sqlite.go | 2 +- internal/utils/agents/ip_cache_map.go | 2 +- internal/utils/agents/ip_cache_map_test.go | 2 +- internal/utils/agents/manager.go | 2 +- internal/utils/agents/manager_test.go | 2 +- internal/utils/agents/queue.go | 2 +- internal/utils/agents/queue_test.go | 2 +- internal/utils/buffer_pool.go | 2 +- internal/utils/buffer_pool_test.go | 2 +- internal/utils/clock/manager.go | 2 +- internal/utils/clock/manager_test.go | 2 +- internal/utils/clock/ntp_packet.go | 2 +- internal/utils/conns/conn_no_stat.go | 2 +- internal/utils/dbs/batch.go | 2 +- internal/utils/dbs/db.go | 2 +- internal/utils/dbs/query_label.go | 2 +- internal/utils/dbs/query_stat.go | 2 +- internal/utils/dbs/query_stat_manager.go | 2 +- internal/utils/dbs/query_stat_manager_test.go | 2 +- internal/utils/dbs/stmt.go | 2 +- internal/utils/encrypt.go | 2 +- internal/utils/encrypt_test.go | 2 +- internal/utils/exec/cmd.go | 2 +- internal/utils/exec/cmd_test.go | 2 +- internal/utils/exit.go | 2 +- internal/utils/expires/id_key_map.go | 2 +- internal/utils/expires/id_key_map_test.go | 2 +- internal/utils/expires/manager.go | 2 +- internal/utils/fasttime/time_fast.go | 2 +- internal/utils/fasttime/time_fast_test.go | 2 +- internal/utils/fnv/hash.go | 2 +- internal/utils/fnv/hash_test.go | 2 +- internal/utils/fs/locker.go | 2 +- internal/utils/fs/locker_test.go | 2 +- internal/utils/goman/instance.go | 2 +- internal/utils/goman/lib.go | 2 +- internal/utils/goman/lib_test.go | 2 +- internal/utils/jsonutils/map.go | 2 +- internal/utils/jsonutils/map_test.go | 2 +- internal/utils/jsonutils/utils.go | 2 +- internal/utils/jsonutils/utils_test.go | 2 +- internal/utils/linkedlist/item.go | 2 +- internal/utils/linkedlist/list.go | 2 +- internal/utils/linkedlist/list_test.go | 2 +- internal/utils/lookup_test.go | 2 +- internal/utils/maps/map_fixed.go | 2 +- internal/utils/maps/map_fixed_test.go | 2 +- internal/utils/mem/system.go | 2 +- internal/utils/mem/system_1.19.go | 2 +- internal/utils/mem/system_before_1.19.go | 2 +- internal/utils/mem/system_test.go | 2 +- internal/utils/net_test.go | 2 +- internal/utils/net_utils.go | 2 +- internal/utils/ranges/range.go | 2 +- internal/utils/ranges/range_test.go | 2 +- internal/utils/ratelimit/counter.go | 2 +- internal/utils/ratelimit/counter_test.go | 2 +- internal/utils/re/regexp.go | 2 +- internal/utils/re/regexp_test.go | 2 +- internal/utils/re/rune_tree.go | 2 +- internal/utils/re/rune_tree_test.go | 2 +- internal/utils/reader_utils.go | 2 +- internal/utils/readers/handlers.go | 2 +- internal/utils/readers/reader_base.go | 2 +- internal/utils/readers/reader_bytes_counter.go | 2 +- internal/utils/readers/reader_closer_byte_ranges.go | 2 +- internal/utils/readers/reader_closer_byte_ranges_test.go | 2 +- internal/utils/readers/reader_closer_filter.go | 2 +- internal/utils/readers/reader_closer_filter_test.go | 2 +- internal/utils/readers/reader_closer_tee.go | 2 +- internal/utils/readers/reader_print.go | 2 +- internal/utils/readers/reader_tee.go | 2 +- internal/utils/sets/set_fixed.go | 2 +- internal/utils/sets/set_fixed_test.go | 2 +- internal/utils/sync/map_int.go | 2 +- internal/utils/sync/map_int_test.go | 2 +- internal/utils/sync/rw_mutex.go | 2 +- internal/utils/sync/rw_mutex_test.go | 2 +- internal/utils/testutils/memory.go | 2 +- internal/utils/trackers/label.go | 2 +- internal/utils/trackers/manager.go | 2 +- internal/utils/trackers/manager_test.go | 2 +- internal/utils/ttlcache/manager.go | 2 +- internal/utils/workspace.go | 2 +- internal/utils/writers/writer_bytes_counter.go | 2 +- internal/utils/writers/writer_closer_tee.go | 2 +- internal/utils/writers/writer_print.go | 2 +- internal/utils/writers/writer_rate_limit.go | 2 +- internal/utils/writers/writer_rate_limit_test.go | 2 +- internal/utils/zero/zero.go | 2 +- internal/utils/zero/zero_test.go | 2 +- internal/waf/action_base.go | 2 +- internal/waf/action_category.go | 2 +- internal/waf/action_config.go | 2 +- internal/waf/action_interface.go | 2 +- internal/waf/action_js_cookie.go | 2 +- internal/waf/action_notify.go | 2 +- internal/waf/action_page.go | 2 +- internal/waf/action_redirect.go | 2 +- internal/waf/captcha_counter.go | 2 +- internal/waf/checkpoints/cc2.go | 2 +- internal/waf/checkpoints/request_geo_city_name.go | 2 +- internal/waf/checkpoints/request_geo_country_name.go | 2 +- internal/waf/checkpoints/request_geo_province_name.go | 2 +- internal/waf/checkpoints/request_header_names_test.go | 2 +- internal/waf/checkpoints/request_headers_test.go | 2 +- internal/waf/checkpoints/request_isp_name.go | 2 +- internal/waf/checkpoints/request_referer_block.go | 2 +- internal/waf/get302_validator.go | 2 +- internal/waf/ip_list.go | 2 +- internal/waf/ip_list_test.go | 2 +- internal/waf/requests/test_request.go | 2 +- internal/waf/values/ip_range.go | 2 +- internal/waf/values/ip_range_test.go | 2 +- internal/waf/values/number_list.go | 2 +- internal/waf/values/number_list_test.go | 2 +- internal/waf/values/string_list.go | 2 +- internal/waf/values/string_list_test.go | 2 +- 283 files changed, 283 insertions(+), 283 deletions(-) diff --git a/internal/apps/main.go b/internal/apps/main.go index 44794c4..bc8454c 100644 --- a/internal/apps/main.go +++ b/internal/apps/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package apps diff --git a/internal/caches/consts.go b/internal/caches/consts.go index df02fe8..6add1b0 100644 --- a/internal/caches/consts.go +++ b/internal/caches/consts.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches diff --git a/internal/caches/errors.go b/internal/caches/errors.go index 626f958..303c25f 100644 --- a/internal/caches/errors.go +++ b/internal/caches/errors.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches diff --git a/internal/caches/errros_test.go b/internal/caches/errros_test.go index 29474ee..38ebbcd 100644 --- a/internal/caches/errros_test.go +++ b/internal/caches/errros_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches_test diff --git a/internal/caches/file_dir.go b/internal/caches/file_dir.go index 907aac4..85292c4 100644 --- a/internal/caches/file_dir.go +++ b/internal/caches/file_dir.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package caches diff --git a/internal/caches/hot_item.go b/internal/caches/hot_item.go index 339f345..f6f27de 100644 --- a/internal/caches/hot_item.go +++ b/internal/caches/hot_item.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches diff --git a/internal/caches/item_test.go b/internal/caches/item_test.go index 27d24e8..886fda2 100644 --- a/internal/caches/item_test.go +++ b/internal/caches/item_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches_test diff --git a/internal/caches/list_file_db_sqlite.go b/internal/caches/list_file_db_sqlite.go index a489973..73c3d2d 100644 --- a/internal/caches/list_file_db_sqlite.go +++ b/internal/caches/list_file_db_sqlite.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches diff --git a/internal/caches/list_file_db_sqlite_test.go b/internal/caches/list_file_db_sqlite_test.go index 6461363..27ed750 100644 --- a/internal/caches/list_file_db_sqlite_test.go +++ b/internal/caches/list_file_db_sqlite_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package caches_test diff --git a/internal/caches/list_file_hash_map_sqlite.go b/internal/caches/list_file_hash_map_sqlite.go index fd0c2d7..563f2ac 100644 --- a/internal/caches/list_file_hash_map_sqlite.go +++ b/internal/caches/list_file_hash_map_sqlite.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package caches diff --git a/internal/caches/list_file_hash_map_sqlite_test.go b/internal/caches/list_file_hash_map_sqlite_test.go index b737f2f..7348b37 100644 --- a/internal/caches/list_file_hash_map_sqlite_test.go +++ b/internal/caches/list_file_hash_map_sqlite_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package caches_test diff --git a/internal/caches/list_file_sqlite.go b/internal/caches/list_file_sqlite.go index 62f27d7..2609ddd 100644 --- a/internal/caches/list_file_sqlite.go +++ b/internal/caches/list_file_sqlite.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches diff --git a/internal/caches/list_file_sqlite_test.go b/internal/caches/list_file_sqlite_test.go index 95b4ecd..a86d824 100644 --- a/internal/caches/list_file_sqlite_test.go +++ b/internal/caches/list_file_sqlite_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches_test diff --git a/internal/caches/list_interface.go b/internal/caches/list_interface.go index 644033a..e2cfd35 100644 --- a/internal/caches/list_interface.go +++ b/internal/caches/list_interface.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches diff --git a/internal/caches/open_file.go b/internal/caches/open_file.go index 4565d1e..f5c69ff 100644 --- a/internal/caches/open_file.go +++ b/internal/caches/open_file.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches diff --git a/internal/caches/open_file_cache.go b/internal/caches/open_file_cache.go index b86266e..1ff7e01 100644 --- a/internal/caches/open_file_cache.go +++ b/internal/caches/open_file_cache.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches diff --git a/internal/caches/open_file_cache_test.go b/internal/caches/open_file_cache_test.go index c06c98a..2e34c6c 100644 --- a/internal/caches/open_file_cache_test.go +++ b/internal/caches/open_file_cache_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package caches_test diff --git a/internal/caches/open_file_pool.go b/internal/caches/open_file_pool.go index 8375234..9a9e6e8 100644 --- a/internal/caches/open_file_pool.go +++ b/internal/caches/open_file_pool.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches diff --git a/internal/caches/open_file_pool_test.go b/internal/caches/open_file_pool_test.go index bc1d58c..ad470c6 100644 --- a/internal/caches/open_file_pool_test.go +++ b/internal/caches/open_file_pool_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches_test diff --git a/internal/caches/partial_ranges.go b/internal/caches/partial_ranges.go index 30b3979..b5f2172 100644 --- a/internal/caches/partial_ranges.go +++ b/internal/caches/partial_ranges.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches diff --git a/internal/caches/partial_ranges_test.go b/internal/caches/partial_ranges_test.go index f35593c..28fc484 100644 --- a/internal/caches/partial_ranges_test.go +++ b/internal/caches/partial_ranges_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches_test diff --git a/internal/caches/utils.go b/internal/caches/utils.go index 213e80d..d2ac9f3 100644 --- a/internal/caches/utils.go +++ b/internal/caches/utils.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package caches diff --git a/internal/caches/utils_partial.go b/internal/caches/utils_partial.go index 607a17d..c757065 100644 --- a/internal/caches/utils_partial.go +++ b/internal/caches/utils_partial.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches diff --git a/internal/caches/utils_test.go b/internal/caches/utils_test.go index 8bdce19..4996f79 100644 --- a/internal/caches/utils_test.go +++ b/internal/caches/utils_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package caches_test diff --git a/internal/caches/writer_partial_file.go b/internal/caches/writer_partial_file.go index da7b4fb..14d07e1 100644 --- a/internal/caches/writer_partial_file.go +++ b/internal/caches/writer_partial_file.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches diff --git a/internal/caches/writer_partial_file_test.go b/internal/caches/writer_partial_file_test.go index 934fa7d..468b7cb 100644 --- a/internal/caches/writer_partial_file_test.go +++ b/internal/caches/writer_partial_file_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package caches_test diff --git a/internal/compressions/reader.go b/internal/compressions/reader.go index 3d9f790..a128589 100644 --- a/internal/compressions/reader.go +++ b/internal/compressions/reader.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/reader_base.go b/internal/compressions/reader_base.go index 0e566e9..b297796 100644 --- a/internal/compressions/reader_base.go +++ b/internal/compressions/reader_base.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/reader_brotli.go b/internal/compressions/reader_brotli.go index da3d6f6..77d8426 100644 --- a/internal/compressions/reader_brotli.go +++ b/internal/compressions/reader_brotli.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build !plus || !linux package compressions diff --git a/internal/compressions/reader_brotli_test.go b/internal/compressions/reader_brotli_test.go index ec61141..d235145 100644 --- a/internal/compressions/reader_brotli_test.go +++ b/internal/compressions/reader_brotli_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions_test diff --git a/internal/compressions/reader_deflate.go b/internal/compressions/reader_deflate.go index dd6157f..9a20112 100644 --- a/internal/compressions/reader_deflate.go +++ b/internal/compressions/reader_deflate.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/reader_deflate_test.go b/internal/compressions/reader_deflate_test.go index a436b19..c2787e0 100644 --- a/internal/compressions/reader_deflate_test.go +++ b/internal/compressions/reader_deflate_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions_test diff --git a/internal/compressions/reader_gzip.go b/internal/compressions/reader_gzip.go index 1bc2e2a..f5d9c4e 100644 --- a/internal/compressions/reader_gzip.go +++ b/internal/compressions/reader_gzip.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/reader_gzip_test.go b/internal/compressions/reader_gzip_test.go index 0e787ca..445c272 100644 --- a/internal/compressions/reader_gzip_test.go +++ b/internal/compressions/reader_gzip_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions_test diff --git a/internal/compressions/reader_pool.go b/internal/compressions/reader_pool.go index 7dbe0d0..21b0a9f 100644 --- a/internal/compressions/reader_pool.go +++ b/internal/compressions/reader_pool.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/reader_pool_brotli.go b/internal/compressions/reader_pool_brotli.go index 583d81d..b281077 100644 --- a/internal/compressions/reader_pool_brotli.go +++ b/internal/compressions/reader_pool_brotli.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/reader_pool_deflate.go b/internal/compressions/reader_pool_deflate.go index 16036ee..7cb2122 100644 --- a/internal/compressions/reader_pool_deflate.go +++ b/internal/compressions/reader_pool_deflate.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/reader_pool_gzip.go b/internal/compressions/reader_pool_gzip.go index 0b76c37..04a78f4 100644 --- a/internal/compressions/reader_pool_gzip.go +++ b/internal/compressions/reader_pool_gzip.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/reader_pool_zstd.go b/internal/compressions/reader_pool_zstd.go index 74372f3..3df562b 100644 --- a/internal/compressions/reader_pool_zstd.go +++ b/internal/compressions/reader_pool_zstd.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/reader_zstd.go b/internal/compressions/reader_zstd.go index f5eb292..85dce22 100644 --- a/internal/compressions/reader_zstd.go +++ b/internal/compressions/reader_zstd.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/reader_zstd_test.go b/internal/compressions/reader_zstd_test.go index a7e00c3..cb6d3b1 100644 --- a/internal/compressions/reader_zstd_test.go +++ b/internal/compressions/reader_zstd_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions_test diff --git a/internal/compressions/utils.go b/internal/compressions/utils.go index f9e9af6..138d65c 100644 --- a/internal/compressions/utils.go +++ b/internal/compressions/utils.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/writer.go b/internal/compressions/writer.go index d0a0e79..2a2e9e2 100644 --- a/internal/compressions/writer.go +++ b/internal/compressions/writer.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/writer_base.go b/internal/compressions/writer_base.go index be27fe0..260d4ff 100644 --- a/internal/compressions/writer_base.go +++ b/internal/compressions/writer_base.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/writer_brotli.go b/internal/compressions/writer_brotli.go index dbd5839..14d2705 100644 --- a/internal/compressions/writer_brotli.go +++ b/internal/compressions/writer_brotli.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build !plus || !linux package compressions diff --git a/internal/compressions/writer_brotli_test.go b/internal/compressions/writer_brotli_test.go index befa227..70b135e 100644 --- a/internal/compressions/writer_brotli_test.go +++ b/internal/compressions/writer_brotli_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions_test diff --git a/internal/compressions/writer_deflate.go b/internal/compressions/writer_deflate.go index edaa80d..587f2df 100644 --- a/internal/compressions/writer_deflate.go +++ b/internal/compressions/writer_deflate.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/writer_deflate_test.go b/internal/compressions/writer_deflate_test.go index b17bfea..e364da9 100644 --- a/internal/compressions/writer_deflate_test.go +++ b/internal/compressions/writer_deflate_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions_test diff --git a/internal/compressions/writer_gzip.go b/internal/compressions/writer_gzip.go index 8b89934..384e720 100644 --- a/internal/compressions/writer_gzip.go +++ b/internal/compressions/writer_gzip.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/writer_gzip_test.go b/internal/compressions/writer_gzip_test.go index b5d0338..3a0f967 100644 --- a/internal/compressions/writer_gzip_test.go +++ b/internal/compressions/writer_gzip_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions_test diff --git a/internal/compressions/writer_pool.go b/internal/compressions/writer_pool.go index 21216cf..a62aa34 100644 --- a/internal/compressions/writer_pool.go +++ b/internal/compressions/writer_pool.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/writer_pool_brotli.go b/internal/compressions/writer_pool_brotli.go index 9feaaa7..f721759 100644 --- a/internal/compressions/writer_pool_brotli.go +++ b/internal/compressions/writer_pool_brotli.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/writer_pool_deflate.go b/internal/compressions/writer_pool_deflate.go index 2183060..3a28927 100644 --- a/internal/compressions/writer_pool_deflate.go +++ b/internal/compressions/writer_pool_deflate.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/writer_pool_gzip.go b/internal/compressions/writer_pool_gzip.go index a23bd04..2350741 100644 --- a/internal/compressions/writer_pool_gzip.go +++ b/internal/compressions/writer_pool_gzip.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/writer_pool_zstd.go b/internal/compressions/writer_pool_zstd.go index 41225e0..416d8ce 100644 --- a/internal/compressions/writer_pool_zstd.go +++ b/internal/compressions/writer_pool_zstd.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/writer_zstd.go b/internal/compressions/writer_zstd.go index 313bb2b..5b2e64d 100644 --- a/internal/compressions/writer_zstd.go +++ b/internal/compressions/writer_zstd.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions diff --git a/internal/compressions/writer_zstd_test.go b/internal/compressions/writer_zstd_test.go index 71af731..7a6c202 100644 --- a/internal/compressions/writer_zstd_test.go +++ b/internal/compressions/writer_zstd_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package compressions_test diff --git a/internal/conns/linger.go b/internal/conns/linger.go index 9246b1b..7eddbea 100644 --- a/internal/conns/linger.go +++ b/internal/conns/linger.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package conns diff --git a/internal/conns/map.go b/internal/conns/map.go index cc7e51a..0a59570 100644 --- a/internal/conns/map.go +++ b/internal/conns/map.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package conns diff --git a/internal/const/build.go b/internal/const/build.go index 4afd984..3ed087f 100644 --- a/internal/const/build.go +++ b/internal/const/build.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build !plus // +build !plus diff --git a/internal/const/build_plus.go b/internal/const/build_plus.go index 9a8c73b..6d82716 100644 --- a/internal/const/build_plus.go +++ b/internal/const/build_plus.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build plus // +build plus diff --git a/internal/const/vars.go b/internal/const/vars.go index d8f5023..3ca722b 100644 --- a/internal/const/vars.go +++ b/internal/const/vars.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package teaconst diff --git a/internal/firewalls/ddos_protection.go b/internal/firewalls/ddos_protection.go index 9739d04..f6c6966 100644 --- a/internal/firewalls/ddos_protection.go +++ b/internal/firewalls/ddos_protection.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package firewalls diff --git a/internal/firewalls/ddos_protection_others.go b/internal/firewalls/ddos_protection_others.go index ce53b8a..641cc14 100644 --- a/internal/firewalls/ddos_protection_others.go +++ b/internal/firewalls/ddos_protection_others.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build !linux // +build !linux diff --git a/internal/firewalls/firewall.go b/internal/firewalls/firewall.go index 3dc7876..fc6d568 100644 --- a/internal/firewalls/firewall.go +++ b/internal/firewalls/firewall.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package firewalls diff --git a/internal/firewalls/firewall_base.go b/internal/firewalls/firewall_base.go index aef93a0..bb57a4d 100644 --- a/internal/firewalls/firewall_base.go +++ b/internal/firewalls/firewall_base.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package firewalls diff --git a/internal/firewalls/firewall_firewalld.go b/internal/firewalls/firewall_firewalld.go index e210482..54ace4b 100644 --- a/internal/firewalls/firewall_firewalld.go +++ b/internal/firewalls/firewall_firewalld.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package firewalls diff --git a/internal/firewalls/firewall_interface.go b/internal/firewalls/firewall_interface.go index 3231925..8112cbb 100644 --- a/internal/firewalls/firewall_interface.go +++ b/internal/firewalls/firewall_interface.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package firewalls diff --git a/internal/firewalls/firewall_mock.go b/internal/firewalls/firewall_mock.go index bec68e9..e0c61ef 100644 --- a/internal/firewalls/firewall_mock.go +++ b/internal/firewalls/firewall_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package firewalls diff --git a/internal/firewalls/firewall_nftables.go b/internal/firewalls/firewall_nftables.go index d408bb8..45fdaa4 100644 --- a/internal/firewalls/firewall_nftables.go +++ b/internal/firewalls/firewall_nftables.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package firewalls diff --git a/internal/firewalls/firewall_nftables_others.go b/internal/firewalls/firewall_nftables_others.go index 02f57df..130905c 100644 --- a/internal/firewalls/firewall_nftables_others.go +++ b/internal/firewalls/firewall_nftables_others.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build !linux // +build !linux diff --git a/internal/firewalls/nftables/chain.go b/internal/firewalls/nftables/chain.go index 5f0ac6d..4ddb66f 100644 --- a/internal/firewalls/nftables/chain.go +++ b/internal/firewalls/nftables/chain.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package nftables diff --git a/internal/firewalls/nftables/chain_policy.go b/internal/firewalls/nftables/chain_policy.go index 86a0854..4da7588 100644 --- a/internal/firewalls/nftables/chain_policy.go +++ b/internal/firewalls/nftables/chain_policy.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package nftables diff --git a/internal/firewalls/nftables/chain_test.go b/internal/firewalls/nftables/chain_test.go index 8a658da..e68cb48 100644 --- a/internal/firewalls/nftables/chain_test.go +++ b/internal/firewalls/nftables/chain_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package nftables_test diff --git a/internal/firewalls/nftables/conn.go b/internal/firewalls/nftables/conn.go index 013890a..df203a2 100644 --- a/internal/firewalls/nftables/conn.go +++ b/internal/firewalls/nftables/conn.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package nftables diff --git a/internal/firewalls/nftables/conn_test.go b/internal/firewalls/nftables/conn_test.go index 44d2ac8..e249bdb 100644 --- a/internal/firewalls/nftables/conn_test.go +++ b/internal/firewalls/nftables/conn_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux // +build linux diff --git a/internal/firewalls/nftables/element.go b/internal/firewalls/nftables/element.go index 495b642..38d4486 100644 --- a/internal/firewalls/nftables/element.go +++ b/internal/firewalls/nftables/element.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux // +build linux diff --git a/internal/firewalls/nftables/errors.go b/internal/firewalls/nftables/errors.go index 8c6e80a..f8c8712 100644 --- a/internal/firewalls/nftables/errors.go +++ b/internal/firewalls/nftables/errors.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux // +build linux diff --git a/internal/firewalls/nftables/expration.go b/internal/firewalls/nftables/expration.go index 04e393d..62ac16c 100644 --- a/internal/firewalls/nftables/expration.go +++ b/internal/firewalls/nftables/expration.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nftables diff --git a/internal/firewalls/nftables/expration_test.go b/internal/firewalls/nftables/expration_test.go index c477b4d..c6aebfe 100644 --- a/internal/firewalls/nftables/expration_test.go +++ b/internal/firewalls/nftables/expration_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nftables_test diff --git a/internal/firewalls/nftables/family.go b/internal/firewalls/nftables/family.go index 1643a13..183d3f2 100644 --- a/internal/firewalls/nftables/family.go +++ b/internal/firewalls/nftables/family.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package nftables diff --git a/internal/firewalls/nftables/installer.go b/internal/firewalls/nftables/installer.go index bbf0e8b..934f35f 100644 --- a/internal/firewalls/nftables/installer.go +++ b/internal/firewalls/nftables/installer.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . //go:build linux package nftables diff --git a/internal/firewalls/nftables/rule.go b/internal/firewalls/nftables/rule.go index 77a7c69..5b02dd6 100644 --- a/internal/firewalls/nftables/rule.go +++ b/internal/firewalls/nftables/rule.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package nftables diff --git a/internal/firewalls/nftables/set.go b/internal/firewalls/nftables/set.go index 6c25a8c..c345bef 100644 --- a/internal/firewalls/nftables/set.go +++ b/internal/firewalls/nftables/set.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package nftables diff --git a/internal/firewalls/nftables/set_batch.go b/internal/firewalls/nftables/set_batch.go index 499322a..6e765ca 100644 --- a/internal/firewalls/nftables/set_batch.go +++ b/internal/firewalls/nftables/set_batch.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package nftables diff --git a/internal/firewalls/nftables/set_data_type.go b/internal/firewalls/nftables/set_data_type.go index 8ef764c..7110693 100644 --- a/internal/firewalls/nftables/set_data_type.go +++ b/internal/firewalls/nftables/set_data_type.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package nftables diff --git a/internal/firewalls/nftables/set_ext.go b/internal/firewalls/nftables/set_ext.go index b12deca..deabc58 100644 --- a/internal/firewalls/nftables/set_ext.go +++ b/internal/firewalls/nftables/set_ext.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . //go:build linux && !plus package nftables diff --git a/internal/firewalls/nftables/set_test.go b/internal/firewalls/nftables/set_test.go index 568709f..9a2f518 100644 --- a/internal/firewalls/nftables/set_test.go +++ b/internal/firewalls/nftables/set_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package nftables_test diff --git a/internal/firewalls/nftables/table.go b/internal/firewalls/nftables/table.go index 6a8e44e..8a85c08 100644 --- a/internal/firewalls/nftables/table.go +++ b/internal/firewalls/nftables/table.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package nftables diff --git a/internal/firewalls/nftables/table_test.go b/internal/firewalls/nftables/table_test.go index 74b0546..3632e08 100644 --- a/internal/firewalls/nftables/table_test.go +++ b/internal/firewalls/nftables/table_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build linux package nftables_test diff --git a/internal/firewalls/utils.go b/internal/firewalls/utils.go index b3368f8..f860830 100644 --- a/internal/firewalls/utils.go +++ b/internal/firewalls/utils.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package firewalls diff --git a/internal/iplibrary/ip_list_sqlite.go b/internal/iplibrary/ip_list_sqlite.go index 0eb0727..6263c60 100644 --- a/internal/iplibrary/ip_list_sqlite.go +++ b/internal/iplibrary/ip_list_sqlite.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package iplibrary diff --git a/internal/iplibrary/ip_list_sqlite_test.go b/internal/iplibrary/ip_list_sqlite_test.go index b52e25a..2279bde 100644 --- a/internal/iplibrary/ip_list_sqlite_test.go +++ b/internal/iplibrary/ip_list_sqlite_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package iplibrary_test diff --git a/internal/iplibrary/list_utils.go b/internal/iplibrary/list_utils.go index 2f1c95b..e02b73b 100644 --- a/internal/iplibrary/list_utils.go +++ b/internal/iplibrary/list_utils.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package iplibrary diff --git a/internal/iplibrary/list_utils_test.go b/internal/iplibrary/list_utils_test.go index 0e91ba2..7eec577 100644 --- a/internal/iplibrary/list_utils_test.go +++ b/internal/iplibrary/list_utils_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package iplibrary diff --git a/internal/iplibrary/server_list_manager.go b/internal/iplibrary/server_list_manager.go index 67731d6..2a61790 100644 --- a/internal/iplibrary/server_list_manager.go +++ b/internal/iplibrary/server_list_manager.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package iplibrary diff --git a/internal/metrics/manager.go b/internal/metrics/manager.go index e503966..059809a 100644 --- a/internal/metrics/manager.go +++ b/internal/metrics/manager.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package metrics diff --git a/internal/metrics/manager_test.go b/internal/metrics/manager_test.go index bfb416b..d19297e 100644 --- a/internal/metrics/manager_test.go +++ b/internal/metrics/manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package metrics_test diff --git a/internal/metrics/metric_interface.go b/internal/metrics/metric_interface.go index 7278369..0f74532 100644 --- a/internal/metrics/metric_interface.go +++ b/internal/metrics/metric_interface.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package metrics diff --git a/internal/metrics/stat.go b/internal/metrics/stat.go index f57b8bb..7b598e0 100644 --- a/internal/metrics/stat.go +++ b/internal/metrics/stat.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package metrics diff --git a/internal/metrics/task_kv_test.go b/internal/metrics/task_kv_test.go index 4b1d2a0..1c0ae2e 100644 --- a/internal/metrics/task_kv_test.go +++ b/internal/metrics/task_kv_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package metrics_test diff --git a/internal/metrics/task_sqlite.go b/internal/metrics/task_sqlite.go index af48f12..0bacf2f 100644 --- a/internal/metrics/task_sqlite.go +++ b/internal/metrics/task_sqlite.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package metrics diff --git a/internal/monitor/value.go b/internal/monitor/value.go index 365a285..3286555 100644 --- a/internal/monitor/value.go +++ b/internal/monitor/value.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package monitor diff --git a/internal/monitor/value_queue.go b/internal/monitor/value_queue.go index f0c683b..4f74ddb 100644 --- a/internal/monitor/value_queue.go +++ b/internal/monitor/value_queue.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package monitor diff --git a/internal/monitor/value_queue_test.go b/internal/monitor/value_queue_test.go index f0fbc77..85b8713 100644 --- a/internal/monitor/value_queue_test.go +++ b/internal/monitor/value_queue_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package monitor diff --git a/internal/nodes/client_conn.go b/internal/nodes/client_conn.go index b11e459..7e61ae9 100644 --- a/internal/nodes/client_conn.go +++ b/internal/nodes/client_conn.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/client_conn_base.go b/internal/nodes/client_conn_base.go index 0c9d33a..5787090 100644 --- a/internal/nodes/client_conn_base.go +++ b/internal/nodes/client_conn_base.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/client_conn_interface.go b/internal/nodes/client_conn_interface.go index 3554c40..e69cd90 100644 --- a/internal/nodes/client_conn_interface.go +++ b/internal/nodes/client_conn_interface.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/client_conn_limiter.go b/internal/nodes/client_conn_limiter.go index 63b3663..7b515d7 100644 --- a/internal/nodes/client_conn_limiter.go +++ b/internal/nodes/client_conn_limiter.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/client_conn_limiter_test.go b/internal/nodes/client_conn_limiter_test.go index 145d7b8..e559c87 100644 --- a/internal/nodes/client_conn_limiter_test.go +++ b/internal/nodes/client_conn_limiter_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/client_conn_traffic.go b/internal/nodes/client_conn_traffic.go index e1ef9f3..823c050 100644 --- a/internal/nodes/client_conn_traffic.go +++ b/internal/nodes/client_conn_traffic.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/client_conn_utils.go b/internal/nodes/client_conn_utils.go index 674e7a4..c471a57 100644 --- a/internal/nodes/client_conn_utils.go +++ b/internal/nodes/client_conn_utils.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/client_listener.go b/internal/nodes/client_listener.go index 53f7368..a8b6c04 100644 --- a/internal/nodes/client_listener.go +++ b/internal/nodes/client_listener.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/client_tls_conn.go b/internal/nodes/client_tls_conn.go index cf51f10..3ea530e 100644 --- a/internal/nodes/client_tls_conn.go +++ b/internal/nodes/client_tls_conn.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/conn_linger.go b/internal/nodes/conn_linger.go index ccf59fe..04e1589 100644 --- a/internal/nodes/conn_linger.go +++ b/internal/nodes/conn_linger.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nodes diff --git a/internal/nodes/http_access_log_queue_test.go b/internal/nodes/http_access_log_queue_test.go index ac9126f..01422b6 100644 --- a/internal/nodes/http_access_log_queue_test.go +++ b/internal/nodes/http_access_log_queue_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes_test diff --git a/internal/nodes/http_access_log_viewer.go b/internal/nodes/http_access_log_viewer.go index 969e939..61718f4 100644 --- a/internal/nodes/http_access_log_viewer.go +++ b/internal/nodes/http_access_log_viewer.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nodes diff --git a/internal/nodes/http_cache_task_manager.go b/internal/nodes/http_cache_task_manager.go index d50d5a0..a0a0630 100644 --- a/internal/nodes/http_cache_task_manager.go +++ b/internal/nodes/http_cache_task_manager.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nodes diff --git a/internal/nodes/http_cache_task_manager_test.go b/internal/nodes/http_cache_task_manager_test.go index 29e0bd6..3152683 100644 --- a/internal/nodes/http_cache_task_manager_test.go +++ b/internal/nodes/http_cache_task_manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nodes_test diff --git a/internal/nodes/http_client_transport.go b/internal/nodes/http_client_transport.go index e37ec7b..171be89 100644 --- a/internal/nodes/http_client_transport.go +++ b/internal/nodes/http_client_transport.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nodes diff --git a/internal/nodes/http_request_auth.go b/internal/nodes/http_request_auth.go index a8ac153..86b36f9 100644 --- a/internal/nodes/http_request_auth.go +++ b/internal/nodes/http_request_auth.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/http_request_cc.go b/internal/nodes/http_request_cc.go index b803e19..36f96b1 100644 --- a/internal/nodes/http_request_cc.go +++ b/internal/nodes/http_request_cc.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . //go:build !plus package nodes diff --git a/internal/nodes/http_request_events.go b/internal/nodes/http_request_events.go index a227323..9c43714 100644 --- a/internal/nodes/http_request_events.go +++ b/internal/nodes/http_request_events.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build !script // +build !script diff --git a/internal/nodes/http_request_fastcgi.go b/internal/nodes/http_request_fastcgi.go index 6945c6e..71c2607 100644 --- a/internal/nodes/http_request_fastcgi.go +++ b/internal/nodes/http_request_fastcgi.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/http_request_health_check.go b/internal/nodes/http_request_health_check.go index e86aef7..b9239d5 100644 --- a/internal/nodes/http_request_health_check.go +++ b/internal/nodes/http_request_health_check.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/http_request_limit.go b/internal/nodes/http_request_limit.go index f78ad13..e2f72a6 100644 --- a/internal/nodes/http_request_limit.go +++ b/internal/nodes/http_request_limit.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/http_request_ln.go b/internal/nodes/http_request_ln.go index f2535e7..8ff225b 100644 --- a/internal/nodes/http_request_ln.go +++ b/internal/nodes/http_request_ln.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build !plus // +build !plus diff --git a/internal/nodes/http_request_metrics.go b/internal/nodes/http_request_metrics.go index 6df4878..ff565be 100644 --- a/internal/nodes/http_request_metrics.go +++ b/internal/nodes/http_request_metrics.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/http_request_mismatch.go b/internal/nodes/http_request_mismatch.go index cab3ea7..58d66d5 100644 --- a/internal/nodes/http_request_mismatch.go +++ b/internal/nodes/http_request_mismatch.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nodes diff --git a/internal/nodes/http_request_plan_before.go b/internal/nodes/http_request_plan_before.go index 1f872e0..07d093e 100644 --- a/internal/nodes/http_request_plan_before.go +++ b/internal/nodes/http_request_plan_before.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build !plus package nodes diff --git a/internal/nodes/http_request_referers.go b/internal/nodes/http_request_referers.go index c33a565..0238c80 100644 --- a/internal/nodes/http_request_referers.go +++ b/internal/nodes/http_request_referers.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nodes diff --git a/internal/nodes/http_request_sub.go b/internal/nodes/http_request_sub.go index 3fb2e19..ffec567 100644 --- a/internal/nodes/http_request_sub.go +++ b/internal/nodes/http_request_sub.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/http_request_traffic_limit.go b/internal/nodes/http_request_traffic_limit.go index 6c6ca5d..9e304be 100644 --- a/internal/nodes/http_request_traffic_limit.go +++ b/internal/nodes/http_request_traffic_limit.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/http_request_uam.go b/internal/nodes/http_request_uam.go index 4dd682e..cf30c31 100644 --- a/internal/nodes/http_request_uam.go +++ b/internal/nodes/http_request_uam.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build !plus // +build !plus diff --git a/internal/nodes/http_request_user_agent.go b/internal/nodes/http_request_user_agent.go index c607bc0..90efdf2 100644 --- a/internal/nodes/http_request_user_agent.go +++ b/internal/nodes/http_request_user_agent.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nodes diff --git a/internal/nodes/http_writer.go b/internal/nodes/http_writer.go index a899ece..781fb8c 100644 --- a/internal/nodes/http_writer.go +++ b/internal/nodes/http_writer.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/http_writer_empty.go b/internal/nodes/http_writer_empty.go index 136243a..75b2ad7 100644 --- a/internal/nodes/http_writer_empty.go +++ b/internal/nodes/http_writer_empty.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/http_writer_ext.go b/internal/nodes/http_writer_ext.go index 46cc93b..841b399 100644 --- a/internal/nodes/http_writer_ext.go +++ b/internal/nodes/http_writer_ext.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build !plus // +build !plus diff --git a/internal/nodes/ip_library_updater.go b/internal/nodes/ip_library_updater.go index 8a0457b..ac1f8ff 100644 --- a/internal/nodes/ip_library_updater.go +++ b/internal/nodes/ip_library_updater.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nodes diff --git a/internal/nodes/listener_base_ext.go b/internal/nodes/listener_base_ext.go index 6f8e191..5287d50 100644 --- a/internal/nodes/listener_base_ext.go +++ b/internal/nodes/listener_base_ext.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . //go:build !plus package nodes diff --git a/internal/nodes/listener_base_test.go b/internal/nodes/listener_base_test.go index 2b75c60..42ed55b 100644 --- a/internal/nodes/listener_base_test.go +++ b/internal/nodes/listener_base_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/node_ext.go b/internal/nodes/node_ext.go index 53acdfb..1d67955 100644 --- a/internal/nodes/node_ext.go +++ b/internal/nodes/node_ext.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build !script // +build !script diff --git a/internal/nodes/node_panic.go b/internal/nodes/node_panic.go index 83a6201..580499b 100644 --- a/internal/nodes/node_panic.go +++ b/internal/nodes/node_panic.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build !arm64 // +build !arm64 diff --git a/internal/nodes/node_panic_arm64.go b/internal/nodes/node_panic_arm64.go index c041987..ee2b3bd 100644 --- a/internal/nodes/node_panic_arm64.go +++ b/internal/nodes/node_panic_arm64.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. //go:build arm64 package nodes diff --git a/internal/nodes/node_tasks.go b/internal/nodes/node_tasks.go index bdccd3f..ea9da2f 100644 --- a/internal/nodes/node_tasks.go +++ b/internal/nodes/node_tasks.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nodes diff --git a/internal/nodes/origin_state.go b/internal/nodes/origin_state.go index 8d4b1b6..6648505 100644 --- a/internal/nodes/origin_state.go +++ b/internal/nodes/origin_state.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/origin_state_manager.go b/internal/nodes/origin_state_manager.go index 2b51e8a..efdf8e0 100644 --- a/internal/nodes/origin_state_manager.go +++ b/internal/nodes/origin_state_manager.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/origin_state_manager_test.go b/internal/nodes/origin_state_manager_test.go index 79ab3e3..26ac9ca 100644 --- a/internal/nodes/origin_state_manager_test.go +++ b/internal/nodes/origin_state_manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/task_ocsp_update.go b/internal/nodes/task_ocsp_update.go index 6bf3456..c0e042b 100644 --- a/internal/nodes/task_ocsp_update.go +++ b/internal/nodes/task_ocsp_update.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/task_ocsp_update_test.go b/internal/nodes/task_ocsp_update_test.go index c2e23bd..88c64d7 100644 --- a/internal/nodes/task_ocsp_update_test.go +++ b/internal/nodes/task_ocsp_update_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes_test diff --git a/internal/nodes/upgrade_manager.go b/internal/nodes/upgrade_manager.go index c8d47bd..492286c 100644 --- a/internal/nodes/upgrade_manager.go +++ b/internal/nodes/upgrade_manager.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/upgrade_manager_test.go b/internal/nodes/upgrade_manager_test.go index d2381e7..f267753 100644 --- a/internal/nodes/upgrade_manager_test.go +++ b/internal/nodes/upgrade_manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package nodes diff --git a/internal/nodes/user_manager.go b/internal/nodes/user_manager.go index e5dbf3c..05d59c0 100644 --- a/internal/nodes/user_manager.go +++ b/internal/nodes/user_manager.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package nodes diff --git a/internal/rpc/call_stat.go b/internal/rpc/call_stat.go index 4bfdc77..9745288 100644 --- a/internal/rpc/call_stat.go +++ b/internal/rpc/call_stat.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package rpc diff --git a/internal/rpc/call_stat_test.go b/internal/rpc/call_stat_test.go index 9f2107c..bbb1abf 100644 --- a/internal/rpc/call_stat_test.go +++ b/internal/rpc/call_stat_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package rpc_test diff --git a/internal/rpc/rpc_test.go b/internal/rpc/rpc_test.go index 05b661b..dbf381e 100644 --- a/internal/rpc/rpc_test.go +++ b/internal/rpc/rpc_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package rpc_test diff --git a/internal/stats/bandwidth_stat_manager.go b/internal/stats/bandwidth_stat_manager.go index 4ac87fb..3c88bc5 100644 --- a/internal/stats/bandwidth_stat_manager.go +++ b/internal/stats/bandwidth_stat_manager.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package stats diff --git a/internal/stats/bandwidth_stat_manager_test.go b/internal/stats/bandwidth_stat_manager_test.go index 91067ed..4589281 100644 --- a/internal/stats/bandwidth_stat_manager_test.go +++ b/internal/stats/bandwidth_stat_manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package stats_test diff --git a/internal/stats/user_agent_parser.go b/internal/stats/user_agent_parser.go index 1bb39e1..85351dd 100644 --- a/internal/stats/user_agent_parser.go +++ b/internal/stats/user_agent_parser.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package stats diff --git a/internal/stats/user_agent_parser_result.go b/internal/stats/user_agent_parser_result.go index 73d7149..8e7215e 100644 --- a/internal/stats/user_agent_parser_result.go +++ b/internal/stats/user_agent_parser_result.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package stats diff --git a/internal/stats/user_agent_parser_test.go b/internal/stats/user_agent_parser_test.go index c0d62da..73286c9 100644 --- a/internal/stats/user_agent_parser_test.go +++ b/internal/stats/user_agent_parser_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package stats_test diff --git a/internal/utils/agents/agent.go b/internal/utils/agents/agent.go index 026936d..f347586 100644 --- a/internal/utils/agents/agent.go +++ b/internal/utils/agents/agent.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package agents diff --git a/internal/utils/agents/agent_ip.go b/internal/utils/agents/agent_ip.go index 81e0aab..5da7135 100644 --- a/internal/utils/agents/agent_ip.go +++ b/internal/utils/agents/agent_ip.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package agents diff --git a/internal/utils/agents/agents.go b/internal/utils/agents/agents.go index 5d88d86..a7d0c92 100644 --- a/internal/utils/agents/agents.go +++ b/internal/utils/agents/agents.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package agents diff --git a/internal/utils/agents/agents_test.go b/internal/utils/agents/agents_test.go index 180eae6..3568941 100644 --- a/internal/utils/agents/agents_test.go +++ b/internal/utils/agents/agents_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package agents_test diff --git a/internal/utils/agents/db_sqlite.go b/internal/utils/agents/db_sqlite.go index 7dc219b..05ee435 100644 --- a/internal/utils/agents/db_sqlite.go +++ b/internal/utils/agents/db_sqlite.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package agents diff --git a/internal/utils/agents/ip_cache_map.go b/internal/utils/agents/ip_cache_map.go index 8f66599..4bf834b 100644 --- a/internal/utils/agents/ip_cache_map.go +++ b/internal/utils/agents/ip_cache_map.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package agents diff --git a/internal/utils/agents/ip_cache_map_test.go b/internal/utils/agents/ip_cache_map_test.go index 5292670..b9bbe54 100644 --- a/internal/utils/agents/ip_cache_map_test.go +++ b/internal/utils/agents/ip_cache_map_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package agents diff --git a/internal/utils/agents/manager.go b/internal/utils/agents/manager.go index 189e554..4d0aa28 100644 --- a/internal/utils/agents/manager.go +++ b/internal/utils/agents/manager.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package agents diff --git a/internal/utils/agents/manager_test.go b/internal/utils/agents/manager_test.go index b27bd2f..beb6126 100644 --- a/internal/utils/agents/manager_test.go +++ b/internal/utils/agents/manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package agents_test diff --git a/internal/utils/agents/queue.go b/internal/utils/agents/queue.go index 358a701..4d33bef 100644 --- a/internal/utils/agents/queue.go +++ b/internal/utils/agents/queue.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package agents diff --git a/internal/utils/agents/queue_test.go b/internal/utils/agents/queue_test.go index 9a71500..1119050 100644 --- a/internal/utils/agents/queue_test.go +++ b/internal/utils/agents/queue_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package agents_test diff --git a/internal/utils/buffer_pool.go b/internal/utils/buffer_pool.go index 547e208..63e8c2d 100644 --- a/internal/utils/buffer_pool.go +++ b/internal/utils/buffer_pool.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package utils diff --git a/internal/utils/buffer_pool_test.go b/internal/utils/buffer_pool_test.go index 81a4627..71eac1d 100644 --- a/internal/utils/buffer_pool_test.go +++ b/internal/utils/buffer_pool_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package utils_test diff --git a/internal/utils/clock/manager.go b/internal/utils/clock/manager.go index 9d5721b..a9f4c6d 100644 --- a/internal/utils/clock/manager.go +++ b/internal/utils/clock/manager.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package clock diff --git a/internal/utils/clock/manager_test.go b/internal/utils/clock/manager_test.go index 369e885..e2eb456 100644 --- a/internal/utils/clock/manager_test.go +++ b/internal/utils/clock/manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package clock_test diff --git a/internal/utils/clock/ntp_packet.go b/internal/utils/clock/ntp_packet.go index d9d34f8..2d942fa 100644 --- a/internal/utils/clock/ntp_packet.go +++ b/internal/utils/clock/ntp_packet.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package clock diff --git a/internal/utils/conns/conn_no_stat.go b/internal/utils/conns/conn_no_stat.go index 3de4923..825c492 100644 --- a/internal/utils/conns/conn_no_stat.go +++ b/internal/utils/conns/conn_no_stat.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package connutils diff --git a/internal/utils/dbs/batch.go b/internal/utils/dbs/batch.go index 1e541b1..e5e244c 100644 --- a/internal/utils/dbs/batch.go +++ b/internal/utils/dbs/batch.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package dbs diff --git a/internal/utils/dbs/db.go b/internal/utils/dbs/db.go index 9f7e090..72bd393 100644 --- a/internal/utils/dbs/db.go +++ b/internal/utils/dbs/db.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package dbs diff --git a/internal/utils/dbs/query_label.go b/internal/utils/dbs/query_label.go index 4a0f14e..d848a7e 100644 --- a/internal/utils/dbs/query_label.go +++ b/internal/utils/dbs/query_label.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package dbs diff --git a/internal/utils/dbs/query_stat.go b/internal/utils/dbs/query_stat.go index 9e31669..67edaaa 100644 --- a/internal/utils/dbs/query_stat.go +++ b/internal/utils/dbs/query_stat.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package dbs diff --git a/internal/utils/dbs/query_stat_manager.go b/internal/utils/dbs/query_stat_manager.go index e5a3ece..f9dfd4e 100644 --- a/internal/utils/dbs/query_stat_manager.go +++ b/internal/utils/dbs/query_stat_manager.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package dbs diff --git a/internal/utils/dbs/query_stat_manager_test.go b/internal/utils/dbs/query_stat_manager_test.go index 7361821..c7ed687 100644 --- a/internal/utils/dbs/query_stat_manager_test.go +++ b/internal/utils/dbs/query_stat_manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package dbs_test diff --git a/internal/utils/dbs/stmt.go b/internal/utils/dbs/stmt.go index 8358f5c..0a59d79 100644 --- a/internal/utils/dbs/stmt.go +++ b/internal/utils/dbs/stmt.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package dbs diff --git a/internal/utils/encrypt.go b/internal/utils/encrypt.go index 04bee0c..535d69a 100644 --- a/internal/utils/encrypt.go +++ b/internal/utils/encrypt.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package utils diff --git a/internal/utils/encrypt_test.go b/internal/utils/encrypt_test.go index 2bf89c9..1eecc06 100644 --- a/internal/utils/encrypt_test.go +++ b/internal/utils/encrypt_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package utils_test diff --git a/internal/utils/exec/cmd.go b/internal/utils/exec/cmd.go index 299b0a2..e1cd3f8 100644 --- a/internal/utils/exec/cmd.go +++ b/internal/utils/exec/cmd.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package executils diff --git a/internal/utils/exec/cmd_test.go b/internal/utils/exec/cmd_test.go index 79698f6..b1bffda 100644 --- a/internal/utils/exec/cmd_test.go +++ b/internal/utils/exec/cmd_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package executils_test diff --git a/internal/utils/exit.go b/internal/utils/exit.go index 61c3a37..937e26c 100644 --- a/internal/utils/exit.go +++ b/internal/utils/exit.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package utils diff --git a/internal/utils/expires/id_key_map.go b/internal/utils/expires/id_key_map.go index 95d19f8..9579a87 100644 --- a/internal/utils/expires/id_key_map.go +++ b/internal/utils/expires/id_key_map.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package expires diff --git a/internal/utils/expires/id_key_map_test.go b/internal/utils/expires/id_key_map_test.go index 3b1c410..dbdc5b6 100644 --- a/internal/utils/expires/id_key_map_test.go +++ b/internal/utils/expires/id_key_map_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package expires_test diff --git a/internal/utils/expires/manager.go b/internal/utils/expires/manager.go index 9c894a1..bbddaf5 100644 --- a/internal/utils/expires/manager.go +++ b/internal/utils/expires/manager.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package expires diff --git a/internal/utils/fasttime/time_fast.go b/internal/utils/fasttime/time_fast.go index 3214c34..c260dc2 100644 --- a/internal/utils/fasttime/time_fast.go +++ b/internal/utils/fasttime/time_fast.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package fasttime diff --git a/internal/utils/fasttime/time_fast_test.go b/internal/utils/fasttime/time_fast_test.go index a7e67d8..724247a 100644 --- a/internal/utils/fasttime/time_fast_test.go +++ b/internal/utils/fasttime/time_fast_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package fasttime_test diff --git a/internal/utils/fnv/hash.go b/internal/utils/fnv/hash.go index 581d565..e077af6 100644 --- a/internal/utils/fnv/hash.go +++ b/internal/utils/fnv/hash.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package fnv diff --git a/internal/utils/fnv/hash_test.go b/internal/utils/fnv/hash_test.go index f1aa3b0..831a57b 100644 --- a/internal/utils/fnv/hash_test.go +++ b/internal/utils/fnv/hash_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package fnv_test diff --git a/internal/utils/fs/locker.go b/internal/utils/fs/locker.go index ae00f8c..2f6afbc 100644 --- a/internal/utils/fs/locker.go +++ b/internal/utils/fs/locker.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package fsutils diff --git a/internal/utils/fs/locker_test.go b/internal/utils/fs/locker_test.go index 0af2a9b..07d5228 100644 --- a/internal/utils/fs/locker_test.go +++ b/internal/utils/fs/locker_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package fsutils_test diff --git a/internal/utils/goman/instance.go b/internal/utils/goman/instance.go index f765924..089f7c5 100644 --- a/internal/utils/goman/instance.go +++ b/internal/utils/goman/instance.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package goman diff --git a/internal/utils/goman/lib.go b/internal/utils/goman/lib.go index 7f6d09c..7c89572 100644 --- a/internal/utils/goman/lib.go +++ b/internal/utils/goman/lib.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package goman diff --git a/internal/utils/goman/lib_test.go b/internal/utils/goman/lib_test.go index 9a992d4..838041d 100644 --- a/internal/utils/goman/lib_test.go +++ b/internal/utils/goman/lib_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package goman_test diff --git a/internal/utils/jsonutils/map.go b/internal/utils/jsonutils/map.go index d4c4bcb..29d715c 100644 --- a/internal/utils/jsonutils/map.go +++ b/internal/utils/jsonutils/map.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package jsonutils diff --git a/internal/utils/jsonutils/map_test.go b/internal/utils/jsonutils/map_test.go index 2527f5e..0c0214d 100644 --- a/internal/utils/jsonutils/map_test.go +++ b/internal/utils/jsonutils/map_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package jsonutils diff --git a/internal/utils/jsonutils/utils.go b/internal/utils/jsonutils/utils.go index b955d28..3d249d5 100644 --- a/internal/utils/jsonutils/utils.go +++ b/internal/utils/jsonutils/utils.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package jsonutils diff --git a/internal/utils/jsonutils/utils_test.go b/internal/utils/jsonutils/utils_test.go index de4f061..56ca3ef 100644 --- a/internal/utils/jsonutils/utils_test.go +++ b/internal/utils/jsonutils/utils_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package jsonutils_test diff --git a/internal/utils/linkedlist/item.go b/internal/utils/linkedlist/item.go index d4bfe9e..046840c 100644 --- a/internal/utils/linkedlist/item.go +++ b/internal/utils/linkedlist/item.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package linkedlist diff --git a/internal/utils/linkedlist/list.go b/internal/utils/linkedlist/list.go index 3bf8b62..5c35558 100644 --- a/internal/utils/linkedlist/list.go +++ b/internal/utils/linkedlist/list.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package linkedlist diff --git a/internal/utils/linkedlist/list_test.go b/internal/utils/linkedlist/list_test.go index 3cec792..11e1334 100644 --- a/internal/utils/linkedlist/list_test.go +++ b/internal/utils/linkedlist/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package linkedlist_test diff --git a/internal/utils/lookup_test.go b/internal/utils/lookup_test.go index 83869f0..1463f1d 100644 --- a/internal/utils/lookup_test.go +++ b/internal/utils/lookup_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package utils diff --git a/internal/utils/maps/map_fixed.go b/internal/utils/maps/map_fixed.go index 6c71a21..7bb4184 100644 --- a/internal/utils/maps/map_fixed.go +++ b/internal/utils/maps/map_fixed.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package maputils diff --git a/internal/utils/maps/map_fixed_test.go b/internal/utils/maps/map_fixed_test.go index 545263b..cc8f1b9 100644 --- a/internal/utils/maps/map_fixed_test.go +++ b/internal/utils/maps/map_fixed_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package maputils_test diff --git a/internal/utils/mem/system.go b/internal/utils/mem/system.go index 8b74d46..e000a7f 100644 --- a/internal/utils/mem/system.go +++ b/internal/utils/mem/system.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package memutils diff --git a/internal/utils/mem/system_1.19.go b/internal/utils/mem/system_1.19.go index 4feef56..e97ed7c 100644 --- a/internal/utils/mem/system_1.19.go +++ b/internal/utils/mem/system_1.19.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . //go:build go1.19 package memutils diff --git a/internal/utils/mem/system_before_1.19.go b/internal/utils/mem/system_before_1.19.go index bccb2dc..718c962 100644 --- a/internal/utils/mem/system_before_1.19.go +++ b/internal/utils/mem/system_before_1.19.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . //go:build !go1.19 package memutils diff --git a/internal/utils/mem/system_test.go b/internal/utils/mem/system_test.go index 6169e4b..8856d68 100644 --- a/internal/utils/mem/system_test.go +++ b/internal/utils/mem/system_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package memutils_test diff --git a/internal/utils/net_test.go b/internal/utils/net_test.go index 3428ed3..2e787e4 100644 --- a/internal/utils/net_test.go +++ b/internal/utils/net_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package utils_test diff --git a/internal/utils/net_utils.go b/internal/utils/net_utils.go index d1bfcdb..fb02880 100644 --- a/internal/utils/net_utils.go +++ b/internal/utils/net_utils.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package utils diff --git a/internal/utils/ranges/range.go b/internal/utils/ranges/range.go index c083228..f059650 100644 --- a/internal/utils/ranges/range.go +++ b/internal/utils/ranges/range.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package rangeutils diff --git a/internal/utils/ranges/range_test.go b/internal/utils/ranges/range_test.go index 29df200..241f081 100644 --- a/internal/utils/ranges/range_test.go +++ b/internal/utils/ranges/range_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package rangeutils_test diff --git a/internal/utils/ratelimit/counter.go b/internal/utils/ratelimit/counter.go index 7f18ed0..2581ecd 100644 --- a/internal/utils/ratelimit/counter.go +++ b/internal/utils/ratelimit/counter.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package ratelimit diff --git a/internal/utils/ratelimit/counter_test.go b/internal/utils/ratelimit/counter_test.go index 4db62bb..5d8b7be 100644 --- a/internal/utils/ratelimit/counter_test.go +++ b/internal/utils/ratelimit/counter_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package ratelimit_test diff --git a/internal/utils/re/regexp.go b/internal/utils/re/regexp.go index 1a2075f..2769ee3 100644 --- a/internal/utils/re/regexp.go +++ b/internal/utils/re/regexp.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package re diff --git a/internal/utils/re/regexp_test.go b/internal/utils/re/regexp_test.go index e4e670e..eed01b4 100644 --- a/internal/utils/re/regexp_test.go +++ b/internal/utils/re/regexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package re_test diff --git a/internal/utils/re/rune_tree.go b/internal/utils/re/rune_tree.go index 262f31e..00ddf8d 100644 --- a/internal/utils/re/rune_tree.go +++ b/internal/utils/re/rune_tree.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package re diff --git a/internal/utils/re/rune_tree_test.go b/internal/utils/re/rune_tree_test.go index 90dee4c..7fd5d1c 100644 --- a/internal/utils/re/rune_tree_test.go +++ b/internal/utils/re/rune_tree_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package re_test diff --git a/internal/utils/reader_utils.go b/internal/utils/reader_utils.go index d10704d..2c7e628 100644 --- a/internal/utils/reader_utils.go +++ b/internal/utils/reader_utils.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package utils diff --git a/internal/utils/readers/handlers.go b/internal/utils/readers/handlers.go index ac12e5e..cb2b73c 100644 --- a/internal/utils/readers/handlers.go +++ b/internal/utils/readers/handlers.go @@ -1,3 +1,3 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package readers diff --git a/internal/utils/readers/reader_base.go b/internal/utils/readers/reader_base.go index ee7bb38..7dbd0ed 100644 --- a/internal/utils/readers/reader_base.go +++ b/internal/utils/readers/reader_base.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package readers diff --git a/internal/utils/readers/reader_bytes_counter.go b/internal/utils/readers/reader_bytes_counter.go index cfa276f..78e8a8d 100644 --- a/internal/utils/readers/reader_bytes_counter.go +++ b/internal/utils/readers/reader_bytes_counter.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package readers diff --git a/internal/utils/readers/reader_closer_byte_ranges.go b/internal/utils/readers/reader_closer_byte_ranges.go index b28ccce..ced5baa 100644 --- a/internal/utils/readers/reader_closer_byte_ranges.go +++ b/internal/utils/readers/reader_closer_byte_ranges.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package readers diff --git a/internal/utils/readers/reader_closer_byte_ranges_test.go b/internal/utils/readers/reader_closer_byte_ranges_test.go index 268d49c..df3b21a 100644 --- a/internal/utils/readers/reader_closer_byte_ranges_test.go +++ b/internal/utils/readers/reader_closer_byte_ranges_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package readers_test diff --git a/internal/utils/readers/reader_closer_filter.go b/internal/utils/readers/reader_closer_filter.go index 08c976a..1fd65cd 100644 --- a/internal/utils/readers/reader_closer_filter.go +++ b/internal/utils/readers/reader_closer_filter.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package readers diff --git a/internal/utils/readers/reader_closer_filter_test.go b/internal/utils/readers/reader_closer_filter_test.go index eaa41d5..2e8fafa 100644 --- a/internal/utils/readers/reader_closer_filter_test.go +++ b/internal/utils/readers/reader_closer_filter_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package readers_test diff --git a/internal/utils/readers/reader_closer_tee.go b/internal/utils/readers/reader_closer_tee.go index 4be6cc2..629afe6 100644 --- a/internal/utils/readers/reader_closer_tee.go +++ b/internal/utils/readers/reader_closer_tee.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package readers diff --git a/internal/utils/readers/reader_print.go b/internal/utils/readers/reader_print.go index b484774..911430e 100644 --- a/internal/utils/readers/reader_print.go +++ b/internal/utils/readers/reader_print.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package readers diff --git a/internal/utils/readers/reader_tee.go b/internal/utils/readers/reader_tee.go index 9abe601..5cf753f 100644 --- a/internal/utils/readers/reader_tee.go +++ b/internal/utils/readers/reader_tee.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package readers diff --git a/internal/utils/sets/set_fixed.go b/internal/utils/sets/set_fixed.go index 94bf84d..a6e74ee 100644 --- a/internal/utils/sets/set_fixed.go +++ b/internal/utils/sets/set_fixed.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package setutils diff --git a/internal/utils/sets/set_fixed_test.go b/internal/utils/sets/set_fixed_test.go index 0f2de17..b935c36 100644 --- a/internal/utils/sets/set_fixed_test.go +++ b/internal/utils/sets/set_fixed_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package setutils_test diff --git a/internal/utils/sync/map_int.go b/internal/utils/sync/map_int.go index 0f358f3..04cc25a 100644 --- a/internal/utils/sync/map_int.go +++ b/internal/utils/sync/map_int.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package syncutils diff --git a/internal/utils/sync/map_int_test.go b/internal/utils/sync/map_int_test.go index a0b97f6..c091e29 100644 --- a/internal/utils/sync/map_int_test.go +++ b/internal/utils/sync/map_int_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package syncutils_test diff --git a/internal/utils/sync/rw_mutex.go b/internal/utils/sync/rw_mutex.go index a1a0cd2..ad282c1 100644 --- a/internal/utils/sync/rw_mutex.go +++ b/internal/utils/sync/rw_mutex.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package syncutils diff --git a/internal/utils/sync/rw_mutex_test.go b/internal/utils/sync/rw_mutex_test.go index 092d2b6..06e247a 100644 --- a/internal/utils/sync/rw_mutex_test.go +++ b/internal/utils/sync/rw_mutex_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package syncutils_test diff --git a/internal/utils/testutils/memory.go b/internal/utils/testutils/memory.go index 3b90e9b..66543e4 100644 --- a/internal/utils/testutils/memory.go +++ b/internal/utils/testutils/memory.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package testutils diff --git a/internal/utils/trackers/label.go b/internal/utils/trackers/label.go index 4944b86..3ea8266 100644 --- a/internal/utils/trackers/label.go +++ b/internal/utils/trackers/label.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package trackers diff --git a/internal/utils/trackers/manager.go b/internal/utils/trackers/manager.go index 0831f84..910c98e 100644 --- a/internal/utils/trackers/manager.go +++ b/internal/utils/trackers/manager.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package trackers diff --git a/internal/utils/trackers/manager_test.go b/internal/utils/trackers/manager_test.go index 767ea76..ad1d97a 100644 --- a/internal/utils/trackers/manager_test.go +++ b/internal/utils/trackers/manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package trackers_test diff --git a/internal/utils/ttlcache/manager.go b/internal/utils/ttlcache/manager.go index c6a63c2..eb6eca9 100644 --- a/internal/utils/ttlcache/manager.go +++ b/internal/utils/ttlcache/manager.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package ttlcache diff --git a/internal/utils/workspace.go b/internal/utils/workspace.go index eeea7bf..835bdf0 100644 --- a/internal/utils/workspace.go +++ b/internal/utils/workspace.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package utils diff --git a/internal/utils/writers/writer_bytes_counter.go b/internal/utils/writers/writer_bytes_counter.go index 7ec18a4..fa34550 100644 --- a/internal/utils/writers/writer_bytes_counter.go +++ b/internal/utils/writers/writer_bytes_counter.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package writers diff --git a/internal/utils/writers/writer_closer_tee.go b/internal/utils/writers/writer_closer_tee.go index b14092d..0f81675 100644 --- a/internal/utils/writers/writer_closer_tee.go +++ b/internal/utils/writers/writer_closer_tee.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package writers diff --git a/internal/utils/writers/writer_print.go b/internal/utils/writers/writer_print.go index 7a51605..57ea995 100644 --- a/internal/utils/writers/writer_print.go +++ b/internal/utils/writers/writer_print.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package writers diff --git a/internal/utils/writers/writer_rate_limit.go b/internal/utils/writers/writer_rate_limit.go index 89bb713..23071ea 100644 --- a/internal/utils/writers/writer_rate_limit.go +++ b/internal/utils/writers/writer_rate_limit.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package writers diff --git a/internal/utils/writers/writer_rate_limit_test.go b/internal/utils/writers/writer_rate_limit_test.go index dce5827..3d45410 100644 --- a/internal/utils/writers/writer_rate_limit_test.go +++ b/internal/utils/writers/writer_rate_limit_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package writers diff --git a/internal/utils/zero/zero.go b/internal/utils/zero/zero.go index d5ecb9a..d272036 100644 --- a/internal/utils/zero/zero.go +++ b/internal/utils/zero/zero.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package zero diff --git a/internal/utils/zero/zero_test.go b/internal/utils/zero/zero_test.go index c203be8..f476d46 100644 --- a/internal/utils/zero/zero_test.go +++ b/internal/utils/zero/zero_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package zero_test diff --git a/internal/waf/action_base.go b/internal/waf/action_base.go index 5738412..d9e6db4 100644 --- a/internal/waf/action_base.go +++ b/internal/waf/action_base.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package waf diff --git a/internal/waf/action_category.go b/internal/waf/action_category.go index f5bf9c2..7885997 100644 --- a/internal/waf/action_category.go +++ b/internal/waf/action_category.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package waf diff --git a/internal/waf/action_config.go b/internal/waf/action_config.go index 5cae9cf..8d23ed8 100644 --- a/internal/waf/action_config.go +++ b/internal/waf/action_config.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package waf diff --git a/internal/waf/action_interface.go b/internal/waf/action_interface.go index 7d8463e..b06113a 100644 --- a/internal/waf/action_interface.go +++ b/internal/waf/action_interface.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package waf diff --git a/internal/waf/action_js_cookie.go b/internal/waf/action_js_cookie.go index 3b34537..21f5518 100644 --- a/internal/waf/action_js_cookie.go +++ b/internal/waf/action_js_cookie.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package waf diff --git a/internal/waf/action_notify.go b/internal/waf/action_notify.go index 78914b6..d26e1e9 100644 --- a/internal/waf/action_notify.go +++ b/internal/waf/action_notify.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package waf diff --git a/internal/waf/action_page.go b/internal/waf/action_page.go index ef92a7a..ce5f2e0 100644 --- a/internal/waf/action_page.go +++ b/internal/waf/action_page.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package waf diff --git a/internal/waf/action_redirect.go b/internal/waf/action_redirect.go index ce64064..0b64e20 100644 --- a/internal/waf/action_redirect.go +++ b/internal/waf/action_redirect.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package waf diff --git a/internal/waf/captcha_counter.go b/internal/waf/captcha_counter.go index db9f503..d64a127 100644 --- a/internal/waf/captcha_counter.go +++ b/internal/waf/captcha_counter.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package waf diff --git a/internal/waf/checkpoints/cc2.go b/internal/waf/checkpoints/cc2.go index d1abd58..97ba022 100644 --- a/internal/waf/checkpoints/cc2.go +++ b/internal/waf/checkpoints/cc2.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package checkpoints diff --git a/internal/waf/checkpoints/request_geo_city_name.go b/internal/waf/checkpoints/request_geo_city_name.go index c4301e7..93f4d72 100644 --- a/internal/waf/checkpoints/request_geo_city_name.go +++ b/internal/waf/checkpoints/request_geo_city_name.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package checkpoints diff --git a/internal/waf/checkpoints/request_geo_country_name.go b/internal/waf/checkpoints/request_geo_country_name.go index d055f3d..3d0b03f 100644 --- a/internal/waf/checkpoints/request_geo_country_name.go +++ b/internal/waf/checkpoints/request_geo_country_name.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package checkpoints diff --git a/internal/waf/checkpoints/request_geo_province_name.go b/internal/waf/checkpoints/request_geo_province_name.go index 4219632..942dcd8 100644 --- a/internal/waf/checkpoints/request_geo_province_name.go +++ b/internal/waf/checkpoints/request_geo_province_name.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package checkpoints diff --git a/internal/waf/checkpoints/request_header_names_test.go b/internal/waf/checkpoints/request_header_names_test.go index e29640e..28d928b 100644 --- a/internal/waf/checkpoints/request_header_names_test.go +++ b/internal/waf/checkpoints/request_header_names_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package checkpoints_test diff --git a/internal/waf/checkpoints/request_headers_test.go b/internal/waf/checkpoints/request_headers_test.go index 83d29b8..299e339 100644 --- a/internal/waf/checkpoints/request_headers_test.go +++ b/internal/waf/checkpoints/request_headers_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package checkpoints diff --git a/internal/waf/checkpoints/request_isp_name.go b/internal/waf/checkpoints/request_isp_name.go index 09a2d76..d751309 100644 --- a/internal/waf/checkpoints/request_isp_name.go +++ b/internal/waf/checkpoints/request_isp_name.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. package checkpoints diff --git a/internal/waf/checkpoints/request_referer_block.go b/internal/waf/checkpoints/request_referer_block.go index 4237f9a..c64581d 100644 --- a/internal/waf/checkpoints/request_referer_block.go +++ b/internal/waf/checkpoints/request_referer_block.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package checkpoints diff --git a/internal/waf/get302_validator.go b/internal/waf/get302_validator.go index d157d10..0bea906 100644 --- a/internal/waf/get302_validator.go +++ b/internal/waf/get302_validator.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package waf diff --git a/internal/waf/ip_list.go b/internal/waf/ip_list.go index 2a357cc..f4917c1 100644 --- a/internal/waf/ip_list.go +++ b/internal/waf/ip_list.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package waf diff --git a/internal/waf/ip_list_test.go b/internal/waf/ip_list_test.go index 0530930..bb3c016 100644 --- a/internal/waf/ip_list_test.go +++ b/internal/waf/ip_list_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package waf_test diff --git a/internal/waf/requests/test_request.go b/internal/waf/requests/test_request.go index 4bac305..9053070 100644 --- a/internal/waf/requests/test_request.go +++ b/internal/waf/requests/test_request.go @@ -1,4 +1,4 @@ -// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. +// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved. package requests diff --git a/internal/waf/values/ip_range.go b/internal/waf/values/ip_range.go index 4f7690f..6203783 100644 --- a/internal/waf/values/ip_range.go +++ b/internal/waf/values/ip_range.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package values diff --git a/internal/waf/values/ip_range_test.go b/internal/waf/values/ip_range_test.go index a776a72..552037c 100644 --- a/internal/waf/values/ip_range_test.go +++ b/internal/waf/values/ip_range_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package values_test diff --git a/internal/waf/values/number_list.go b/internal/waf/values/number_list.go index 389f7da..8bfde48 100644 --- a/internal/waf/values/number_list.go +++ b/internal/waf/values/number_list.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package values diff --git a/internal/waf/values/number_list_test.go b/internal/waf/values/number_list_test.go index 736c3c8..e81ef5e 100644 --- a/internal/waf/values/number_list_test.go +++ b/internal/waf/values/number_list_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package values_test diff --git a/internal/waf/values/string_list.go b/internal/waf/values/string_list.go index 8440e0a..967264d 100644 --- a/internal/waf/values/string_list.go +++ b/internal/waf/values/string_list.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package values diff --git a/internal/waf/values/string_list_test.go b/internal/waf/values/string_list_test.go index 81de697..4782a58 100644 --- a/internal/waf/values/string_list_test.go +++ b/internal/waf/values/string_list_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . +// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . package values_test