diff options
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ChangeLog.ja | 7 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.ja | 2 | ||||
-rw-r--r-- | src/about.c | 4 | ||||
-rw-r--r-- | src/about.h | 2 |
7 files changed, 20 insertions, 6 deletions
@@ -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). @@ -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 を出力するようにした。 @@ -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 @@ -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 |