summaryrefslogtreecommitdiff
path: root/lib/mkdtemp.c
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2021-12-28 12:58:57 +0900
committerJinWang An <jinwang.an@samsung.com>2021-12-28 12:58:57 +0900
commitbbcce2d630bc94f06c99ff627cec033a3a6dcd93 (patch)
tree9ba3b9f968ca8ead2663e8bee09b82b8a32fb76b /lib/mkdtemp.c
parent253a2fc5d9cd390d78a209f08af8ae31b13c44d8 (diff)
downloadm4-bbcce2d630bc94f06c99ff627cec033a3a6dcd93.tar.gz
m4-bbcce2d630bc94f06c99ff627cec033a3a6dcd93.tar.bz2
m4-bbcce2d630bc94f06c99ff627cec033a3a6dcd93.zip
Imported Upstream version 1.4.19upstream/1.4.19upstream
Diffstat (limited to 'lib/mkdtemp.c')
-rw-r--r--lib/mkdtemp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mkdtemp.c b/lib/mkdtemp.c
index c1b05fd..8ed805b 100644
--- a/lib/mkdtemp.c
+++ b/lib/mkdtemp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2001-2003, 2006-2007, 2009-2016 Free Software
+/* Copyright (C) 1999, 2001-2003, 2006-2007, 2009-2021 Free Software
Foundation, Inc.
This file is part of the GNU C Library.
@@ -13,7 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* Extracted from misc/mkdtemp.c. */