Update copyright notices and get rid of ranges

The script used to make these changes can be found at:

   https://gist.github.com/Deiz/32322020f76d23e2bf8f
This commit is contained in:
Deiz
2015-04-03 20:17:56 -04:00
parent 191671c9b8
commit 884214f14f
139 changed files with 145 additions and 145 deletions

View File

@ -2,7 +2,7 @@
* vim:ts=4:sw=4:expandtab
*
* i3bar - an xcb-based status- and ws-bar for i3
* © 2010-2012 Axel Wagner and contributors (see also: LICENSE)
* © 2010 Axel Wagner and contributors (see also: LICENSE)
*
*/
#include <stdio.h>
@ -111,7 +111,7 @@ int main(int argc, char **argv) {
socket_path = expand_path(optarg);
break;
case 'v':
printf("i3bar version " I3_VERSION " © 2010-2014 Axel Wagner and contributors\n");
printf("i3bar version " I3_VERSION " © 2010 Axel Wagner and contributors\n");
exit(EXIT_SUCCESS);
break;
case 'b':