]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/generic/pagecopy.h
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / generic / pagecopy.h
index b29d93e728c5f87b16f538967bc1af6a87fc8308..565a4429fa993191bcb7d591c1a9956bce907c91 100644 (file)
@@ -1,5 +1,5 @@
 /* Macros for copying by pages; used in memcpy, memmove.
-   Copyright (C) 1995-2015 Free Software Foundation, Inc.
+   Copyright (C) 1995-2020 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -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/>.  */
 
 /* The macro PAGE_COPY_FWD_MAYBE defined in memcopy.h is used in memmove if the
    PAGE_COPY_THRESHOLD macro is set to a non-zero value.  The default is 0,