diff options
author | Gabriel F. T. Gomes <gabrielftg@linux.ibm.com> | 2019-11-27 18:14:14 -0300 |
---|---|---|
committer | Gabriel F. T. Gomes <gabrielftg@linux.ibm.com> | 2019-12-03 13:00:57 -0300 |
commit | 5d39f37b260a98cfcc5ac312817ce8de534c00b1 (patch) | |
tree | e296b786dcfd4b4f3ad86519eaa52f8b905bce3b /sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c | |
parent | 4db71d2f9897c6ca7a9d0cadc1fc4067557a4eb3 (diff) | |
download | glibc-5d39f37b260a98cfcc5ac312817ce8de534c00b1.tar.gz glibc-5d39f37b260a98cfcc5ac312817ce8de534c00b1.tar.xz 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/test-printf-chk-ldbl-compat.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c b/sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c index 55acb890b0..697b825c22 100644 --- a/sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c +++ b/sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.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/>. */ #define _FORTIFY_SOURCE 2 |