aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/messages/html')
-rw-r--r--ui/messages/html/base.go2
-rw-r--r--ui/messages/html/blockquote.go2
-rw-r--r--ui/messages/html/break.go2
-rw-r--r--ui/messages/html/codeblock.go2
-rw-r--r--ui/messages/html/container.go2
-rw-r--r--ui/messages/html/entity.go2
-rw-r--r--ui/messages/html/horizontalline.go2
-rw-r--r--ui/messages/html/list.go2
-rw-r--r--ui/messages/html/parser.go2
-rw-r--r--ui/messages/html/text.go2
10 files changed, 10 insertions, 10 deletions
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