summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorAndy Whitcroft2009-10-27 00:50:14 +0100
committerLinus Torvalds2009-10-29 15:39:31 +0100
commit131edb3418018b6da297ed389b541e697043a8b6 (patch)
tree5db99acf8a14c2ddc18dcacae2fe5a9b8bb5d844 /scripts/checkpatch.pl
parentcheckpatch: correctly stop scanning at the bottom of a hunk (diff)
downloadkernel-qcow2-linux-131edb3418018b6da297ed389b541e697043a8b6.tar.gz
kernel-qcow2-linux-131edb3418018b6da297ed389b541e697043a8b6.tar.xz
kernel-qcow2-linux-131edb3418018b6da297ed389b541e697043a8b6.zip
checkpatch: update copyright dates
Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 1eca1e143581..05b10d6bc581 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -2,7 +2,7 @@
# (c) 2001, Dave Jones. <davej@redhat.com> (the file handling bit)
# (c) 2005, Joel Schopp <jschopp@austin.ibm.com> (the ugly bit)
# (c) 2007,2008, Andy Whitcroft <apw@uk.ibm.com> (new conditions, test suite)
-# (c) 2008, Andy Whitcroft <apw@canonical.com>
+# (c) 2008,2009, Andy Whitcroft <apw@canonical.com>
# Licensed under the terms of the GNU GPL License version 2
use strict;