diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-31 12:02:57 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-31 12:04:04 -0700 |
commit | 1519821adc5f9314e5131d99d8e37d1fa06b1c09 (patch) | |
tree | fb8e51765e157631a1405bb083259a2d91d4747d | |
parent | 8a0f474f6b4a25eb77114dd6e801cdffa0131242 (diff) |
LICENSE.txt: Fix typos
Hopefully this will appease pkg.go.dev.
-rw-r--r-- | LICENSE.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 4581250..c3c249f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -3,7 +3,7 @@ Copyright (C) 2022-2023 Luke Shumaker <lukeshu@lukeshu.com> 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 -the Free Software Foundation; einther version 2 of the License, or (at +the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but @@ -12,5 +12,5 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Along with this program, you should have received a copy of the GNU -General Public License (in the LICENSE.gpl-2.0.txt file). If not, see -<https://www.gnu.org/licenses/>. +General Public License (in the "LICENSE.gpl-2.0.txt" file). If not, +see <https://www.gnu.org/licenses/>. |