Copyright update

git-svn-id: file://localhost/svn/verilator/trunk/verilator@976 77ca24e4-aefa-0310-84f0-b9a241c72d87
This commit is contained in:
Wilson Snyder 2008-01-15 14:29:08 +00:00
parent 22bde7d461
commit a2ffe86a36
194 changed files with 211 additions and 211 deletions

View File

@ -91,7 +91,7 @@ indicates the contributor was also the author of the fix; Thanks!
*** Support Verilog 2005 `begin_keywords and `end_keywords. *** Support Verilog 2005 `begin_keywords and `end_keywords.
*** Updated list of SystemVerilog keywords to correspond to IEEE 1800-2005. *** Updated list of SystemVerilog keywords to correspond to IEEE 1800-2008.
*** Add /*verilator public_flat*/. [Eugene Weber] *** Add /*verilator public_flat*/. [Eugene Weber]
@ -1131,7 +1131,7 @@ $Id$
This uses outline mode in Emacs. See C-h m [M-x describe-mode]. This uses outline mode in Emacs. See C-h m [M-x describe-mode].
Copyright 2001-2007 by Wilson Snyder. This program is free software; Copyright 2001-2008 by Wilson Snyder. This program is free software;
you can redistribute it and/or modify it under the terms of either the GNU you can redistribute it and/or modify it under the terms of either the GNU
General Public License or the Perl Artistic License. General Public License or the Perl Artistic License.

View File

@ -10,7 +10,7 @@
# #
#***************************************************************************** #*****************************************************************************
# #
# Copyright 2003-2007 by Wilson Snyder. This program is free software; you can # Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU # redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License. # General Public License or the Perl Artistic License.
# #

2
TODO
View File

@ -1,7 +1,7 @@
// $Id$ // $Id$
// DESCRIPTION: Verilator: List of To Do issues. // DESCRIPTION: Verilator: List of To Do issues.
// //
// Copyright 2004-2007 by Wilson Snyder. This program is free software; you can // Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.

View File

@ -4,7 +4,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
# $Id$ # $Id$
###################################################################### ######################################################################
# #
# Copyright 2003-2007 by Wilson Snyder. This program is free software; you can # Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU # redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License. # General Public License or the Perl Artistic License.
# #
@ -1012,20 +1012,20 @@ includes signed numbers, "always @*", comma separated sensitivity lists,
generate statements, multidimensional arrays, localparam, and C-style generate statements, multidimensional arrays, localparam, and C-style
declarations inside port lists. declarations inside port lists.
=head1 VERILOG 2005 (IEEE 1364-2005) SUPPORT =head1 VERILOG 2005 (IEEE 1364-2008) SUPPORT
Verilator supports the `begin_keywords and `end_keywords compiler Verilator supports the `begin_keywords and `end_keywords compiler
directives. directives.
Verilator partially supports the uwire keyword. Verilator partially supports the uwire keyword.
=head1 SYSTEMVERILOG (IEEE 1800-2005) SUPPORT =head1 SYSTEMVERILOG (IEEE 1800-2008) SUPPORT
Verilator currently has very minimal support for SystemVerilog. As Verilator currently has very minimal support for SystemVerilog. As
SystemVerilog features enter common usage they will be added. Contact the SystemVerilog features enter common usage they will be added. Contact the
author if a feature you need is missing. author if a feature you need is missing.
Verilator implements the full SystemVerilog 1800-2005 preprocessor, Verilator implements the full SystemVerilog 1800-2008 preprocessor,
including function call-like preprocessor defines. including function call-like preprocessor defines.
Verilator supports ==? and !=? operators, $bits, $countones, $error, Verilator supports ==? and !=? operators, $bits, $countones, $error,
@ -1982,9 +1982,9 @@ using --debug), see if your machine is paging; most likely you need to run
it on a machine with more memory. Verilator is a full 64 bit application it on a machine with more memory. Verilator is a full 64 bit application
and may use more than 4GB, but about 1GB is the maximum typically needed. and may use more than 4GB, but about 1GB is the maximum typically needed.
=item How do I generate waveforms (traces) in C++? =item How do I generate waveforms (traces) in C++ or SystemC?
See the next question for tracing in SystemC mode. See the next question for tracing in SystemPerl mode.
Add the --trace switch to Verilator, and make sure the SystemPerl package Add the --trace switch to Verilator, and make sure the SystemPerl package
is installed. SystemC itself does not need to be installed for C++ only is installed. SystemC itself does not need to be installed for C++ only
@ -2001,7 +2001,7 @@ distribution.
You also need to compile SpTraceVcdC.cpp and add it to your link. This is You also need to compile SpTraceVcdC.cpp and add it to your link. This is
done for you if using the Verilator --exe flag. done for you if using the Verilator --exe flag.
=item How do I generate waveforms (traces) in SystemC? =item How do I generate waveforms (traces) in SystemPerl?
Add the --trace switch to Verilator, and make sure the SystemPerl package Add the --trace switch to Verilator, and make sure the SystemPerl package
is installed. is installed.
@ -2218,7 +2218,7 @@ Eugene Weber, Leon Wildman, and Mat Zeno.
The latest version is available from L<http://www.veripool.com/>. The latest version is available from L<http://www.veripool.com/>.
Copyright 2003-2007 by Wilson Snyder. Verilator is free software; you can Copyright 2003-2008 by Wilson Snyder. Verilator is free software; you can
redistribute it and/or modify it under the terms of either the GNU Lesser redistribute it and/or modify it under the terms of either the GNU Lesser
General Public License or the Perl Artistic License. General Public License or the Perl Artistic License.

