diff options
author | Tulir Asokan <tulir@maunium.net> | 2020-04-19 18:10:14 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2020-04-19 18:10:14 +0300 |
commit | 0943374892197dbeaaa591705a6c81df16a73fb8 (patch) | |
tree | 1e18e7ebc1cdba955444f2ff41955faa2e23009e /interface | |
parent | a66b02ae8b65db97ee51adccd34cd6c173f22b8d (diff) |
Update copyright year
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 |