From 108aef0676b6126f4ef487e8b34110e6d1c4bcc3 Mon Sep 17 00:00:00 2001 From: Evgeny Kuznetsov <evgeny@kuznetsov.md> Date: Mon, 27 Jan 2020 22:50:39 +0300 Subject: fix header typos and dates --- main.go | 4 ++-- main_test.go | 2 +- 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 -- cgit v1.2.3