View File

@ -4,7 +4,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
# $Id$ # $Id$
###################################################################### ######################################################################
# #
# Copyright 2005-2007 by Wilson Snyder <wsnyder@wsnyder.org>. This # Copyright 2005-2008 by Wilson Snyder <wsnyder@wsnyder.org>. This
# program is free software; you can redistribute it and/or modify it under # program is free software; you can redistribute it and/or modify it under
# the terms of either the GNU Lesser General Public License or the Perl # the terms of either the GNU Lesser General Public License or the Perl
# Artistic License. # Artistic License.
@ -180,7 +180,7 @@ Displays this message and program version and exits.
The latest version is available from L<http://www.veripool.com/>. The latest version is available from L<http://www.veripool.com/>.
Copyright 2005-2007 by Wilson Snyder. This package is free software; you Copyright 2005-2008 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License. Lesser General Public License or the Perl Artistic License.

View File

@ -4,7 +4,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
# $Id$ # $Id$
# DESCRIPTION: Print include statements for each ARGV # DESCRIPTION: Print include statements for each ARGV
# #
# Copyright 2003-2007 by Wilson Snyder. This program is free software; you can # Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU # redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License. # General Public License or the Perl Artistic License.
###################################################################### ######################################################################

View File

@ -4,7 +4,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
# $Id$ # $Id$
###################################################################### ######################################################################
# #
# Copyright 2007-2007 by Wilson Snyder <wsnyder@wsnyder.org>. This # Copyright 2007-2008 by Wilson Snyder <wsnyder@wsnyder.org>. This
# program is free software; you can redistribute it and/or modify it under # program is free software; you can redistribute it and/or modify it under
# the terms of either the GNU Lesser General Public License or the Perl # the terms of either the GNU Lesser General Public License or the Perl
# Artistic License. # Artistic License.
@ -191,7 +191,7 @@ Displays this message and program version and exits.
The latest version is available from L<http://www.veripool.com/>. The latest version is available from L<http://www.veripool.com/>.
Copyright 2007-2007 by Wilson Snyder. This package is free software; you Copyright 2007-2008 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License. Lesser General Public License or the Perl Artistic License.

View File

