ruby-changes:31861
From: zzak <ko1@a...>
Date: Sun, 1 Dec 2013 11:59:01 +0900 (JST)
Subject: [ruby-changes:31861] zzak:r43940 (trunk): * ext/openssl/lib/openssl/buffering.rb: Fix warning in copyright
zzak 2013-12-01 11:58:50 +0900 (Sun, 01 Dec 2013) New Revision: 43940 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43940 Log: * ext/openssl/lib/openssl/buffering.rb: Fix warning in copyright Modified files: trunk/ChangeLog trunk/ext/openssl/lib/openssl/buffering.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 43939) +++ ChangeLog (revision 43940) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Dec 1 11:57:59 2013 Zachary Scott <e@z...> + + * ext/openssl/lib/openssl/buffering.rb: Fix warning in copyright + Sun Dec 1 08:27:28 2013 Eric Hodel <drbrain@s...> * lib/rubygems: Update to RubyGems master 66e5c39. Notable changes: Index: ext/openssl/lib/openssl/buffering.rb =================================================================== --- ext/openssl/lib/openssl/buffering.rb (revision 43939) +++ ext/openssl/lib/openssl/buffering.rb (revision 43940) @@ -1,18 +1,19 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/buffering.rb#L1 -<<EOL -= $RCSfile$ -- Buffering mix-in module. - -= Info - 'OpenSSL for Ruby 2' project - Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@n...> - All rights reserved. - -= Licence - This program is licenced under the same licence as Ruby. - (See the file 'LICENCE'.) - -= Version - $Id$ -EOL +# +#-- +#= $RCSfile$ -- Buffering mix-in module. +# +#= Info +# 'OpenSSL for Ruby 2' project +# Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@n...> +# All rights reserved. +# +#= Licence +# This program is licenced under the same licence as Ruby. +# (See the file 'LICENCE'.) +# +#= Version +# $Id$ +#++ ## # OpenSSL IO buffering mix-in module. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/