From 41a923c9d9f88e23e41d64193d6993a9cea8a40f Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 1 Jan 2005 08:59:48 +0000 Subject: update copyright year git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/fileutils.rb | 2 +- lib/net/http.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/fileutils.rb b/lib/fileutils.rb index 18823e0cf..adba38ed6 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -1,7 +1,7 @@ # # = fileutils.rb # -# Copyright (c) 2000-2004 Minero Aoki +# Copyright (C) 2000-2005 Minero Aoki # # This program is free software. # You can distribute/modify this program under the same terms of ruby. diff --git a/lib/net/http.rb b/lib/net/http.rb index f7bf37c02..5a6858a8a 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -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 . -- cgit