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 /sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c | |
parent | 42c810c2cf3554afbdd60885b7da6bb4e702466f (diff) | |
download | glibc-cae9944a6c436baa9f7a86df3d6436d30c7c8d3a.zip glibc-cae9944a6c436baa9f7a86df3d6436d30c7c8d3a.tar.gz glibc-cae9944a6c436baa9f7a86df3d6436d30c7c8d3a.tar.bz2 |
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 'sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c')
-rw-r--r-- | sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c b/sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c index fd3b08d..67f7d40 100644 --- a/sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c +++ b/sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c @@ -8,12 +8,12 @@ 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 License along with the GNU C Library; if not, see - <https://www.gnu.org/licenses/ >. */ + <https://www.gnu.org/licenses/>. */ #include <string.h> |