diff options
Diffstat (limited to 'matrix')
-rw-r--r-- | matrix/history.go | 2 | ||||
-rw-r--r-- | matrix/matrix.go | 2 | ||||
-rw-r--r-- | matrix/muksevt/event.go | 2 | ||||
-rw-r--r-- | matrix/rooms/room.go | 2 | ||||
-rw-r--r-- | matrix/rooms/roomcache.go | 2 | ||||
-rw-r--r-- | matrix/sync.go | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/matrix/history.go b/matrix/history.go index 07a6c90..4f1cba9 100644 --- a/matrix/history.go +++ b/matrix/history.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/matrix.go b/matrix/matrix.go index 39f980d..b360c56 100644 --- a/matrix/matrix.go +++ b/matrix/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/matrix/muksevt/event.go b/matrix/muksevt/event.go index d1bca13..0d3303d 100644 --- a/matrix/muksevt/event.go +++ b/matrix/muksevt/event.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/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 diff --git a/matrix/sync.go b/matrix/sync.go index 8004297..fdf2d4b 100644 --- a/matrix/sync.go +++ b/matrix/sync.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 |