1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

update copyright year

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aamine 2005-01-01 08:59:48 +00:00
parent 94402f983f
commit 8af8ebfb92
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#
# = fileutils.rb
#
# Copyright (c) 2000-2004 Minero Aoki <aamine@loveruby.net>
# Copyright (C) 2000-2005 Minero Aoki <aamine@loveruby.net>
#
# This program is free software.
# You can distribute/modify this program under the same terms of ruby.

View file

@ -1,8 +1,8 @@
#
# = net/http.rb
#
# Copyright (C) 1999-2004 Yukihiro Matsumoto
# Copyright (C) 1999-2004 Minero Aoki
# Copyright (C) 1999-2005 Yukihiro Matsumoto
# Copyright (C) 1999-2005 Minero Aoki
# Copyright (C) 2001 GOTOU Yuuzou
#
# Written and maintained by Minero Aoki <aamine@loveruby.net>.