From aed0c24a70480aa4a2847b656517252596ea9f16 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Sun, 3 Aug 2014 07:41:22 +0100 Subject: [PATCH] update copyright information --- include/tr/commons.h | 2 +- include/tr/interface.h | 2 +- include/tr/interface/class.h | 2 +- include/tr/interface/indexable.h | 2 +- include/tr/interface/logger.h | 2 +- include/tr/interface/observer.h | 2 +- include/tr/interface/serializable.h | 2 +- include/tr/interface/subject.h | 2 +- include/tr/memory.h | 2 +- include/tr/tree_macros.h | 2 +- src/i_class.c | 2 +- src/i_indexable.c | 2 +- src/i_logger.c | 2 +- src/i_observer.c | 2 +- src/i_serializable.c | 2 +- src/i_subject.c | 2 +- src/interface.c | 2 +- src/memory.c | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/include/tr/commons.h b/include/tr/commons.h index c8125cb..97a29b4 100644 --- a/include/tr/commons.h +++ b/include/tr/commons.h @@ -8,7 +8,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012-2013 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/interface.h b/include/tr/interface.h index 08b5ba5..137486b 100644 --- a/include/tr/interface.h +++ b/include/tr/interface.h @@ -8,7 +8,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012-2013 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/interface/class.h b/include/tr/interface/class.h index 0a740b7..32ad27c 100644 --- a/include/tr/interface/class.h +++ b/include/tr/interface/class.h @@ -7,7 +7,7 @@ * \author Georg Hopp * * \copyright - * Copyright © 2012-2013 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/interface/indexable.h b/include/tr/interface/indexable.h index 004ce3f..1898f51 100644 --- a/include/tr/interface/indexable.h +++ b/include/tr/interface/indexable.h @@ -20,7 +20,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/interface/logger.h b/include/tr/interface/logger.h index 5793530..a4dd32d 100644 --- a/include/tr/interface/logger.h +++ b/include/tr/interface/logger.h @@ -5,7 +5,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/interface/observer.h b/include/tr/interface/observer.h index 4e7048c..edc576c 100644 --- a/include/tr/interface/observer.h +++ b/include/tr/interface/observer.h @@ -5,7 +5,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/interface/serializable.h b/include/tr/interface/serializable.h index 533d7fd..d1b2743 100644 --- a/include/tr/interface/serializable.h +++ b/include/tr/interface/serializable.h @@ -8,7 +8,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/interface/subject.h b/include/tr/interface/subject.h index cb36d81..30a69d5 100644 --- a/include/tr/interface/subject.h +++ b/include/tr/interface/subject.h @@ -5,7 +5,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/memory.h b/include/tr/memory.h index 7a35428..7c905cc 100644 --- a/include/tr/memory.h +++ b/include/tr/memory.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/tree_macros.h b/include/tr/tree_macros.h index e0e2611..bbe77f2 100644 --- a/include/tr/tree_macros.h +++ b/include/tr/tree_macros.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/i_class.c b/src/i_class.c index b5fb4b0..dcb1b25 100644 --- a/src/i_class.c +++ b/src/i_class.c @@ -5,7 +5,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/i_indexable.c b/src/i_indexable.c index a2eb4ee..f7dd313 100644 --- a/src/i_indexable.c +++ b/src/i_indexable.c @@ -5,7 +5,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/i_logger.c b/src/i_logger.c index ec6ab82..dcb8e2e 100644 --- a/src/i_logger.c +++ b/src/i_logger.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/i_observer.c b/src/i_observer.c index 8a3dc59..9da1c0f 100644 --- a/src/i_observer.c +++ b/src/i_observer.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/i_serializable.c b/src/i_serializable.c index bac3341..3d097ce 100644 --- a/src/i_serializable.c +++ b/src/i_serializable.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/i_subject.c b/src/i_subject.c index 76e1203..73a830a 100644 --- a/src/i_subject.c +++ b/src/i_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/interface.c b/src/interface.c index 93c0b47..e708224 100644 --- a/src/interface.c +++ b/src/interface.c @@ -5,7 +5,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/memory.c b/src/memory.c index 3dd70cf..1d3d97f 100644 --- a/src/memory.c +++ b/src/memory.c @@ -28,7 +28,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