diff options
Diffstat (limited to 't/ax/deltree.pl')
-rw-r--r-- | t/ax/deltree.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/ax/deltree.pl b/t/ax/deltree.pl index 5148dc2d6..2d2949a69 100644 --- a/t/ax/deltree.pl +++ b/t/ax/deltree.pl @@ -2,7 +2,7 @@ # deltree: recursively removes file and directory, # trying to handle permissions and other complications. -# Copyright (C) 2013-2017 Free Software Foundation, Inc. +# Copyright (C) 2013-2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,7 +15,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/>. use strict; use warnings FATAL => 'all'; |