From: Petr Špaček Date: Fri, 14 Feb 2020 08:02:53 +0000 (+0100) Subject: contrib/compiler: machine readable license X-Git-Tag: v5.1.0~42^2~15 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c08d8ccb229f2c1279956ab7e51cc868b87889f4;p=thirdparty%2Fknot-resolver.git contrib/compiler: machine readable license --- diff --git a/contrib/ccan/compiler/compiler.h b/contrib/ccan/compiler/compiler.h index bce4f25a1..7c4f95505 100644 --- a/contrib/ccan/compiler/compiler.h +++ b/contrib/ccan/compiler/compiler.h @@ -1,4 +1,5 @@ -/* CC0 (Public domain) - see LICENSE file for details */ +/* SPDX-License-Identifier: CC0-1.0 + * Source: https://ccodearchive.net/info/compiler.html */ #ifndef CCAN_COMPILER_H #define CCAN_COMPILER_H #include "config.h"