aboutsummaryrefslogtreecommitdiffstats
path: root/lib/racc
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-05 20:58:01 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-05 20:58:01 +0000
commitdfb30ef5357d7518a7badd7b67984f1287f094e3 (patch)
tree381e64f8ef52749a545a4a2858c88c3a5c135bdc /lib/racc
parentafea6f4706e5ea681fe6a6bc347abbe698427ac1 (diff)
downloadruby-dfb30ef5357d7518a7badd7b67984f1287f094e3.tar.gz
* lib/racc/parser.rb: Hide copyright notice from Racc doc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/racc')
-rw-r--r--lib/racc/parser.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/racc/parser.rb b/lib/racc/parser.rb
index 68dadc1ec8..1866d73efb 100644
--- a/lib/racc/parser.rb
+++ b/lib/racc/parser.rb
@@ -1,4 +1,4 @@
-#
+#--
# $originalId: parser.rb,v 1.8 2006/07/06 11:42:07 aamine Exp $
#
# Copyright (c) 1999-2006 Minero Aoki
@@ -9,7 +9,7 @@
# As a special exception, when this code is copied by Racc
# into a Racc output file, you may use that output file
# without restriction.
-#
+#++
module Racc
class ParseError < StandardError; end