Skip to content

Commit ff28d9f

Browse files
robntonyhutter
authored andcommitted
SPDX: license tags: BSD-3-Clause OR GPL-2.0-only
Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris <robn@despairlabs.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
1 parent f8d2909 commit ff28d9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+49
-0
lines changed

module/zstd/lib/common/bitstream.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/* ******************************************************************
23
* bitstream
34
* Part of FSE library

module/zstd/lib/common/compiler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/common/cpu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2018-2020, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/common/debug.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/* ******************************************************************
23
* debug
34
* Part of FSE library

module/zstd/lib/common/entropy_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/* ******************************************************************
23
* Common functions of New Generation Entropy library
34
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.

module/zstd/lib/common/error_private.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/common/error_private.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/common/fse.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/* ******************************************************************
23
* FSE : Finite State Entropy codec
34
* Public Prototypes declaration

module/zstd/lib/common/fse_decompress.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/* ******************************************************************
23
* FSE : Finite State Entropy decoder
34
* Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.

module/zstd/lib/common/huf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/* ******************************************************************
23
* huff0 huffman codec,
34
* part of Finite State Entropy library

module/zstd/lib/common/mem.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/common/pool.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/common/pool.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/common/xxhash.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* xxHash - Fast Hash algorithm
34
* Copyright (c) 2012-2020, Yann Collet, Facebook, Inc.

module/zstd/lib/common/xxhash.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* xxHash - Extremely Fast Hash algorithm
34
* Header File

module/zstd/lib/common/zstd_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/common/zstd_errors.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/common/zstd_internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/fse_compress.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/* ******************************************************************
23
* FSE : Finite State Entropy encoder
34
* Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.

module/zstd/lib/compress/hist.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/* ******************************************************************
23
* hist : Histogram functions
34
* part of Finite State Entropy project

module/zstd/lib/compress/hist.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/* ******************************************************************
23
* hist : Histogram functions
34
* part of Finite State Entropy project

module/zstd/lib/compress/huf_compress.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/* ******************************************************************
23
* Huffman encoder, part of New Generation Entropy library
34
* Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.

module/zstd/lib/compress/zstd_compress.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_compress_internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_compress_literals.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_compress_literals.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_compress_sequences.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_compress_sequences.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_compress_superblock.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_compress_superblock.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_cwksp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_double_fast.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_double_fast.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_fast.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_fast.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_lazy.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_lazy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_ldm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_ldm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_opt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/compress/zstd_opt.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/decompress/huf_decompress.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/* ******************************************************************
23
* huff0 huffman decoder,
34
* part of Finite State Entropy library

module/zstd/lib/decompress/zstd_ddict.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/decompress/zstd_ddict.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/decompress/zstd_decompress.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/decompress/zstd_decompress_block.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/decompress/zstd_decompress_block.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/decompress/zstd_decompress_internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

module/zstd/lib/zstd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
12
/*
23
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
34
* All rights reserved.

0 commit comments

Comments
 (0)