@ -1,6 +1,6 @@
dnl $Id$ dnl $Id$
dnl DESCRIPTION: Process this file with autoconf to produce a configure script. dnl DESCRIPTION: Process this file with autoconf to produce a configure script.
dnl Copyright 2003-2007 by Wilson Snyder. This program is free software; you can dnl Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
dnl redistribute it and/or modify it under the terms of either the GNU dnl redistribute it and/or modify it under the terms of either the GNU
dnl General Public License or the Perl Artistic License. dnl General Public License or the Perl Artistic License.

View File

@ -1,7 +1,7 @@
// $Id$ -*- C++ -*- // $Id$ -*- C++ -*-
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// Lesser General Public License or the Perl Artistic License. // Lesser General Public License or the Perl Artistic License.
// //

View File

@ -1,7 +1,7 @@
// $Id$ -*- C++ -*- // $Id$ -*- C++ -*-
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// Lesser General Public License or the Perl Artistic License. // Lesser General Public License or the Perl Artistic License.
// //

View File

@ -2,7 +2,7 @@
###################################################################### ######################################################################
# DESCRIPTION: Makefile commands for all verilated target files # DESCRIPTION: Makefile commands for all verilated target files
# #
# Copyright 2003-2007 by Wilson Snyder. This program is free software; you can # Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU # redistribute it and/or modify it under the terms of either the GNU
# Lesser General Public License or the Perl Artistic License. # Lesser General Public License or the Perl Artistic License.
###################################################################### ######################################################################

View File

@ -5,7 +5,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// Lesser General Public License or the Perl Artistic License. // Lesser General Public License or the Perl Artistic License.
// //

View File

@ -1,7 +1,7 @@
// $Id$ -*- C++ -*- // $Id$ -*- C++ -*-
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// Lesser General Public License or the Perl Artistic License. // Lesser General Public License or the Perl Artistic License.
// //

View File

@ -2,7 +2,7 @@
#$Id$ #$Id$
###################################################################### ######################################################################
# #
# Copyright 2007-2007 by Wilson Snyder. # Copyright 2007-2008 by Wilson Snyder.
# #
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of either the GNU General Public License or the

View File

@ -2,7 +2,7 @@
# $Id$ # $Id$
###################################################################### ######################################################################
# #
# Copyright 2005-2007 by Wilson Snyder <wsnyder@wsnyder.org>. This # Copyright 2005-2008 by Wilson Snyder <wsnyder@wsnyder.org>. This
# program is free software; you can redistribute it and/or modify it under # program is free software; you can redistribute it and/or modify it under
# the terms of either the GNU Lesser General Public License or the Perl # the terms of either the GNU Lesser General Public License or the Perl
# Artistic License. # Artistic License.
@ -156,7 +156,7 @@ Displays this message and program version and exits.
=head1 DISTRIBUTION =head1 DISTRIBUTION
Copyright 2005-2007 by Wilson Snyder. This package is free software; you Copyright 2005-2008 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License. Lesser General Public License or the Perl Artistic License.

View File

@ -2,7 +2,7 @@
# $Id$ # $Id$
###################################################################### ######################################################################
# #
# Copyright 2005-2007 by Wilson Snyder <wsnyder@wsnyder.org>. This # Copyright 2005-2008 by Wilson Snyder <wsnyder@wsnyder.org>. This
# program is free software; you can redistribute it and/or modify it under # program is free software; you can redistribute it and/or modify it under
# the terms of either the GNU Lesser General Public License or the Perl # the terms of either the GNU Lesser General Public License or the Perl
# Artistic License. # Artistic License.
@ -197,7 +197,7 @@ Displays this message and program version and exits.
=head1 DISTRIBUTION =head1 DISTRIBUTION
Copyright 2005-2007 by Wilson Snyder. This package is free software; you Copyright 2005-2008 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License. Lesser General Public License or the Perl Artistic License.

View File

