Fix SPDX license tags

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-06-14 12:50:49 +02:00
parent 0cd41d4dff
commit 58f21e63b4
4 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#if HAVE_LIBCRYPTSETUP
#include "crypt-util.h"

View File

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <stdio.h>
#include <linux/magic.h>

View File

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

View File

@ -1,6 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+
*
*/
/* SPDX-License-Identifier: LGPL-2.1+ */
#include "alloc-util.h"
#include "gcrypt-util.h"