From: JinWang An Date: Tue, 3 Aug 2021 07:28:26 +0000 (+0900) Subject: Imported Upstream version 3.7.1 X-Git-Tag: upstream/3.7.1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8be419a951f52bd69dec7bb332a2e88a467c218;p=platform%2Fupstream%2Fccache.git Imported Upstream version 3.7.1 --- diff --git a/LICENSE.adoc b/LICENSE.adoc index 30848f4..e10ae20 100644 --- a/LICENSE.adoc +++ b/LICENSE.adoc @@ -420,30 +420,6 @@ This fast hash implementation is released to the public domain by Austin Appleby. See http://murmurhash.googlepages.com. -src/snprintf.c and m4/snprintf.m4 -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -This implementation of `snprintf()` and similar functions was downloaded from -http://www.jhweiss.de/software/snprintf.html and has the following license: - -------------------------------------------------------------------------------- - Copyright (c) 1995 Patrick Powell. - - This code is based on code written by Patrick Powell . - It may be used for any purpose as long as this notice remains intact on all - source code distributions. - - Copyright (c) 2008 Holger Weiss. - - This version of the code is maintained by Holger Weiss . - My changes to the code may freely be used, modified and/or redistributed for - any purpose. It would be nice if additions and fixes to this file (including - trivial code cleanups) would be sent back in order to let me include them in - the version available at . - However, this is not a requirement for using or redistributing (possibly - modified) versions of this file, nor is leaving this notice intact mandatory. -------------------------------------------------------------------------------- - src/minitrace.[hc] ~~~~~~~~~~~~~~~~~~ @@ -474,6 +450,30 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------------------------------------------------------------------------------- +src/snprintf.c and m4/snprintf.m4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +This implementation of `snprintf()` and similar functions was downloaded from +http://www.jhweiss.de/software/snprintf.html and has the following license: + +------------------------------------------------------------------------------- + Copyright (c) 1995 Patrick Powell. + + This code is based on code written by Patrick Powell . + It may be used for any purpose as long as this notice remains intact on all + source code distributions. + + Copyright (c) 2008 Holger Weiss. + + This version of the code is maintained by Holger Weiss . + My changes to the code may freely be used, modified and/or redistributed for + any purpose. It would be nice if additions and fixes to this file (including + trivial code cleanups) would be sent back in order to let me include them in + the version available at . + However, this is not a requirement for using or redistributing (possibly + modified) versions of this file, nor is leaving this notice intact mandatory. +------------------------------------------------------------------------------- + src/zlib/*.[hc] ~~~~~~~~~~~~~~~ diff --git a/LICENSE.html b/LICENSE.html index 1de702f..35edf7d 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -735,7 +735,7 @@ asciidoc.install(2);
-

src/snprintf.c and m4/snprintf.m4

-

This implementation of snprintf() and similar functions was downloaded from -http://www.jhweiss.de/software/snprintf.html and has the following license:

-
-
-
  Copyright (c) 1995 Patrick Powell.
-
-  This code is based on code written by Patrick Powell <papowell@astart.com>.
-  It may be used for any purpose as long as this notice remains intact on all
-  source code distributions.
-
-  Copyright (c) 2008 Holger Weiss.
-
-  This version of the code is maintained by Holger Weiss <holger@jhweiss.de>.
-  My changes to the code may freely be used, modified and/or redistributed for
-  any purpose. It would be nice if additions and fixes to this file (including
-  trivial code cleanups) would be sent back in order to let me include them in
-  the version available at <http://www.jhweiss.de/software/snprintf.html>.
-  However, this is not a requirement for using or redistributing (possibly
-  modified) versions of this file, nor is leaving this notice intact mandatory.
-
-
-

src/minitrace.[hc]

A library for producing JSON traces suitable for Chrome’s built-in trace viewer (chrome://tracing). Downloaded from https://github.com/hrydgard/minitrace.

@@ -1202,6 +1179,29 @@ SOFTWARE.
+

src/snprintf.c and m4/snprintf.m4

+

This implementation of snprintf() and similar functions was downloaded from +http://www.jhweiss.de/software/snprintf.html and has the following license:

+
+
+
  Copyright (c) 1995 Patrick Powell.
+
+  This code is based on code written by Patrick Powell <papowell@astart.com>.
+  It may be used for any purpose as long as this notice remains intact on all
+  source code distributions.
+
+  Copyright (c) 2008 Holger Weiss.
+
+  This version of the code is maintained by Holger Weiss <holger@jhweiss.de>.
+  My changes to the code may freely be used, modified and/or redistributed for
+  any purpose. It would be nice if additions and fixes to this file (including
+  trivial code cleanups) would be sent back in order to let me include them in
+  the version available at <http://www.jhweiss.de/software/snprintf.html>.
+  However, this is not a requirement for using or redistributing (possibly
+  modified) versions of this file, nor is leaving this notice intact mandatory.
+
+
+

src/zlib/*.[hc]

This is a bundled subset of zlib 1.2.11 from http://zlib.net with the following license:

@@ -1235,9 +1235,9 @@ following license:


diff --git a/README.md b/README.md index 58f8a4d..c88bb21 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,5 @@ Contributing to ccache * [Mailing list](https://lists.samba.org/mailman/listinfo/ccache/) * [Bug report info](https://ccache.dev/bugs.html) * [Issue tracker](https://github.com/ccache/ccache/issues) - * [Help wanted!](https://github.com/ccache/ccache/issues/help%20wanted) - * [Good first issues!](https://github.com/ccache/ccache/issues/good%20first%20issue) + * [Help wanted!](https://github.com/ccache/ccache/labels/help%20wanted) + * [Good first issues!](https://github.com/ccache/ccache/labels/good%20first%20issue) diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc index ab8d39d..e3ca5f6 100644 --- a/doc/AUTHORS.adoc +++ b/doc/AUTHORS.adoc @@ -47,6 +47,7 @@ ccache is a collective work with contributions from many people, including: * Lalit Chhabra * Lars Gustäbel * Leanid Chaika +* Loïc Yhuel * Luboš Luňák * Maarten Maathuis * Mark Starovoytov @@ -59,6 +60,7 @@ ccache is a collective work with contributions from many people, including: * Michael Meeks * Michał Mirosław * Mihai Serban +* Mike Blumenkrantz * Mike Frysinger * Mike Gulick * Mikhail Kolomeytsev diff --git a/doc/AUTHORS.html b/doc/AUTHORS.html index aa15ee8..ae849ab 100644 --- a/doc/AUTHORS.html +++ b/doc/AUTHORS.html @@ -735,7 +735,7 @@ asciidoc.install(2);