summaryrefslogtreecommitdiff
path: root/contrib/check_GNU_style.sh
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2013-01-04 13:49:55 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2013-01-04 13:49:55 +0100
commit90d04a445cb821407e109da069ac93cd5ff3031f (patch)
treebb55f5b72dfc557698b74a9e740269cce291d1d5 /contrib/check_GNU_style.sh
parent33879b9fc7b04a5051c4a5508eda29c355de859d (diff)
Update Copyright years for files modified in 2011 and/or 2012.
From-SVN: r194903
Diffstat (limited to 'contrib/check_GNU_style.sh')
-rwxr-xr-xcontrib/check_GNU_style.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check_GNU_style.sh b/contrib/check_GNU_style.sh
index b7f1c9d9378..ef8fdda6ddd 100755
--- a/contrib/check_GNU_style.sh
+++ b/contrib/check_GNU_style.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Checks some of the GNU style formatting rules in a set of patches.
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010, 2012 Free Software Foundation, Inc.
# Contributed by Sebastian Pop <sebastian.pop@amd.com>
# This program is free software; you can redistribute it and/or modify