summaryrefslogtreecommitdiff
path: root/lib/racc/info.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/racc/info.rb')
-rw-r--r--lib/racc/info.rb17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/racc/info.rb b/lib/racc/info.rb
deleted file mode 100644
index f599b13cbb..0000000000
--- a/lib/racc/info.rb
+++ /dev/null
@@ -1,17 +0,0 @@
-#--
-#
-#
-#
-# Copyright (c) 1999-2006 Minero Aoki
-#
-# This program is free software.
-# You can distribute/modify this program under the same terms of ruby.
-# see the file "COPYING".
-#
-#++
-
-module Racc
- VERSION = '1.5.2'
- Version = VERSION
- Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
-end