Verilator is now licensed under LGPL v3 and/or Artistic v2.0.

This commit is contained in:
Wilson Snyder
2009-05-04 17:07:57 -04:00
parent 314ffd9353
commit 7df730cedd
485 changed files with 1887 additions and 903 deletions
+4 -9
View File
@@ -1,21 +1,16 @@
#!/usr/bin/perl -w
######################################################################
#
# Copyright 2002-2009 by Wilson Snyder.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of either the GNU General Public License or the
# Perl Artistic License.
# Copyright 2002-2009 by Wilson Snyder. Verilator is free software; you
# can redistribute it and/or modify it under the terms of either the GNU
# Lesser General Public License Version 3 or the Perl Artistic License
# Version 2.0.
#
# 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 Perl Artistic License
# along with this module; see the file COPYING. If not, see
# www.cpan.org
#
######################################################################
# DESCRIPTION: Edits flex output to get around various broken flex issues.