summaryrefslogtreecommitdiff
path: root/src/irc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-01-01 12:31:19 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-01-01 12:31:19 +0000
commit14e833c2579cc4f90853ffea8bcdd11007713835 (patch)
tree0ce855b9f927bc4d9811c9437e8231d172c9ee44 /src/irc
parentde5af8a3b107c276de0dd0ebd57bfadee694b003 (diff)
downloadweechat-14e833c2579cc4f90853ffea8bcdd11007713835.zip
Version 0.0.9
Diffstat (limited to 'src/irc')
-rw-r--r--src/irc/Makefile.am2
-rw-r--r--src/irc/irc-channel.c2
-rw-r--r--src/irc/irc-commands.c2
-rw-r--r--src/irc/irc-dcc.c2
-rw-r--r--src/irc/irc-display.c2
-rw-r--r--src/irc/irc-nick.c2
-rw-r--r--src/irc/irc-recv.c2
-rw-r--r--src/irc/irc-send.c2
-rw-r--r--src/irc/irc-server.c2
-rw-r--r--src/irc/irc.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/irc/Makefile.am b/src/irc/Makefile.am
index 5a0d5a5a7..50bd43cc6 100644
--- a/src/irc/Makefile.am
+++ b/src/irc/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (c) 2004 FlashCode <flashcode@flashtux.org>
+# Copyright (c) 2003-2005 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 4dbbc4513..0dafb8e09 100644
--- a/src/irc/irc-channel.c
+++ b/src/irc/irc-channel.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2005 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/irc/irc-commands.c b/src/irc/irc-commands.c
index 59a6c9b40..b18426099 100644
--- a/src/irc/irc-commands.c
+++ b/src/irc/irc-commands.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2005 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/irc/irc-dcc.c b/src/irc/irc-dcc.c
index 685c9e9ed..565e28128 100644
--- a/src/irc/irc-dcc.c
+++ b/src/irc/irc-dcc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2005 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/irc/irc-display.c b/src/irc/irc-display.c
index d8bdc4942..88ca46b01 100644
--- a/src/irc/irc-display.c
+++ b/src/irc/irc-display.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2005 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/irc/irc-nick.c b/src/irc/irc-nick.c
index 21bc23ef8..5ba357808 100644
--- a/src/irc/irc-nick.c
+++ b/src/irc/irc-nick.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2005 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/irc/irc-recv.c b/src/irc/irc-recv.c
index 166d9afda..77747ad20 100644
--- a/src/irc/irc-recv.c
+++ b/src/irc/irc-recv.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2005 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/irc/irc-send.c b/src/irc/irc-send.c
index 6d2a6a6d7..d83989cb6 100644
--- a/src/irc/irc-send.c
+++ b/src/irc/irc-send.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2005 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/irc/irc-server.c b/src/irc/irc-server.c
index fb8f91e85..03c3ba8cf 100644
--- a/src/irc/irc-server.c
+++ b/src/irc/irc-server.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2005 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/irc/irc.h b/src/irc/irc.h
index b2a4fb6b5..007e9ebb0 100644
--- a/src/irc/irc.h
+++ b/src/irc/irc.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2005 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