aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-17 04:54:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-17 04:54:21 +0000
commit4136cc09224f82a99016a9af275564372c868a4a (patch)
treef21605bc7d9878df739f08c224952593b5e84cf0
parentc54a1e165606ed9e5256708c863b3bcaa60d46df (diff)
modified the copyright year.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1490 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--COPYING2
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLog.ja7
-rw-r--r--README2
-rw-r--r--README.ja2
-rw-r--r--src/about.c4
-rw-r--r--src/about.h2
7 files changed, 20 insertions, 6 deletions
diff --git a/COPYING b/COPYING
index a2b760b9..66cf319a 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-The code in this distribution is Copyright 1999-2006 by Hiroyuki Yamamoto.
+The code in this distribution is Copyright 1999-2007 by Hiroyuki Yamamoto.
Specific permission is granted for the GPLed code in this distribition to
be linked to OpenSSL without invoking GPL clause 2(b).
diff --git a/ChangeLog b/ChangeLog
index 53f789c1..4bd638bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-01-17
+ * src/about.[ch]
+ README
+ README.ja
+ COPYING: modified the copyright year.
+
+2007-01-17
+
* libsylph/codeconv.c: conv_encode_header(): force output of UTF-8
if code conversion failed.
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 1c848c46..374b391e 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,12 @@
2007-01-17
+ * src/about.[ch]
+ README
+ README.ja
+ COPYING: 著作権の年を更新。
+
+2007-01-17
+
* libsylph/codeconv.c: conv_encode_header(): コード変換に失敗した
場合は強制的に UTF-8 を出力するようにした。
diff --git a/README b/README
index 1f8aa7ff..5ead7878 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Sylpheed - lightweight and user-friendly e-mail client
- Copyright(C) 1999-2006 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2007 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 b9329cab..bde81345 100644
--- a/README.ja
+++ b/README.ja
@@ -1,6 +1,6 @@
Sylpheed - 軽量でユーザフレンドリーな電子メールクライアント
- Copyright(C) 1999-2006 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2007 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 cecf5fbe..9d9c2366 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-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 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-2006 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
+ ("Copyright (C) 1999-2007 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 d3118fe8..0923654e 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-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 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