From c226630cedb514001c01e1f67a6773d34aa864e6 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 7 Jan 2024 11:58:24 +0300 Subject: [PATCH] Raise copyright years --- 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 +- common.go | 2 +- doc/index.texi | 2 +- lock.go | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cmd/ch-leave/main.go b/cmd/ch-leave/main.go index 18c05b7..cdd699d 100644 --- a/cmd/ch-leave/main.go +++ b/cmd/ch-leave/main.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023 Sergey Matveev +// Copyright (C) 2023-2024 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 76f92c5..9bf3fb2 100644 --- a/cmd/mmc/main.go +++ b/cmd/mmc/main.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023 Sergey Matveev +// Copyright (C) 2023-2024 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 7283065..6506303 100644 --- a/cmd/mmc/post.go +++ b/cmd/mmc/post.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023 Sergey Matveev +// Copyright (C) 2023-2024 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 f6a9778..74f613a 100644 --- a/cmd/rd/main.go +++ b/cmd/rd/main.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023 Sergey Matveev +// Copyright (C) 2023-2024 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 e7a4cbd..63f723f 100644 --- a/cmd/sb/main.go +++ b/cmd/sb/main.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023 Sergey Matveev +// Copyright (C) 2023-2024 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/common.go b/common.go index e0e2b3e..3e631db 100644 --- a/common.go +++ b/common.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023 Sergey Matveev +// Copyright (C) 2023-2024 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 7bf8264..8ac8f93 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -2,7 +2,7 @@ @settitle mmc @copying -Copyright @copyright{} 2023 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2023-2024 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top diff --git a/lock.go b/lock.go index 271b39c..fbdd826 100644 --- a/lock.go +++ b/lock.go @@ -1,5 +1,5 @@ // mmc -- Mattermost client -// Copyright (C) 2023 Sergey Matveev +// Copyright (C) 2023-2024 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.48.1