summaryrefslogtreecommitdiffstats
path: root/lib/openssl
diff options
context:
space:
mode:
authorzzak <zzak@ruby-lang.org>2013-12-01 02:58:50 +0000
committerzzak <zzak@ruby-lang.org>2013-12-01 02:58:50 +0000
commitd7ed6a6671eaff86b502f0b3d3fb35765f8daa79 (patch)
tree4fbbb8dfcc4ad239a66938567a22a3b3b54813e8 /lib/openssl
parent14afa1d7148c93964c092e2c4bca58e2a0e213a5 (diff)
downloadruby-openssl-history-d7ed6a6671eaff86b502f0b3d3fb35765f8daa79.tar.gz
* 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
Diffstat (limited to 'lib/openssl')
-rw-r--r--lib/openssl/buffering.rb31
1 files changed, 16 insertions, 15 deletions
diff --git a/lib/openssl/buffering.rb b/lib/openssl/buffering.rb
index 85cf8af..fc75faf 100644
--- a/lib/openssl/buffering.rb
+++ b/lib/openssl/buffering.rb
@@ -1,18 +1,19 @@
-<<EOL
-= $RCSfile$ -- Buffering mix-in module.
-
-= Info
- 'OpenSSL for Ruby 2' project
- Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org>
- 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@notwork.org>
+# 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.