From ff28d9fc6ff43548e8ff3f0febb70bdc64be5255 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Sat, 4 Jan 2025 19:25:02 +1100 Subject: [PATCH] SPDX: license tags: BSD-3-Clause OR GPL-2.0-only Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris Reviewed-by: Tony Hutter Reviewed-by: Brian Behlendorf --- module/zstd/lib/common/bitstream.h | 1 + module/zstd/lib/common/compiler.h | 1 + module/zstd/lib/common/cpu.h | 1 + module/zstd/lib/common/debug.h | 1 + module/zstd/lib/common/entropy_common.c | 1 + module/zstd/lib/common/error_private.c | 1 + module/zstd/lib/common/error_private.h | 1 + module/zstd/lib/common/fse.h | 1 + module/zstd/lib/common/fse_decompress.c | 1 + module/zstd/lib/common/huf.h | 1 + module/zstd/lib/common/mem.h | 1 + module/zstd/lib/common/pool.c | 1 + module/zstd/lib/common/pool.h | 1 + module/zstd/lib/common/xxhash.c | 1 + module/zstd/lib/common/xxhash.h | 1 + module/zstd/lib/common/zstd_common.c | 1 + module/zstd/lib/common/zstd_errors.h | 1 + module/zstd/lib/common/zstd_internal.h | 1 + module/zstd/lib/compress/fse_compress.c | 1 + module/zstd/lib/compress/hist.c | 1 + module/zstd/lib/compress/hist.h | 1 + module/zstd/lib/compress/huf_compress.c | 1 + module/zstd/lib/compress/zstd_compress.c | 1 + module/zstd/lib/compress/zstd_compress_internal.h | 1 + module/zstd/lib/compress/zstd_compress_literals.c | 1 + module/zstd/lib/compress/zstd_compress_literals.h | 1 + module/zstd/lib/compress/zstd_compress_sequences.c | 1 + module/zstd/lib/compress/zstd_compress_sequences.h | 1 + module/zstd/lib/compress/zstd_compress_superblock.c | 1 + module/zstd/lib/compress/zstd_compress_superblock.h | 1 + module/zstd/lib/compress/zstd_cwksp.h | 1 + module/zstd/lib/compress/zstd_double_fast.c | 1 + module/zstd/lib/compress/zstd_double_fast.h | 1 + module/zstd/lib/compress/zstd_fast.c | 1 + module/zstd/lib/compress/zstd_fast.h | 1 + module/zstd/lib/compress/zstd_lazy.c | 1 + module/zstd/lib/compress/zstd_lazy.h | 1 + module/zstd/lib/compress/zstd_ldm.c | 1 + module/zstd/lib/compress/zstd_ldm.h | 1 + module/zstd/lib/compress/zstd_opt.c | 1 + module/zstd/lib/compress/zstd_opt.h | 1 + module/zstd/lib/decompress/huf_decompress.c | 1 + module/zstd/lib/decompress/zstd_ddict.c | 1 + module/zstd/lib/decompress/zstd_ddict.h | 1 + module/zstd/lib/decompress/zstd_decompress.c | 1 + module/zstd/lib/decompress/zstd_decompress_block.c | 1 + module/zstd/lib/decompress/zstd_decompress_block.h | 1 + module/zstd/lib/decompress/zstd_decompress_internal.h | 1 + module/zstd/lib/zstd.h | 1 + 49 files changed, 49 insertions(+) diff --git a/module/zstd/lib/common/bitstream.h b/module/zstd/lib/common/bitstream.h index 37b99c01eed..11b660adb3c 100644 --- a/module/zstd/lib/common/bitstream.h +++ b/module/zstd/lib/common/bitstream.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* ****************************************************************** * bitstream * Part of FSE library diff --git a/module/zstd/lib/common/compiler.h b/module/zstd/lib/common/compiler.h index 95e9483521d..d0f588e2ec3 100644 --- a/module/zstd/lib/common/compiler.h +++ b/module/zstd/lib/common/compiler.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/common/cpu.h b/module/zstd/lib/common/cpu.h index 6e8a974f62d..8e02d30bf9b 100644 --- a/module/zstd/lib/common/cpu.h +++ b/module/zstd/lib/common/cpu.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2018-2020, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/common/debug.h b/module/zstd/lib/common/debug.h index ac6224888d8..1c49d998ca6 100644 --- a/module/zstd/lib/common/debug.h +++ b/module/zstd/lib/common/debug.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* ****************************************************************** * debug * Part of FSE library diff --git a/module/zstd/lib/common/entropy_common.c b/module/zstd/lib/common/entropy_common.c index 9d3e4e8e36a..75877965f2c 100644 --- a/module/zstd/lib/common/entropy_common.c +++ b/module/zstd/lib/common/entropy_common.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* ****************************************************************** * Common functions of New Generation Entropy library * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. diff --git a/module/zstd/lib/common/error_private.c b/module/zstd/lib/common/error_private.c index cd437529c12..63fa2866cad 100644 --- a/module/zstd/lib/common/error_private.c +++ b/module/zstd/lib/common/error_private.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/common/error_private.h b/module/zstd/lib/common/error_private.h index 982cf8e9fe6..85b5aafc553 100644 --- a/module/zstd/lib/common/error_private.h +++ b/module/zstd/lib/common/error_private.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/common/fse.h b/module/zstd/lib/common/fse.h index ff54e70ea75..c9e0427c279 100644 --- a/module/zstd/lib/common/fse.h +++ b/module/zstd/lib/common/fse.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* ****************************************************************** * FSE : Finite State Entropy codec * Public Prototypes declaration diff --git a/module/zstd/lib/common/fse_decompress.c b/module/zstd/lib/common/fse_decompress.c index 6b3205c63cc..6932bdff5d8 100644 --- a/module/zstd/lib/common/fse_decompress.c +++ b/module/zstd/lib/common/fse_decompress.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* ****************************************************************** * FSE : Finite State Entropy decoder * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc. diff --git a/module/zstd/lib/common/huf.h b/module/zstd/lib/common/huf.h index ef432685dac..d1926e48bb7 100644 --- a/module/zstd/lib/common/huf.h +++ b/module/zstd/lib/common/huf.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* ****************************************************************** * huff0 huffman codec, * part of Finite State Entropy library diff --git a/module/zstd/lib/common/mem.h b/module/zstd/lib/common/mem.h index 7fbb2e98215..8110a287d1d 100644 --- a/module/zstd/lib/common/mem.h +++ b/module/zstd/lib/common/mem.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/common/pool.c b/module/zstd/lib/common/pool.c index aa4b4de0d3f..e804c01ede7 100644 --- a/module/zstd/lib/common/pool.c +++ b/module/zstd/lib/common/pool.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/common/pool.h b/module/zstd/lib/common/pool.h index 259bafc9757..7f6f427f56d 100644 --- a/module/zstd/lib/common/pool.h +++ b/module/zstd/lib/common/pool.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/common/xxhash.c b/module/zstd/lib/common/xxhash.c index 597de18fc89..d3d2e57addc 100644 --- a/module/zstd/lib/common/xxhash.c +++ b/module/zstd/lib/common/xxhash.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * xxHash - Fast Hash algorithm * Copyright (c) 2012-2020, Yann Collet, Facebook, Inc. diff --git a/module/zstd/lib/common/xxhash.h b/module/zstd/lib/common/xxhash.h index 4207eba8328..ba48c8300a7 100644 --- a/module/zstd/lib/common/xxhash.h +++ b/module/zstd/lib/common/xxhash.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * xxHash - Extremely Fast Hash algorithm * Header File diff --git a/module/zstd/lib/common/zstd_common.c b/module/zstd/lib/common/zstd_common.c index 935670b1dce..d27e5461171 100644 --- a/module/zstd/lib/common/zstd_common.c +++ b/module/zstd/lib/common/zstd_common.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/common/zstd_errors.h b/module/zstd/lib/common/zstd_errors.h index 998398e7e57..4ff16dad1a1 100644 --- a/module/zstd/lib/common/zstd_errors.h +++ b/module/zstd/lib/common/zstd_errors.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/common/zstd_internal.h b/module/zstd/lib/common/zstd_internal.h index 4a86d186a96..6b1fc44cf9f 100644 --- a/module/zstd/lib/common/zstd_internal.h +++ b/module/zstd/lib/common/zstd_internal.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/fse_compress.c b/module/zstd/lib/compress/fse_compress.c index e27414ccbbc..cde33cf69ab 100644 --- a/module/zstd/lib/compress/fse_compress.c +++ b/module/zstd/lib/compress/fse_compress.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* ****************************************************************** * FSE : Finite State Entropy encoder * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc. diff --git a/module/zstd/lib/compress/hist.c b/module/zstd/lib/compress/hist.c index 61e08c7968b..1bda6b7d360 100644 --- a/module/zstd/lib/compress/hist.c +++ b/module/zstd/lib/compress/hist.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* ****************************************************************** * hist : Histogram functions * part of Finite State Entropy project diff --git a/module/zstd/lib/compress/hist.h b/module/zstd/lib/compress/hist.h index 77e3ec4fb19..a63179e945d 100644 --- a/module/zstd/lib/compress/hist.h +++ b/module/zstd/lib/compress/hist.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* ****************************************************************** * hist : Histogram functions * part of Finite State Entropy project diff --git a/module/zstd/lib/compress/huf_compress.c b/module/zstd/lib/compress/huf_compress.c index 546879868a5..bdb9eccc7e2 100644 --- a/module/zstd/lib/compress/huf_compress.c +++ b/module/zstd/lib/compress/huf_compress.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* ****************************************************************** * Huffman encoder, part of New Generation Entropy library * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc. diff --git a/module/zstd/lib/compress/zstd_compress.c b/module/zstd/lib/compress/zstd_compress.c index 3f963b1cfff..62dcac9f301 100644 --- a/module/zstd/lib/compress/zstd_compress.c +++ b/module/zstd/lib/compress/zstd_compress.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_compress_internal.h b/module/zstd/lib/compress/zstd_compress_internal.h index db73f6ce21f..325f1749e3c 100644 --- a/module/zstd/lib/compress/zstd_compress_internal.h +++ b/module/zstd/lib/compress/zstd_compress_internal.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_compress_literals.c b/module/zstd/lib/compress/zstd_compress_literals.c index 17e7168d893..d3741d47f5e 100644 --- a/module/zstd/lib/compress/zstd_compress_literals.c +++ b/module/zstd/lib/compress/zstd_compress_literals.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_compress_literals.h b/module/zstd/lib/compress/zstd_compress_literals.h index 8b087057432..53e49dc8f64 100644 --- a/module/zstd/lib/compress/zstd_compress_literals.h +++ b/module/zstd/lib/compress/zstd_compress_literals.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_compress_sequences.c b/module/zstd/lib/compress/zstd_compress_sequences.c index f9f8097c839..495d8703a35 100644 --- a/module/zstd/lib/compress/zstd_compress_sequences.c +++ b/module/zstd/lib/compress/zstd_compress_sequences.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_compress_sequences.h b/module/zstd/lib/compress/zstd_compress_sequences.h index 68c6f9a5acd..ecd045725ec 100644 --- a/module/zstd/lib/compress/zstd_compress_sequences.h +++ b/module/zstd/lib/compress/zstd_compress_sequences.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_compress_superblock.c b/module/zstd/lib/compress/zstd_compress_superblock.c index 77d05d394c3..a53454f1d00 100644 --- a/module/zstd/lib/compress/zstd_compress_superblock.c +++ b/module/zstd/lib/compress/zstd_compress_superblock.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_compress_superblock.h b/module/zstd/lib/compress/zstd_compress_superblock.h index 07f4cb1dc64..5dfcb79c80b 100644 --- a/module/zstd/lib/compress/zstd_compress_superblock.h +++ b/module/zstd/lib/compress/zstd_compress_superblock.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_cwksp.h b/module/zstd/lib/compress/zstd_cwksp.h index a25c9263b7d..4f1dcff5631 100644 --- a/module/zstd/lib/compress/zstd_cwksp.h +++ b/module/zstd/lib/compress/zstd_cwksp.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_double_fast.c b/module/zstd/lib/compress/zstd_double_fast.c index 4a95c01a090..f1c2e95a0f7 100644 --- a/module/zstd/lib/compress/zstd_double_fast.c +++ b/module/zstd/lib/compress/zstd_double_fast.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_double_fast.h b/module/zstd/lib/compress/zstd_double_fast.h index 14d944d69bc..da0dc59a96b 100644 --- a/module/zstd/lib/compress/zstd_double_fast.h +++ b/module/zstd/lib/compress/zstd_double_fast.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_fast.c b/module/zstd/lib/compress/zstd_fast.c index 17894b85472..3dbf323c998 100644 --- a/module/zstd/lib/compress/zstd_fast.c +++ b/module/zstd/lib/compress/zstd_fast.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_fast.h b/module/zstd/lib/compress/zstd_fast.h index cf6aaa8e675..e26f43b5ac5 100644 --- a/module/zstd/lib/compress/zstd_fast.h +++ b/module/zstd/lib/compress/zstd_fast.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_lazy.c b/module/zstd/lib/compress/zstd_lazy.c index 22d80597ec6..50b7c946a96 100644 --- a/module/zstd/lib/compress/zstd_lazy.c +++ b/module/zstd/lib/compress/zstd_lazy.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_lazy.h b/module/zstd/lib/compress/zstd_lazy.h index 581936f03bd..071be3d5f85 100644 --- a/module/zstd/lib/compress/zstd_lazy.h +++ b/module/zstd/lib/compress/zstd_lazy.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_ldm.c b/module/zstd/lib/compress/zstd_ldm.c index 8c479483581..26618d4e9bb 100644 --- a/module/zstd/lib/compress/zstd_ldm.c +++ b/module/zstd/lib/compress/zstd_ldm.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_ldm.h b/module/zstd/lib/compress/zstd_ldm.h index 229ea05a9e1..2a7d15cf7a1 100644 --- a/module/zstd/lib/compress/zstd_ldm.h +++ b/module/zstd/lib/compress/zstd_ldm.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_opt.c b/module/zstd/lib/compress/zstd_opt.c index 36fff050cf5..a70162a5418 100644 --- a/module/zstd/lib/compress/zstd_opt.c +++ b/module/zstd/lib/compress/zstd_opt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/compress/zstd_opt.h b/module/zstd/lib/compress/zstd_opt.h index 9aba8a9018c..231f4d523d9 100644 --- a/module/zstd/lib/compress/zstd_opt.h +++ b/module/zstd/lib/compress/zstd_opt.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/decompress/huf_decompress.c b/module/zstd/lib/decompress/huf_decompress.c index 68293a13096..0a4c94e935f 100644 --- a/module/zstd/lib/decompress/huf_decompress.c +++ b/module/zstd/lib/decompress/huf_decompress.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* ****************************************************************** * huff0 huffman decoder, * part of Finite State Entropy library diff --git a/module/zstd/lib/decompress/zstd_ddict.c b/module/zstd/lib/decompress/zstd_ddict.c index c8cb8ecc952..7a91678b35c 100644 --- a/module/zstd/lib/decompress/zstd_ddict.c +++ b/module/zstd/lib/decompress/zstd_ddict.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/decompress/zstd_ddict.h b/module/zstd/lib/decompress/zstd_ddict.h index af307efd3d7..fa3ec8003bc 100644 --- a/module/zstd/lib/decompress/zstd_ddict.h +++ b/module/zstd/lib/decompress/zstd_ddict.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/decompress/zstd_decompress.c b/module/zstd/lib/decompress/zstd_decompress.c index be5c7cfc334..4656a723485 100644 --- a/module/zstd/lib/decompress/zstd_decompress.c +++ b/module/zstd/lib/decompress/zstd_decompress.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/decompress/zstd_decompress_block.c b/module/zstd/lib/decompress/zstd_decompress_block.c index 6f09e61b70c..88567a8108f 100644 --- a/module/zstd/lib/decompress/zstd_decompress_block.c +++ b/module/zstd/lib/decompress/zstd_decompress_block.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/decompress/zstd_decompress_block.h b/module/zstd/lib/decompress/zstd_decompress_block.h index bf39b7350cf..7d0f26d403e 100644 --- a/module/zstd/lib/decompress/zstd_decompress_block.h +++ b/module/zstd/lib/decompress/zstd_decompress_block.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/decompress/zstd_decompress_internal.h b/module/zstd/lib/decompress/zstd_decompress_internal.h index 9ad96c55488..37389fcbb3a 100644 --- a/module/zstd/lib/decompress/zstd_decompress_internal.h +++ b/module/zstd/lib/decompress/zstd_decompress_internal.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. diff --git a/module/zstd/lib/zstd.h b/module/zstd/lib/zstd.h index 8c6fc6ae90e..be955c259a8 100644 --- a/module/zstd/lib/zstd.h +++ b/module/zstd/lib/zstd.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only /* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved.