diff options
author | Evgeny Kuznetsov <evgeny@kuznetsov.md> | 2020-01-27 22:50:39 +0300 |
---|---|---|
committer | Evgeny Kuznetsov <evgeny@kuznetsov.md> | 2020-01-27 22:50:39 +0300 |
commit | 108aef0676b6126f4ef487e8b34110e6d1c4bcc3 (patch) | |
tree | 3dfe1c5da00d143d45c89aad59417c15987b55ff /main.go | |
parent | 9288b6ac97948df2877cc0a4316f83abb215a63c (diff) | |
download | radiorus-rss-108aef0676b6126f4ef487e8b34110e6d1c4bcc3.tar.gz radiorus-rss-108aef0676b6126f4ef487e8b34110e6d1c4bcc3.zip |
fix header typos and dates
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |