aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/tools/copyright.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/copyright.pl b/src/tools/copyright.pl
index d52a67e347d..739f1829958 100755
--- a/src/tools/copyright.pl
+++ b/src/tools/copyright.pl
@@ -23,7 +23,7 @@ print "Using current year: $year\n";
find({wanted => \&wanted, no_chdir => 1}, '.');
sub wanted {
- # prevent corruption of git indexes, ./.git
+ # prevent corruption of git indexes by ignoring any .git/
if ($_ eq '.git')
{
$File::Find::prune = 1;