update copyright year

This commit is contained in:
Sascha Kruse 2013-01-17 00:39:47 +01:00
parent dfb48b0e5f
commit 1b90d82972
10 changed files with 11 additions and 11 deletions

View File

@ -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:

View File

@ -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
View File

@ -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
View File

@ -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>

View File

@ -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) {

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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
#include <stdio.h> #include <stdio.h>