cmd/ch-leave/main.go | 2 +- cmd/mmc/main.go | 2 +- cmd/mmc/post.go | 2 +- cmd/rd/main.go | 2 +- cmd/sb/main.go | 2 +- doc/index.texi | 2 +- internal/cert.go | 2 +- internal/lock.go | 2 +- internal/post.go | 2 +- internal/users.go | 2 +- internal/var.go | 2 +- diff --git a/cmd/ch-leave/main.go b/cmd/ch-leave/main.go index 70e7fb0bceaa097c7c6e27d6c8b7fc02149af52130e1328aa9b6e1df1fd71120..d9b91a3053dc334c4896dbb95aae070f82471f2172a867fd501a5710a95944b8 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 05317d141fe50fff675307065e44bd35b4ebd2558f590150296c08c2dc5d20bd..e38194c69cc45684df365158e94dd858533dffc532894275f0bfdd6fcbf1cf25 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 2767a0b66ea6563d9d1e981fe30eda1c5e6c1cd542ae4be9e4fdee1a5cd24758..3a1f3c2f315c6b36a511674f884bebe4fda891ed0283d2891bb0e346ddff0ca0 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 7017d5fb3f5ab20cbcfad7c2fc8438cc808c34ee1455211dc4ad5769c54fcb8e..a7b827aa81a1c1353e525b0a6896fe90e68b9d0935c1e0f132a9d922958a757c 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 c9115721fd3a53c5a66d6ca29f875b7671cedb58ecf0bf63477d1d98981032c4..a82cb36c1e6e70cf87c3622698cb38b22ab0b56d8c54429883b35fabe8a9c99a 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 afdb56b055880281c7d936bdeeb25c451f93dbb7b22797b47a5cf92b47800719..5f0fadaac12c59b7ee7fef38f7e4b26deaba60bf5b214dfa0702e931a5ef2dc4 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -2,7 +2,7 @@ \input texinfo @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 0f4c458145ecae30743219185e9a18ba61bf4d5a26b77ddb1c3af96fb1f8cd93..49286f99e3d9988609c0697d132d31198377b11b08501b33b11c018849de1024 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 b4904a83307439b4f201e305a446b9ac81b876b59af54e6d32648936c20ddd8d..1671edc3709695f7ab9a48874e5e33b7ae68973a14ac05c0d5868cbab2354fa2 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 8d75696aa47b99405b0ce4055b5089d02a737486f703e1a4f920a42bb54d3d53..fd8dc5dd2595af7c23a0019f0873cf58ab2a12cdb873c79b6484cd75706899e3 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 f9acf2a4effc0c8d482ac4fdeb84e5d1a223897e0dd7b697c775015f8360adb5..3783d3f16338fc57016400117758ff7816c8f4538ffae762cf4a66cc2a0aedf2 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 76c280baa9214532836ba1f9b10043bd28fd8de499451cacc80147db198644e1..1d069e2960ce05f65c0689417df63a72cb571db12408c2fe717043e3af274832 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