diff options
| author | Carlos O'Donell <carlos@redhat.com> | 2024-10-07 18:04:22 -0400 |
|---|---|---|
| committer | Carlos O'Donell <carlos@redhat.com> | 2024-10-07 18:08:16 -0400 |
| commit | cae9944a6c436baa9f7a86df3d6436d30c7c8d3a (patch) | |
| tree | f79654b935b69a1e032855f6d9cff40a94d95acd /localedata | |
| parent | 42c810c2cf3554afbdd60885b7da6bb4e702466f (diff) | |
| download | glibc-cae9944a6c436baa9f7a86df3d6436d30c7c8d3a.tar.xz glibc-cae9944a6c436baa9f7a86df3d6436d30c7c8d3a.zip | |
Fix whitespace related license issues.
Several copies of the licenses in files contained whitespace related
problems. Two cases are addressed here, the first is two spaces
after a period which appears between "PURPOSE." and "See". The other
is a space after the last forward slash in the URL. Both issues are
corrected and the licenses now match the official textual description
of the license (and the other license in the sources).
Since these whitespaces changes do not alter the paragraph structure of
the license, nor create new sentences, they do not change the license.
Diffstat (limited to 'localedata')
| -rwxr-xr-x | localedata/unicode-gen/ctype_compatibility.py | 2 | ||||
| -rw-r--r-- | localedata/unicode-gen/ctype_compatibility_test_cases.py | 2 | ||||
| -rwxr-xr-x | localedata/unicode-gen/utf8_compatibility.py | 2 | ||||
| -rwxr-xr-x | localedata/unicode-gen/utf8_gen.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/localedata/unicode-gen/ctype_compatibility.py b/localedata/unicode-gen/ctype_compatibility.py index c3ac1b7bd2..8907a5ecd5 100755 --- a/localedata/unicode-gen/ctype_compatibility.py +++ b/localedata/unicode-gen/ctype_compatibility.py @@ -10,7 +10,7 @@ # # The GNU C 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 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public diff --git a/localedata/unicode-gen/ctype_compatibility_test_cases.py b/localedata/unicode-gen/ctype_compatibility_test_cases.py index 5998e5a46a..7a94d89f47 100644 --- a/localedata/unicode-gen/ctype_compatibility_test_cases.py +++ b/localedata/unicode-gen/ctype_compatibility_test_cases.py @@ -9,7 +9,7 @@ # # The GNU C 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 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public diff --git a/localedata/unicode-gen/utf8_compatibility.py b/localedata/unicode-gen/utf8_compatibility.py index 32566363c6..26e33eff62 100755 --- a/localedata/unicode-gen/utf8_compatibility.py +++ b/localedata/unicode-gen/utf8_compatibility.py @@ -10,7 +10,7 @@ # # The GNU C 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 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public diff --git a/localedata/unicode-gen/utf8_gen.py b/localedata/unicode-gen/utf8_gen.py index 1be197a8f7..dd36db93ff 100755 --- a/localedata/unicode-gen/utf8_gen.py +++ b/localedata/unicode-gen/utf8_gen.py @@ -11,7 +11,7 @@ # # The GNU C 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 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public |
