diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-13 14:51:45 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-13 14:51:45 +0000 |
| commit | 200f5e76a2410b848f1ab8c145e96aded6ef4455 (patch) | |
| tree | 329ce14d6f31189116c2d7eb2f28c47da4c5b35b | |
| parent | 5a132429d7d3a769f4505aa2b793b6a39a224c1b (diff) | |
* win32/resource.rb: Modify copyright in resource script.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1394 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 @@ +Sun May 13 23:51:14 2001 Usaku Nakamura <usa@osb.att.ne.jp> + + * win32/resource.rb: Modify copyright in resource script. + Sat May 12 15:43:55 2001 Usaku Nakamura <usa@osb.att.ne.jp> * win32/win32.c (kill): add support of signal 9 on mswin32/mingw32. diff --git a/win32/resource.rb b/win32/resource.rb index d25c26e8f..9222b829a 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-2000 Yukihiro Matsumoto\\0" + VALUE "LegalCopyright", "Copyright (C) 1993-2001 Yukihiro Matsumoto\\0" VALUE "OriginalFilename", "#{base + ext}\\0" VALUE "Platform", "#{RUBY_PLATFORM}\\0" VALUE "ProductVersion", "#{fversion}\\0" |
