]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
contrib/ucw: machine readable license
authorPetr Špaček <petr.spacek@nic.cz>
Fri, 14 Feb 2020 08:42:01 +0000 (09:42 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 25 Feb 2020 08:26:37 +0000 (09:26 +0100)
contrib/licenses/LGPL2
contrib/ucw/alloc.h
contrib/ucw/config.h
contrib/ucw/lib.h
contrib/ucw/mempool-fmt.c
contrib/ucw/mempool.c
contrib/ucw/mempool.h

index 4362b49151d7b34ef83b3067a8f9c9f877d72a0e..0f0d38b850e8092cdc59bd771fdc85c478dc9a1e 100644 (file)
@@ -500,3 +500,5 @@ necessary.  Here is a sample; alter the names:
   Ty Coon, President of Vice
 
 That's all there is to it!
+
+SPDX-License-Identifier: LGPL-2.1-or-later
index 668c707cc7ad455364e21e76e104c34de8376164..4b5440ba8fe53e333ce08e7bcb632750d145a961 100644 (file)
@@ -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
index 5d3cb4fe2946228ebbe80deddae40f64d6b4058c..3c94104278bc643d336843bce9aad8bc78d891c7 100644 (file)
@@ -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
index 506f09b56b5a6ed593e9c63d728dd8e7cfc2f2b6..89b3a207bef60362004d169736477d340713ec4f 100644 (file)
@@ -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
index 6c93e1e9afb4bd747380d2130c2514d2f3fb2209..22f3a50e3cb24576a204dd6852098c30a00a3e22 100644 (file)
@@ -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>
index 129b7336ac789aa42eb784f6fc542807284ae09b..314b58ef65e4f99b778c59e2cbed1e51aad89b8e 100644 (file)
@@ -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
index aa621e346e9e421a5d735d9faab9f7c5126d3fdf..d9092a771360f4fd4d2cac76966c714a6f44a374 100644 (file)
@@ -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