diff options
author | Andy Whitcroft <apw@canonical.com> | 2010-10-26 21:23:17 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 23:52:20 (GMT) |
commit | 015830be9779aeae7de7060b07a3157a8e41bcb4 (patch) | |
tree | 6a6044c2e3129b42f1b5d7dfd3763fc54f76ea76 | |
parent | 03f1df7da5696ddfa6e167b37e0c0ce5aad3de79 (diff) | |
download | linux-015830be9779aeae7de7060b07a3157a8e41bcb4.tar.xz |
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>
-rwxr-xr-x | scripts/checkpatch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index c151c9e..53b2eae 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -2,7 +2,7 @@ # (c) 2001, Dave Jones. (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,2009, Andy Whitcroft <apw@canonical.com> +# (c) 2008-2010 Andy Whitcroft <apw@canonical.com> # Licensed under the terms of the GNU GPL License version 2 use strict; |