summaryrefslogtreecommitdiff
path: root/stdlib/divmod_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/divmod_1.c')
-rw-r--r--stdlib/divmod_1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/divmod_1.c b/stdlib/divmod_1.c
index 91feee5d4f..e2e6329888 100644
--- a/stdlib/divmod_1.c
+++ b/stdlib/divmod_1.c
@@ -6,7 +6,7 @@
QUOT_PTR and DIVIDEND_PTR might point to the same limb.
-Copyright (C) 1991-2018 Free Software Foundation, Inc.
+Copyright (C) 1991-2019 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -22,7 +22,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"