summaryrefslogtreecommitdiff
path: root/src/irc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-01-05 23:41:38 +0000
committerSebastien Helleu <flashcode@flashtux.org>2007-01-05 23:41:38 +0000
commit632d451f62723dd05abead7a336b3b0b3b724fc4 (patch)
tree1d3c175ff0ec3b1d4626074462369a7c9e09a8ce /src/irc
parent216b68b682cb5aaa04e0ca067159ac2c9dbae33a (diff)
downloadweechat-632d451f62723dd05abead7a336b3b0b3b724fc4.zip
Changed copyright date (2006 -> 2007)
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-ignore.c2
-rw-r--r--src/irc/irc-mode.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
12 files changed, 12 insertions, 12 deletions
diff --git a/src/irc/Makefile.am b/src/irc/Makefile.am
index 7e7504ae0..860af825d 100644
--- a/src/irc/Makefile.am
+++ b/src/irc/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (c) 2003-2006 FlashCode <flashcode@flashtux.org>
+# Copyright (c) 2003-2007 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 1dd4ba57c..520299023 100644
--- a/src/irc/irc-channel.c
+++ b/src/irc/irc-channel.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2006 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2007 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 912e7a2b8..30ad1e83c 100644
--- a/src/irc/irc-commands.c
+++ b/src/irc/irc-commands.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2006 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2007 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 087ebf419..387b84d2a 100644
--- a/src/irc/irc-dcc.c
+++ b/src/irc/irc-dcc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2006 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2007 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 def7c297c..3601d455e 100644
--- a/src/irc/irc-display.c
+++ b/src/irc/irc-display.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2006 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2007 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-ignore.c b/src/irc/irc-ignore.c
index a94d78c99..1de629786 100644
--- a/src/irc/irc-ignore.c
+++ b/src/irc/irc-ignore.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2006 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2007 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-mode.c b/src/irc/irc-mode.c
index 76079e03c..155022f6f 100644
--- a/src/irc/irc-mode.c
+++ b/src/irc/irc-mode.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2006 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2007 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 5dd299a52..45bb009c9 100644
--- a/src/irc/irc-nick.c
+++ b/src/irc/irc-nick.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2006 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2007 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 7cb20de72..a3b8153b5 100644
--- a/src/irc/irc-recv.c
+++ b/src/irc/irc-recv.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2006 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2007 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 f215df8c5..1fa0f0daa 100644
--- a/src/irc/irc-send.c
+++ b/src/irc/irc-send.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2006 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2007 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 891ff0fc3..34cb994bb 100644
--- a/src/irc/irc-server.c
+++ b/src/irc/irc-server.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2006 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2007 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 3947cf4c2..bd67df0ab 100644
--- a/src/irc/irc.h
+++ b/src/irc/irc.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2006 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2007 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