aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128ibm-compat/ieee128-sscanf.c
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabrielftg@linux.ibm.com>2019-11-27 18:14:14 -0300
committerGabriel F. T. Gomes <gabrielftg@linux.ibm.com>2019-12-03 13:00:57 -0300
commit5d39f37b260a98cfcc5ac312817ce8de534c00b1 (patch)
treee296b786dcfd4b4f3ad86519eaa52f8b905bce3b /sysdeps/ieee754/ldbl-128ibm-compat/ieee128-sscanf.c
parent4db71d2f9897c6ca7a9d0cadc1fc4067557a4eb3 (diff)
downloadglibc-5d39f37b260a98cfcc5ac312817ce8de534c00b1.tar
glibc-5d39f37b260a98cfcc5ac312817ce8de534c00b1.tar.gz
glibc-5d39f37b260a98cfcc5ac312817ce8de534c00b1.tar.bz2
glibc-5d39f37b260a98cfcc5ac312817ce8de534c00b1.zip
ldbl-128ibm-compat: Replace http with https in new files
Several commits to the ldbl-128ibm-compat directory added new files where the URL in the copyright notice pointed to an http, rather than to an https, address. This happened because I copied the notices before commit ID 5a82c74822d3. This trivial patch fixes this issue.
Diffstat (limited to 'sysdeps/ieee754/ldbl-128ibm-compat/ieee128-sscanf.c')
-rw-r--r--sysdeps/ieee754/ldbl-128ibm-compat/ieee128-sscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128ibm-compat/ieee128-sscanf.c b/sysdeps/ieee754/ldbl-128ibm-compat/ieee128-sscanf.c
index b774b62b6c..d6ac121a57 100644
--- a/sysdeps/ieee754/ldbl-128ibm-compat/ieee128-sscanf.c
+++ b/sysdeps/ieee754/ldbl-128ibm-compat/ieee128-sscanf.c
@@ -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
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <strfile.h>