From 1b90d82972d9a1578317e21e7fb276c23082c3e1 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Thu, 17 Jan 2013 00:39:47 +0100 Subject: [PATCH] update copyright year --- LICENSE | 2 +- README.pod | 2 +- draw.c | 2 +- draw.h | 2 +- dunst.c | 4 ++-- dunst.h | 2 +- dunst_dbus.c | 2 +- dunst_dbus.h | 2 +- options.c | 2 +- options.h | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index ed0c47e..c7e4862 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2012, Sascha Kruse and contributors +Copyright © 2013, Sascha Kruse and contributors All rights reserved. All files (unless otherwise noted) are licensed under the BSD license: diff --git a/README.pod b/README.pod index f386539..2ede7cf 100644 --- a/README.pod +++ b/README.pod @@ -174,7 +174,7 @@ written by Sascha Kruse =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. diff --git a/draw.c b/draw.c index 663e88a..372992c 100644 --- a/draw.c +++ b/draw.c @@ -1,7 +1,7 @@ /* MIT/X Consortium License -© 2012 Sascha Kruse and contributors +© 2013 Sascha Kruse and contributors © 2010-2011 Connor Lane Smith © 2006-2011 Anselm R Garbe © 2009 Gottox diff --git a/draw.h b/draw.h index 6746cbb..109b3ae 100644 --- a/draw.h +++ b/draw.h @@ -2,7 +2,7 @@ MIT/X Consortium License -© 2012 Sascha Kruse and contributors +© 2013 Sascha Kruse and contributors © 2010-2011 Connor Lane Smith © 2006-2011 Anselm R Garbe © 2009 Gottox diff --git a/dunst.c b/dunst.c index 95e6868..6b4ccac 100644 --- a/dunst.c +++ b/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 #include @@ -1590,7 +1590,7 @@ void load_options(char *cmdline_config_path) config_file = xdgConfigOpen("dunst/dunstrc", "r", &xdg); } 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). */ config_file = xdgConfigOpen("dunstrc", "r", &xdg); if (config_file == NULL) { diff --git a/dunst.h b/dunst.h index a1887d0..015d333 100644 --- a/dunst.h +++ b/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 diff --git a/dunst_dbus.c b/dunst_dbus.c index 1280b58..28f689b 100644 --- a/dunst_dbus.c +++ b/dunst_dbus.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) */ #include diff --git a/dunst_dbus.h b/dunst_dbus.h index ac5a190..4daa5db 100644 --- a/dunst_dbus.h +++ b/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) */ #ifndef _DUNST_DBUS_H #define _DUNST_DBUS_H diff --git a/options.c b/options.c index 13a2b8f..3cd4f79 100644 --- a/options.c +++ b/options.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 #include diff --git a/options.h b/options.h index 13cf490..873897f 100644 --- a/options.h +++ b/options.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 #include