]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/addmul_1.c
Regenerate libc.pot
[thirdparty/glibc.git] / stdlib / addmul_1.c
index cadeed11fcc96db5048994e0218078652e613ca3..dd41d23556f362205c0473e4bf3ef66c083e3669 100644 (file)
@@ -3,7 +3,7 @@
    limb vector pointed to by RES_PTR.  Return the most significant limb of
    the product, adjusted for carry-out from the addition.
 
-Copyright (C) 1992-2018 Free Software Foundation, Inc.
+Copyright (C) 1992-2023 Free Software Foundation, Inc.
 
 This file is part of the GNU MP Library.
 
@@ -19,7 +19,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"