From c08d8ccb229f2c1279956ab7e51cc868b87889f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 14 Feb 2020 09:02:53 +0100 Subject: [PATCH] contrib/compiler: machine readable license --- contrib/ccan/compiler/compiler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.47.2