diff options
Diffstat (limited to 'matrix/rooms')
-rw-r--r-- | matrix/rooms/room.go | 2 | ||||
-rw-r--r-- | matrix/rooms/roomcache.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/matrix/rooms/room.go b/matrix/rooms/room.go index df7160c..7feae89 100644 --- a/matrix/rooms/room.go +++ b/matrix/rooms/room.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/matrix/rooms/roomcache.go b/matrix/rooms/roomcache.go index 9da1922..ffdcad1 100644 --- a/matrix/rooms/roomcache.go +++ b/matrix/rooms/roomcache.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 |