aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/get_maintainer.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get_maintainer.pl')
-rwxr-xr-xscripts/get_maintainer.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
index 99c96e86eccb..30eca36b4dad 100755
--- a/scripts/get_maintainer.pl
+++ b/scripts/get_maintainer.pl
@@ -1,4 +1,6 @@
1#!/usr/bin/env perl 1#!/usr/bin/env perl
2# SPDX-License-Identifier: GPL-2.0
3#
2# (c) 2007, Joe Perches <joe@perches.com> 4# (c) 2007, Joe Perches <joe@perches.com>
3# created from checkpatch.pl 5# created from checkpatch.pl
4# 6#
@@ -7,8 +9,6 @@
7# 9#
8# usage: perl scripts/get_maintainer.pl [OPTIONS] <patch> 10# usage: perl scripts/get_maintainer.pl [OPTIONS] <patch>
9# perl scripts/get_maintainer.pl [OPTIONS] -f <file> 11# perl scripts/get_maintainer.pl [OPTIONS] -f <file>
10#
11# Licensed under the terms of the GNU GPL License version 2
12 12
13use warnings; 13use warnings;
14use strict; 14use strict;