Imported Upstream version 3.3.2
[platform/upstream/ccache.git] / LICENSE.html
index 71a3351..497fb5e 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 8.6.6" />\r
+<meta name="generator" content="AsciiDoc 8.6.9" />\r
 <title>ccache copyright and license</title>\r
 <style type="text/css">\r
 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */\r
@@ -87,10 +87,16 @@ ul, ol, li > p {
 ul > li     { color: #aaa; }\r
 ul > li > * { color: black; }\r
 \r
-pre {\r
+.monospaced, code, pre {\r
+  font-family: "Courier New", Courier, monospace;\r
+  font-size: inherit;\r
+  color: navy;\r
   padding: 0;\r
   margin: 0;\r
 }\r
+pre {\r
+  white-space: pre-wrap;\r
+}\r
 \r
 #author {\r
   color: #527bbd;\r
@@ -219,7 +225,7 @@ div.exampleblock > div.content {
 }\r
 \r
 div.imageblock div.content { padding-left: 0; }\r
-span.image img { border-style: none; }\r
+span.image img { border-style: none; vertical-align: text-bottom; }\r
 a.image:visited { color: white; }\r
 \r
 dl {\r
@@ -349,7 +355,7 @@ div.colist td img {
   margin-bottom: 0.1em;\r
 }\r
 \r
-div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {\r
+div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {\r
   margin-top: 0;\r
   margin-bottom: 0;\r
 }\r
@@ -407,18 +413,14 @@ span.underline { text-decoration: underline; }
 span.overline { text-decoration: overline; }\r
 span.line-through { text-decoration: line-through; }\r
 \r
+div.unbreakable { page-break-inside: avoid; }\r
+\r
 \r
 /*\r
  * xhtml11 specific\r
  *\r
  * */\r
 \r
-tt {\r
-  font-family: monospace;\r
-  font-size: inherit;\r
-  color: navy;\r
-}\r
-\r
 div.tableblock {\r
   margin-top: 1.0em;\r
   margin-bottom: 1.5em;\r
@@ -452,12 +454,6 @@ div.tableblock > table[frame="vsides"] {
  *\r
  * */\r
 \r
-.monospaced {\r
-  font-family: monospace;\r
-  font-size: inherit;\r
-  color: navy;\r
-}\r
-\r
 table.tableblock {\r
   margin-top: 1.0em;\r
   margin-bottom: 1.5em;\r
@@ -537,6 +533,8 @@ body.manpage div.sectionbody {
 @media print {\r
   body.manpage div#toc { display: none; }\r
 }\r
+\r
+\r
 </style>\r
 <script type="text/javascript">\r
 /*<![CDATA[*/\r
@@ -581,7 +579,7 @@ toc: function (toclevels) {
 \r
   function tocEntries(el, toclevels) {\r
     var result = new Array;\r
-    var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');\r
+    var re = new RegExp('[hH]([1-'+(toclevels+1)+'])');\r
     // Function that scans the DOM tree for header elements (the DOM2\r
     // nodeIterator API would be a better technique but not supported by all\r
     // browsers).\r
@@ -610,7 +608,7 @@ toc: function (toclevels) {
   var i;\r
   for (i = 0; i < toc.childNodes.length; i++) {\r
     var entry = toc.childNodes[i];\r
-    if (entry.nodeName == 'div'\r
+    if (entry.nodeName.toLowerCase() == 'div'\r
      && entry.getAttribute("class")\r
      && entry.getAttribute("class").match(/^toclevel/))\r
       tocEntriesToRemove.push(entry);\r
@@ -656,7 +654,7 @@ footnotes: function () {
   var entriesToRemove = [];\r
   for (i = 0; i < noteholder.childNodes.length; i++) {\r
     var entry = noteholder.childNodes[i];\r
-    if (entry.nodeName == 'div' && entry.getAttribute("class") == "footnote")\r
+    if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")\r
       entriesToRemove.push(entry);\r
   }\r
   for (i = 0; i < entriesToRemove.length; i++) {\r
@@ -736,7 +734,7 @@ asciidoc.install(2);
 <body class="article">\r
 <div id="header">\r
 <h1>ccache copyright and license</h1>\r
-<span id="revnumber">version 3.1.9</span>\r
+<span id="revnumber">version 3.3.2</span>\r
 <div id="toc">
   <div id="toctitle">Table of Contents</div>
   <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
@@ -749,7 +747,7 @@ asciidoc.install(2);
 <div class="paragraph"><p>The license for ccache as a whole is as follows:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>  This program is free software; you can redistribute it and/or modify it under\r
+<pre><code>  This program is free software; you can redistribute it and/or modify it under\r
   the terms of the GNU General Public License as published by the Free Software\r
   Foundation; either version 3 of the License, or (at your option) any later\r
   version.\r
@@ -760,7 +758,7 @@ asciidoc.install(2);
 \r
   You should have received a copy of the GNU General Public License along with\r
   this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\r
-  Street, Fifth Floor, Boston, MA 02110-1301 USA</tt></pre>\r
+  Street, Fifth Floor, Boston, MA 02110-1301 USA</code></pre>\r
 </div></div>\r
 <div class="paragraph"><p>The full license text can be found in GPL-3.0.txt and at\r
 <a href="http://www.gnu.org/licenses/gpl-3.0.html">http://www.gnu.org/licenses/gpl-3.0.html</a>.</p></div>\r
@@ -770,15 +768,15 @@ asciidoc.install(2);
 <h2 id="_copyright_and_authors">Copyright and authors</h2>\r
 <div class="sectionbody">\r
 <div class="paragraph"><p>ccache is a collective work with contributions from many people, listed in\r
-AUTHORS.txt and at <a href="http://ccache.samba.org/authors.html">http://ccache.samba.org/authors.html</a>. Subsequent additions\r
+AUTHORS.txt and at <a href="https://ccache.samba.org/authors.html">https://ccache.samba.org/authors.html</a>. Subsequent additions\r
 by contributing authors are implicitly licensed to the public under the same\r
 terms (GNU GPL version 3 or later), but the contributing authors retain\r
 copyrights on their portions of the work.</p></div>\r
 <div class="paragraph"><p>The copyright for ccache as a whole is as follows:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>  Copyright (C) 2002-2007 Andrew Tridgell\r
-  Copyright (C) 2009-2011 Joel Rosdahl</tt></pre>\r
+<pre><code>  Copyright (C) 2002-2007 Andrew Tridgell\r
+  Copyright (C) 2009-2016 Joel Rosdahl</code></pre>\r
 </div></div>\r
 </div>\r
 </div>\r
@@ -792,11 +790,11 @@ the GPL: that is, if separated from the ccache sources, they may be usable
 under less restrictive terms.</p></div>\r
 <div class="sect2">\r
 <h3 id="_getopt_long_hc">getopt_long.[hc]</h3>\r
-<div class="paragraph"><p>This implementation of <tt>getopt_long()</tt> was copied from\r
+<div class="paragraph"><p>This implementation of <code>getopt_long()</code> was copied from\r
 <a href="http://www.postgresql.org">PostgreSQL</a> and has the following license text:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>  Portions Copyright (c) 1987, 1993, 1994\r
+<pre><code>  Portions Copyright (c) 1987, 1993, 1994\r
   The Regents of the University of California.  All rights reserved.\r
 \r
   Portions Copyright (c) 2003\r
@@ -824,7 +822,7 @@ under less restrictive terms.</p></div>
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\r
   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\r
   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\r
-  SUCH DAMAGE.</tt></pre>\r
+  SUCH DAMAGE.</code></pre>\r
 </div></div>\r
 </div>\r
 <div class="sect2">\r
@@ -833,7 +831,7 @@ under less restrictive terms.</p></div>
 following license:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>  Copyright (c) 2002, 2004, Christopher Clark\r
+<pre><code>  Copyright (c) 2002, 2004, Christopher Clark\r
   All rights reserved.\r
 \r
   Redistribution and use in source and binary forms, with or without\r
@@ -860,16 +858,16 @@ following license:</p></div>
   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\r
   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\r
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
-  POSSIBILITY OF SUCH DAMAGE.</tt></pre>\r
+  POSSIBILITY OF SUCH DAMAGE.</code></pre>\r
 </div></div>\r
 </div>\r
 <div class="sect2">\r
 <h3 id="_m4_feature_macros_m4">m4/feature_macros.m4</h3>\r
 <div class="paragraph"><p>This Autoconf M4 snippet comes from <a href="http://www.python.org">Python</a> 2.6&#8217;s\r
-<tt>configure.in</tt> with the following license:</p></div>\r
+<code>configure.in</code> with the following license:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>  A. HISTORY OF THE SOFTWARE\r
+<pre><code>  A. HISTORY OF THE SOFTWARE\r
   ==========================\r
 \r
   Python was created in the early 1990s by Guido van Rossum at Stichting\r
@@ -1142,7 +1140,7 @@ following license:</p></div>
   FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\r
   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\r
   ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\r
-  OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</tt></pre>\r
+  OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</code></pre>\r
 </div></div>\r
 </div>\r
 <div class="sect2">\r
@@ -1152,11 +1150,11 @@ Appleby. See <a href="http://murmurhash.googlepages.com">http://murmurhash.googl
 </div>\r
 <div class="sect2">\r
 <h3 id="_snprintf_c_and_m4_snprintf_m4">snprintf.c and m4/snprintf.m4</h3>\r
-<div class="paragraph"><p>This implementation of <tt>snprintf()</tt> and similar functions was downloaded from\r
+<div class="paragraph"><p>This implementation of <code>snprintf()</code> and similar functions was downloaded from\r
 <a href="http://www.jhweiss.de/software/snprintf.html">http://www.jhweiss.de/software/snprintf.html</a> and has the following license:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>  Copyright (c) 1995 Patrick Powell.\r
+<pre><code>  Copyright (c) 1995 Patrick Powell.\r
 \r
   This code is based on code written by Patrick Powell &lt;papowell@astart.com&gt;.\r
   It may be used for any purpose as long as this notice remains intact on all\r
@@ -1170,16 +1168,16 @@ Appleby. See <a href="http://murmurhash.googlepages.com">http://murmurhash.googl
   trivial code cleanups) would be sent back in order to let me include them in\r
   the version available at &lt;http://www.jhweiss.de/software/snprintf.html&gt;.\r
   However, this is not a requirement for using or redistributing (possibly\r
-  modified) versions of this file, nor is leaving this notice intact mandatory.</tt></pre>\r
+  modified) versions of this file, nor is leaving this notice intact mandatory.</code></pre>\r
 </div></div>\r
 </div>\r
 <div class="sect2">\r
 <h3 id="_zlib_hc">zlib/*.[hc]</h3>\r
-<div class="paragraph"><p>This is a bundled subset of zlib 1.2.3 from <a href="http://www.zlib.net">http://www.zlib.net</a> with the\r
+<div class="paragraph"><p>This is a bundled subset of zlib 1.2.8 from <a href="http://zlib.net">http://zlib.net</a> with the\r
 following license:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>  Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler\r
+<pre><code>  Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler\r
 \r
   This software is provided 'as-is', without any express or implied\r
   warranty.  In no event will the authors be held liable for any damages\r
@@ -1198,12 +1196,7 @@ following license:</p></div>
   3. This notice may not be removed or altered from any source distribution.\r
 \r
   Jean-loup Gailly        Mark Adler\r
-  jloup@gzip.org          madler@alumni.caltech.edu\r
-\r
-\r
-  The data format used by the zlib library is described by RFCs (Request for\r
-  Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt\r
-  (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).</tt></pre>\r
+  jloup@gzip.org          madler@alumni.caltech.edu</code></pre>\r
 </div></div>\r
 </div>\r
 </div>\r
@@ -1212,8 +1205,9 @@ following license:</p></div>
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Version 3.1.9<br />\r
-Last updated 2013-01-06 17:46:13 CET\r
+Version 3.3.2<br />\r
+Last updated\r
+ 2016-09-28 22:29:23 CEST\r
 </div>\r
 </div>\r
 </body>\r