"Fossies" - the Fresh Open Source Software Archive

Member "mod_log_sql-1.101/LICENSE" (5 Nov 2006, 5005 Bytes) of package /linux/www/apache_httpd_modules/old/mod_log_sql-1.101.tar.bz2:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "LICENSE": 1.100_vs_1.101.

    1 
    2 Copyright (c) 2004-2006 Edward M. Rudd. All rights reserved.
    3 Copyright (c) 2002 Christopher B. Powell. All rights reserved.
    4 Portions copyright (c) 2000-2005 The Apache Software Foundation.
    5 
    6 
    7 Preamble
    8 
    9 The intent of this document is to state the conditions under which a
   10 Package may be copied, such that the Copyright Holder maintains some
   11 semblance of artistic control over the development of the package,
   12 while giving the users of the package the right to use and distribute
   13 the Package in a more-or-less customary fashion, plus the right to make
   14 reasonable modifications.
   15 
   16 
   17 Definitions:
   18 
   19 * "Package" refers to the collection of files distributed by the
   20   Copyright Holder, and derivatives of that collection of files created
   21   through textual modification.
   22 
   23 * "Standard Version" refers to such a Package if it has not been
   24   modified, or has been modified in accordance with the wishes of the
   25   Copyright Holder.
   26 
   27 * "Copyright Holder" is Christopher B. Powell, <chris@grubbybaby.com>.
   28 
   29 * "You" is you, if you're thinking about copying or distributing this
   30   Package.
   31 
   32 * "Reasonable copying fee" is whatever you can justify on the basis of
   33   media cost, duplication charges, time of people involved, and so on.
   34   (You will not be required to justify it to the Copyright Holder, but
   35   only to the computing community at large as a market that must bear the
   36   fee.)
   37 
   38 * "Freely Available" means that no fee is charged for the item itself,
   39   though there may be fees involved in handling the item. It also means
   40   that recipients of the item may redistribute it under the same
   41   conditions they received it.
   42 
   43 
   44 1. You may make and give away verbatim copies of the source form of the
   45 Standard Version of this Package without restriction, provided that you
   46 duplicate all of the original copyright notices and associated
   47 disclaimers.
   48 
   49 2. You may apply bug fixes, portability fixes and other modifications
   50 derived from the Public Domain or from the Copyright Holder. A Package
   51 modified in such a way shall still be considered the Standard Version.
   52 
   53 3. You may otherwise modify your copy of this Package in any way,
   54 provided that you insert a prominent notice in each changed file
   55 stating how and when you changed that file, and provided that you do at
   56 least ONE of the following:
   57 
   58 	a) place your modifications in the Public Domain or otherwise make
   59 	them Freely Available, such as by posting said modifications to
   60 	Usenet or an equivalent medium, or placing the modifications on a
   61 	major archive site such as ftp.uu.net, or by allowing the
   62 	Copyright Holder to include your modifications in the Standard
   63 	Version of the Package.
   64 
   65 	b) use the modified Package only within your corporation or
   66 	organization.
   67 
   68 	c) rename any non-standard executables so the names do not
   69 	conflict with standard executables, which must also be provided,
   70 	and provide a separate manual page for each non-standard
   71 	executable that clearly documents how it differs from the Standard
   72 	Version.
   73 
   74 	d) make other distribution arrangements with the Copyright Holder.
   75 
   76 4. You may distribute the programs of this Package in object code or
   77 executable form, provided that you do at least ONE of the following:
   78 
   79 	a) distribute a Standard Version of the executables and library
   80 	files, together with instructions (in the manual page or
   81 	equivalent) on where to get the Standard Version.
   82 
   83 	b) accompany the distribution with the machine-readable source of
   84 	the Package with your modifications.
   85 
   86 	c) accompany any non-standard executables with their corresponding
   87 	Standard Version executables, giving the non-standard executables
   88 	non-standard names, and clearly documenting the differences in
   89 	manual pages (or equivalent), together with instructions on where
   90 	to get the Standard Version.
   91 
   92 	d) make other distribution arrangements with the Copyright Holder.
   93 
   94 5. You may charge a reasonable copying fee for any distribution of this
   95 Package. You may charge any fee you choose for support of this Package.
   96 You may not charge a fee for this Package itself. However, you may
   97 distribute this Package in aggregate with other (possibly commercial)
   98 programs as part of a larger (possibly commercial) software
   99 distribution provided that you do not advertise this Package as a
  100 product of your own.
  101 
  102 6. The scripts and library files supplied as input to or produced as
  103 output from the programs of this Package do not automatically fall
  104 under the copyright of this Package, but belong to whomever generated
  105 them, and may be sold commercially, and may be aggregated with this
  106 Package.
  107 
  108 7. C or perl subroutines supplied by you and linked into this Package
  109 shall not be considered part of this Package.
  110 
  111 8. The name of the Copyright Holder may not be used to endorse or
  112 promote products derived from this software without specific prior
  113 written permission.
  114 
  115 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
  116 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  117 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  118 
  119 The End