mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-17 15:55:52 -05:00
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:
parent
cb1b06f351
commit
dda29f93a1
4 changed files with 5 additions and 5 deletions
4
i3lock.c
4
i3lock.c
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* vim:ts=4:sw=4:expandtab
|
||||
*
|
||||
* © 2010-2013 Michael Stapelberg
|
||||
* © 2010 Michael Stapelberg
|
||||
*
|
||||
* See LICENSE for licensing information
|
||||
*
|
||||
|
@ -793,7 +793,7 @@ int main(int argc, char *argv[]) {
|
|||
while ((o = getopt_long(argc, argv, optstring, longopts, &optind)) != -1) {
|
||||
switch (o) {
|
||||
case 'v':
|
||||
errx(EXIT_SUCCESS, "version " VERSION " © 2010-2012 Michael Stapelberg");
|
||||
errx(EXIT_SUCCESS, "version " VERSION " © 2010 Michael Stapelberg");
|
||||
case 'n':
|
||||
dont_fork = true;
|
||||
break;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* vim:ts=4:sw=4:expandtab
|
||||
*
|
||||
* © 2010-2014 Michael Stapelberg
|
||||
* © 2010 Michael Stapelberg
|
||||
*
|
||||
* See LICENSE for licensing information
|
||||
*
|
||||
|
|
2
xcb.c
2
xcb.c
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* vim:ts=4:sw=4:expandtab
|
||||
*
|
||||
* © 2010-2012 Michael Stapelberg
|
||||
* © 2010 Michael Stapelberg
|
||||
*
|
||||
* xcb.c: contains all functions which use XCB to talk to X11. Mostly wrappers
|
||||
* around the rather complicated/ugly parts of the XCB API.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* vim:ts=4:sw=4:expandtab
|
||||
*
|
||||
* © 2010-2012 Michael Stapelberg
|
||||
* © 2010 Michael Stapelberg
|
||||
*
|
||||
* See LICENSE for licensing information
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue