From 2b48beb44ebdf18c7784d06ebc77b50200125521 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 28 Jun 2023 12:41:08 +0200 Subject: [PATCH] include/crc64: add missing license header Signed-off-by: Karel Zak --- include/crc64.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/crc64.h b/include/crc64.h index 7cd2c4cce4..6bdd079cf4 100644 --- a/include/crc64.h +++ b/include/crc64.h @@ -1,3 +1,7 @@ +/* SPDX-License-Identifier: MIT + * + * This file is licensed under the MIT License. + */ #ifndef UL_CRC64_H #define UL_CRC64_H -- 2.47.2