From: Sergey Matveev Date: Tue, 30 Dec 2025 11:04:33 +0000 (+0300) Subject: Raise copyright years X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;p=mmc.git Raise copyright years --- diff --git a/cmd/ch-leave/main.go b/cmd/ch-leave/main.go index 9d3b711..c17d64e 100644 --- a/cmd/ch-leave/main.go +++ b/cmd/ch-leave/main.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-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/mmc/main.go b/cmd/mmc/main.go index 7e3ee59..b6b28dc 100644 --- a/cmd/mmc/main.go +++ b/cmd/mmc/main.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-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/mmc/post.go b/cmd/mmc/post.go index e3be752..27e85e2 100644 --- a/cmd/mmc/post.go +++ b/cmd/mmc/post.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-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/rd/main.go b/cmd/rd/main.go index 4b39359..db874c4 100644 --- a/cmd/rd/main.go +++ b/cmd/rd/main.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-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/sb/main.go b/cmd/sb/main.go index ccfdf09..f2c805a 100644 --- a/cmd/sb/main.go +++ b/cmd/sb/main.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-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/doc/index.texi b/doc/index.texi index e6052b2..9193256 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -2,7 +2,7 @@ @settitle mmc @copying -Copyright @copyright{} 2023-2025 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2023-2026 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top diff --git a/internal/cert.go b/internal/cert.go index d450250..7633aa4 100644 --- a/internal/cert.go +++ b/internal/cert.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-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/lock.go b/internal/lock.go index 899814a..f469cbd 100644 --- a/internal/lock.go +++ b/internal/lock.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-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/post.go b/internal/post.go index 4eb0913..0668ac3 100644 --- a/internal/post.go +++ b/internal/post.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-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/users.go b/internal/users.go index 5bbc309..289a510 100644 --- a/internal/users.go +++ b/internal/users.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-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/var.go b/internal/var.go index e68f4b5..6590abb 100644 --- a/internal/var.go +++ b/internal/var.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023-2025 Sergey Matveev +// Copyright (C) 2023-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