aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.ja6
-rw-r--r--README2
-rw-r--r--README.ja2
-rw-r--r--src/about.c4
-rw-r--r--src/about.h2
6 files changed, 17 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 57216c3e..84ed02f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-12
+
+ * src/about.[ch]
+ README
+ README.ja: updated copyright year.
+
2006-01-11
* src/folderview.c: folderview_check_new(): exclude virtual folders.
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 94b41189..696350ac 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,9 @@
+2006-01-12
+
+ * src/about.[ch]
+ README
+ README.ja: 著作権年を更新。
+
2006-01-11
* src/folderview.c: folderview_check_new(): 仮想フォルダを除外する
diff --git a/README b/README
index 2ea2b713..19010f2e 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Sylpheed - lightweight and user-friendly e-mail client
- Copyright(C) 1999-2005 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2006 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 c955f1fc..b11e15c2 100644
--- a/README.ja
+++ b/README.ja
@@ -1,6 +1,6 @@
Sylpheed - 軽量でユーザフレンドリーな電子メールクライアント
- Copyright(C) 1999-2005 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2006 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/src/about.c b/src/about.c
index c7ab190c..2b780fa1 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-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 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
@@ -172,7 +172,7 @@ static void about_create(void)
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
label = gtk_label_new
- ("Copyright (C) 1999-2005 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
+ ("Copyright (C) 1999-2006 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/about.h b/src/about.h
index 55496fc7..d3118fe8 100644
--- a/src/about.h
+++ b/src/about.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999,2000 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 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