Mod_perl 1.26 license – Oracle B12255-01 User Manual

Page 188

Advertising
background image

Perl

B-10

Oracle HTTP Server Administrator’s Guide

For those of you that choose to use the GNU General Public License, my
interpretation of the GNU General Public License is that no Perl script falls under
the terms of the GPL unless you explicitly put said script under the terms of the
GPL yourself. Furthermore, any object code linked with perl does not automatically
fall under the terms of the GPL, provided such object code only adds definitions of
subroutines and variables, and does not otherwise impair the resulting interpreter
from executing any standard Perl script. I consider linking in C subroutines in this
manner to be the moral equivalent of defining subroutines in the Perl language
itself. You may sell such an object file as proprietary provided that you provide or
offer to provide the Perl source, as specified by the GNU General Public License.
(This is merely an alternate way of specifying input to the program.) You may also
sell a binary produced by the dumping of a running Perl script that belongs to you,
provided that you provide or offer to provide the Perl source as specified by the
GPL. (The fact that a Perl interpreter and your code are in the same binary file is, in
this case, a form of mere aggregation.) This is my interpretation of the GPL. If you
still have concerns or difficulties understanding my intent, feel free to contact me.
Of course, the Artistic License spells all this out for your protection, so you may
prefer to use that.

mod_perl 1.26 License

/* ====================================================================

* The Apache Software License, Version 1.1

*

* Copyright (c) 1996-2000 The Apache Software Foundation. All rights

* reserved.

*

* Redistribution and use in source and binary forms, with or without

* modification, are permitted provided that the following conditions

* are met:

*

* 1. Redistributions of source code must retain the above copyright

* notice, this list of conditions and the following disclaimer.

*

* 2. Redistributions in binary form must reproduce the above copyright

* notice, this list of conditions and the following disclaimer in

* the documentation and/or other materials provided with the

* distribution.

*

* 3. The end-user documentation included with the redistribution,

* if any, must include the following acknowledgment:

* "This product includes software developed by the

* Apache Software Foundation (http://www.apache.org/)."

Advertising