[website/master] Add a statement about PHP license
---
index.html | 7 +++++
php-license.html | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 97 insertions(+)
create mode 100644 php-license.html
diff --git a/index.html b/index.html
index 04ce4d0..87472a5 100644
--- a/index.html
+++ b/index.html
@@ -53,6 +53,7 @@
<li><a href="#debianmaintainers">Debian Maintainers</a></li>
<!-- <li><a href="#dependencies">Unmet Dependencies</a></li>-->
<li><a href="#archivecriteria">Archive Criteria</a></li>
+ <li><a href="#phplicense">PHP License</a></li>
<li><a href="#talks">Talks</a></li>
<li><a href="#patches">Patches</a></li>
<li><a href="#contact">Contact</a></li>
@@ -339,6 +340,12 @@
<a href="/archive-criteria.html">Criteria</a> for inclusion in the archive
of new architectures.
</div>
+ <div id="phplicense">
+ <h1>PHP License</h1>
+
+ <a href="/php-license.html">Statement</a> on the applicability of
+ the PHP license for packages in Debian.
+ </div>
<div id="talks">
<h1>Talks</h1>
<a href="talks/ftpmaster-dc11.pdf">DebConf 2011</a>, Banja Luka, Bosnia and Herzegovina.
diff --git a/php-license.html b/php-license.html
new file mode 100644
index 0000000..842a94c
--- /dev/null
+++ b/php-license.html
@@ -0,0 +1,90 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
+ <head>
+ <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" />
+ <link type="text/css" rel="stylesheet" href="removals-style.css" />
+ <link rel="shortcut icon" href="https://www.debian.org/favicon.ico" />
+ <title>
+ Debian position on software licensed uner the PHP License
+ </title>
+ </head>
+ <body>
+
+ <div id="logo">
+ <a href="https://www.debian.org/">
+ <img src="/openlogo_nd.png"
+ alt="debian logo" /></a>
+ <a href="https://www.debian.org/">
+ <img src="https://www.debian.org/Pics/debian.png"
+ alt="Debian Project" /></a>
+ </div>
+
+ <div id="titleblock">
+ <img src="https://www.debian.org/Pics/red-upperleft.png"
+ id="red-upperleft" alt="corner image"/>
+ <img src="https://www.debian.org/Pics/red-lowerleft.png"
+ id="red-lowerleft" alt="corner image"/>
+ <img src="https://www.debian.org/Pics/red-upperright.png"
+ id="red-upperright" alt="corner image"/>
+ <img src="https://www.debian.org/Pics/red-lowerright.png"
+ id="red-lowerright" alt="corner image"/>
+ <span class="title">
+ Debian position on software licensed uner the PHP License
+ </span>
+ </div>
+ <div id="outer">
+ <div id="inner">
+ <div id="leftcol">
+ <ul>
+ <li><a href="/">Back</a></li>
+ </ul>
+ </div>
+ <div id="maincol">
+ <div id="phplicense">
+ <h1>Compatibility</h1>
+
+ <p>
+ The PHP license is a copyright license that attempts to go beyond the
+ rights afforded by copyright law - it attempts to control the use of
+ the term <em>PHP</em>. Despite this, it is a
+ non-copyleft free software license. However, it is
+ incompatible with the GNU GPL due to the restrictions of
+ the use of <em>PHP</em> in the name of derived products.
+ </p>
+
+ <p>
+ <strong>The PHP license must only be used for PHP and PHP
+ add-ons.</strong>
+ </p>
+
+ <h1>Use in packaging</h1>
+ <p>
+ Debian packages include PHP and PHP add-ons but we don't
+ attempt to, nor can we, resolve the impossible quandry
+ that the language of the PHP 3.01 license creates. It is
+ a free software license and we modify the software and
+ correctly designate the source of its origin by calling
+ it PHP or X for PHP. The license requires us to make a
+ statement:
+ </p>
+ <blockquote>
+ <p>"This product includes PHP software, freely available from
+ http://www.php.net/software/", the veracity of which cannot be
+ verified by us, nor can we be held responsible for the
+ maintenance of the link.</p>
+ </blockquote>
+ <p>
+ The license also makes warranty disclaimers that may be
+ inaccurate in certain circumstances but all these
+ inconsistencies owe to its drafting design.
+ </p>
+ <p>
+ <strong>The above statement must be included in the
+ debian/copyright file</strong>
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+ </body>
+</html>
--
2.1.4
Reply to: