diff options
Diffstat (limited to 'math/bits')
-rw-r--r-- | math/bits/cmathcalls.h | 2 | ||||
-rw-r--r-- | math/bits/mathcalls-helper-functions.h | 2 | ||||
-rw-r--r-- | math/bits/mathcalls-narrow.h | 2 | ||||
-rw-r--r-- | math/bits/mathcalls.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/math/bits/cmathcalls.h b/math/bits/cmathcalls.h index 57bd32de3b..b6c12bfca6 100644 --- a/math/bits/cmathcalls.h +++ b/math/bits/cmathcalls.h @@ -15,7 +15,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/>. */ /* NOTE: Because of the special way this file is used by <complex.h>, this file must NOT be protected from multiple inclusion as header files diff --git a/math/bits/mathcalls-helper-functions.h b/math/bits/mathcalls-helper-functions.h index 4b92cacafd..8f7b786f91 100644 --- a/math/bits/mathcalls-helper-functions.h +++ b/math/bits/mathcalls-helper-functions.h @@ -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/>. */ /* Classify given number. */ diff --git a/math/bits/mathcalls-narrow.h b/math/bits/mathcalls-narrow.h index edb9f8f73b..e4a347e238 100644 --- a/math/bits/mathcalls-narrow.h +++ b/math/bits/mathcalls-narrow.h @@ -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/>. */ #ifndef _MATH_H # error "Never include <bits/mathcalls-narrow.h> directly; include <math.h> instead." diff --git a/math/bits/mathcalls.h b/math/bits/mathcalls.h index 4703b28fee..7216826b0e 100644 --- a/math/bits/mathcalls.h +++ b/math/bits/mathcalls.h @@ -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/>. */ /* NOTE: Because of the special way this file is used by <math.h>, this file must NOT be protected from multiple inclusion as header files |