aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-21 08:10:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-21 08:10:27 +0000
commit465afbe2b10952f06dbf03f27b6899c288ed8a1c (patch)
tree44f2c05e27f9394e00b19b7384a0ef6432a70447
parent8a89d369bc3267a8f8f6dd6c39bce072be386410 (diff)
updated copyright year.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2815 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog8
-rw-r--r--LICENSE2
-rw-r--r--README2
-rw-r--r--README.ja2
-rw-r--r--nsis/COPYING.ja.txt2
-rw-r--r--nsis/COPYING.txt2
-rw-r--r--nsis/compile.bat1
-rw-r--r--nsis/sylpheed-defs.nsh2
-rw-r--r--src/about.c2
9 files changed, 16 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 2da6ad61..789bd358 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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:
1. input "a b"
2. delete 3 chars by backspace
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 <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2011 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 1703c405..3e2bfcf6 100644
--- a/README.ja
+++ b/README.ja
@@ -1,6 +1,6 @@
Sylpheed - 軽量でユーザフレンドリーな電子メールクライアント
- Copyright(C) 1999-2010 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2011 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/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 <hiro-y@kcn.ne.jp>");
+ ("Copyright (C) 1999-2011 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);