From 0d5395b4ee278fdc7700c8beec261b3493848d9d Mon Sep 17 00:00:00 2001 From: Shizun Ge Date: Mon, 5 Jan 2026 20:07:30 -0800 Subject: [PATCH] Update copyright to 2026. --- client/client.go | 2 +- geoip/country.go | 2 +- geoip/geoip.go | 2 +- main.go | 2 +- metrics/metrics.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/client.go b/client/client.go index 17f4c86..eec21c3 100644 --- a/client/client.go +++ b/client/client.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2024 Shizun Ge +// Copyright (C) 2021-2026 Shizun Ge // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/geoip/country.go b/geoip/country.go index ebe6ad0..ee3836e 100644 --- a/geoip/country.go +++ b/geoip/country.go @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 Shizun Ge +// Copyright (C) 2023-2026 Shizun Ge // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/geoip/geoip.go b/geoip/geoip.go index 6701197..bebb430 100644 --- a/geoip/geoip.go +++ b/geoip/geoip.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2024 Shizun Ge +// Copyright (C) 2021-2026 Shizun Ge // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/main.go b/main.go index 94e165c..25e6d1b 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2024 Shizun Ge +// Copyright (C) 2021-2026 Shizun Ge // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/metrics/metrics.go b/metrics/metrics.go index 65b1d0f..0befc6a 100644 --- a/metrics/metrics.go +++ b/metrics/metrics.go @@ -1,4 +1,4 @@ -// Copyright (C) 2024 Shizun Ge +// Copyright (C) 2024-2026 Shizun Ge // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by