summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-01-02 12:47:09 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-01-02 12:47:09 +0100
commite3b52115c701541204a9fb2697c09827b687ed77 (patch)
tree5afb78db2303974e155f96cb43f4a338983139a4 /src/core
parent8256ffb89e54a15e906ba27140cf08e92d2226c7 (diff)
downloadweechat-e3b52115c701541204a9fb2697c09827b687ed77.zip
Update of year in some copyrights
Diffstat (limited to 'src/core')
-rw-r--r--src/core/CMakeLists.txt2
-rw-r--r--src/core/Makefile.am2
-rw-r--r--src/core/wee-backtrace.c2
-rw-r--r--src/core/wee-backtrace.h2
-rw-r--r--src/core/wee-command.h2
-rw-r--r--src/core/wee-config-file.c2
-rw-r--r--src/core/wee-config-file.h2
-rw-r--r--src/core/wee-config.c2
-rw-r--r--src/core/wee-config.h2
-rw-r--r--src/core/wee-hook.c2
-rw-r--r--src/core/wee-hook.h2
-rw-r--r--src/core/wee-input.c2
-rw-r--r--src/core/wee-input.h2
-rw-r--r--src/core/wee-list.c2
-rw-r--r--src/core/wee-list.h2
-rw-r--r--src/core/wee-log.c2
-rw-r--r--src/core/wee-log.h2
-rw-r--r--src/core/wee-string.c2
-rw-r--r--src/core/wee-string.h2
-rw-r--r--src/core/wee-upgrade.c2
-rw-r--r--src/core/wee-upgrade.h2
-rw-r--r--src/core/wee-utf8.c2
-rw-r--r--src/core/wee-utf8.h2
-rw-r--r--src/core/wee-util.c2
-rw-r--r--src/core/wee-util.h2
-rw-r--r--src/core/weechat.c4
-rw-r--r--src/core/weechat.h6
27 files changed, 30 insertions, 30 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 8886cd7f2..580d29061 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (c) 2003-2007 FlashCode <flashcode@flashtux.org>
+# Copyright (c) 2003-2008 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/core/Makefile.am b/src/core/Makefile.am
index 67ca3fa18..dd59ffe9b 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (c) 2003-2007 FlashCode <flashcode@flashtux.org>
+# Copyright (c) 2003-2008 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/core/wee-backtrace.c b/src/core/wee-backtrace.c
index e9ea49c5b..d47002fd0 100644
--- a/src/core/wee-backtrace.c
+++ b/src/core/wee-backtrace.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-backtrace.h b/src/core/wee-backtrace.h
index 6df51b5a3..3981376bb 100644
--- a/src/core/wee-backtrace.h
+++ b/src/core/wee-backtrace.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-command.h b/src/core/wee-command.h
index 66a53dfd9..adffc3c8c 100644
--- a/src/core/wee-command.h
+++ b/src/core/wee-command.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-config-file.c b/src/core/wee-config-file.c
index 7d888b6bc..cc5ea3693 100644
--- a/src/core/wee-config-file.c
+++ b/src/core/wee-config-file.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-config-file.h b/src/core/wee-config-file.h
index 7e347e497..4468c406f 100644
--- a/src/core/wee-config-file.h
+++ b/src/core/wee-config-file.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-config.c b/src/core/wee-config.c
index c3bb529d7..6dc8e5da0 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-config.h b/src/core/wee-config.h
index 0787f5613..5d6476af6 100644
--- a/src/core/wee-config.h
+++ b/src/core/wee-config.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-hook.c b/src/core/wee-hook.c
index ab4b6c093..0bec00964 100644
--- a/src/core/wee-hook.c
+++ b/src/core/wee-hook.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-hook.h b/src/core/wee-hook.h
index 2af874dd9..dfa293b83 100644
--- a/src/core/wee-hook.h
+++ b/src/core/wee-hook.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-input.c b/src/core/wee-input.c
index a9d3572af..04a9ffc46 100644
--- a/src/core/wee-input.c
+++ b/src/core/wee-input.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-input.h b/src/core/wee-input.h
index 77fd8e18c..6bd887cf4 100644
--- a/src/core/wee-input.h
+++ b/src/core/wee-input.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-list.c b/src/core/wee-list.c
index 5b6f6d0ba..c92fcdac8 100644
--- a/src/core/wee-list.c
+++ b/src/core/wee-list.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-list.h b/src/core/wee-list.h
index c1bae7233..857bdeadd 100644
--- a/src/core/wee-list.h
+++ b/src/core/wee-list.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-log.c b/src/core/wee-log.c
index 051f9b45c..9dc0ced15 100644
--- a/src/core/wee-log.c
+++ b/src/core/wee-log.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-log.h b/src/core/wee-log.h
index 80dabbee4..2b1936487 100644
--- a/src/core/wee-log.h
+++ b/src/core/wee-log.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-string.c b/src/core/wee-string.c
index 22128117f..1363d5a6d 100644
--- a/src/core/wee-string.c
+++ b/src/core/wee-string.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-string.h b/src/core/wee-string.h
index 04cb109dc..46f2af3e1 100644
--- a/src/core/wee-string.h
+++ b/src/core/wee-string.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-upgrade.c b/src/core/wee-upgrade.c
index c0edecad0..8c7b1bee2 100644
--- a/src/core/wee-upgrade.c
+++ b/src/core/wee-upgrade.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-upgrade.h b/src/core/wee-upgrade.h
index a6424ace7..23d5f0dce 100644
--- a/src/core/wee-upgrade.h
+++ b/src/core/wee-upgrade.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-utf8.c b/src/core/wee-utf8.c
index 51f67a956..f02238a1e 100644
--- a/src/core/wee-utf8.c
+++ b/src/core/wee-utf8.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-utf8.h b/src/core/wee-utf8.h
index 7ad3477ed..8dc9d3d90 100644
--- a/src/core/wee-utf8.h
+++ b/src/core/wee-utf8.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-util.c b/src/core/wee-util.c
index 4223e7f34..40b8ca4cc 100644
--- a/src/core/wee-util.c
+++ b/src/core/wee-util.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/wee-util.h b/src/core/wee-util.h
index 5f65666a2..d897ab9dc 100644
--- a/src/core/wee-util.h
+++ b/src/core/wee-util.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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/core/weechat.c b/src/core/weechat.c
index 37b4cfb16..d2119745b 100644
--- a/src/core/weechat.c
+++ b/src/core/weechat.c
@@ -14,7 +14,7 @@
* ### ###
* ############################################################################
*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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
@@ -93,7 +93,7 @@ weechat_display_usage (char *exec_name)
{
string_iconv_fprintf (stdout, "\n");
string_iconv_fprintf (stdout,
- _("%s (c) Copyright 2003-2007, compiled on %s %s\n"
+ _("%s (c) Copyright 2003-2008, compiled on %s %s\n"
"Developed by FlashCode <flashcode@flashtux.org> "
"- %s"),
PACKAGE_STRING, __DATE__, __TIME__, WEECHAT_WEBSITE);
diff --git a/src/core/weechat.h b/src/core/weechat.h
index 2f98d7db1..01efa04a0 100644
--- a/src/core/weechat.h
+++ b/src/core/weechat.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org>
+ * Copyright (c) 2003-2008 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
@@ -54,7 +54,7 @@
#endif
-#define WEECHAT_COPYRIGHT_DATE "(c) 2003-2007"
+#define WEECHAT_COPYRIGHT_DATE "(c) 2003-2008"
#define WEECHAT_WEBSITE "http://weechat.flashtux.org"
/* log file */
@@ -64,7 +64,7 @@
/* license */
#define WEECHAT_LICENSE \
- PACKAGE_STRING " (c) Copyright 2003-2007, compiled on " __DATE__ " " __TIME__ \
+ PACKAGE_STRING " (c) Copyright 2003-2008, compiled on " __DATE__ " " __TIME__ \
"\nDeveloped by FlashCode <flashcode@flashtux.org> - " WEECHAT_WEBSITE "\n\n" \
"This program is free software; you can redistribute it and/or modify\n" \
"it under the terms of the GNU General Public License as published by\n" \