summaryrefslogtreecommitdiffstats
path: root/contrib/ucw
diff options
context:
space:
mode:
authorPetr Špaček <petr.spacek@nic.cz>2020-02-14 09:42:01 +0100
committerVladimír Čunát <vladimir.cunat@nic.cz>2020-02-25 09:26:37 +0100
commitd5a8a909a2235178262a6bc78daf09a029afc2a5 (patch)
tree506890b663bffbb6db81ac6335c1d36a64d48a84 /contrib/ucw
parentcontrib/murmurhash3: machine readable license (diff)
downloadknot-resolver-d5a8a909a2235178262a6bc78daf09a029afc2a5.tar.xz
knot-resolver-d5a8a909a2235178262a6bc78daf09a029afc2a5.zip
contrib/ucw: machine readable license
Diffstat (limited to 'contrib/ucw')
-rw-r--r--contrib/ucw/alloc.h2
-rw-r--r--contrib/ucw/config.h4
-rw-r--r--contrib/ucw/lib.h4
-rw-r--r--contrib/ucw/mempool-fmt.c5
-rw-r--r--contrib/ucw/mempool.c4
-rw-r--r--contrib/ucw/mempool.h5
6 files changed, 12 insertions, 12 deletions
diff --git a/contrib/ucw/alloc.h b/contrib/ucw/alloc.h
index 668c707c..4b5440ba 100644
--- a/contrib/ucw/alloc.h
+++ b/contrib/ucw/alloc.h
@@ -2,6 +2,8 @@
* UCW Library -- Generic allocators
*
* (c) 2014 Martin Mares <mj@ucw.cz>
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Source: https://www.ucw.cz/libucw/
*/
#ifndef _UCW_ALLOC_H
diff --git a/contrib/ucw/config.h b/contrib/ucw/config.h
index 5d3cb4fe..3c941042 100644
--- a/contrib/ucw/config.h
+++ b/contrib/ucw/config.h
@@ -4,8 +4,8 @@
* (c) 1997--2012 Martin Mares <mj@ucw.cz>
* (c) 2006 Robert Spalek <robert@ucw.cz>
*
- * This software may be freely distributed and used according to the terms
- * of the GNU Lesser General Public License.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Source: https://www.ucw.cz/libucw/
*/
#ifndef _UCW_CONFIG_H
diff --git a/contrib/ucw/lib.h b/contrib/ucw/lib.h
index 506f09b5..89b3a207 100644
--- a/contrib/ucw/lib.h
+++ b/contrib/ucw/lib.h
@@ -6,8 +6,8 @@
* (c) 2006 Robert Spalek <robert@ucw.cz>
* (c) 2007 Pavel Charvat <pchar@ucw.cz>
*
- * This software may be freely distributed and used according to the terms
- * of the GNU Lesser General Public License.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Source: https://www.ucw.cz/libucw/
*/
#ifndef _UCW_LIB_H
diff --git a/contrib/ucw/mempool-fmt.c b/contrib/ucw/mempool-fmt.c
index 6c93e1e9..22f3a50e 100644
--- a/contrib/ucw/mempool-fmt.c
+++ b/contrib/ucw/mempool-fmt.c
@@ -3,9 +3,8 @@
*
* (c) 2005 Martin Mares <mj@ucw.cz>
* (c) 2007 Pavel Charvat <pchar@ucw.cz>
- *
- * This software may be freely distributed and used according to the terms
- * of the GNU Lesser General Public License.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Source: https://www.ucw.cz/libucw/
*/
#include <ucw/lib.h>
diff --git a/contrib/ucw/mempool.c b/contrib/ucw/mempool.c
index 129b7336..314b58ef 100644
--- a/contrib/ucw/mempool.c
+++ b/contrib/ucw/mempool.c
@@ -4,8 +4,8 @@
* (c) 1997--2014 Martin Mares <mj@ucw.cz>
* (c) 2007--2015 Pavel Charvat <pchar@ucw.cz>
*
- * This software may be freely distributed and used according to the terms
- * of the GNU Lesser General Public License.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Source: https://www.ucw.cz/libucw/
*/
#undef LOCAL_DEBUG
diff --git a/contrib/ucw/mempool.h b/contrib/ucw/mempool.h
index aa621e34..d9092a77 100644
--- a/contrib/ucw/mempool.h
+++ b/contrib/ucw/mempool.h
@@ -3,9 +3,8 @@
*
* (c) 1997--2015 Martin Mares <mj@ucw.cz>
* (c) 2007 Pavel Charvat <pchar@ucw.cz>
- *
- * This software may be freely distributed and used according to the terms
- * of the GNU Lesser General Public License.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Source: https://www.ucw.cz/libucw/
*/
#ifndef _UCW_POOLS_H