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.
This commit is contained in:
Carlos O'Donell 2024-10-07 18:04:22 -04:00
parent 42c810c2cf
commit cae9944a6c
17 changed files with 23 additions and 23 deletions

View File

@ -13,7 +13,7 @@
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>

View File

@ -13,7 +13,7 @@
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>

View File

@ -13,7 +13,7 @@
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>

View File

@ -13,7 +13,7 @@
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>

View File

@ -13,7 +13,7 @@
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>

View File

@ -13,7 +13,7 @@
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>

View File

@ -14,7 +14,7 @@
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/>. */
/* Define multiple versions only for definition in libc. */
#if IS_IN (libc)