From 0943374892197dbeaaa591705a6c81df16a73fb8 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 19 Apr 2020 18:10:14 +0300 Subject: Update copyright year --- config/config.go | 2 +- debug/debug.go | 2 +- gomuks.go | 2 +- interface/gomuks.go | 2 +- interface/matrix.go | 2 +- interface/ui.go | 2 +- lib/notification/notify_darwin.go | 2 +- lib/notification/notify_linux.go | 2 +- lib/notification/notify_unsupported.go | 2 +- lib/notification/notify_windows.go | 2 +- lib/open/open.go | 2 +- lib/open/open_darwin.go | 2 +- lib/open/open_windows.go | 2 +- main.go | 2 +- matrix/history.go | 2 +- matrix/matrix.go | 2 +- matrix/muksevt/event.go | 2 +- matrix/rooms/room.go | 2 +- matrix/rooms/roomcache.go | 2 +- matrix/sync.go | 2 +- ui/command-processor.go | 2 +- ui/commands.go | 2 +- ui/fuzzy-search-modal.go | 2 +- ui/member-list.go | 2 +- ui/message-view.go | 2 +- ui/messages/base.go | 2 +- ui/messages/expandedtextmessage.go | 2 +- ui/messages/filemessage.go | 2 +- ui/messages/html/base.go | 2 +- ui/messages/html/blockquote.go | 2 +- ui/messages/html/break.go | 2 +- ui/messages/html/codeblock.go | 2 +- ui/messages/html/container.go | 2 +- ui/messages/html/entity.go | 2 +- ui/messages/html/horizontalline.go | 2 +- ui/messages/html/list.go | 2 +- ui/messages/html/parser.go | 2 +- ui/messages/html/text.go | 2 +- ui/messages/htmlmessage.go | 2 +- ui/messages/parser.go | 2 +- ui/messages/redactedmessage.go | 2 +- ui/messages/textbase.go | 2 +- ui/messages/textmessage.go | 2 +- ui/messages/tstring/cell.go | 2 +- ui/messages/tstring/string.go | 2 +- ui/room-list.go | 2 +- ui/room-view.go | 2 +- ui/tag-room-list.go | 2 +- ui/ui.go | 2 +- ui/view-login.go | 2 +- ui/view-main.go | 2 +- ui/widget/border.go | 2 +- ui/widget/color.go | 2 +- ui/widget/util.go | 2 +- 54 files changed, 54 insertions(+), 54 deletions(-) diff --git a/config/config.go b/config/config.go index 098e99b..3fe961e 100644 --- a/config/config.go +++ b/config/config.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/debug/debug.go b/debug/debug.go index 3cd1157..cb4587d 100644 --- a/debug/debug.go +++ b/debug/debug.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/gomuks.go b/gomuks.go index 2bc4533..6dde8f5 100644 --- a/gomuks.go +++ b/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/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 diff --git a/lib/notification/notify_darwin.go b/lib/notification/notify_darwin.go index 51f1d12..4478af1 100644 --- a/lib/notification/notify_darwin.go +++ b/lib/notification/notify_darwin.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/lib/notification/notify_linux.go b/lib/notification/notify_linux.go index 2edbb54..f93a95f 100644 --- a/lib/notification/notify_linux.go +++ b/lib/notification/notify_linux.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/lib/notification/notify_unsupported.go b/lib/notification/notify_unsupported.go index f55eaa0..b5794e3 100644 --- a/lib/notification/notify_unsupported.go +++ b/lib/notification/notify_unsupported.go @@ -1,7 +1,7 @@ // +build !linux,!darwin,!windows // 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/lib/notification/notify_windows.go b/lib/notification/notify_windows.go index 14bab3e..ad14ecc 100644 --- a/lib/notification/notify_windows.go +++ b/lib/notification/notify_windows.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/lib/open/open.go b/lib/open/open.go index fa32ed0..4a92706 100644 --- a/lib/open/open.go +++ b/lib/open/open.go @@ -1,7 +1,7 @@ // +build !windows,!darwin // 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/lib/open/open_darwin.go b/lib/open/open_darwin.go index 1d54c5f..7a35818 100644 --- a/lib/open/open_darwin.go +++ b/lib/open/open_darwin.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/lib/open/open_windows.go b/lib/open/open_windows.go index b28518d..eee606b 100644 --- a/lib/open/open_windows.go +++ b/lib/open/open_windows.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/main.go b/main.go index e16aa48..3b4a499 100644 --- a/main.go +++ b/main.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/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 diff --git a/ui/command-processor.go b/ui/command-processor.go index 082d157..10478cc 100644 --- a/ui/command-processor.go +++ b/ui/command-processor.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/ui/commands.go b/ui/commands.go index f9f9ec9..4dd1482 100644 --- a/ui/commands.go +++ b/ui/commands.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/ui/fuzzy-search-modal.go b/ui/fuzzy-search-modal.go index 8aeb058..5540760 100644 --- a/ui/fuzzy-search-modal.go +++ b/ui/fuzzy-search-modal.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/ui/member-list.go b/ui/member-list.go index 87e7b5d..eda9da4 100644 --- a/ui/member-list.go +++ b/ui/member-list.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/ui/message-view.go b/ui/message-view.go index 764143f..e96a588 100644 --- a/ui/message-view.go +++ b/ui/message-view.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/ui/messages/base.go b/ui/messages/base.go index c4e10b0..d3bf251 100644 --- a/ui/messages/base.go +++ b/ui/messages/base.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/ui/messages/expandedtextmessage.go b/ui/messages/expandedtextmessage.go index 5c9b5bd..d8ee3a2 100644 --- a/ui/messages/expandedtextmessage.go +++ b/ui/messages/expandedtextmessage.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/ui/messages/filemessage.go b/ui/messages/filemessage.go index 5b7b21c..7422146 100644 --- a/ui/messages/filemessage.go +++ b/ui/messages/filemessage.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/ui/messages/html/base.go b/ui/messages/html/base.go index fa4f3f0..a1e9a8c 100644 --- a/ui/messages/html/base.go +++ b/ui/messages/html/base.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/ui/messages/html/blockquote.go b/ui/messages/html/blockquote.go index bb7c009..4fa91be 100644 --- a/ui/messages/html/blockquote.go +++ b/ui/messages/html/blockquote.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/ui/messages/html/break.go b/ui/messages/html/break.go index fca1d0e..7c35e44 100644 --- a/ui/messages/html/break.go +++ b/ui/messages/html/break.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/ui/messages/html/codeblock.go b/ui/messages/html/codeblock.go index aee2bb4..e7851a3 100644 --- a/ui/messages/html/codeblock.go +++ b/ui/messages/html/codeblock.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/ui/messages/html/container.go b/ui/messages/html/container.go index c1cf865..7e8fb0c 100644 --- a/ui/messages/html/container.go +++ b/ui/messages/html/container.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/ui/messages/html/entity.go b/ui/messages/html/entity.go index 0c7785d..d95e0eb 100644 --- a/ui/messages/html/entity.go +++ b/ui/messages/html/entity.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/ui/messages/html/horizontalline.go b/ui/messages/html/horizontalline.go index ff82397..8db2e58 100644 --- a/ui/messages/html/horizontalline.go +++ b/ui/messages/html/horizontalline.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/ui/messages/html/list.go b/ui/messages/html/list.go index c0042d9..66b4d65 100644 --- a/ui/messages/html/list.go +++ b/ui/messages/html/list.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/ui/messages/html/parser.go b/ui/messages/html/parser.go index 7bb4a84..17edc74 100644 --- a/ui/messages/html/parser.go +++ b/ui/messages/html/parser.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/ui/messages/html/text.go b/ui/messages/html/text.go index 9501cab..5236d17 100644 --- a/ui/messages/html/text.go +++ b/ui/messages/html/text.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/ui/messages/htmlmessage.go b/ui/messages/htmlmessage.go index cc206fd..b9366e4 100644 --- a/ui/messages/htmlmessage.go +++ b/ui/messages/htmlmessage.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/ui/messages/parser.go b/ui/messages/parser.go index 616e7cb..9e44647 100644 --- a/ui/messages/parser.go +++ b/ui/messages/parser.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/ui/messages/redactedmessage.go b/ui/messages/redactedmessage.go index ac79008..d50d40f 100644 --- a/ui/messages/redactedmessage.go +++ b/ui/messages/redactedmessage.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/ui/messages/textbase.go b/ui/messages/textbase.go index 0d1cc3b..1e8b376 100644 --- a/ui/messages/textbase.go +++ b/ui/messages/textbase.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/ui/messages/textmessage.go b/ui/messages/textmessage.go index cf3b590..79bf87e 100644 --- a/ui/messages/textmessage.go +++ b/ui/messages/textmessage.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/ui/messages/tstring/cell.go b/ui/messages/tstring/cell.go index 3ea7b5a..2b1a716 100644 --- a/ui/messages/tstring/cell.go +++ b/ui/messages/tstring/cell.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/ui/messages/tstring/string.go b/ui/messages/tstring/string.go index 48a6507..ee86a92 100644 --- a/ui/messages/tstring/string.go +++ b/ui/messages/tstring/string.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/ui/room-list.go b/ui/room-list.go index 3169bba..b185287 100644 --- a/ui/room-list.go +++ b/ui/room-list.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/ui/room-view.go b/ui/room-view.go index ba6259b..334545a 100644 --- a/ui/room-view.go +++ b/ui/room-view.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/ui/tag-room-list.go b/ui/tag-room-list.go index 3bea033..8d1e0e5 100644 --- a/ui/tag-room-list.go +++ b/ui/tag-room-list.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/ui/ui.go b/ui/ui.go index c22a154..93b14f0 100644 --- a/ui/ui.go +++ b/ui/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 diff --git a/ui/view-login.go b/ui/view-login.go index d1cd4ee..ec07ee4 100644 --- a/ui/view-login.go +++ b/ui/view-login.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/ui/view-main.go b/ui/view-main.go index b2f4ff0..af99b29 100644 --- a/ui/view-main.go +++ b/ui/view-main.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/ui/widget/border.go b/ui/widget/border.go index f7f367f..4be8226 100644 --- a/ui/widget/border.go +++ b/ui/widget/border.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/ui/widget/color.go b/ui/widget/color.go index 5a8d001..6beb7d9 100644 --- a/ui/widget/color.go +++ b/ui/widget/color.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/ui/widget/util.go b/ui/widget/util.go index ae8c6b3..35dd73c 100644 --- a/ui/widget/util.go +++ b/ui/widget/util.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 -- cgit v1.2.3