Browse Source

change ALL the copyrights!

master
Michael Stapelberg 13 years ago
parent
commit
6f50a997b8
  1. 2
      i3lock.1
  2. 4
      i3lock.c
  3. 2
      ucs2_to_utf8.c
  4. 2
      xcb.c

2
i3lock.1

@ -8,7 +8,7 @@
.fi .fi
.. ..
.TH i3lock 1 "JULY 2011" Linux "User Manuals" .TH i3lock 1 "JANUARY 2012" Linux "User Manuals"
.SH NAME .SH NAME
i3lock \- improved screen locker i3lock \- improved screen locker

4
i3lock.c

@ -1,7 +1,7 @@
/* /*
* vim:ts=4:sw=4:expandtab * vim:ts=4:sw=4:expandtab
* *
* © 2010-2011 Michael Stapelberg * © 2010-2012 Michael Stapelberg
* *
* See LICENSE for licensing information * See LICENSE for licensing information
* *
@ -765,7 +765,7 @@ int main(int argc, char *argv[]) {
, longopts, &optind)) != -1) { , longopts, &optind)) != -1) {
switch (o) { switch (o) {
case 'v': case 'v':
errx(EXIT_SUCCESS, "version " VERSION " © 2010-2011 Michael Stapelberg"); errx(EXIT_SUCCESS, "version " VERSION " © 2010-2012 Michael Stapelberg");
case 'n': case 'n':
dont_fork = true; dont_fork = true;
break; break;

2
ucs2_to_utf8.c

@ -3,7 +3,7 @@
* *
* i3 - an improved dynamic tiling window manager * i3 - an improved dynamic tiling window manager
* *
* © 2009-2011 Michael Stapelberg and contributors * © 2009-2012 Michael Stapelberg and contributors
* *
* See file LICENSE for license information. * See file LICENSE for license information.
* *

2
xcb.c

@ -1,7 +1,7 @@
/* /*
* vim:ts=4:sw=4:expandtab * vim:ts=4:sw=4:expandtab
* *
* © 2010-2011 Michael Stapelberg * © 2010-2012 Michael Stapelberg
* *
* xcb.c: contains all functions which use XCB to talk to X11. Mostly wrappers * xcb.c: contains all functions which use XCB to talk to X11. Mostly wrappers
* around the rather complicated/ugly parts of the XCB API. * around the rather complicated/ugly parts of the XCB API.

Loading…
Cancel
Save