[前][次][番号順一覧][スレッド一覧]

ruby-changes:27027

From: zzak <ko1@a...>
Date: Wed, 6 Feb 2013 05:59:15 +0900 (JST)
Subject: [ruby-changes:27027] zzak:r39080 (trunk): * lib/racc/parser.rb: Hide copyright notice from Racc doc

zzak	2013-02-06 05:58:01 +0900 (Wed, 06 Feb 2013)

  New Revision: 39080

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39080

  Log:
    * lib/racc/parser.rb: Hide copyright notice from Racc doc

  Modified files:
    trunk/ChangeLog
    trunk/lib/racc/parser.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39079)
+++ ChangeLog	(revision 39080)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Feb  6 05:57:00 2013  Zachary Scott  <zachary@z...>
+
+	* lib/racc/parser.rb: Hide copyright notice from Racc doc
+
 Wed Feb  6 05:50:00 2013  Zachary Scott  <zachary@z...>
 
 	* doc/rubygems/*: Removed outdated documentation files
Index: lib/racc/parser.rb
===================================================================
--- lib/racc/parser.rb	(revision 39079)
+++ lib/racc/parser.rb	(revision 39080)
@@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/parser.rb#L1
-#
+#--
 # $originalId: parser.rb,v 1.8 2006/07/06 11:42:07 aamine Exp $
 #
 # Copyright (c) 1999-2006 Minero Aoki
@@ -9,7 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/parser.rb#L9
 # 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]