]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/utime.c
Fix BRE typos in check-safety.sh
[thirdparty/glibc.git] / io / utime.c
index c7b7cfeae8ebee72c4f78943865726697856653c..ec12cddacbbba1488e9d06bf5861bea070faf52e 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
+/* utime -- change access and modification times of file.  Stub version.
+   Copyright (C) 1991-2022 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
@@ -13,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/>.  */
 
 #include <errno.h>
 #include <stddef.h>