From: Karel Zak Date: Wed, 28 Jun 2023 10:41:08 +0000 (+0200) Subject: include/crc64: add missing license header X-Git-Tag: v2.40-rc1~358 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b48beb44ebdf18c7784d06ebc77b50200125521;p=thirdparty%2Futil-linux.git include/crc64: add missing license header Signed-off-by: Karel Zak --- 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