From 7302aee47586a2fe6ac0b422b6371e2c55ef53f9 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 14:01:16 +0300 Subject: [PATCH] Raise copyright years --- cmd/sgblog-comment-add/mail.go | 2 +- cmd/sgblog-comment-add/main.go | 2 +- cmd/sgblog-topics/main.go | 2 +- cmd/sgblog/gemini.go | 2 +- cmd/sgblog/gopher.go | 2 +- cmd/sgblog/http.go | 2 +- cmd/sgblog/img.go | 2 +- cmd/sgblog/locale/ru.po | 2 +- cmd/sgblog/main.go | 2 +- cmd/sgblog/topics.go | 2 +- internal/comments.go | 2 +- internal/note.go | 2 +- internal/topics.go | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cmd/sgblog-comment-add/mail.go b/cmd/sgblog-comment-add/mail.go index e67b91e..a5021e2 100644 --- a/cmd/sgblog-comment-add/mail.go +++ b/cmd/sgblog-comment-add/mail.go @@ -1,5 +1,5 @@ // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/sgblog-comment-add/main.go b/cmd/sgblog-comment-add/main.go index ccd8abf..75054b1 100644 --- a/cmd/sgblog-comment-add/main.go +++ b/cmd/sgblog-comment-add/main.go @@ -1,5 +1,5 @@ // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/sgblog-topics/main.go b/cmd/sgblog-topics/main.go index 62e1c0d..85d194a 100644 --- a/cmd/sgblog-topics/main.go +++ b/cmd/sgblog-topics/main.go @@ -1,5 +1,5 @@ // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/sgblog/gemini.go b/cmd/sgblog/gemini.go index 808fd38..c32acbf 100644 --- a/cmd/sgblog/gemini.go +++ b/cmd/sgblog/gemini.go @@ -1,5 +1,5 @@ // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/sgblog/gopher.go b/cmd/sgblog/gopher.go index 37aef75..dbf8372 100644 --- a/cmd/sgblog/gopher.go +++ b/cmd/sgblog/gopher.go @@ -1,5 +1,5 @@ // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go index e8c36f0..82ea5b3 100644 --- a/cmd/sgblog/http.go +++ b/cmd/sgblog/http.go @@ -1,5 +1,5 @@ // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/sgblog/img.go b/cmd/sgblog/img.go index 69ab8ae..cf73820 100644 --- a/cmd/sgblog/img.go +++ b/cmd/sgblog/img.go @@ -1,5 +1,5 @@ // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/sgblog/locale/ru.po b/cmd/sgblog/locale/ru.po index 64a317c..6df7d72 100644 --- a/cmd/sgblog/locale/ru.po +++ b/cmd/sgblog/locale/ru.po @@ -1,5 +1,5 @@ # SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -# Copyright (C) 2020-2025 Sergey Matveev +# Copyright (C) 2020-2026 Sergey Matveev # #, fuzzy msgid "" diff --git a/cmd/sgblog/main.go b/cmd/sgblog/main.go index a48c1f8..7926309 100644 --- a/cmd/sgblog/main.go +++ b/cmd/sgblog/main.go @@ -1,5 +1,5 @@ // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/sgblog/topics.go b/cmd/sgblog/topics.go index 7a6285e..871b9a7 100644 --- a/cmd/sgblog/topics.go +++ b/cmd/sgblog/topics.go @@ -1,5 +1,5 @@ // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/internal/comments.go b/internal/comments.go index ec112dc..34200a4 100644 --- a/internal/comments.go +++ b/internal/comments.go @@ -1,5 +1,5 @@ // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/internal/note.go b/internal/note.go index 27c6e42..5dcad48 100644 --- a/internal/note.go +++ b/internal/note.go @@ -1,5 +1,5 @@ // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/internal/topics.go b/internal/topics.go index ade40e6..858caa4 100644 --- a/internal/topics.go +++ b/internal/topics.go @@ -1,5 +1,5 @@ // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as -- 2.52.0