aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-01-14 07:04:30 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-01-14 07:04:30 +0000
commit9d6bc5eda1364c3c347b710c913538dd6a5f19a3 (patch)
tree7ab71538ddd8feeb96a2d5cd1459ca6f4bc58239
parentd27e1bd2eee2adb46d34d76ccd70ebba53abf12c (diff)
updated copyright year.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2428 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog11
-rw-r--r--README2
-rw-r--r--README.ja2
-rw-r--r--libsylph/imap.c2
-rw-r--r--libsylph/utils.c2
-rw-r--r--libsylph/utils.h2
-rw-r--r--src/about.c4
-rw-r--r--src/colorlabel.c2
-rw-r--r--src/colorlabel.h2
-rw-r--r--src/prefs_common_dialog.c2
-rw-r--r--src/sylpheed.rc.in2
11 files changed, 22 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d8c70c6..9d2bca9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2010-01-14
+ * libsylph/utils.[ch]
+ libsylph/imap.c
+ src/colorlabel.[ch]
+ src/sylpheed.rc.in
+ src/prefs_common_dialog.c
+ src/about.c
+ README.ja
+ README: updated copyright year.
+
+2010-01-14
+
* libsylph/utils.c: to_unumber(); return 0 on error (-1 will return
UINT_MAX). Fixes the bug that IMAP caches get wrongly deleted.
diff --git a/README b/README
index b684301d..272d6293 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Sylpheed - lightweight and user-friendly e-mail client
- Copyright(C) 1999-2009 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2010 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
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/README.ja b/README.ja
index 26900a44..f73e529d 100644
--- a/README.ja
+++ b/README.ja
@@ -1,6 +1,6 @@
Sylpheed - 軽量でユーザフレンドリーな電子メールクライアント
- Copyright(C) 1999-2009 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2010 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
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/libsylph/imap.c b/libsylph/imap.c
index 83fcfaf9..dff462ee 100644
--- a/libsylph/imap.c
+++ b/libsylph/imap.c
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2010 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libsylph/utils.c b/libsylph/utils.c
index 861fb7e2..145eccc6 100644
--- a/libsylph/utils.c
+++ b/libsylph/utils.c
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2010 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 0b624b12..93d9533f 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2010 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/about.c b/src/about.c
index 01e7a24d..fc40081a 100644
--- a/src/about.c
+++ b/src/about.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2010 Hiroyuki Yamamoto
*
* 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
@@ -175,7 +175,7 @@ static void about_create(void)
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
label = gtk_label_new
- ("Copyright (C) 1999-2009 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
+ ("Copyright (C) 1999-2010 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
gtk_label_set_selectable(GTK_LABEL(label), TRUE);
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
diff --git a/src/colorlabel.c b/src/colorlabel.c
index b58d2772..aabde31e 100644
--- a/src/colorlabel.c
+++ b/src/colorlabel.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2001-2009 Hiroyuki Yamamoto & The Sylpheed Claws Team
+ * Copyright (C) 2001-2010 Hiroyuki Yamamoto & The Sylpheed Claws Team
*
* 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/colorlabel.h b/src/colorlabel.h
index d89e9652..c521a669 100644
--- a/src/colorlabel.h
+++ b/src/colorlabel.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2001-2009 Hiroyuki Yamamoto & The Sylpheed Claws Team
+ * Copyright (C) 2001-2010 Hiroyuki Yamamoto & The Sylpheed Claws Team
*
* 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/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 031aeb96..08535c66 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2010 Hiroyuki Yamamoto
*
* 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/sylpheed.rc.in b/src/sylpheed.rc.in
index 88ccf65c..3b0226e2 100644
--- a/src/sylpheed.rc.in
+++ b/src/sylpheed.rc.in
@@ -15,7 +15,7 @@ BEGIN
VALUE "FileDescription", "Sylpheed\0"
VALUE "FileVersion", "@MAJOR_VERSION@.@MINOR_VERSION@.@MICRO_VERSION@.@BUILD_REVISION@\0"
VALUE "InternalName", "sylpheed\0"
- VALUE "LegalCopyright", "Copyright (C) 1999-2009 Hiroyuki Yamamoto\0"
+ VALUE "LegalCopyright", "Copyright (C) 1999-2010 Hiroyuki Yamamoto\0"
VALUE "OriginalFilename", "sylpheed.exe\0"
VALUE "ProductName", "Sylpheed\0"
VALUE "ProductVersion", "@VERSION@\0"