summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-12-31 16:56:11 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-12-31 16:56:11 +0000
commit6950745079814f15289377da3069732da8bf1935 (patch)
tree81c25e32200a076b49fa2890c2d1eb9f2652a2b6 /src
parent3b6bf81ad66599c7454a9a6eff366248375683c4 (diff)
downloadweechat-6950745079814f15289377da3069732da8bf1935.zip
New copyright
Diffstat (limited to 'src')
-rw-r--r--src/common/Makefile.am2
-rw-r--r--src/common/command.c6
-rw-r--r--src/common/command.h6
-rw-r--r--src/common/completion.c6
-rw-r--r--src/common/completion.h6
-rw-r--r--src/common/history.c6
-rw-r--r--src/common/history.h6
-rw-r--r--src/common/weechat.c6
-rw-r--r--src/common/weechat.h12
-rw-r--r--src/common/weeconfig.c6
-rw-r--r--src/common/weeconfig.h6
-rw-r--r--src/gui/Makefile.am2
-rw-r--r--src/gui/curses/Makefile.am2
-rw-r--r--src/gui/curses/gui-display.c6
-rw-r--r--src/gui/curses/gui-input.c6
-rw-r--r--src/gui/gtk/Makefile.am2
-rw-r--r--src/gui/gtk/gui-display.c6
-rw-r--r--src/gui/gtk/gui-input.c6
-rw-r--r--src/gui/gui-common.c6
-rw-r--r--src/gui/gui.h6
-rw-r--r--src/gui/qt/Makefile.am2
-rw-r--r--src/gui/qt/gui-qt.c6
-rw-r--r--src/gui/qt/gui-qt.h6
-rw-r--r--src/irc/Makefile.am2
-rw-r--r--src/irc/irc-channel.c6
-rw-r--r--src/irc/irc-commands.c6
-rw-r--r--src/irc/irc-display.c6
-rw-r--r--src/irc/irc-nick.c6
-rw-r--r--src/irc/irc-recv.c6
-rw-r--r--src/irc/irc-send.c6
-rw-r--r--src/irc/irc-server.c6
-rw-r--r--src/irc/irc.h6
-rw-r--r--src/plugins/Makefile.am2
-rw-r--r--src/plugins/perl/Makefile.am2
-rw-r--r--src/plugins/perl/wee-perl.c6
-rw-r--r--src/plugins/perl/wee-perl.h6
-rw-r--r--src/plugins/plugins.c6
-rw-r--r--src/plugins/plugins.h6
38 files changed, 71 insertions, 131 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index c2ba025b2..0f8531847 100644
--- a/src/common/Makefile.am
+++ b/src/common/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/common/command.c b/src/common/command.c
index b4b02739f..0e2b3d58a 100644
--- a/src/common/command.c
+++ b/src/common/command.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/common/command.h b/src/common/command.h
index bd006869c..fecbd909d 100644
--- a/src/common/command.h
+++ b/src/common/command.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/common/completion.c b/src/common/completion.c
index 4a52cb2cf..b87a549e4 100644
--- a/src/common/completion.c
+++ b/src/common/completion.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/common/completion.h b/src/common/completion.h
index d1111dbaa..b43616bae 100644
--- a/src/common/completion.h
+++ b/src/common/completion.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/common/history.c b/src/common/history.c
index 58ae318be..4f49028a6 100644
--- a/src/common/history.c
+++ b/src/common/history.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/common/history.h b/src/common/history.h
index 946f2e792..97cf5576e 100644
--- a/src/common/history.h
+++ b/src/common/history.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/common/weechat.c b/src/common/weechat.c
index 2da7b32b0..b133defde 100644
--- a/src/common/weechat.c
+++ b/src/common/weechat.c
@@ -16,10 +16,8 @@
* ### ###
* ############################################################################
*
- * 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/common/weechat.h b/src/common/weechat.h
index 47b9e12ed..a78e747aa 100644
--- a/src/common/weechat.h
+++ b/src/common/weechat.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
@@ -45,7 +43,7 @@
#endif
-#define WEECHAT_COPYRIGHT PACKAGE_NAME " (c) 2003 by Wee Team"
+#define WEECHAT_COPYRIGHT PACKAGE_NAME " (c) 2004 by Wee Team"
#define WEECHAT_WEBSITE "http://weechat.flashtux.org"
#define WEECHAT_ERROR _(PACKAGE_NAME " Error:")
@@ -58,7 +56,7 @@
/* license */
#define WEE_LICENSE \
- PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \
+ PACKAGE_STRING " (c) Copyright 2004, compiled on " __DATE__ " " __TIME__ \
"\nDeveloped by FlashCode <flashcode@flashtux.org>\n" \
" Bounga <bounga@altern.org>\n" \
" Xahlexx <xahlexx@tuxisland.org>\n\n" \
@@ -78,7 +76,7 @@
"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n"
#define WEE_USAGE \
- PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \
+ PACKAGE_STRING " (c) Copyright 2004, compiled on " __DATE__ " " __TIME__ \
"\nDeveloped by FlashCode <flashcode@flashtux.org>\n" \
" Bounga <bounga@altern.org>\n" \
" Xahlexx <xahlexx@tuxisland.org>\n\n" \
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c
index 8c47113d4..a8f8543d0 100644
--- a/src/common/weeconfig.c
+++ b/src/common/weeconfig.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/common/weeconfig.h b/src/common/weeconfig.h
index 9b147d9c8..085df165a 100644
--- a/src/common/weeconfig.h
+++ b/src/common/weeconfig.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/gui/Makefile.am b/src/gui/Makefile.am
index 797d3e624..7e329071e 100644
--- a/src/gui/Makefile.am
+++ b/src/gui/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/gui/curses/Makefile.am b/src/gui/curses/Makefile.am
index e49e7e9bf..9a98808e1 100644
--- a/src/gui/curses/Makefile.am
+++ b/src/gui/curses/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/gui/curses/gui-display.c b/src/gui/curses/gui-display.c
index d30c5e6fa..ba84f9238 100644
--- a/src/gui/curses/gui-display.c
+++ b/src/gui/curses/gui-display.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/gui/curses/gui-input.c b/src/gui/curses/gui-input.c
index fb608508e..9707d998e 100644
--- a/src/gui/curses/gui-input.c
+++ b/src/gui/curses/gui-input.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/gui/gtk/Makefile.am b/src/gui/gtk/Makefile.am
index 36bae7ed3..c525a6764 100644
--- a/src/gui/gtk/Makefile.am
+++ b/src/gui/gtk/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/gui/gtk/gui-display.c b/src/gui/gtk/gui-display.c
index ca183b3e7..b28f9e59f 100644
--- a/src/gui/gtk/gui-display.c
+++ b/src/gui/gtk/gui-display.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/gui/gtk/gui-input.c b/src/gui/gtk/gui-input.c
index 66a27684c..9e50f8b3a 100644
--- a/src/gui/gtk/gui-input.c
+++ b/src/gui/gtk/gui-input.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/gui/gui-common.c b/src/gui/gui-common.c
index 8ec65ccc0..fd8795342 100644
--- a/src/gui/gui-common.c
+++ b/src/gui/gui-common.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/gui/gui.h b/src/gui/gui.h
index d0fb54376..2e17c9130 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.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/gui/qt/Makefile.am b/src/gui/qt/Makefile.am
index a0d82e32a..b9e702182 100644
--- a/src/gui/qt/Makefile.am
+++ b/src/gui/qt/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/gui/qt/gui-qt.c b/src/gui/qt/gui-qt.c
index e8dffab14..789d8f37f 100644
--- a/src/gui/qt/gui-qt.c
+++ b/src/gui/qt/gui-qt.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/gui/qt/gui-qt.h b/src/gui/qt/gui-qt.h
index b07167d88..9df5a5619 100644
--- a/src/gui/qt/gui-qt.h
+++ b/src/gui/qt/gui-qt.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/irc/Makefile.am b/src/irc/Makefile.am
index c316c6a89..ca78a810a 100644
--- a/src/irc/Makefile.am
+++ b/src/irc/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/irc/irc-channel.c b/src/irc/irc-channel.c
index 94b44d7ce..06dcd338a 100644
--- a/src/irc/irc-channel.c
+++ b/src/irc/irc-channel.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/irc/irc-commands.c b/src/irc/irc-commands.c
index b8a5ee05e..d3bc5bd8c 100644
--- a/src/irc/irc-commands.c
+++ b/src/irc/irc-commands.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/irc/irc-display.c b/src/irc/irc-display.c
index 1f75ea231..e4f575b8e 100644
--- a/src/irc/irc-display.c
+++ b/src/irc/irc-display.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/irc/irc-nick.c b/src/irc/irc-nick.c
index 75dfde627..2dec6640c 100644
--- a/src/irc/irc-nick.c
+++ b/src/irc/irc-nick.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/irc/irc-recv.c b/src/irc/irc-recv.c
index db7cd291a..26aa1fc24 100644
--- a/src/irc/irc-recv.c
+++ b/src/irc/irc-recv.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/irc/irc-send.c b/src/irc/irc-send.c
index dc74ce09c..e0b481e44 100644
--- a/src/irc/irc-send.c
+++ b/src/irc/irc-send.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/irc/irc-server.c b/src/irc/irc-server.c
index bb4f85f4b..6e6a014be 100644
--- a/src/irc/irc-server.c
+++ b/src/irc/irc-server.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/irc/irc.h b/src/irc/irc.h
index 86c0818cd..c1b761e35 100644
--- a/src/irc/irc.h
+++ b/src/irc/irc.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/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