diff --git a/include/tr/event.h b/include/tr/event.h index c63839c..62c3a96 100644 --- a/include/tr/event.h +++ b/include/tr/event.h @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/tr/event_dispatcher.h b/include/tr/event_dispatcher.h index 7d2c3d7..3902ba1 100644 --- a/include/tr/event_dispatcher.h +++ b/include/tr/event_dispatcher.h @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/tr/event_handler.h b/include/tr/event_handler.h index c0c1dee..b7f1567 100644 --- a/include/tr/event_handler.h +++ b/include/tr/event_handler.h @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/tr/event_subject.h b/include/tr/event_subject.h index ad12d32..48f96b7 100644 --- a/include/tr/event_subject.h +++ b/include/tr/event_subject.h @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event.c b/src/event.c index 2d6c3fd..b17f6ed 100644 --- a/src/event.c +++ b/src/event.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_dispatcher.c b/src/event_dispatcher.c index f9a8a7f..a96092c 100644 --- a/src/event_dispatcher.c +++ b/src/event_dispatcher.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_dispatcher_get_beat_time.c b/src/event_dispatcher_get_beat_time.c index 9fa054f..e3cf8d2 100644 --- a/src/event_dispatcher_get_beat_time.c +++ b/src/event_dispatcher_get_beat_time.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_dispatcher_get_data_wait_time.c b/src/event_dispatcher_get_data_wait_time.c index 77d7285..e199ef8 100644 --- a/src/event_dispatcher_get_data_wait_time.c +++ b/src/event_dispatcher_get_data_wait_time.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_dispatcher_register_handler.c b/src/event_dispatcher_register_handler.c index fbd3983..804380e 100644 --- a/src/event_dispatcher_register_handler.c +++ b/src/event_dispatcher_register_handler.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_dispatcher_set_hearbeat.c b/src/event_dispatcher_set_hearbeat.c index 69a6d38..6e9e4be 100644 --- a/src/event_dispatcher_set_hearbeat.c +++ b/src/event_dispatcher_set_hearbeat.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_dispatcher_shutdown.c b/src/event_dispatcher_shutdown.c index 3283c17..dc0bfa9 100644 --- a/src/event_dispatcher_shutdown.c +++ b/src/event_dispatcher_shutdown.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_dispatcher_start.c b/src/event_dispatcher_start.c index 870f3ea..ee15b3d 100644 --- a/src/event_dispatcher_start.c +++ b/src/event_dispatcher_start.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_handler.c b/src/event_handler.c index f9925d8..fd692c5 100644 --- a/src/event_handler.c +++ b/src/event_handler.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_handler_handle_event.c b/src/event_handler_handle_event.c index 9bc1cdf..a741743 100644 --- a/src/event_handler_handle_event.c +++ b/src/event_handler_handle_event.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_handler_issue_event.c b/src/event_handler_issue_event.c index b4101de..5e8bb54 100644 --- a/src/event_handler_issue_event.c +++ b/src/event_handler_issue_event.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_handler_set_dispatcher.c b/src/event_handler_set_dispatcher.c index 2e42819..77ad8fd 100644 --- a/src/event_handler_set_dispatcher.c +++ b/src/event_handler_set_dispatcher.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_subject.c b/src/event_subject.c index 669d734..cc1ad79 100644 --- a/src/event_subject.c +++ b/src/event_subject.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_subject_emit.c b/src/event_subject_emit.c index b1a40c1..55bf449 100644 --- a/src/event_subject_emit.c +++ b/src/event_subject_emit.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event_subject_id.c b/src/event_subject_id.c index 16c099c..d71b5ba 100644 --- a/src/event_subject_id.c +++ b/src/event_subject_id.c @@ -4,7 +4,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012 Georg Hopp + * Copyright © 2014 Georg Hopp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by