diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-10 02:43:06 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-10 02:43:06 +0000 |
commit | d92e9de3b862af630aea7583bd4d45709c5d9085 (patch) | |
tree | f0019f0994ca8300f96efabea1e60cd9d839e97d | |
parent | dffbc4d7f169648db7663c28d183a5e5bd16b5d6 (diff) |
* win32/resource.rb: Modify copyright in resource script.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | win32/resource.rb | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Thu Jan 10 11:42:47 2002 Usaku Nakamura <[email protected]> + + * win32/resource.rb: Modify copyright in resource script. + Wed Jan 9 20:21:09 2002 Nobuyoshi Nakada <[email protected]> * misc/ruby-mode.el (ruby-calculate-indent): indentation after diff --git a/win32/resource.rb b/win32/resource.rb index 9222b829a4..7eca372df1 100644 --- a/win32/resource.rb +++ b/win32/resource.rb @@ -75,7 +75,7 @@ BEGIN VALUE "FileVersion", "#{fversion}\\0" VALUE "Home Page", "http://www.ruby-lang.org/\\0" VALUE "InternalName", "#{base + ext}\\0" - VALUE "LegalCopyright", "Copyright (C) 1993-2001 Yukihiro Matsumoto\\0" + VALUE "LegalCopyright", "Copyright (C) 1993-2002 Yukihiro Matsumoto\\0" VALUE "OriginalFilename", "#{base + ext}\\0" VALUE "Platform", "#{RUBY_PLATFORM}\\0" VALUE "ProductVersion", "#{fversion}\\0" |