diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-31 19:03:57 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-31 19:04:00 -0700 |
commit | d69037701f6cdd4f5bb98c20af329c02ba89bb90 (patch) | |
tree | cc1410705c2143d6a80bb3162bf9b54d3ced8620 /LICENSE.txt | |
parent | 1519821adc5f9314e5131d99d8e37d1fa06b1c09 (diff) |
LICENSE.txt: s/program/library/, fuss with a sentencev0.1.0
It's a library, not a program.
Apparently the pkg.go.dev license detector recognizes "You should have
received a copy of the GNU General Public License along with this
(program|library)" but not "Along with this (program|library), you should
have received a copy of the GNU General Public License."
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index c3c249f..0264cb9 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,16 +1,16 @@ typedsync - Type-safe synchronization primitives Copyright (C) 2022-2023 Luke Shumaker <lukeshu@lukeshu.com> -This program is free software; you can redistribute it and/or modify +This library 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; 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 +This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 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, +You should have received a copy of the GNU General Public License +along with this library (in the "LICENSE.gpl-2.0.txt" file). If not, see <https://www.gnu.org/licenses/>. |