mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/openssl/lib/openssl/buffering.rb: Fix warning in copyright
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
73fc703f7c
commit
c4487ee06b
2 changed files with 20 additions and 15 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sun Dec 1 11:57:59 2013 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
|
* ext/openssl/lib/openssl/buffering.rb: Fix warning in copyright
|
||||||
|
|
||||||
Sun Dec 1 08:27:28 2013 Eric Hodel <drbrain@segment7.net>
|
Sun Dec 1 08:27:28 2013 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* lib/rubygems: Update to RubyGems master 66e5c39. Notable changes:
|
* lib/rubygems: Update to RubyGems master 66e5c39. Notable changes:
|
||||||
|
|
|
@ -1,18 +1,19 @@
|
||||||
<<EOL
|
#
|
||||||
= $RCSfile$ -- Buffering mix-in module.
|
#--
|
||||||
|
#= $RCSfile$ -- Buffering mix-in module.
|
||||||
= Info
|
#
|
||||||
'OpenSSL for Ruby 2' project
|
#= Info
|
||||||
Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org>
|
# 'OpenSSL for Ruby 2' project
|
||||||
All rights reserved.
|
# Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org>
|
||||||
|
# All rights reserved.
|
||||||
= Licence
|
#
|
||||||
This program is licenced under the same licence as Ruby.
|
#= Licence
|
||||||
(See the file 'LICENCE'.)
|
# This program is licenced under the same licence as Ruby.
|
||||||
|
# (See the file 'LICENCE'.)
|
||||||
= Version
|
#
|
||||||
$Id$
|
#= Version
|
||||||
EOL
|
# $Id$
|
||||||
|
#++
|
||||||
|
|
||||||
##
|
##
|
||||||
# OpenSSL IO buffering mix-in module.
|
# OpenSSL IO buffering mix-in module.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue