From bce89b4c96d41357e356f0328bc4f66c72ee9f90 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 14:02:40 +0300 Subject: [PATCH] Raise copyright years --- main.go | 2 +- ucspi.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index cb1590b..34c0618 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // uploader -- simplest form file uploader -// Copyright (C) 2018-2025 Sergey Matveev +// Copyright (C) 2018-2026 Sergey Matveev // // 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/ucspi.go b/ucspi.go index fa67876..3fe19a6 100644 --- a/ucspi.go +++ b/ucspi.go @@ -1,5 +1,5 @@ // uploader -- simplest form file uploader -// Copyright (C) 2018-2025 Sergey Matveev +// Copyright (C) 2018-2026 Sergey Matveev // // 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 -- 2.52.0