From: Michael Stapelberg Date: Thu, 21 Jul 2011 21:11:13 +0000 (+0200) Subject: bump copyright X-Git-Tag: 2.3 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=commitdiff_plain;h=f1a33824e83d720da57a581372620e76ce20bddb;hp=53bf8bcb01812254ea58e5a531f0e95637ed93eb bump copyright --- diff --git a/i3status.c b/i3status.c index 97e081b..7995d74 100644 --- a/i3status.c +++ b/i3status.c @@ -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 ] [-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; }