summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2014-01-01 21:45:02 +1000
committerAllan McRae <allan@archlinux.org>2014-01-01 22:02:55 +1000
commit88726d48af1392f9e014efa15eda6b2ee6c5c361 (patch)
tree4586026aca6c376ab37e0962f1bd459ad6c97e17 /posix
parentd4697bc93dc27a7bbf275ce7dd351bb1bfcf28de (diff)
Update remaining copyright dates
Update copyright years that are not handled by scripts/update-copyright.
Diffstat (limited to 'posix')
-rw-r--r--posix/getconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/getconf.c b/posix/getconf.c
index ecf085b1fb..db6acc4c45 100644
--- a/posix/getconf.c
+++ b/posix/getconf.c
@@ -1104,7 +1104,7 @@ main (int argc, char *argv[])
Copyright (C) %s Free Software Foundation, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2013");
+"), "2014");
printf (gettext ("Written by %s.\n"), "Roland McGrath");
return 0;
}