ruby-changes:21017
From: drbrain <ko1@a...>
Date: Thu, 25 Aug 2011 09:43:56 +0900 (JST)
Subject: [ruby-changes:21017] drbrain:r33066 (trunk): * ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.
drbrain 2011-08-25 09:43:45 +0900 (Thu, 25 Aug 2011) New Revision: 33066 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33066 Log: * ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc. * ext/openssl/lib/openssl/digest.rb: ditto * ext/openssl/lib/openssl/x509.rb: ditto * ext/openssl/lib/openssl/cipher.rb: ditto Modified files: trunk/ChangeLog trunk/ext/openssl/lib/openssl/bn.rb trunk/ext/openssl/lib/openssl/cipher.rb trunk/ext/openssl/lib/openssl/digest.rb trunk/ext/openssl/lib/openssl/x509.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 33065) +++ ChangeLog (revision 33066) @@ -1,3 +1,10 @@ +Thu Aug 25 09:43:16 2011 Eric Hodel <drbrain@s...> + + * ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc. + * ext/openssl/lib/openssl/digest.rb: ditto + * ext/openssl/lib/openssl/x509.rb: ditto + * ext/openssl/lib/openssl/cipher.rb: ditto + Thu Aug 25 09:25:48 2011 Eric Hodel <drbrain@s...> * ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and add Index: ext/openssl/lib/openssl/bn.rb =================================================================== --- ext/openssl/lib/openssl/bn.rb (revision 33065) +++ ext/openssl/lib/openssl/bn.rb (revision 33066) @@ -1,19 +1,23 @@ -=begin -= $RCSfile$ -- Ruby-space definitions that completes C-space funcs for BN +#-- +# +# $RCSfile$ +# +# = Ruby-space definitions that completes C-space funcs for BN +# +# = Info +# 'OpenSSL for Ruby 2' project +# Copyright (C) 2002 Michal Rokos <m.rokos@s...> +# All rights reserved. +# +# = Licence +# This program is licenced under the same licence as Ruby. +# (See the file 'LICENCE'.) +# +# = Version +# $Id$ +# +#++ -= Info - 'OpenSSL for Ruby 2' project - Copyright (C) 2002 Michal Rokos <m.rokos@s...> - All rights reserved. - -= Licence - This program is licenced under the same licence as Ruby. - (See the file 'LICENCE'.) - -= Version - $Id$ -=end - module OpenSSL class BN include Comparable Index: ext/openssl/lib/openssl/digest.rb =================================================================== --- ext/openssl/lib/openssl/digest.rb (revision 33065) +++ ext/openssl/lib/openssl/digest.rb (revision 33066) @@ -1,19 +1,23 @@ -=begin -= $RCSfile$ -- Ruby-space predefined Digest subclasses +#-- +# +# $RCSfile$ +# +# = Ruby-space predefined Digest subclasses +# +# = Info +# 'OpenSSL for Ruby 2' project +# Copyright (C) 2002 Michal Rokos <m.rokos@s...> +# All rights reserved. +# +# = Licence +# This program is licenced under the same licence as Ruby. +# (See the file 'LICENCE'.) +# +# = Version +# $Id$ +# +#++ -= Info - 'OpenSSL for Ruby 2' project - Copyright (C) 2002 Michal Rokos <m.rokos@s...> - All rights reserved. - -= Licence - This program is licenced under the same licence as Ruby. - (See the file 'LICENCE'.) - -= Version - $Id$ -=end - module OpenSSL class Digest Index: ext/openssl/lib/openssl/x509.rb =================================================================== --- ext/openssl/lib/openssl/x509.rb (revision 33065) +++ ext/openssl/lib/openssl/x509.rb (revision 33066) @@ -1,19 +1,23 @@ -=begin -= $RCSfile$ -- Ruby-space definitions that completes C-space funcs for X509 and subclasses +#-- +# +# $RCSfile$ +# +# = Ruby-space definitions that completes C-space funcs for X509 and subclasses +# +# = Info +# 'OpenSSL for Ruby 2' project +# Copyright (C) 2002 Michal Rokos <m.rokos@s...> +# All rights reserved. +# +# = Licence +# This program is licenced under the same licence as Ruby. +# (See the file 'LICENCE'.) +# +# = Version +# $Id$ +# +#++ -= Info - 'OpenSSL for Ruby 2' project - Copyright (C) 2002 Michal Rokos <m.rokos@s...> - All rights reserved. - -= Licence - This program is licenced under the same licence as Ruby. - (See the file 'LICENCE'.) - -= Version - $Id$ -=end - module OpenSSL module X509 class ExtensionFactory Index: ext/openssl/lib/openssl/cipher.rb =================================================================== --- ext/openssl/lib/openssl/cipher.rb (revision 33065) +++ ext/openssl/lib/openssl/cipher.rb (revision 33066) @@ -1,19 +1,23 @@ -=begin -= $RCSfile$ -- Ruby-space predefined Cipher subclasses +#-- +# +# $RCSfile$ +# +# = Ruby-space predefined Cipher subclasses +# +# = Info +# 'OpenSSL for Ruby 2' project +# Copyright (C) 2002 Michal Rokos <m.rokos@s...> +# All rights reserved. +# +# = Licence +# This program is licenced under the same licence as Ruby. +# (See the file 'LICENCE'.) +# +# = Version +# $Id$ +# +#++ -= Info - 'OpenSSL for Ruby 2' project - Copyright (C) 2002 Michal Rokos <m.rokos@s...> - All rights reserved. - -= Licence - This program is licenced under the same licence as Ruby. - (See the file 'LICENCE'.) - -= Version - $Id$ -=end - module OpenSSL class Cipher %w(AES CAST5 BF DES IDEA RC2 RC4 RC5).each{|name| -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/