]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/submul_1.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / stdlib / submul_1.c
index 9bc27df44276383def94e832425e93c2b2424521..85a30e5761ffa60d5ffa64dc1d880d72b301c4b0 100644 (file)
@@ -3,7 +3,7 @@
    from the limb vector pointed to by RES_PTR.  Return the most significant
    limb of the product, adjusted for carry-out from the subtraction.
 
-Copyright (C) 1992-2017 Free Software Foundation, Inc.
+Copyright (C) 1992-2021 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"