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