From 465afbe2b10952f06dbf03f27b6899c288ed8a1c Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 21 Jan 2011 08:10:27 +0000 Subject: updated copyright year. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2815 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 8 ++++++++ LICENSE | 2 +- README | 2 +- README.ja | 2 +- nsis/COPYING.ja.txt | 2 +- nsis/COPYING.txt | 2 +- nsis/compile.bat | 1 + nsis/sylpheed-defs.nsh | 2 +- src/about.c | 2 +- 9 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2da6ad61..789bd358 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-01-21 + + * README + README.ja + LICENSE + nsis/COPYING*.txt + src/about.c: updated copyright year. + 2011-01-21 * src/undo.c: fixed long-standing undo-redo bug: diff --git a/LICENSE b/LICENSE index bce6dc66..ec91f22c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Sylpheed is Copyright 1999-2010 by Hiroyuki Yamamoto and +Sylpheed is Copyright 1999-2011 by Hiroyuki Yamamoto and Sylpheed Development Team, and distributed under the GNU GPL (COPYING). Specific permission is granted for the GPLed code in this distribition to diff --git a/README b/README index 57f6abad..00d44dd0 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Sylpheed - lightweight and user-friendly e-mail client - Copyright(C) 1999-2010 Hiroyuki Yamamoto + Copyright(C) 1999-2011 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/README.ja b/README.ja index 1703c405..3e2bfcf6 100644 --- a/README.ja +++ b/README.ja @@ -1,6 +1,6 @@ Sylpheed - 軽量でユーザフレンドリーな電子メールクライアント - Copyright(C) 1999-2010 Hiroyuki Yamamoto + Copyright(C) 1999-2011 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/nsis/COPYING.ja.txt b/nsis/COPYING.ja.txt index 873c91bc..a08c7dee 100644 --- a/nsis/COPYING.ja.txt +++ b/nsis/COPYING.ja.txt @@ -1,4 +1,4 @@ -Sylpheed is copyrighted 1999-2010 by Hiroyuki Yamamoto and +Sylpheed is copyrighted 1999-2011 by Hiroyuki Yamamoto and Sylpheed Development Team, and distributed under the GNU GPL. Specific permission is granted for the GPLed code in this distribition to diff --git a/nsis/COPYING.txt b/nsis/COPYING.txt index 873c91bc..a08c7dee 100644 --- a/nsis/COPYING.txt +++ b/nsis/COPYING.txt @@ -1,4 +1,4 @@ -Sylpheed is copyrighted 1999-2010 by Hiroyuki Yamamoto and +Sylpheed is copyrighted 1999-2011 by Hiroyuki Yamamoto and Sylpheed Development Team, and distributed under the GNU GPL. Specific permission is granted for the GPLed code in this distribition to diff --git a/nsis/compile.bat b/nsis/compile.bat index b1527e75..cd45104f 100644 --- a/nsis/compile.bat +++ b/nsis/compile.bat @@ -1,4 +1,5 @@ PATH "C:\Program Files\NSIS";%PATH% + makensis plugin-updater.nsi move plugin-updater.exe Sylpheed makensis update-manager.nsi diff --git a/nsis/sylpheed-defs.nsh b/nsis/sylpheed-defs.nsh index 17617446..79d35770 100644 --- a/nsis/sylpheed-defs.nsh +++ b/nsis/sylpheed-defs.nsh @@ -1,7 +1,7 @@ ;!define SYLPHEED_PRO !define PRODUCT_NAME "Sylpheed" -!define PRODUCT_VERSION "3.1beta4" +!define PRODUCT_VERSION "3.1" !ifdef SYLPHEED_PRO !define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan" diff --git a/src/about.c b/src/about.c index 37b8e460..624d5228 100644 --- a/src/about.c +++ b/src/about.c @@ -176,7 +176,7 @@ static void about_create(void) gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); label = gtk_label_new - ("Copyright (C) 1999-2010 Hiroyuki Yamamoto "); + ("Copyright (C) 1999-2011 Hiroyuki Yamamoto "); gtk_label_set_selectable(GTK_LABEL(label), TRUE); gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); -- cgit v1.2.3