diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-12 17:09:10 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 18:31:16 +0200 |
commit | b94154957370116480b43bcabca25fc52deb9853 (patch) | |
tree | 7f03bcd940891048fcdf537c6a6fc8bf21e4dd2a /src/liblzma/check/crc64_table_le.h | |
parent | liblzma: Fix compilation of price_tablegen.c. (diff) | |
download | xz-b94154957370116480b43bcabca25fc52deb9853.tar.xz |
liblzma: Include the SPDX license identifier 0BSD to generated files.
Perhaps the generated files aren't even copyrightable but
using the same license for them as for the rest of the liblzma
keeps things more consistent for tools that look for license info.
Diffstat (limited to 'src/liblzma/check/crc64_table_le.h')
-rw-r--r-- | src/liblzma/check/crc64_table_le.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/liblzma/check/crc64_table_le.h b/src/liblzma/check/crc64_table_le.h index 1196b31e..e40a8c82 100644 --- a/src/liblzma/check/crc64_table_le.h +++ b/src/liblzma/check/crc64_table_le.h @@ -1,4 +1,6 @@ -/* This file has been automatically generated by crc64_tablegen.c. */ +// SPDX-License-Identifier: 0BSD + +// This file has been generated by crc64_tablegen.c. const uint64_t lzma_crc64_table[4][256] = { { |