]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include/crc64: add missing license header
authorKarel Zak <kzak@redhat.com>
Wed, 28 Jun 2023 10:41:08 +0000 (12:41 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 28 Jun 2023 10:41:08 +0000 (12:41 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
include/crc64.h

index 7cd2c4cce44cd6347b0b4394bb3d91f1b18ab635..6bdd079cf4116fbb2b0696579e64f5701d0987cd 100644 (file)
@@ -1,3 +1,7 @@
+/* SPDX-License-Identifier: MIT
+ *
+ * This file is licensed under the MIT License.
+ */
 #ifndef UL_CRC64_H
 #define UL_CRC64_H