XRM r95: Add a missing header.

Repository: https://svn.lrde.epita.fr/svn/xrm ChangeLog: 2006-12-03 SIGOURE Benoit <sigoure.benoit@lrde.epita.fr> Add a missing header. * src/syn/collect-ebnf.rb: Here. collect-ebnf.rb | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+) Index: src/syn/collect-ebnf.rb =================================================================== --- src/syn/collect-ebnf.rb (revision 94) +++ src/syn/collect-ebnf.rb (working copy) @@ -1,4 +1,23 @@ #!/usr/bin/ruby +# +# This file is part of XRM. +# Copyright (C) 2006 Benoit Sigoure. +# +# XRM is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. + $version = "0.1" $verbose = nil # disable verbose by default -- SIGOURE Benoit aka Tsuna (SUSv3 compliant) _____ "On a long enough timeline, the survival rate /EPITA\ Promo 2008.CSI/ACU for everyone drops to zero" -- Jack.
participants (1)
-
SIGOURE Benoit