Blame LICENSE

Packit 826393
This program is free software; you can redistribute it and/or modify
Packit 826393
it under the terms of either:
Packit 826393
Packit 826393
	a) the GNU General Public License as published by the Free
Packit 826393
	Software Foundation; either version 1, or (at your option) any
Packit 826393
	later version, or
Packit 826393
Packit 826393
	b) the "Artistic License" which comes with this Kit.
Packit 826393
Packit 826393
This program is distributed in the hope that it will be useful,
Packit 826393
but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 826393
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
Packit 826393
the GNU General Public License or the Artistic License for more details.
Packit 826393
Packit 826393
You should have received a copy of the Artistic License with this
Packit 826393
Kit, in the file named "Artistic".  If not, I'll be glad to provide one.
Packit 826393
Packit 826393
You should also have received a copy of the GNU General Public License
Packit 826393
along with this program in the file named "Copying". If not, write to the
Packit 826393
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Packit 826393
Boston, MA 02110-1301, USA or visit their web page on the internet at
Packit 826393
http://www.gnu.org/copyleft/gpl.html.
Packit 826393
Packit 826393
For those of you that choose to use the GNU General Public License,
Packit 826393
my interpretation of the GNU General Public License is that no Perl
Packit 826393
script falls under the terms of the GPL unless you explicitly put
Packit 826393
said script under the terms of the GPL yourself.  Furthermore, any
Packit 826393
object code linked with perl does not automatically fall under the
Packit 826393
terms of the GPL, provided such object code only adds definitions
Packit 826393
of subroutines and variables, and does not otherwise impair the
Packit 826393
resulting interpreter from executing any standard Perl script.  I
Packit 826393
consider linking in C subroutines in this manner to be the moral
Packit 826393
equivalent of defining subroutines in the Perl language itself.  You
Packit 826393
may sell such an object file as proprietary provided that you provide
Packit 826393
or offer to provide the Perl source, as specified by the GNU General
Packit 826393
Public License.  (This is merely an alternate way of specifying input
Packit 826393
to the program.)  You may also sell a binary produced by the dumping of
Packit 826393
a running Perl script that belongs to you, provided that you provide or
Packit 826393
offer to provide the Perl source as specified by the GPL.  (The
Packit 826393
fact that a Perl interpreter and your code are in the same binary file
Packit 826393
is, in this case, a form of mere aggregation.)  This is my interpretation
Packit 826393
of the GPL.  If you still have concerns or difficulties understanding
Packit 826393
my intent, feel free to contact me.  Of course, the Artistic License
Packit 826393
spells all this out for your protection, so you may prefer to use that.