From 52211a6bacf3cb1a7c00c5c003c379470f2abee6 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Fri, 22 Mar 2013 20:00:40 +0100 Subject: [PATCH] Updated copyright year. --- CMakeLists.txt | 2 +- src/adc/adcconst.h | 2 +- src/adc/message.c | 2 +- src/adc/message.h | 2 +- src/adc/sid.c | 2 +- src/adc/sid.h | 2 +- src/core/auth.c | 2 +- src/core/auth.h | 2 +- src/core/command_parser.h | 2 +- src/core/commands.c | 2 +- src/core/commands.h | 2 +- src/core/config.c | 2 +- src/core/config.h | 2 +- src/core/eventid.h | 2 +- src/core/eventqueue.c | 2 +- src/core/eventqueue.h | 2 +- src/core/hub.c | 2 +- src/core/hub.h | 2 +- src/core/hubevent.c | 2 +- src/core/hubevent.h | 2 +- src/core/inf.c | 2 +- src/core/inf.h | 2 +- src/core/ioqueue.c | 2 +- src/core/ioqueue.h | 2 +- src/core/main.c | 2 +- src/core/netevent.c | 2 +- src/core/netevent.h | 2 +- src/core/plugincallback.c | 2 +- src/core/plugincallback.h | 2 +- src/core/plugininvoke.c | 2 +- src/core/plugininvoke.h | 2 +- src/core/pluginloader.c | 2 +- src/core/pluginloader.h | 2 +- src/core/probe.c | 2 +- src/core/probe.h | 2 +- src/core/route.c | 2 +- src/core/route.h | 2 +- src/core/user.c | 2 +- src/core/user.h | 2 +- src/core/usermanager.c | 2 +- src/core/usermanager.h | 2 +- src/network/backend.c | 2 +- src/network/backend.h | 2 +- src/network/common.h | 2 +- src/network/epoll.c | 2 +- src/network/ipcalc.c | 2 +- src/network/ipcalc.h | 2 +- src/network/kqueue.c | 2 +- src/network/network.c | 2 +- src/network/network.h | 2 +- src/network/openssl.c | 2 +- src/network/select.c | 2 +- src/network/timeout.c | 2 +- src/network/timeout.h | 2 +- src/network/timer.c | 2 +- src/network/tls.h | 2 +- src/plugin_api/command_api.h | 2 +- src/plugin_api/handle.h | 2 +- src/plugin_api/message_api.h | 2 +- src/plugin_api/types.h | 2 +- src/plugins/mod_auth_simple.c | 2 +- src/plugins/mod_auth_sqlite.c | 2 +- src/plugins/mod_chat_history.c | 2 +- src/plugins/mod_chat_only.c | 2 +- src/plugins/mod_example.c | 2 +- src/plugins/mod_logging.c | 2 +- src/plugins/mod_no_guest_downloads.c | 2 +- src/plugins/mod_topic.c | 2 +- src/plugins/mod_welcome.c | 2 +- src/system.h | 2 +- src/tools/adcclient.c | 2 +- src/tools/adcclient.h | 2 +- src/tools/adcrush.c | 2 +- src/tools/admin.c | 2 +- src/tools/fuzzer.h | 2 +- src/tools/uhub-passwd.c | 2 +- src/uhub.h | 2 +- src/util/cbuffer.c | 2 +- src/util/cbuffer.h | 2 +- src/util/config_token.c | 2 +- src/util/config_token.h | 2 +- src/util/credentials.c | 2 +- src/util/credentials.h | 2 +- src/util/floodctl.c | 2 +- src/util/floodctl.h | 2 +- src/util/getopt.c | 2 +- src/util/getopt.h | 2 +- src/util/list.c | 2 +- src/util/list.h | 2 +- src/util/log.c | 2 +- src/util/log.h | 2 +- src/util/memory.c | 2 +- src/util/memory.h | 2 +- src/util/misc.c | 2 +- src/util/misc.h | 2 +- src/util/rbtree.c | 2 +- src/util/rbtree.h | 2 +- src/util/threads.c | 2 +- src/util/threads.h | 2 +- src/util/tiger.c | 2 +- src/util/tiger.h | 2 +- 101 files changed, 101 insertions(+), 101 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8b3e2d..6dfd1bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ ## ## Makefile for uhub -## Copyright (C) 2007-2012, Jan Vidar Krey +## Copyright (C) 2007-2013, Jan Vidar Krey # cmake_minimum_required (VERSION 2.8.2) diff --git a/src/adc/adcconst.h b/src/adc/adcconst.h index c4c5c8d..c723895 100644 --- a/src/adc/adcconst.h +++ b/src/adc/adcconst.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/adc/message.c b/src/adc/message.c index f6eed08..3ca2095 100644 --- a/src/adc/message.c +++ b/src/adc/message.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/adc/message.h b/src/adc/message.h index 1fc8de3..02ec4fb 100644 --- a/src/adc/message.h +++ b/src/adc/message.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/adc/sid.c b/src/adc/sid.c index 88c74d9..4e4fdbd 100644 --- a/src/adc/sid.c +++ b/src/adc/sid.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/adc/sid.h b/src/adc/sid.h index 0def755..ff55a89 100644 --- a/src/adc/sid.h +++ b/src/adc/sid.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/auth.c b/src/core/auth.c index a9485f2..88affbe 100644 --- a/src/core/auth.c +++ b/src/core/auth.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/auth.h b/src/core/auth.h index 11fc978..e2aee23 100644 --- a/src/core/auth.h +++ b/src/core/auth.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/command_parser.h b/src/core/command_parser.h index 34547e8..13dc64c 100644 --- a/src/core/command_parser.h +++ b/src/core/command_parser.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/commands.c b/src/core/commands.c index 4184f53..58f84cb 100644 --- a/src/core/commands.c +++ b/src/core/commands.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/commands.h b/src/core/commands.h index fab6ff0..76788d6 100644 --- a/src/core/commands.h +++ b/src/core/commands.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/config.c b/src/core/config.c index b094d74..56633f7 100644 --- a/src/core/config.c +++ b/src/core/config.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/config.h b/src/core/config.h index 889941b..cbac319 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/eventid.h b/src/core/eventid.h index 83bb85c..6e54150 100644 --- a/src/core/eventid.h +++ b/src/core/eventid.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/eventqueue.c b/src/core/eventqueue.c index b5efe36..9433504 100644 --- a/src/core/eventqueue.c +++ b/src/core/eventqueue.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/eventqueue.h b/src/core/eventqueue.h index f370cab..10b385f 100644 --- a/src/core/eventqueue.h +++ b/src/core/eventqueue.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/hub.c b/src/core/hub.c index e89bc4f..dde63c2 100644 --- a/src/core/hub.c +++ b/src/core/hub.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/hub.h b/src/core/hub.h index 0a92578..cef1c96 100644 --- a/src/core/hub.h +++ b/src/core/hub.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/hubevent.c b/src/core/hubevent.c index f25b4f4..ed60207 100644 --- a/src/core/hubevent.c +++ b/src/core/hubevent.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/hubevent.h b/src/core/hubevent.h index 1d25054..7669e8b 100644 --- a/src/core/hubevent.h +++ b/src/core/hubevent.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/inf.c b/src/core/inf.c index 41eeff6..2bf1dea 100644 --- a/src/core/inf.c +++ b/src/core/inf.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/inf.h b/src/core/inf.h index 0ce8ba5..edc09db 100644 --- a/src/core/inf.h +++ b/src/core/inf.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/ioqueue.c b/src/core/ioqueue.c index 7362cdc..4ec0e72 100644 --- a/src/core/ioqueue.c +++ b/src/core/ioqueue.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/ioqueue.h b/src/core/ioqueue.h index 2624b24..358f3c6 100644 --- a/src/core/ioqueue.h +++ b/src/core/ioqueue.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/main.c b/src/core/main.c index 42dea69..c5ed178 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/netevent.c b/src/core/netevent.c index 7c31f69..f8beb47 100644 --- a/src/core/netevent.c +++ b/src/core/netevent.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/netevent.h b/src/core/netevent.h index 2628999..ce54bcb 100644 --- a/src/core/netevent.h +++ b/src/core/netevent.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/plugincallback.c b/src/core/plugincallback.c index dca49be..7005877 100644 --- a/src/core/plugincallback.c +++ b/src/core/plugincallback.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/plugincallback.h b/src/core/plugincallback.h index 923790a..0ce3a5d 100644 --- a/src/core/plugincallback.h +++ b/src/core/plugincallback.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/plugininvoke.c b/src/core/plugininvoke.c index 0064dcc..501a089 100644 --- a/src/core/plugininvoke.c +++ b/src/core/plugininvoke.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/plugininvoke.h b/src/core/plugininvoke.h index 56c71a4..cdd9dd7 100644 --- a/src/core/plugininvoke.h +++ b/src/core/plugininvoke.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/pluginloader.c b/src/core/pluginloader.c index bdbfebb..08ec426 100644 --- a/src/core/pluginloader.c +++ b/src/core/pluginloader.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/pluginloader.h b/src/core/pluginloader.h index 1929f9b..4428a65 100644 --- a/src/core/pluginloader.h +++ b/src/core/pluginloader.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/probe.c b/src/core/probe.c index 0bdad62..7869f6a 100644 --- a/src/core/probe.c +++ b/src/core/probe.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/probe.h b/src/core/probe.h index b204efb..0687cff 100644 --- a/src/core/probe.h +++ b/src/core/probe.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/route.c b/src/core/route.c index 75510c7..c28e13e 100644 --- a/src/core/route.c +++ b/src/core/route.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/route.h b/src/core/route.h index 378c2b8..d12d7b8 100644 --- a/src/core/route.h +++ b/src/core/route.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/user.c b/src/core/user.c index a6365f4..7b6f7d3 100644 --- a/src/core/user.c +++ b/src/core/user.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/user.h b/src/core/user.h index 45d4caa..b6b3f27 100644 --- a/src/core/user.h +++ b/src/core/user.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/usermanager.c b/src/core/usermanager.c index 4a9eaea..756d313 100644 --- a/src/core/usermanager.c +++ b/src/core/usermanager.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/core/usermanager.h b/src/core/usermanager.h index cb313b6..00512db 100644 --- a/src/core/usermanager.h +++ b/src/core/usermanager.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/backend.c b/src/network/backend.c index 6061c69..9e97b48 100644 --- a/src/network/backend.c +++ b/src/network/backend.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/backend.h b/src/network/backend.h index b908f28..39f2172 100644 --- a/src/network/backend.h +++ b/src/network/backend.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/common.h b/src/network/common.h index 8270da2..e33dc14 100644 --- a/src/network/common.h +++ b/src/network/common.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/epoll.c b/src/network/epoll.c index 7385a74..907ca9b 100644 --- a/src/network/epoll.c +++ b/src/network/epoll.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/ipcalc.c b/src/network/ipcalc.c index 7766f9c..9c3b7ef 100644 --- a/src/network/ipcalc.c +++ b/src/network/ipcalc.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/ipcalc.h b/src/network/ipcalc.h index 6cd86bc..5d00fe4 100644 --- a/src/network/ipcalc.h +++ b/src/network/ipcalc.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/kqueue.c b/src/network/kqueue.c index 014702d..27da92b 100644 --- a/src/network/kqueue.c +++ b/src/network/kqueue.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/network.c b/src/network/network.c index de765c0..57af998 100644 --- a/src/network/network.c +++ b/src/network/network.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/network.h b/src/network/network.h index 964cedb..d5d0805 100644 --- a/src/network/network.h +++ b/src/network/network.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/openssl.c b/src/network/openssl.c index 4edccd8..db2daf3 100644 --- a/src/network/openssl.c +++ b/src/network/openssl.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/select.c b/src/network/select.c index c1958d8..31ba406 100644 --- a/src/network/select.c +++ b/src/network/select.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/timeout.c b/src/network/timeout.c index 118fa2a..f8cdc02 100644 --- a/src/network/timeout.c +++ b/src/network/timeout.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/timeout.h b/src/network/timeout.h index b40abd9..d661b06 100644 --- a/src/network/timeout.h +++ b/src/network/timeout.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/timer.c b/src/network/timer.c index 48911d5..70b8dbb 100644 --- a/src/network/timer.c +++ b/src/network/timer.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/network/tls.h b/src/network/tls.h index e40a558..f66bd92 100644 --- a/src/network/tls.h +++ b/src/network/tls.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugin_api/command_api.h b/src/plugin_api/command_api.h index 021d933..b00c506 100644 --- a/src/plugin_api/command_api.h +++ b/src/plugin_api/command_api.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugin_api/handle.h b/src/plugin_api/handle.h index 56c17e2..643d648 100644 --- a/src/plugin_api/handle.h +++ b/src/plugin_api/handle.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugin_api/message_api.h b/src/plugin_api/message_api.h index 8903f8f..91e13e7 100644 --- a/src/plugin_api/message_api.h +++ b/src/plugin_api/message_api.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugin_api/types.h b/src/plugin_api/types.h index 4fce255..afb5f64 100644 --- a/src/plugin_api/types.h +++ b/src/plugin_api/types.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugins/mod_auth_simple.c b/src/plugins/mod_auth_simple.c index 7659350..29c86eb 100644 --- a/src/plugins/mod_auth_simple.c +++ b/src/plugins/mod_auth_simple.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugins/mod_auth_sqlite.c b/src/plugins/mod_auth_sqlite.c index 71d6a32..ec25959 100644 --- a/src/plugins/mod_auth_sqlite.c +++ b/src/plugins/mod_auth_sqlite.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugins/mod_chat_history.c b/src/plugins/mod_chat_history.c index a330270..0850f91 100644 --- a/src/plugins/mod_chat_history.c +++ b/src/plugins/mod_chat_history.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugins/mod_chat_only.c b/src/plugins/mod_chat_only.c index e705ce9..648ba39 100644 --- a/src/plugins/mod_chat_only.c +++ b/src/plugins/mod_chat_only.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugins/mod_example.c b/src/plugins/mod_example.c index b5d77bc..376544b 100644 --- a/src/plugins/mod_example.c +++ b/src/plugins/mod_example.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugins/mod_logging.c b/src/plugins/mod_logging.c index 3dcace0..75d19d6 100644 --- a/src/plugins/mod_logging.c +++ b/src/plugins/mod_logging.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugins/mod_no_guest_downloads.c b/src/plugins/mod_no_guest_downloads.c index e949021..3469aac 100644 --- a/src/plugins/mod_no_guest_downloads.c +++ b/src/plugins/mod_no_guest_downloads.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugins/mod_topic.c b/src/plugins/mod_topic.c index d9fdf1e..64a644e 100644 --- a/src/plugins/mod_topic.c +++ b/src/plugins/mod_topic.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/plugins/mod_welcome.c b/src/plugins/mod_welcome.c index 1bd53c5..3bb8856 100644 --- a/src/plugins/mod_welcome.c +++ b/src/plugins/mod_welcome.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/system.h b/src/system.h index c99ba61..e939237 100644 --- a/src/system.h +++ b/src/system.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/tools/adcclient.c b/src/tools/adcclient.c index 79755f4..29b7686 100644 --- a/src/tools/adcclient.c +++ b/src/tools/adcclient.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/tools/adcclient.h b/src/tools/adcclient.h index 47c067f..06a8548 100644 --- a/src/tools/adcclient.h +++ b/src/tools/adcclient.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/tools/adcrush.c b/src/tools/adcrush.c index 9837e21..cae2d68 100644 --- a/src/tools/adcrush.c +++ b/src/tools/adcrush.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/tools/admin.c b/src/tools/admin.c index 1b2cac8..63b030d 100644 --- a/src/tools/admin.c +++ b/src/tools/admin.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/tools/fuzzer.h b/src/tools/fuzzer.h index d26ece5..b7792ab 100644 --- a/src/tools/fuzzer.h +++ b/src/tools/fuzzer.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/tools/uhub-passwd.c b/src/tools/uhub-passwd.c index 64f60c8..512e006 100644 --- a/src/tools/uhub-passwd.c +++ b/src/tools/uhub-passwd.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/uhub.h b/src/uhub.h index 4ba9672..a7e92c7 100644 --- a/src/uhub.h +++ b/src/uhub.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/cbuffer.c b/src/util/cbuffer.c index 3075011..d263c0a 100644 --- a/src/util/cbuffer.c +++ b/src/util/cbuffer.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/cbuffer.h b/src/util/cbuffer.h index 0c47c12..f6cccf7 100644 --- a/src/util/cbuffer.h +++ b/src/util/cbuffer.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/config_token.c b/src/util/config_token.c index 705b79c..827767b 100644 --- a/src/util/config_token.c +++ b/src/util/config_token.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/config_token.h b/src/util/config_token.h index 1b40f23..7aa4b8b 100644 --- a/src/util/config_token.h +++ b/src/util/config_token.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/credentials.c b/src/util/credentials.c index 28a1abc..722f0cf 100644 --- a/src/util/credentials.c +++ b/src/util/credentials.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/credentials.h b/src/util/credentials.h index 8323988..6a77f57 100644 --- a/src/util/credentials.h +++ b/src/util/credentials.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/floodctl.c b/src/util/floodctl.c index 58ebdc8..64b2c79 100644 --- a/src/util/floodctl.c +++ b/src/util/floodctl.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/floodctl.h b/src/util/floodctl.h index cb58e12..4f83b3b 100644 --- a/src/util/floodctl.h +++ b/src/util/floodctl.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/getopt.c b/src/util/getopt.c index dedee4c..5e8c7e4 100644 --- a/src/util/getopt.c +++ b/src/util/getopt.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/getopt.h b/src/util/getopt.h index 37ca71d..6cfe0f6 100644 --- a/src/util/getopt.h +++ b/src/util/getopt.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/list.c b/src/util/list.c index 91483a2..c9b1a31 100644 --- a/src/util/list.c +++ b/src/util/list.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/list.h b/src/util/list.h index f5899b9..89cc42d 100644 --- a/src/util/list.h +++ b/src/util/list.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/log.c b/src/util/log.c index a5b8213..e49acbb 100644 --- a/src/util/log.c +++ b/src/util/log.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/log.h b/src/util/log.h index 1fcd42e..1f8a075 100644 --- a/src/util/log.h +++ b/src/util/log.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/memory.c b/src/util/memory.c index a38f9e9..c1ef45b 100644 --- a/src/util/memory.c +++ b/src/util/memory.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/memory.h b/src/util/memory.h index 55baab7..d01fc18 100644 --- a/src/util/memory.h +++ b/src/util/memory.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2010, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/misc.c b/src/util/misc.c index a6bfedd..b0f3138 100644 --- a/src/util/misc.c +++ b/src/util/misc.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2011, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/misc.h b/src/util/misc.h index 9841c7f..52b9be4 100644 --- a/src/util/misc.h +++ b/src/util/misc.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/rbtree.c b/src/util/rbtree.c index 167ab8d..57cb271 100644 --- a/src/util/rbtree.c +++ b/src/util/rbtree.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/rbtree.h b/src/util/rbtree.h index e3dd5fb..e47a503 100644 --- a/src/util/rbtree.h +++ b/src/util/rbtree.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/threads.c b/src/util/threads.c index b76ef91..b4e098e 100644 --- a/src/util/threads.c +++ b/src/util/threads.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/threads.h b/src/util/threads.h index 0e4a9ac..604777d 100644 --- a/src/util/threads.h +++ b/src/util/threads.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2012, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/tiger.c b/src/util/tiger.c index 4481ed9..1f6fe0b 100644 --- a/src/util/tiger.c +++ b/src/util/tiger.c @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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/util/tiger.h b/src/util/tiger.h index b8381c2..7eb391d 100644 --- a/src/util/tiger.h +++ b/src/util/tiger.h @@ -1,6 +1,6 @@ /* * uhub - A tiny ADC p2p connection hub - * Copyright (C) 2007-2009, Jan Vidar Krey + * Copyright (C) 2007-2013, Jan Vidar Krey * * 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