From ddefccd04a412a5facbf7013a06ff74963e0ce10 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 26 Apr 2003 15:01:31 +0000 Subject: license comment headers and license files are now created by seperate classes for each license --- scripts/ext_skel_ng/license_php.php | 93 +++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 scripts/ext_skel_ng/license_php.php (limited to 'scripts/ext_skel_ng/license_php.php') diff --git a/scripts/ext_skel_ng/license_php.php b/scripts/ext_skel_ng/license_php.php new file mode 100644 index 0000000000..17040dbac5 --- /dev/null +++ b/scripts/ext_skel_ng/license_php.php @@ -0,0 +1,93 @@ +". + +THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND +ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP +DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------- + +This software consists of voluntary contributions made by many +individuals on behalf of the PHP Group. + +The PHP Group can be contacted via Email at group@php.net. + +For more information on the PHP Group and the PHP project, +please see . + +This product includes the Zend Engine, freely available at +. + +EOD; + } +} + +?> \ No newline at end of file -- cgit v1.2.1