diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2011-07-21 23:11:13 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2011-07-21 23:11:13 +0200 |
commit | f1a33824e83d720da57a581372620e76ce20bddb (patch) | |
tree | 06766a2cf2dbd45d413932bdbf90485ccb3aedc4 /i3status.c | |
parent | 53bf8bcb01812254ea58e5a531f0e95637ed93eb (diff) |
bump copyright2.3
Diffstat (limited to 'i3status.c')
-rw-r--r-- | i3status.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -291,11 +291,11 @@ int main(int argc, char *argv[]) { if ((char)o == 'c') configfile = optarg; else if ((char)o == 'h') { - printf("i3status " VERSION " © 2008-2010 Michael Stapelberg and contributors\n" + printf("i3status " VERSION " © 2008-2011 Michael Stapelberg and contributors\n" "Syntax: %s [-c <configfile>] [-h] [-v]\n", argv[0]); return 0; } else if ((char)o == 'v') { - printf("i3status " VERSION " © 2008-2010 Michael Stapelberg and contributors\n"); + printf("i3status " VERSION " © 2008-2011 Michael Stapelberg and contributors\n"); return 0; } |