diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2003-12-31 16:56:11 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2003-12-31 16:56:11 +0000 |
commit | 6950745079814f15289377da3069732da8bf1935 (patch) | |
tree | 81c25e32200a076b49fa2890c2d1eb9f2652a2b6 /src/plugins | |
parent | 3b6bf81ad66599c7454a9a6eff366248375683c4 (diff) | |
download | weechat-6950745079814f15289377da3069732da8bf1935.zip |
New copyright
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/perl/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/perl/wee-perl.c | 6 | ||||
-rw-r--r-- | src/plugins/perl/wee-perl.h | 6 | ||||
-rw-r--r-- | src/plugins/plugins.c | 6 | ||||
-rw-r--r-- | src/plugins/plugins.h | 6 |
6 files changed, 10 insertions, 18 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 1d9104d4a..f5b301f28 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2003 FlashCode <flashcode@flashtux.org> +# Copyright (c) 2004 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/perl/Makefile.am b/src/plugins/perl/Makefile.am index e94d51fb1..0692b2536 100644 --- a/src/plugins/perl/Makefile.am +++ b/src/plugins/perl/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2003 FlashCode <flashcode@flashtux.org> +# Copyright (c) 2004 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/perl/wee-perl.c b/src/plugins/perl/wee-perl.c index d02ef86cf..74ec2970a 100644 --- a/src/plugins/perl/wee-perl.c +++ b/src/plugins/perl/wee-perl.c @@ -1,8 +1,6 @@ /* - * Copyright (c) 2003 by FlashCode <flashcode@flashtux.org> - * Bounga <bounga@altern.org> - * Xahlexx <xahlexx@tuxisland.org> - * See README for License detail. + * Copyright (c) 2004 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 * it under the terms of the GNU General Public License as published by diff --git a/src/plugins/perl/wee-perl.h b/src/plugins/perl/wee-perl.h index 36b2986d7..82553ea0e 100644 --- a/src/plugins/perl/wee-perl.h +++ b/src/plugins/perl/wee-perl.h @@ -1,8 +1,6 @@ /* - * Copyright (c) 2003 by FlashCode <flashcode@flashtux.org> - * Bounga <bounga@altern.org> - * Xahlexx <xahlexx@tuxisland.org> - * See README for License detail. + * Copyright (c) 2004 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 * it under the terms of the GNU General Public License as published by diff --git a/src/plugins/plugins.c b/src/plugins/plugins.c index 85d28c93f..1ebd3eccb 100644 --- a/src/plugins/plugins.c +++ b/src/plugins/plugins.c @@ -1,8 +1,6 @@ /* - * Copyright (c) 2003 by FlashCode <flashcode@flashtux.org> - * Bounga <bounga@altern.org> - * Xahlexx <xahlexx@tuxisland.org> - * See README for License detail. + * Copyright (c) 2004 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 * it under the terms of the GNU General Public License as published by diff --git a/src/plugins/plugins.h b/src/plugins/plugins.h index 011ffdc45..a7c9a1685 100644 --- a/src/plugins/plugins.h +++ b/src/plugins/plugins.h @@ -1,8 +1,6 @@ /* - * Copyright (c) 2003 by FlashCode <flashcode@flashtux.org> - * Bounga <bounga@altern.org> - * Xahlexx <xahlexx@tuxisland.org> - * See README for License detail. + * Copyright (c) 2004 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 * it under the terms of the GNU General Public License as published by |