diff options
-rw-r--r-- | main.go | 4 | ||||
-rw-r--r-- | main_test.go | 2 |
2 files changed, 3 insertions, 3 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 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 |