summaryrefslogtreecommitdiff
path: root/win32/resource.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-16 11:02:21 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-16 11:02:21 +0000
commitbc9c12fcbc8d2f270d3922a41ae86e8b56780559 (patch)
tree1e82b521fe019869652c23a60504ab07b7bc8c26 /win32/resource.rb
parent4e13d36561868d78e9e5ff9b24aba67d418c67ed (diff)
Update Copyright to 2003, too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/resource.rb')
-rw-r--r--win32/resource.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/resource.rb b/win32/resource.rb
index e8a64a6d17..9ad8772b64 100644
--- a/win32/resource.rb
+++ b/win32/resource.rb
@@ -77,7 +77,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-2002 Yukihiro Matsumoto\\0"
+ VALUE "LegalCopyright", "Copyright (C) 1993-2003 Yukihiro Matsumoto\\0"
VALUE "OriginalFilename", "#{base + ext}\\0"
VALUE "Platform", "#{RUBY_PLATFORM}\\0"
VALUE "ProductVersion", "#{fversion}\\0"