diff options
Diffstat (limited to 'src/plugins/relay')
-rw-r--r-- | src/plugins/relay/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/plugins/relay/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-buffer.c | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-buffer.h | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-client.c | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-client.h | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-command.c | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-command.h | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-config.c | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-config.h | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-info.c | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-info.h | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-network.c | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-network.h | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-upgrade.c | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay-upgrade.h | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay.c | 2 | ||||
-rw-r--r-- | src/plugins/relay/relay.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/src/plugins/relay/CMakeLists.txt b/src/plugins/relay/CMakeLists.txt index 4ad5fbce6..662223909 100644 --- a/src/plugins/relay/CMakeLists.txt +++ b/src/plugins/relay/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2008 FlashCode <flashcode@flashtux.org> +# Copyright (c) 2003-2009 FlashCode <flashcode@flashtux.org> # # 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/relay/Makefile.am b/src/plugins/relay/Makefile.am index 6efac2e17..4f8558e8d 100644 --- a/src/plugins/relay/Makefile.am +++ b/src/plugins/relay/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2008 FlashCode <flashcode@flashtux.org> +# Copyright (c) 2003-2009 FlashCode <flashcode@flashtux.org> # # 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/relay/relay-buffer.c b/src/plugins/relay/relay-buffer.c index 36b30bc1f..f4759b68f 100644 --- a/src/plugins/relay/relay-buffer.c +++ b/src/plugins/relay/relay-buffer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-buffer.h b/src/plugins/relay/relay-buffer.h index 1702e0b91..46b568a9c 100644 --- a/src/plugins/relay/relay-buffer.h +++ b/src/plugins/relay/relay-buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-client.c b/src/plugins/relay/relay-client.c index 02a7e53fd..19c5538a9 100644 --- a/src/plugins/relay/relay-client.c +++ b/src/plugins/relay/relay-client.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-client.h b/src/plugins/relay/relay-client.h index 4f06e6c0e..94e03b0ae 100644 --- a/src/plugins/relay/relay-client.h +++ b/src/plugins/relay/relay-client.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c index 839a02286..1bdec5bcf 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-command.h b/src/plugins/relay/relay-command.h index 8236768f5..4911893fa 100644 --- a/src/plugins/relay/relay-command.h +++ b/src/plugins/relay/relay-command.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index 2889cbcbc..a4e916cc8 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-config.h b/src/plugins/relay/relay-config.h index 0c35f2ff1..30fe1a01a 100644 --- a/src/plugins/relay/relay-config.h +++ b/src/plugins/relay/relay-config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-info.c b/src/plugins/relay/relay-info.c index 100e366cb..e667b7f54 100644 --- a/src/plugins/relay/relay-info.c +++ b/src/plugins/relay/relay-info.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-info.h b/src/plugins/relay/relay-info.h index 87aaabf96..09fe4b74f 100644 --- a/src/plugins/relay/relay-info.h +++ b/src/plugins/relay/relay-info.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-network.c b/src/plugins/relay/relay-network.c index d93ac4387..8b48edacb 100644 --- a/src/plugins/relay/relay-network.c +++ b/src/plugins/relay/relay-network.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-network.h b/src/plugins/relay/relay-network.h index a090276d3..57f6ba9e1 100644 --- a/src/plugins/relay/relay-network.h +++ b/src/plugins/relay/relay-network.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-upgrade.c b/src/plugins/relay/relay-upgrade.c index 907122583..3fcb0e332 100644 --- a/src/plugins/relay/relay-upgrade.c +++ b/src/plugins/relay/relay-upgrade.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay-upgrade.h b/src/plugins/relay/relay-upgrade.h index 855c1026e..730f1b273 100644 --- a/src/plugins/relay/relay-upgrade.h +++ b/src/plugins/relay/relay-upgrade.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay.c b/src/plugins/relay/relay.c index 252d91590..632c2ac10 100644 --- a/src/plugins/relay/relay.c +++ b/src/plugins/relay/relay.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/relay/relay.h b/src/plugins/relay/relay.h index 18e81c471..cc3b4c610 100644 --- a/src/plugins/relay/relay.h +++ b/src/plugins/relay/relay.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify |