From 53e1b683907c2f12330f00feb9630150196f064d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 18 Nov 2017 17:09:20 +0100 Subject: Add SPDX license identifiers to source files under the LGPL This follows what the kernel is doing, c.f. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5fd54ace4721fc5ce2bb5aef6318fcf17f421460. --- src/basic/list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/basic/list.h') diff --git a/src/basic/list.h b/src/basic/list.h index c3771a177f..80800cf43e 100644 --- a/src/basic/list.h +++ b/src/basic/list.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once /*** -- cgit v1.2.1