@ -2,7 +2,7 @@
# $Id$ # $Id$
###################################################################### ######################################################################
# #
# Copyright 2007-2007 by Wilson Snyder <wsnyder@wsnyder.org>. This # Copyright 2007-2008 by Wilson Snyder <wsnyder@wsnyder.org>. This
# program is free software; you can redistribute it and/or modify it under # program is free software; you can redistribute it and/or modify it under
# the terms of either the GNU Lesser General Public License or the Perl # the terms of either the GNU Lesser General Public License or the Perl
# Artistic License. # Artistic License.
@ -52,7 +52,7 @@ invoke_ncverilog - Invoke tool under "modules" command
=head1 DISTRIBUTION =head1 DISTRIBUTION
Copyright 2007-2007 by Wilson Snyder. This package is free software; you Copyright 2007-2008 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License. Lesser General Public License or the Perl Artistic License.

View File

@ -2,7 +2,7 @@
# $Id$ # $Id$
###################################################################### ######################################################################
# #
# Copyright 2005-2007 by Wilson Snyder <wsnyder@wsnyder.org>. This # Copyright 2005-2008 by Wilson Snyder <wsnyder@wsnyder.org>. This
# program is free software; you can redistribute it and/or modify it under # program is free software; you can redistribute it and/or modify it under
# the terms of either the GNU Lesser General Public License or the Perl # the terms of either the GNU Lesser General Public License or the Perl
# Artistic License. # Artistic License.
@ -344,7 +344,7 @@ Displays this message and program version and exits.
=head1 DISTRIBUTION =head1 DISTRIBUTION
Copyright 2005-2007 by Wilson Snyder. This package is free software; you Copyright 2005-2008 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License. Lesser General Public License or the Perl Artistic License.

View File

@ -27,7 +27,7 @@ This is the Verilator Package.
@node Copyright, Description, Top, Top @node Copyright, Description, Top, Top
@section Copyright @section Copyright
This package is Copyright 2003-2007 by Wilson Snyder @email{wsnyder@@wsnyder.org}. This package is Copyright 2003-2008 by Wilson Snyder @email{wsnyder@@wsnyder.org}.
You may distribute under the terms of either the GNU General Public License You may distribute under the terms of either the GNU General Public License
or the Artistic License, as specified in the Perl README file. or the Artistic License, as specified in the Perl README file.

View File

@ -7,7 +7,7 @@
# #
#***************************************************************************** #*****************************************************************************
# #
# Copyright 2003-2007 by Wilson Snyder. This program is free software; you can # Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU # redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License. # General Public License or the Perl Artistic License.
# #

View File

@ -7,7 +7,7 @@
# #
#***************************************************************************** #*****************************************************************************
# #
# Copyright 2003-2007 by Wilson Snyder. This program is free software; you can # Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU # redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License. # General Public License or the Perl Artistic License.
# #

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2005-2007 by Wilson Snyder. This program is free software; you can // Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2005-2007 by Wilson Snyder. This program is free software; you can // Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2005-2007 by Wilson Snyder. This program is free software; you can // Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2005-2007 by Wilson Snyder. This program is free software; you can // Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2004-2007 by Wilson Snyder. This program is free software; you can // Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2004-2007 by Wilson Snyder. This program is free software; you can // Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2004-2007 by Wilson Snyder. This program is free software; you can // Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2004-2007 by Wilson Snyder. This program is free software; you can // Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2004-2007 by Wilson Snyder. This program is free software; you can // Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2005-2007 by Wilson Snyder. This program is free software; you can // Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2005-2007 by Wilson Snyder. This program is free software; you can // Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2003-2007 by Wilson Snyder. This program is free software; you can // Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

View File

@ -8,7 +8,7 @@
// //
//************************************************************************* //*************************************************************************
// //
// Copyright 2005-2007 by Wilson Snyder. This program is free software; you can // Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU // redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License. // General Public License or the Perl Artistic License.
// //

Some files were not shown because too many files have changed in this diff Show More