diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-03-07 08:37:35 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-03-07 08:37:35 +0000 |
commit | a9845434579b926511c9610e1263e32ffc2ea984 (patch) | |
tree | 61328e5dc6c315b257e4ebe430dfb878e4cee3c7 | |
parent | d556b04bdd07803349d3eab03a7b7540eceb7d2b (diff) |
updated copyright year.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3339 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | src/sylpheed.rc.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ 2014-03-07 * src/about.c: updated copyright year. + * src/sylpheed.rc.in: updated copyright year. 2014-03-07 diff --git a/src/sylpheed.rc.in b/src/sylpheed.rc.in index 6ab9960d..9b456127 100644 --- a/src/sylpheed.rc.in +++ b/src/sylpheed.rc.in @@ -15,7 +15,7 @@ BEGIN VALUE "FileDescription", "Sylpheed\0" VALUE "FileVersion", "@MAJOR_VERSION@.@MINOR_VERSION@.@MICRO_VERSION@.@BUILD_REVISION@\0" VALUE "InternalName", "sylpheed\0" - VALUE "LegalCopyright", "Copyright (C) 1999-2011 Hiroyuki Yamamoto\0" + VALUE "LegalCopyright", "Copyright (C) 1999-2014 Hiroyuki Yamamoto\0" VALUE "OriginalFilename", "sylpheed.exe\0" VALUE "ProductName", "Sylpheed\0" VALUE "ProductVersion", "@VERSION@\0" |