update copyright year
This commit is contained in:
parent
dfb48b0e5f
commit
1b90d82972
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
|||||||
Copyright © 2012, Sascha Kruse and contributors
|
Copyright © 2013, Sascha Kruse and contributors
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
All files (unless otherwise noted) are licensed under the BSD license:
|
All files (unless otherwise noted) are licensed under the BSD license:
|
||||||
|
@ -174,7 +174,7 @@ written by Sascha Kruse <knopwob@googlemail.com>
|
|||||||
|
|
||||||
=head1 COPYRIGHT
|
=head1 COPYRIGHT
|
||||||
|
|
||||||
copyright 2012 Sascha Kruse and contributors (see LICENSE for licensing information)
|
copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information)
|
||||||
|
|
||||||
If you feel that copyrights are violated, please send me an email.
|
If you feel that copyrights are violated, please send me an email.
|
||||||
|
|
||||||
|
2
draw.c
2
draw.c
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
MIT/X Consortium License
|
MIT/X Consortium License
|
||||||
|
|
||||||
© 2012 Sascha Kruse <knopwob@googlemail.com> and contributors
|
© 2013 Sascha Kruse <knopwob@googlemail.com> and contributors
|
||||||
© 2010-2011 Connor Lane Smith <cls@lubutu.com>
|
© 2010-2011 Connor Lane Smith <cls@lubutu.com>
|
||||||
© 2006-2011 Anselm R Garbe <anselm@garbe.us>
|
© 2006-2011 Anselm R Garbe <anselm@garbe.us>
|
||||||
© 2009 Gottox <gottox@s01.de>
|
© 2009 Gottox <gottox@s01.de>
|
||||||
|
2
draw.h
2
draw.h
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
MIT/X Consortium License
|
MIT/X Consortium License
|
||||||
|
|
||||||
© 2012 Sascha Kruse <knopwob@googlemail.com> and contributors
|
© 2013 Sascha Kruse <knopwob@googlemail.com> and contributors
|
||||||
© 2010-2011 Connor Lane Smith <cls@lubutu.com>
|
© 2010-2011 Connor Lane Smith <cls@lubutu.com>
|
||||||
© 2006-2011 Anselm R Garbe <anselm@garbe.us>
|
© 2006-2011 Anselm R Garbe <anselm@garbe.us>
|
||||||
© 2009 Gottox <gottox@s01.de>
|
© 2009 Gottox <gottox@s01.de>
|
||||||
|
4
dunst.c
4
dunst.c
@ -1,4 +1,4 @@
|
|||||||
/* copyright 2012 Sascha Kruse and contributors (see LICENSE for licensing information) */
|
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
@ -1590,7 +1590,7 @@ void load_options(char *cmdline_config_path)
|
|||||||
config_file = xdgConfigOpen("dunst/dunstrc", "r", &xdg);
|
config_file = xdgConfigOpen("dunst/dunstrc", "r", &xdg);
|
||||||
}
|
}
|
||||||
if (config_file == NULL) {
|
if (config_file == NULL) {
|
||||||
/* Fall back to just "dunstrc", which was used before 2012-06-23
|
/* Fall back to just "dunstrc", which was used before 2013-06-23
|
||||||
* (before v0.2). */
|
* (before v0.2). */
|
||||||
config_file = xdgConfigOpen("dunstrc", "r", &xdg);
|
config_file = xdgConfigOpen("dunstrc", "r", &xdg);
|
||||||
if (config_file == NULL) {
|
if (config_file == NULL) {
|
||||||
|
2
dunst.h
2
dunst.h
@ -1,4 +1,4 @@
|
|||||||
/* copyright 2012 Sascha Kruse and contributors (see LICENSE for licensing information) */
|
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* copyright 2012 Sascha Kruse and contributors (see LICENSE for licensing information) */
|
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
|
||||||
|
|
||||||
#include <dbus/dbus.h>
|
#include <dbus/dbus.h>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* copyright 2012 Sascha Kruse and contributors (see LICENSE for licensing information) */
|
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
|
||||||
|
|
||||||
#ifndef _DUNST_DBUS_H
|
#ifndef _DUNST_DBUS_H
|
||||||
#define _DUNST_DBUS_H
|
#define _DUNST_DBUS_H
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* copyright 2012 Sascha Kruse and contributors (see LICENSE for licensing information) */
|
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user