diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2022-01-04 00:16:50 +0100 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2022-01-05 11:56:23 +0100 |
commit | 87e6634b28df65084321fed22f60d114a0931d21 (patch) | |
tree | 23d8de2a03938fe083cecd5ed3fb051254cf91ad /lib/unistr/u16-strtok.c | |
parent | b79766eae6e003159754f6157969f1f2b89caddd (diff) | |
download | gnulib-87e6634b28df65084321fed22f60d114a0931d21.tar.gz |
license: fix GPLv3 texts to use a comma instead of semicolon.
See: https://www.gnu.org/licenses/gpl-3.0.html#howto
Run:
$ git grep -l 'Foundation; either version 3' \
| xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/'
* All files using GPLv3: Adjust via the above command.
Diffstat (limited to 'lib/unistr/u16-strtok.c')
-rw-r--r-- | lib/unistr/u16-strtok.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unistr/u16-strtok.c b/lib/unistr/u16-strtok.c index 4022e0685a..dbe6ffb84b 100644 --- a/lib/unistr/u16-strtok.c +++ b/lib/unistr/u16-strtok.c @@ -6,7 +6,7 @@ It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published - by the Free Software Foundation; either version 3, or (at your + by the Free Software Foundation, either version 3, or (at your option) any later version, or - the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) |