From dfb30ef5357d7518a7badd7b67984f1287f094e3 Mon Sep 17 00:00:00 2001 From: zzak Date: Tue, 5 Feb 2013 20:58:01 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ lib/racc/parser.rb | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d64fa5a89b..31cd4a4523 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 6 05:57:00 2013 Zachary Scott + + * lib/racc/parser.rb: Hide copyright notice from Racc doc + Wed Feb 6 05:50:00 2013 Zachary Scott * doc/rubygems/*: Removed outdated documentation files 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