aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Kuznetsov <evgeny@kuznetsov.md>2020-01-27 22:50:39 +0300
committerEvgeny Kuznetsov <evgeny@kuznetsov.md>2020-01-27 22:50:39 +0300
commit108aef0676b6126f4ef487e8b34110e6d1c4bcc3 (patch)
tree3dfe1c5da00d143d45c89aad59417c15987b55ff
parent9288b6ac97948df2877cc0a4316f83abb215a63c (diff)
downloadradiorus-rss-108aef0676b6126f4ef487e8b34110e6d1c4bcc3.tar.gz
radiorus-rss-108aef0676b6126f4ef487e8b34110e6d1c4bcc3.zip
fix header typos and dates
-rw-r--r--main.go4
-rw-r--r--main_test.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index 0c8baf4..ba72236 100644
--- a/main.go
+++ b/main.go
@@ -1,4 +1,4 @@
-// Copyright (C) 2019 Evgeny Kuznetsov (evgeny@kuznetsov.md)
+// Copyright (C) 2019-2020 Evgeny Kuznetsov (evgeny@kuznetsov.md)
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -11,7 +11,7 @@
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
-// along tihe this program. If not, see <https://www.gnu.org/licenses/>.
+// along with this program. If not, see <https://www.gnu.org/licenses/>.
package main
diff --git a/main_test.go b/main_test.go
index b572fd2..7335c47 100644
--- a/main_test.go
+++ b/main_test.go
@@ -11,7 +11,7 @@
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
-// along tihe this program. If not, see <https://www.gnu.org/licenses/>.
+// along with this program. If not, see <https://www.gnu.org/licenses/>.
package main