diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-01-03 10:06:53 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-01-03 10:06:53 +0100 |
commit | 2115f3f67534e82cc88a59b4924831f6b2b516cf (patch) | |
tree | 8211f706d256e54c5513500f197e4dd95854994b /src/plugins/fifo | |
parent | e7e2da5a9c469aa4291d4630adb75d1e62cccbd5 (diff) | |
download | weechat-2115f3f67534e82cc88a59b4924831f6b2b516cf.zip |
Update copyright dates
Diffstat (limited to 'src/plugins/fifo')
-rw-r--r-- | src/plugins/fifo/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/plugins/fifo/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/fifo/fifo-info.c | 2 | ||||
-rw-r--r-- | src/plugins/fifo/fifo-info.h | 2 | ||||
-rw-r--r-- | src/plugins/fifo/fifo.c | 2 | ||||
-rw-r--r-- | src/plugins/fifo/fifo.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/fifo/CMakeLists.txt b/src/plugins/fifo/CMakeLists.txt index ac5d17d30..5f8e83188 100644 --- a/src/plugins/fifo/CMakeLists.txt +++ b/src/plugins/fifo/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/fifo/Makefile.am b/src/plugins/fifo/Makefile.am index 09959d8f2..981fcb4c5 100644 --- a/src/plugins/fifo/Makefile.am +++ b/src/plugins/fifo/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/fifo/fifo-info.c b/src/plugins/fifo/fifo-info.c index 3fc7aeca7..ffba86c82 100644 --- a/src/plugins/fifo/fifo-info.c +++ b/src/plugins/fifo/fifo-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/fifo/fifo-info.h b/src/plugins/fifo/fifo-info.h index 494e95ace..87270c6a0 100644 --- a/src/plugins/fifo/fifo-info.h +++ b/src/plugins/fifo/fifo-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/fifo/fifo.c b/src/plugins/fifo/fifo.c index c05caa765..fe16f2015 100644 --- a/src/plugins/fifo/fifo.c +++ b/src/plugins/fifo/fifo.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/fifo/fifo.h b/src/plugins/fifo/fifo.h index bb9ecc1aa..e7ac5f5f2 100644 --- a/src/plugins/fifo/fifo.h +++ b/src/plugins/fifo/fifo.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 |