aboutsummaryrefslogtreecommitdiff
path: root/lib/open
diff options
context:
space:
mode:
Diffstat (limited to 'lib/open')
-rw-r--r--lib/open/open.go2
-rw-r--r--lib/open/open_darwin.go2
-rw-r--r--lib/open/open_windows.go2
3 files changed, 3 insertions, 3 deletions
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