diff options
Diffstat (limited to 'gnulib/import/mkdtemp.c')
-rw-r--r-- | gnulib/import/mkdtemp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnulib/import/mkdtemp.c b/gnulib/import/mkdtemp.c index c1b05fd..b1dd28d 100644 --- a/gnulib/import/mkdtemp.c +++ b/gnulib/import/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-2019 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. */ |