]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Sort entries in LICENSE.adoc
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 28 Apr 2019 20:09:20 +0000 (22:09 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 28 Apr 2019 20:09:20 +0000 (22:09 +0200)
LICENSE.adoc

index 30848f40d405627601830cecbd1655688848a93d..e10ae208fefaf39b4d2eb6f7d87beac96ef30ba5 100644 (file)
@@ -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 <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]
 ~~~~~~~~~~~~~~~~~~
 
@@ -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 <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]
 ~~~~~~~~~~~~~~~