diff options
Diffstat (limited to 'interface')
-rw-r--r-- | interface/gomuks.go | 2 | ||||
-rw-r--r-- | interface/matrix.go | 2 | ||||
-rw-r--r-- | interface/ui.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/interface/gomuks.go b/interface/gomuks.go index 5937a6b..ada1b87 100644 --- a/interface/gomuks.go +++ b/interface/gomuks.go @@ -1,5 +1,5 @@ // gomuks - A terminal Matrix client written in Go. -// Copyright (C) 2019 Tulir Asokan +// Copyright (C) 2020 Tulir Asokan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/interface/matrix.go b/interface/matrix.go index 4be21fd..7895957 100644 --- a/interface/matrix.go +++ b/interface/matrix.go @@ -1,5 +1,5 @@ // gomuks - A terminal Matrix client written in Go. -// Copyright (C) 2019 Tulir Asokan +// Copyright (C) 2020 Tulir Asokan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/interface/ui.go b/interface/ui.go index 8699c79..460da0e 100644 --- a/interface/ui.go +++ b/interface/ui.go @@ -1,5 +1,5 @@ // gomuks - A terminal Matrix client written in Go. -// Copyright (C) 2019 Tulir Asokan +// Copyright (C) 2020 Tulir Asokan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by |